2024-04-07T21:05:19.588 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-04-07T21:05:19.589 DEBUG:teuthology.run:Teuthology command: teuthology --description orch/cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} --name teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi --archive /home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634327 --owner scheduled_teuthology@teuthology --verbose -- /home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634327/orig.config.yaml 2024-04-07T21:05:19.620 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-07T21:05:19.724 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634327 branch: main description: orch/cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: ceph-qa@ceph.com first_in_suite: false job_id: '7634327' kernel: kdb: true sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: main ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: e5c885fe95ee982ff7b45214daa61b1a6d09d57d ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: e5c885fe95ee982ff7b45214daa61b1a6d09d57d workunit: branch: main sha1: e5c885fe95ee982ff7b45214daa61b1a6d09d57d owner: scheduled_teuthology@teuthology priority: 950 repo: https://git.ceph.com/ceph.git roles: - - host.a - client.0 - - host.b - client.1 seed: 7151 sha1: e5c885fe95ee982ff7b45214daa61b1a6d09d57d sleep_before_teardown: 0 subset: 39/64 suite: orch suite_branch: main suite_path: /home/teuthworker/src/git.ceph.com_ceph_e5c885fe95ee982ff7b45214daa61b1a6d09d57d/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: e5c885fe95ee982ff7b45214daa61b1a6d09d57d targets: smithi089.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJNP1wwwrYsLoboH1UYBDg+xJRC3lsRX/YLlOtsAzl92zGxpeDMw43WDi4nEolmXkLqJIj38NdUHxDJRjScpWEY= smithi121.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLcQPrfDH+GqQ/zzuL4swTlM5FQuM8bJdRRjjegH7NKYLqUgYkCclDo0lBnuzsdvRD5c449it67gItu2ckOEEEo= tasks: - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} --port 2999 - ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/fake /mnt/foo -o port=2999 - echo test > /mnt/foo/testfile - sync - cephadm.shell: host.a: - "echo \"Check with each haproxy down in turn...\"\nfor haproxy in `ceph orch\ \ ps | grep ^haproxy.nfs.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $haproxy\n while ! ceph orch ps | grep $haproxy | grep stopped; do sleep\ \ 1 ; done\n cat /mnt/foo/testfile\n echo $haproxy > /mnt/foo/testfile\n \ \ sync\n ceph orch daemon start $haproxy\n while ! ceph orch ps | grep $haproxy\ \ | grep running; do sleep 1 ; done\ndone\n" volumes: - /mnt/foo:/mnt/foo - vip.exec: all-hosts: - "echo \"Check with $(hostname) ganesha(s) down...\"\nfor c in `systemctl | grep\ \ ceph- | grep @nfs | awk '{print $1}'`; do\n cid=`echo $c | sed 's/@/-/'`\n\ \ id=`echo $c | cut -d @ -f 2 | sed 's/.service$//'`\n fsid=`echo $c |\ \ cut -d @ -f 1 | cut -d - -f 2-`\n echo \"Removing daemon $id fsid $fsid...\"\ \n sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id\n\n echo \"\ Waking up cephadm...\"\n sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh\n\ \n while ! timeout 1 cat /mnt/foo/testfile ; do true ; done\n echo \"\ Mount is back!\"\ndone\n" - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: e691533f9cbb33d85b2187bba20d7102f098636d timestamp: 2024-04-01_20:08:13 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-07T21:05:19.724 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_e5c885fe95ee982ff7b45214daa61b1a6d09d57d/qa; will attempt to use it 2024-04-07T21:05:19.724 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_e5c885fe95ee982ff7b45214daa61b1a6d09d57d/qa/tasks 2024-04-07T21:05:19.725 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-07T21:05:19.726 INFO:teuthology.task.internal:Checking packages... 2024-04-07T21:05:19.749 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'e5c885fe95ee982ff7b45214daa61b1a6d09d57d' 2024-04-07T21:05:19.749 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-07T21:05:19.749 INFO:teuthology.packaging:ref: None 2024-04-07T21:05:19.749 INFO:teuthology.packaging:tag: None 2024-04-07T21:05:19.749 INFO:teuthology.packaging:branch: main 2024-04-07T21:05:19.749 INFO:teuthology.packaging:sha1: e5c885fe95ee982ff7b45214daa61b1a6d09d57d 2024-04-07T21:05:19.749 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=main 2024-04-07T21:05:19.973 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2776-gf4d52dd3-1jammy 2024-04-07T21:05:19.974 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-07T21:05:19.982 INFO:teuthology.task.internal:no buildpackages task found 2024-04-07T21:05:19.982 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-07T21:05:20.003 INFO:teuthology.task.internal:Saving configuration 2024-04-07T21:05:20.015 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-07T21:05:20.021 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-07T21:05:20.049 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi089.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634327', '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-07 20:58:56.583024', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOr7iHrZ2IkGcRgSVC5zriAH91Offka1FPrCBI2R7Et/'} 2024-04-07T21:05:20.065 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi121.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634327', '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-07 20:58:56.584318', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIABx5Okd6ecNTBIVcW2FdUs0R8hcm8z3qWO3vM7SmwMI'} 2024-04-07T21:05:20.065 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-07T21:05:20.072 INFO:teuthology.task.internal:roles: ubuntu@smithi089.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-04-07T21:05:20.072 INFO:teuthology.task.internal:roles: ubuntu@smithi121.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-04-07T21:05:20.072 INFO:teuthology.run_tasks:Running task console_log... 2024-04-07T21:05:20.147 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f994d20c3a0>, signals=[15]) 2024-04-07T21:05:20.148 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-07T21:05:20.157 INFO:teuthology.task.internal:Opening connections... 2024-04-07T21:05:20.157 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi089.front.sepia.ceph.com 2024-04-07T21:05:20.160 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T21:05:20.244 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi121.front.sepia.ceph.com 2024-04-07T21:05:20.245 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi121.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T21:05:20.326 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-07T21:05:20.338 DEBUG:teuthology.orchestra.run.smithi089:> uname -m 2024-04-07T21:05:20.342 INFO:teuthology.orchestra.run.smithi089.stdout:x86_64 2024-04-07T21:05:20.343 DEBUG:teuthology.orchestra.run.smithi089:> cat /etc/os-release 2024-04-07T21:05:20.388 INFO:teuthology.orchestra.run.smithi089.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-07T21:05:20.388 INFO:teuthology.orchestra.run.smithi089.stdout:NAME="Ubuntu" 2024-04-07T21:05:20.388 INFO:teuthology.orchestra.run.smithi089.stdout:VERSION_ID="22.04" 2024-04-07T21:05:20.388 INFO:teuthology.orchestra.run.smithi089.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-07T21:05:20.388 INFO:teuthology.orchestra.run.smithi089.stdout:VERSION_CODENAME=jammy 2024-04-07T21:05:20.388 INFO:teuthology.orchestra.run.smithi089.stdout:ID=ubuntu 2024-04-07T21:05:20.388 INFO:teuthology.orchestra.run.smithi089.stdout:ID_LIKE=debian 2024-04-07T21:05:20.388 INFO:teuthology.orchestra.run.smithi089.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-07T21:05:20.388 INFO:teuthology.orchestra.run.smithi089.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-07T21:05:20.388 INFO:teuthology.orchestra.run.smithi089.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-07T21:05:20.388 INFO:teuthology.orchestra.run.smithi089.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-07T21:05:20.388 INFO:teuthology.orchestra.run.smithi089.stdout:UBUNTU_CODENAME=jammy 2024-04-07T21:05:20.389 INFO:teuthology.lock.ops:Updating smithi089.front.sepia.ceph.com on lock server 2024-04-07T21:05:20.407 DEBUG:teuthology.orchestra.run.smithi121:> uname -m 2024-04-07T21:05:20.414 INFO:teuthology.orchestra.run.smithi121.stdout:x86_64 2024-04-07T21:05:20.414 DEBUG:teuthology.orchestra.run.smithi121:> cat /etc/os-release 2024-04-07T21:05:20.466 INFO:teuthology.orchestra.run.smithi121.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-07T21:05:20.466 INFO:teuthology.orchestra.run.smithi121.stdout:NAME="Ubuntu" 2024-04-07T21:05:20.466 INFO:teuthology.orchestra.run.smithi121.stdout:VERSION_ID="22.04" 2024-04-07T21:05:20.466 INFO:teuthology.orchestra.run.smithi121.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-07T21:05:20.466 INFO:teuthology.orchestra.run.smithi121.stdout:VERSION_CODENAME=jammy 2024-04-07T21:05:20.466 INFO:teuthology.orchestra.run.smithi121.stdout:ID=ubuntu 2024-04-07T21:05:20.466 INFO:teuthology.orchestra.run.smithi121.stdout:ID_LIKE=debian 2024-04-07T21:05:20.466 INFO:teuthology.orchestra.run.smithi121.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-07T21:05:20.466 INFO:teuthology.orchestra.run.smithi121.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-07T21:05:20.466 INFO:teuthology.orchestra.run.smithi121.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-07T21:05:20.467 INFO:teuthology.orchestra.run.smithi121.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-07T21:05:20.467 INFO:teuthology.orchestra.run.smithi121.stdout:UBUNTU_CODENAME=jammy 2024-04-07T21:05:20.467 INFO:teuthology.lock.ops:Updating smithi121.front.sepia.ceph.com on lock server 2024-04-07T21:05:20.482 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-07T21:05:20.498 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-07T21:05:20.510 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-07T21:05:20.510 DEBUG:teuthology.orchestra.run.smithi089:> test '!' -e /home/ubuntu/cephtest 2024-04-07T21:05:20.513 DEBUG:teuthology.orchestra.run.smithi121:> test '!' -e /home/ubuntu/cephtest 2024-04-07T21:05:20.517 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-07T21:05:20.527 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-07T21:05:20.528 DEBUG:teuthology.orchestra.run.smithi089:> test -z $(ls -A /var/lib/ceph) 2024-04-07T21:05:20.558 DEBUG:teuthology.orchestra.run.smithi121:> test -z $(ls -A /var/lib/ceph) 2024-04-07T21:05:20.566 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-07T21:05:20.625 INFO:teuthology.run_tasks:Running task kernel... 2024-04-07T21:05:20.645 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-04-07T21:05:20.645 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-04-07T21:05:20.645 DEBUG:teuthology.orchestra.run.smithi089:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-07T21:05:20.646 DEBUG:teuthology.orchestra.run.smithi121:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-07T21:05:20.650 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T21:05:20.650 DEBUG:teuthology.orchestra.run.smithi089:> uname -r 2024-04-07T21:05:20.651 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T21:05:20.652 DEBUG:teuthology.orchestra.run.smithi121:> uname -r 2024-04-07T21:05:20.696 INFO:teuthology.orchestra.run.smithi089.stdout:5.15.0-56-generic 2024-04-07T21:05:20.697 INFO:teuthology.task.kernel:Running kernel on smithi089: 5.15.0-56-generic 2024-04-07T21:05:20.697 DEBUG:teuthology.orchestra.run.smithi089:> sudo apt-get clean 2024-04-07T21:05:20.698 INFO:teuthology.orchestra.run.smithi121.stdout:5.15.0-56-generic 2024-04-07T21:05:20.698 INFO:teuthology.task.kernel:Running kernel on smithi121: 5.15.0-56-generic 2024-04-07T21:05:20.698 DEBUG:teuthology.orchestra.run.smithi121:> sudo apt-get clean 2024-04-07T21:05:20.819 DEBUG:teuthology.orchestra.run.smithi121:> sudo apt-get update 2024-04-07T21:05:20.821 DEBUG:teuthology.orchestra.run.smithi089:> sudo apt-get update 2024-04-07T21:05:20.980 INFO:teuthology.orchestra.run.smithi121.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-07T21:05:21.005 INFO:teuthology.orchestra.run.smithi121.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-07T21:05:21.029 INFO:teuthology.orchestra.run.smithi089.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-07T21:05:21.054 INFO:teuthology.orchestra.run.smithi089.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-07T21:05:21.079 INFO:teuthology.orchestra.run.smithi121.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-07T21:05:21.089 INFO:teuthology.orchestra.run.smithi121.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-07T21:05:21.124 INFO:teuthology.orchestra.run.smithi089.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-07T21:05:21.135 INFO:teuthology.orchestra.run.smithi089.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-07T21:05:21.219 INFO:teuthology.orchestra.run.smithi121.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,519 kB] 2024-04-07T21:05:21.256 INFO:teuthology.orchestra.run.smithi089.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [602 kB] 2024-04-07T21:05:21.328 INFO:teuthology.orchestra.run.smithi121.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [602 kB] 2024-04-07T21:05:21.335 INFO:teuthology.orchestra.run.smithi121.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [293 kB] 2024-04-07T21:05:21.338 INFO:teuthology.orchestra.run.smithi121.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-07T21:05:21.338 INFO:teuthology.orchestra.run.smithi121.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,648 kB] 2024-04-07T21:05:21.344 INFO:teuthology.orchestra.run.smithi089.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,519 kB] 2024-04-07T21:05:21.361 INFO:teuthology.orchestra.run.smithi121.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.2 kB] 2024-04-07T21:05:21.361 INFO:teuthology.orchestra.run.smithi121.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [275 kB] 2024-04-07T21:05:21.364 INFO:teuthology.orchestra.run.smithi121.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-07T21:05:21.365 INFO:teuthology.orchestra.run.smithi121.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,060 kB] 2024-04-07T21:05:21.376 INFO:teuthology.orchestra.run.smithi121.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [698 kB] 2024-04-07T21:05:21.383 INFO:teuthology.orchestra.run.smithi121.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [241 kB] 2024-04-07T21:05:21.394 INFO:teuthology.orchestra.run.smithi089.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [293 kB] 2024-04-07T21:05:21.400 INFO:teuthology.orchestra.run.smithi089.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-07T21:05:21.401 INFO:teuthology.orchestra.run.smithi089.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.2 kB] 2024-04-07T21:05:21.403 INFO:teuthology.orchestra.run.smithi089.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,648 kB] 2024-04-07T21:05:21.409 INFO:teuthology.orchestra.run.smithi121.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-07T21:05:21.409 INFO:teuthology.orchestra.run.smithi121.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [49.6 kB] 2024-04-07T21:05:21.410 INFO:teuthology.orchestra.run.smithi121.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [6,028 B] 2024-04-07T21:05:21.410 INFO:teuthology.orchestra.run.smithi121.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [12.0 kB] 2024-04-07T21:05:21.411 INFO:teuthology.orchestra.run.smithi121.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-07T21:05:21.411 INFO:teuthology.orchestra.run.smithi121.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-07T21:05:21.411 INFO:teuthology.orchestra.run.smithi121.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-07T21:05:21.412 INFO:teuthology.orchestra.run.smithi121.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-07T21:05:21.412 INFO:teuthology.orchestra.run.smithi121.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-07T21:05:21.428 INFO:teuthology.orchestra.run.smithi089.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [275 kB] 2024-04-07T21:05:21.432 INFO:teuthology.orchestra.run.smithi089.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-07T21:05:21.432 INFO:teuthology.orchestra.run.smithi089.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,060 kB] 2024-04-07T21:05:21.433 INFO:teuthology.orchestra.run.smithi121.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-07T21:05:21.437 INFO:teuthology.orchestra.run.smithi121.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-07T21:05:21.443 INFO:teuthology.orchestra.run.smithi089.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [698 kB] 2024-04-07T21:05:21.449 INFO:teuthology.orchestra.run.smithi089.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [241 kB] 2024-04-07T21:05:21.452 INFO:teuthology.orchestra.run.smithi121.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-07T21:05:21.452 INFO:teuthology.orchestra.run.smithi121.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-07T21:05:21.475 INFO:teuthology.orchestra.run.smithi089.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-07T21:05:21.476 INFO:teuthology.orchestra.run.smithi089.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [6,028 B] 2024-04-07T21:05:21.476 INFO:teuthology.orchestra.run.smithi089.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [49.6 kB] 2024-04-07T21:05:21.477 INFO:teuthology.orchestra.run.smithi089.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [12.0 kB] 2024-04-07T21:05:21.477 INFO:teuthology.orchestra.run.smithi089.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-07T21:05:21.477 INFO:teuthology.orchestra.run.smithi089.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-07T21:05:21.478 INFO:teuthology.orchestra.run.smithi089.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-07T21:05:21.479 INFO:teuthology.orchestra.run.smithi089.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-07T21:05:21.479 INFO:teuthology.orchestra.run.smithi089.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-07T21:05:21.500 INFO:teuthology.orchestra.run.smithi089.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-07T21:05:21.500 INFO:teuthology.orchestra.run.smithi089.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-07T21:05:21.500 INFO:teuthology.orchestra.run.smithi089.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-07T21:05:21.500 INFO:teuthology.orchestra.run.smithi089.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-07T21:05:21.519 INFO:teuthology.orchestra.run.smithi121.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [436 kB] 2024-04-07T21:05:21.582 INFO:teuthology.orchestra.run.smithi089.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [436 kB] 2024-04-07T21:05:21.800 INFO:teuthology.orchestra.run.smithi121.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,303 kB] 2024-04-07T21:05:21.863 INFO:teuthology.orchestra.run.smithi089.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,303 kB] 2024-04-07T21:05:21.965 INFO:teuthology.orchestra.run.smithi121.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [233 kB] 2024-04-07T21:05:21.978 INFO:teuthology.orchestra.run.smithi121.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-07T21:05:21.978 INFO:teuthology.orchestra.run.smithi121.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-04-07T21:05:21.980 INFO:teuthology.orchestra.run.smithi121.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,616 kB] 2024-04-07T21:05:22.029 INFO:teuthology.orchestra.run.smithi089.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [233 kB] 2024-04-07T21:05:22.041 INFO:teuthology.orchestra.run.smithi089.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-07T21:05:22.041 INFO:teuthology.orchestra.run.smithi089.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-04-07T21:05:22.043 INFO:teuthology.orchestra.run.smithi089.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,616 kB] 2024-04-07T21:05:22.060 INFO:teuthology.orchestra.run.smithi121.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [271 kB] 2024-04-07T21:05:22.068 INFO:teuthology.orchestra.run.smithi121.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-07T21:05:22.068 INFO:teuthology.orchestra.run.smithi121.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-04-07T21:05:22.091 INFO:teuthology.orchestra.run.smithi121.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-04-07T21:05:22.123 INFO:teuthology.orchestra.run.smithi089.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [271 kB] 2024-04-07T21:05:22.132 INFO:teuthology.orchestra.run.smithi089.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-07T21:05:22.132 INFO:teuthology.orchestra.run.smithi089.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-04-07T21:05:22.148 INFO:teuthology.orchestra.run.smithi089.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-04-07T21:05:22.268 INFO:teuthology.orchestra.run.smithi121.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-07T21:05:22.332 INFO:teuthology.orchestra.run.smithi089.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-07T21:05:22.666 INFO:teuthology.orchestra.run.smithi121.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-07T21:05:22.672 INFO:teuthology.orchestra.run.smithi121.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-04-07T21:05:22.686 INFO:teuthology.orchestra.run.smithi121.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-07T21:05:22.687 INFO:teuthology.orchestra.run.smithi121.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-04-07T21:05:22.689 INFO:teuthology.orchestra.run.smithi121.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-07T21:05:22.729 INFO:teuthology.orchestra.run.smithi089.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-07T21:05:22.735 INFO:teuthology.orchestra.run.smithi089.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-07T21:05:22.735 INFO:teuthology.orchestra.run.smithi089.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-04-07T21:05:22.750 INFO:teuthology.orchestra.run.smithi089.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-04-07T21:05:22.752 INFO:teuthology.orchestra.run.smithi089.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-07T21:05:27.225 INFO:teuthology.orchestra.run.smithi121.stdout:Fetched 12.6 MB in 2s (6,916 kB/s) 2024-04-07T21:05:27.244 INFO:teuthology.orchestra.run.smithi089.stdout:Fetched 12.6 MB in 2s (6,953 kB/s) 2024-04-07T21:05:28.508 INFO:teuthology.orchestra.run.smithi121.stdout:Reading package lists... 2024-04-07T21:05:28.525 DEBUG:teuthology.orchestra.run.smithi121:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-07T21:05:28.581 INFO:teuthology.orchestra.run.smithi089.stdout:Reading package lists... 2024-04-07T21:05:28.584 INFO:teuthology.orchestra.run.smithi121.stdout:Reading package lists... 2024-04-07T21:05:28.598 DEBUG:teuthology.orchestra.run.smithi089:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-07T21:05:28.651 INFO:teuthology.orchestra.run.smithi089.stdout:Reading package lists... 2024-04-07T21:05:28.782 INFO:teuthology.orchestra.run.smithi121.stdout:Building dependency tree... 2024-04-07T21:05:28.783 INFO:teuthology.orchestra.run.smithi121.stdout:Reading state information... 2024-04-07T21:05:28.849 INFO:teuthology.orchestra.run.smithi089.stdout:Building dependency tree... 2024-04-07T21:05:28.849 INFO:teuthology.orchestra.run.smithi089.stdout:Reading state information... 2024-04-07T21:05:28.938 INFO:teuthology.orchestra.run.smithi121.stdout:The following packages were automatically installed and are no longer required: 2024-04-07T21:05:28.938 INFO:teuthology.orchestra.run.smithi121.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-07T21:05:28.938 INFO:teuthology.orchestra.run.smithi121.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-07T21:05:28.939 INFO:teuthology.orchestra.run.smithi121.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-07T21:05:28.939 INFO:teuthology.orchestra.run.smithi121.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-07T21:05:28.939 INFO:teuthology.orchestra.run.smithi121.stdout: python2.7-minimal 2024-04-07T21:05:28.939 INFO:teuthology.orchestra.run.smithi121.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-07T21:05:28.940 INFO:teuthology.orchestra.run.smithi121.stdout:The following additional packages will be installed: 2024-04-07T21:05:28.940 INFO:teuthology.orchestra.run.smithi121.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-04-07T21:05:28.940 INFO:teuthology.orchestra.run.smithi121.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-04-07T21:05:28.940 INFO:teuthology.orchestra.run.smithi121.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-04-07T21:05:28.941 INFO:teuthology.orchestra.run.smithi121.stdout:Suggested packages: 2024-04-07T21:05:28.941 INFO:teuthology.orchestra.run.smithi121.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-07T21:05:28.941 INFO:teuthology.orchestra.run.smithi121.stdout:Recommended packages: 2024-04-07T21:05:28.941 INFO:teuthology.orchestra.run.smithi121.stdout: thermald 2024-04-07T21:05:28.977 INFO:teuthology.orchestra.run.smithi121.stdout:The following NEW packages will be installed: 2024-04-07T21:05:28.977 INFO:teuthology.orchestra.run.smithi121.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-04-07T21:05:28.977 INFO:teuthology.orchestra.run.smithi121.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-04-07T21:05:28.978 INFO:teuthology.orchestra.run.smithi121.stdout: linux-modules-extra-5.15.0-101-generic 2024-04-07T21:05:28.979 INFO:teuthology.orchestra.run.smithi121.stdout:The following packages will be upgraded: 2024-04-07T21:05:28.979 INFO:teuthology.orchestra.run.smithi121.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-07T21:05:29.012 INFO:teuthology.orchestra.run.smithi089.stdout:The following packages were automatically installed and are no longer required: 2024-04-07T21:05:29.012 INFO:teuthology.orchestra.run.smithi089.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-07T21:05:29.012 INFO:teuthology.orchestra.run.smithi089.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-07T21:05:29.012 INFO:teuthology.orchestra.run.smithi089.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-07T21:05:29.012 INFO:teuthology.orchestra.run.smithi089.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-07T21:05:29.014 INFO:teuthology.orchestra.run.smithi089.stdout: python2.7-minimal 2024-04-07T21:05:29.014 INFO:teuthology.orchestra.run.smithi089.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-07T21:05:29.014 INFO:teuthology.orchestra.run.smithi089.stdout:The following additional packages will be installed: 2024-04-07T21:05:29.015 INFO:teuthology.orchestra.run.smithi089.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-04-07T21:05:29.015 INFO:teuthology.orchestra.run.smithi089.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-04-07T21:05:29.015 INFO:teuthology.orchestra.run.smithi089.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-04-07T21:05:29.015 INFO:teuthology.orchestra.run.smithi089.stdout:Suggested packages: 2024-04-07T21:05:29.015 INFO:teuthology.orchestra.run.smithi089.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-07T21:05:29.015 INFO:teuthology.orchestra.run.smithi089.stdout:Recommended packages: 2024-04-07T21:05:29.015 INFO:teuthology.orchestra.run.smithi089.stdout: thermald 2024-04-07T21:05:29.034 INFO:teuthology.orchestra.run.smithi121.stdout:3 upgraded, 5 newly installed, 0 to remove and 312 not upgraded. 2024-04-07T21:05:29.034 INFO:teuthology.orchestra.run.smithi121.stdout:Need to get 113 MB of archives. 2024-04-07T21:05:29.034 INFO:teuthology.orchestra.run.smithi121.stdout:After this operation, 582 MB of additional disk space will be used. 2024-04-07T21:05:29.034 INFO:teuthology.orchestra.run.smithi121.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-07T21:05:29.062 INFO:teuthology.orchestra.run.smithi089.stdout:The following NEW packages will be installed: 2024-04-07T21:05:29.062 INFO:teuthology.orchestra.run.smithi089.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-04-07T21:05:29.062 INFO:teuthology.orchestra.run.smithi089.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-04-07T21:05:29.062 INFO:teuthology.orchestra.run.smithi089.stdout: linux-modules-extra-5.15.0-101-generic 2024-04-07T21:05:29.064 INFO:teuthology.orchestra.run.smithi089.stdout:The following packages will be upgraded: 2024-04-07T21:05:29.064 INFO:teuthology.orchestra.run.smithi089.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-07T21:05:29.168 INFO:teuthology.orchestra.run.smithi089.stdout:3 upgraded, 5 newly installed, 0 to remove and 312 not upgraded. 2024-04-07T21:05:29.168 INFO:teuthology.orchestra.run.smithi089.stdout:Need to get 113 MB of archives. 2024-04-07T21:05:29.168 INFO:teuthology.orchestra.run.smithi089.stdout:After this operation, 582 MB of additional disk space will be used. 2024-04-07T21:05:29.168 INFO:teuthology.orchestra.run.smithi089.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-07T21:05:30.253 INFO:teuthology.orchestra.run.smithi089.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-07T21:05:30.452 INFO:teuthology.orchestra.run.smithi089.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-07T21:05:30.635 INFO:teuthology.orchestra.run.smithi121.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-07T21:05:31.010 INFO:teuthology.orchestra.run.smithi121.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-07T21:05:32.199 INFO:teuthology.orchestra.run.smithi089.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-07T21:05:32.200 INFO:teuthology.orchestra.run.smithi089.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-07T21:05:32.200 INFO:teuthology.orchestra.run.smithi089.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-07T21:05:32.664 INFO:teuthology.orchestra.run.smithi089.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-07T21:05:32.724 INFO:teuthology.orchestra.run.smithi089.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-07T21:05:33.125 INFO:teuthology.orchestra.run.smithi089.stdout:Fetched 113 MB in 4s (31.0 MB/s) 2024-04-07T21:05:33.352 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-04-07T21:05:33.887 INFO:teuthology.orchestra.run.smithi121.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-07T21:05:33.888 INFO:teuthology.orchestra.run.smithi121.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-07T21:05:33.888 INFO:teuthology.orchestra.run.smithi121.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-07T21:05:34.233 INFO:teuthology.orchestra.run.smithi121.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-07T21:05:34.293 INFO:teuthology.orchestra.run.smithi121.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-07T21:05:34.709 INFO:teuthology.orchestra.run.smithi121.stdout:Fetched 113 MB in 5s (21.3 MB/s) 2024-04-07T21:05:34.879 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-04-07T21:05:35.311 INFO:teuthology.orchestra.run.smithi089.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-07T21:05:35.316 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-07T21:05:35.383 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T21:05:36.858 INFO:teuthology.orchestra.run.smithi121.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-07T21:05:36.862 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-07T21:05:36.926 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T21:05:37.501 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-04-07T21:05:37.522 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-07T21:05:37.605 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T21:05:37.988 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-04-07T21:05:38.009 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-07T21:05:38.046 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T21:05:39.143 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-04-07T21:05:39.164 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-07T21:05:39.255 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T21:05:39.722 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-04-07T21:05:39.733 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-07T21:05:39.771 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T21:05:44.532 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-04-07T21:05:44.657 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-04-07T21:05:44.982 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-04-07T21:05:45.110 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-04-07T21:05:45.405 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-04-07T21:05:45.427 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-04-07T21:05:45.463 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-04-07T21:05:46.304 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-04-07T21:05:46.432 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-04-07T21:05:46.764 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-04-07T21:05:46.885 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-04-07T21:05:47.163 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-04-07T21:05:47.185 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-04-07T21:05:47.221 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-04-07T21:05:51.337 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-04-07T21:05:51.375 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-07T21:05:51.420 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T21:05:53.177 INFO:teuthology.orchestra.run.smithi121.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-04-07T21:05:53.214 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-07T21:05:53.252 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T21:05:53.953 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-04-07T21:05:54.077 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-04-07T21:05:54.402 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-04-07T21:05:54.532 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T21:05:54.658 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-04-07T21:05:54.762 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T21:05:55.798 INFO:teuthology.orchestra.run.smithi121.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-04-07T21:05:55.921 INFO:teuthology.orchestra.run.smithi121.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-04-07T21:05:56.056 INFO:teuthology.orchestra.run.smithi089.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-07T21:05:56.057 INFO:teuthology.orchestra.run.smithi089.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-07T21:05:56.057 INFO:teuthology.orchestra.run.smithi089.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-04-07T21:05:56.057 INFO:teuthology.orchestra.run.smithi089.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-04-07T21:05:56.224 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T21:05:56.237 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-04-07T21:05:56.359 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T21:05:56.477 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-04-07T21:05:57.250 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T21:05:57.642 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T21:05:58.571 INFO:teuthology.orchestra.run.smithi121.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-07T21:05:58.572 INFO:teuthology.orchestra.run.smithi121.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-07T21:05:58.572 INFO:teuthology.orchestra.run.smithi121.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-04-07T21:05:58.572 INFO:teuthology.orchestra.run.smithi121.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-04-07T21:05:58.761 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T21:05:58.985 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-04-07T21:05:59.086 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-04-07T21:05:59.204 INFO:teuthology.orchestra.run.smithi089.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T21:05:59.273 INFO:teuthology.orchestra.run.smithi089.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-07T21:05:59.274 INFO:teuthology.orchestra.run.smithi089.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-04-07T21:06:00.178 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T21:06:01.580 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-04-07T21:06:01.706 INFO:teuthology.orchestra.run.smithi121.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-04-07T21:06:01.832 INFO:teuthology.orchestra.run.smithi121.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T21:06:01.895 INFO:teuthology.orchestra.run.smithi121.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-07T21:06:01.895 INFO:teuthology.orchestra.run.smithi121.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-04-07T21:06:13.449 INFO:teuthology.orchestra.run.smithi089.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-07T21:06:13.449 INFO:teuthology.orchestra.run.smithi089.stdout:Sourcing file `/etc/default/grub' 2024-04-07T21:06:13.465 INFO:teuthology.orchestra.run.smithi089.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-07T21:06:13.495 INFO:teuthology.orchestra.run.smithi089.stdout:Generating grub configuration file ... 2024-04-07T21:06:13.744 INFO:teuthology.orchestra.run.smithi089.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-04-07T21:06:13.763 INFO:teuthology.orchestra.run.smithi089.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-04-07T21:06:14.048 INFO:teuthology.orchestra.run.smithi089.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-07T21:06:14.054 INFO:teuthology.orchestra.run.smithi089.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-07T21:06:14.126 INFO:teuthology.orchestra.run.smithi089.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-07T21:06:14.132 INFO:teuthology.orchestra.run.smithi089.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-07T21:06:14.304 INFO:teuthology.orchestra.run.smithi089.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-07T21:06:14.304 INFO:teuthology.orchestra.run.smithi089.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-07T21:06:14.304 INFO:teuthology.orchestra.run.smithi089.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-07T21:06:14.355 INFO:teuthology.orchestra.run.smithi089.stdout:done 2024-04-07T21:06:14.790 DEBUG:teuthology.orchestra.run.smithi089:> dpkg -s linux-image-generic 2024-04-07T21:06:14.846 INFO:teuthology.orchestra.run.smithi089.stdout:Package: linux-image-generic 2024-04-07T21:06:14.846 INFO:teuthology.orchestra.run.smithi089.stdout:Status: install ok installed 2024-04-07T21:06:14.846 INFO:teuthology.orchestra.run.smithi089.stdout:Priority: optional 2024-04-07T21:06:14.846 INFO:teuthology.orchestra.run.smithi089.stdout:Section: kernel 2024-04-07T21:06:14.846 INFO:teuthology.orchestra.run.smithi089.stdout:Installed-Size: 21 2024-04-07T21:06:14.846 INFO:teuthology.orchestra.run.smithi089.stdout:Maintainer: Ubuntu Kernel Team 2024-04-07T21:06:14.846 INFO:teuthology.orchestra.run.smithi089.stdout:Architecture: amd64 2024-04-07T21:06:14.846 INFO:teuthology.orchestra.run.smithi089.stdout:Source: linux-meta 2024-04-07T21:06:14.846 INFO:teuthology.orchestra.run.smithi089.stdout:Version: 5.15.0.101.98 2024-04-07T21:06:14.847 INFO:teuthology.orchestra.run.smithi089.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-07T21:06:14.847 INFO:teuthology.orchestra.run.smithi089.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-07T21:06:14.847 INFO:teuthology.orchestra.run.smithi089.stdout:Recommends: thermald 2024-04-07T21:06:14.847 INFO:teuthology.orchestra.run.smithi089.stdout:Description: Generic Linux kernel image 2024-04-07T21:06:14.847 INFO:teuthology.orchestra.run.smithi089.stdout: This package will always depend on the latest generic kernel image 2024-04-07T21:06:14.847 INFO:teuthology.orchestra.run.smithi089.stdout: available. 2024-04-07T21:06:14.847 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-04-07T21:06:14.847 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-07T21:06:14.847 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-07T21:06:14.847 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-07T21:06:14.847 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi089.front.sepia.ceph.com, path=None, version=distro) 2024-04-07T21:06:14.848 DEBUG:teuthology.orchestra.run.smithi089:> sudo apt-get clean 2024-04-07T21:06:14.979 DEBUG:teuthology.orchestra.run.smithi089:> sudo apt-get update 2024-04-07T21:06:15.225 INFO:teuthology.orchestra.run.smithi089.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-07T21:06:15.225 INFO:teuthology.orchestra.run.smithi089.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-07T21:06:15.291 INFO:teuthology.orchestra.run.smithi089.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-07T21:06:15.373 INFO:teuthology.orchestra.run.smithi089.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-07T21:06:15.774 INFO:teuthology.orchestra.run.smithi121.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-07T21:06:15.774 INFO:teuthology.orchestra.run.smithi121.stdout:Sourcing file `/etc/default/grub' 2024-04-07T21:06:15.785 INFO:teuthology.orchestra.run.smithi121.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-07T21:06:15.800 INFO:teuthology.orchestra.run.smithi121.stdout:Generating grub configuration file ... 2024-04-07T21:06:16.061 INFO:teuthology.orchestra.run.smithi121.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-04-07T21:06:16.082 INFO:teuthology.orchestra.run.smithi121.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-04-07T21:06:16.399 INFO:teuthology.orchestra.run.smithi121.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-07T21:06:16.405 INFO:teuthology.orchestra.run.smithi121.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-07T21:06:16.481 INFO:teuthology.orchestra.run.smithi121.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-07T21:06:16.487 INFO:teuthology.orchestra.run.smithi121.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-07T21:06:16.550 INFO:teuthology.orchestra.run.smithi089.stdout:Reading package lists... 2024-04-07T21:06:16.569 DEBUG:teuthology.orchestra.run.smithi089:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-07T21:06:16.620 INFO:teuthology.orchestra.run.smithi089.stdout:Reading package lists... 2024-04-07T21:06:16.662 INFO:teuthology.orchestra.run.smithi121.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-07T21:06:16.662 INFO:teuthology.orchestra.run.smithi121.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-07T21:06:16.662 INFO:teuthology.orchestra.run.smithi121.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-07T21:06:16.707 INFO:teuthology.orchestra.run.smithi121.stdout:done 2024-04-07T21:06:16.805 INFO:teuthology.orchestra.run.smithi089.stdout:Building dependency tree... 2024-04-07T21:06:16.806 INFO:teuthology.orchestra.run.smithi089.stdout:Reading state information... 2024-04-07T21:06:16.960 INFO:teuthology.orchestra.run.smithi089.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-04-07T21:06:16.960 INFO:teuthology.orchestra.run.smithi089.stdout:The following packages were automatically installed and are no longer required: 2024-04-07T21:06:16.960 INFO:teuthology.orchestra.run.smithi089.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-07T21:06:16.960 INFO:teuthology.orchestra.run.smithi089.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-07T21:06:16.961 INFO:teuthology.orchestra.run.smithi089.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-07T21:06:16.961 INFO:teuthology.orchestra.run.smithi089.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-07T21:06:16.961 INFO:teuthology.orchestra.run.smithi089.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-07T21:06:16.961 INFO:teuthology.orchestra.run.smithi089.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-07T21:06:16.997 INFO:teuthology.orchestra.run.smithi089.stdout:0 upgraded, 0 newly installed, 0 to remove and 312 not upgraded. 2024-04-07T21:06:16.999 DEBUG:teuthology.orchestra.run.smithi089:> dpkg -s linux-image-generic 2024-04-07T21:06:17.053 INFO:teuthology.orchestra.run.smithi089.stdout:Package: linux-image-generic 2024-04-07T21:06:17.053 INFO:teuthology.orchestra.run.smithi089.stdout:Status: install ok installed 2024-04-07T21:06:17.054 INFO:teuthology.orchestra.run.smithi089.stdout:Priority: optional 2024-04-07T21:06:17.054 INFO:teuthology.orchestra.run.smithi089.stdout:Section: kernel 2024-04-07T21:06:17.054 INFO:teuthology.orchestra.run.smithi089.stdout:Installed-Size: 21 2024-04-07T21:06:17.054 INFO:teuthology.orchestra.run.smithi089.stdout:Maintainer: Ubuntu Kernel Team 2024-04-07T21:06:17.054 INFO:teuthology.orchestra.run.smithi089.stdout:Architecture: amd64 2024-04-07T21:06:17.054 INFO:teuthology.orchestra.run.smithi089.stdout:Source: linux-meta 2024-04-07T21:06:17.054 INFO:teuthology.orchestra.run.smithi089.stdout:Version: 5.15.0.101.98 2024-04-07T21:06:17.054 INFO:teuthology.orchestra.run.smithi089.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-07T21:06:17.054 INFO:teuthology.orchestra.run.smithi089.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-07T21:06:17.055 INFO:teuthology.orchestra.run.smithi089.stdout:Recommends: thermald 2024-04-07T21:06:17.055 INFO:teuthology.orchestra.run.smithi089.stdout:Description: Generic Linux kernel image 2024-04-07T21:06:17.055 INFO:teuthology.orchestra.run.smithi089.stdout: This package will always depend on the latest generic kernel image 2024-04-07T21:06:17.055 INFO:teuthology.orchestra.run.smithi089.stdout: available. 2024-04-07T21:06:17.056 DEBUG:teuthology.orchestra.run.smithi089:> mktemp 2024-04-07T21:06:17.108 INFO:teuthology.orchestra.run.smithi089.stdout:/tmp/tmp.Do1VtKzSYj 2024-04-07T21:06:17.108 DEBUG:teuthology.orchestra.run.smithi089:> sudo cp /boot/grub/grub.cfg /tmp/tmp.Do1VtKzSYj 2024-04-07T21:06:17.162 DEBUG:teuthology.orchestra.run.smithi089:> sudo chmod 0666 /tmp/tmp.Do1VtKzSYj 2024-04-07T21:06:17.184 DEBUG:teuthology.orchestra.run.smithi121:> dpkg -s linux-image-generic 2024-04-07T21:06:17.200 INFO:teuthology.orchestra.run.smithi121.stdout:Package: linux-image-generic 2024-04-07T21:06:17.200 INFO:teuthology.orchestra.run.smithi121.stdout:Status: install ok installed 2024-04-07T21:06:17.200 INFO:teuthology.orchestra.run.smithi121.stdout:Priority: optional 2024-04-07T21:06:17.201 INFO:teuthology.orchestra.run.smithi121.stdout:Section: kernel 2024-04-07T21:06:17.201 INFO:teuthology.orchestra.run.smithi121.stdout:Installed-Size: 21 2024-04-07T21:06:17.201 INFO:teuthology.orchestra.run.smithi121.stdout:Maintainer: Ubuntu Kernel Team 2024-04-07T21:06:17.201 INFO:teuthology.orchestra.run.smithi121.stdout:Architecture: amd64 2024-04-07T21:06:17.201 INFO:teuthology.orchestra.run.smithi121.stdout:Source: linux-meta 2024-04-07T21:06:17.201 INFO:teuthology.orchestra.run.smithi121.stdout:Version: 5.15.0.101.98 2024-04-07T21:06:17.201 INFO:teuthology.orchestra.run.smithi121.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-07T21:06:17.201 INFO:teuthology.orchestra.run.smithi121.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-07T21:06:17.201 INFO:teuthology.orchestra.run.smithi121.stdout:Recommends: thermald 2024-04-07T21:06:17.201 INFO:teuthology.orchestra.run.smithi121.stdout:Description: Generic Linux kernel image 2024-04-07T21:06:17.201 INFO:teuthology.orchestra.run.smithi121.stdout: This package will always depend on the latest generic kernel image 2024-04-07T21:06:17.201 INFO:teuthology.orchestra.run.smithi121.stdout: available. 2024-04-07T21:06:17.201 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-04-07T21:06:17.202 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-07T21:06:17.202 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-07T21:06:17.202 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-07T21:06:17.202 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi121.front.sepia.ceph.com, path=None, version=distro) 2024-04-07T21:06:17.202 DEBUG:teuthology.orchestra.run.smithi121:> sudo apt-get clean 2024-04-07T21:06:17.278 DEBUG:teuthology.orchestra.remote:smithi089:/tmp/tmp.Do1VtKzSYj is 10KB 2024-04-07T21:06:17.290 DEBUG:teuthology.orchestra.run.smithi089:> rm -fr /tmp/tmp.Do1VtKzSYj 2024-04-07T21:06:17.295 DEBUG:teuthology.orchestra.run.smithi089:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-07T21:06:17.347 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-04-07T21:06:17.347 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-07T21:06:17.347 DEBUG:teuthology.orchestra.run.smithi089:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-07T21:06:17.374 DEBUG:teuthology.orchestra.run.smithi121:> sudo apt-get update 2024-04-07T21:06:17.424 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-04-07T21:06:17.424 DEBUG:teuthology.orchestra.run.smithi089:> sudo update-grub 2024-04-07T21:06:17.489 INFO:teuthology.orchestra.run.smithi121.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-07T21:06:17.499 INFO:teuthology.orchestra.run.smithi121.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-07T21:06:17.519 INFO:teuthology.orchestra.run.smithi121.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-07T21:06:17.604 INFO:teuthology.orchestra.run.smithi121.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-07T21:06:18.572 INFO:teuthology.orchestra.run.smithi089.stderr:Sourcing file `/etc/default/grub' 2024-04-07T21:06:18.574 INFO:teuthology.orchestra.run.smithi089.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-07T21:06:18.576 INFO:teuthology.orchestra.run.smithi089.stderr:Generating grub configuration file ... 2024-04-07T21:06:18.770 INFO:teuthology.orchestra.run.smithi089.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-04-07T21:06:18.775 INFO:teuthology.orchestra.run.smithi089.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-04-07T21:06:18.799 INFO:teuthology.orchestra.run.smithi121.stdout:Reading package lists... 2024-04-07T21:06:18.817 DEBUG:teuthology.orchestra.run.smithi121:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-07T21:06:18.876 INFO:teuthology.orchestra.run.smithi121.stdout:Reading package lists... 2024-04-07T21:06:19.002 INFO:teuthology.orchestra.run.smithi089.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-07T21:06:19.007 INFO:teuthology.orchestra.run.smithi089.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-07T21:06:19.049 INFO:teuthology.orchestra.run.smithi089.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-07T21:06:19.055 INFO:teuthology.orchestra.run.smithi089.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-07T21:06:19.074 INFO:teuthology.orchestra.run.smithi121.stdout:Building dependency tree... 2024-04-07T21:06:19.075 INFO:teuthology.orchestra.run.smithi121.stdout:Reading state information... 2024-04-07T21:06:19.202 INFO:teuthology.orchestra.run.smithi089.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-07T21:06:19.202 INFO:teuthology.orchestra.run.smithi089.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-07T21:06:19.202 INFO:teuthology.orchestra.run.smithi089.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-07T21:06:19.214 INFO:teuthology.orchestra.run.smithi089.stderr:done 2024-04-07T21:06:19.231 DEBUG:teuthology.orchestra.run.smithi089:> sudo shutdown -r now 2024-04-07T21:06:19.246 INFO:teuthology.orchestra.run.smithi121.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-04-07T21:06:19.247 INFO:teuthology.orchestra.run.smithi121.stdout:The following packages were automatically installed and are no longer required: 2024-04-07T21:06:19.247 INFO:teuthology.orchestra.run.smithi121.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-07T21:06:19.247 INFO:teuthology.orchestra.run.smithi121.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-07T21:06:19.247 INFO:teuthology.orchestra.run.smithi121.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-07T21:06:19.247 INFO:teuthology.orchestra.run.smithi121.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-07T21:06:19.247 INFO:teuthology.orchestra.run.smithi121.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-07T21:06:19.248 INFO:teuthology.orchestra.run.smithi121.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-07T21:06:19.289 INFO:teuthology.orchestra.run.smithi121.stdout:0 upgraded, 0 newly installed, 0 to remove and 312 not upgraded. 2024-04-07T21:06:19.291 DEBUG:teuthology.orchestra.run.smithi121:> dpkg -s linux-image-generic 2024-04-07T21:06:19.349 INFO:teuthology.orchestra.run.smithi121.stdout:Package: linux-image-generic 2024-04-07T21:06:19.349 INFO:teuthology.orchestra.run.smithi121.stdout:Status: install ok installed 2024-04-07T21:06:19.349 INFO:teuthology.orchestra.run.smithi121.stdout:Priority: optional 2024-04-07T21:06:19.350 INFO:teuthology.orchestra.run.smithi121.stdout:Section: kernel 2024-04-07T21:06:19.350 INFO:teuthology.orchestra.run.smithi121.stdout:Installed-Size: 21 2024-04-07T21:06:19.350 INFO:teuthology.orchestra.run.smithi121.stdout:Maintainer: Ubuntu Kernel Team 2024-04-07T21:06:19.350 INFO:teuthology.orchestra.run.smithi121.stdout:Architecture: amd64 2024-04-07T21:06:19.350 INFO:teuthology.orchestra.run.smithi121.stdout:Source: linux-meta 2024-04-07T21:06:19.350 INFO:teuthology.orchestra.run.smithi121.stdout:Version: 5.15.0.101.98 2024-04-07T21:06:19.350 INFO:teuthology.orchestra.run.smithi121.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-07T21:06:19.350 INFO:teuthology.orchestra.run.smithi121.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-07T21:06:19.350 INFO:teuthology.orchestra.run.smithi121.stdout:Recommends: thermald 2024-04-07T21:06:19.350 INFO:teuthology.orchestra.run.smithi121.stdout:Description: Generic Linux kernel image 2024-04-07T21:06:19.350 INFO:teuthology.orchestra.run.smithi121.stdout: This package will always depend on the latest generic kernel image 2024-04-07T21:06:19.350 INFO:teuthology.orchestra.run.smithi121.stdout: available. 2024-04-07T21:06:19.351 DEBUG:teuthology.orchestra.run.smithi121:> mktemp 2024-04-07T21:06:19.398 INFO:teuthology.orchestra.run.smithi121.stdout:/tmp/tmp.Mf3cFF01Fp 2024-04-07T21:06:19.398 DEBUG:teuthology.orchestra.run.smithi121:> sudo cp /boot/grub/grub.cfg /tmp/tmp.Mf3cFF01Fp 2024-04-07T21:06:19.454 DEBUG:teuthology.orchestra.run.smithi121:> sudo chmod 0666 /tmp/tmp.Mf3cFF01Fp 2024-04-07T21:06:19.578 DEBUG:teuthology.orchestra.remote:smithi121:/tmp/tmp.Mf3cFF01Fp is 10KB 2024-04-07T21:06:19.590 DEBUG:teuthology.orchestra.run.smithi121:> rm -fr /tmp/tmp.Mf3cFF01Fp 2024-04-07T21:06:19.595 DEBUG:teuthology.orchestra.run.smithi121:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-07T21:06:19.650 DEBUG:teuthology.orchestra.run.smithi121:> set -ex 2024-04-07T21:06:19.650 DEBUG:teuthology.orchestra.run.smithi121:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-07T21:06:19.650 DEBUG:teuthology.orchestra.run.smithi121:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-07T21:06:19.730 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-04-07T21:06:19.730 DEBUG:teuthology.orchestra.run.smithi121:> sudo update-grub 2024-04-07T21:06:20.843 INFO:teuthology.orchestra.run.smithi121.stderr:Sourcing file `/etc/default/grub' 2024-04-07T21:06:20.844 INFO:teuthology.orchestra.run.smithi121.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-07T21:06:20.845 INFO:teuthology.orchestra.run.smithi121.stderr:Generating grub configuration file ... 2024-04-07T21:06:21.028 INFO:teuthology.orchestra.run.smithi121.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-04-07T21:06:21.035 INFO:teuthology.orchestra.run.smithi121.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-04-07T21:06:21.258 INFO:teuthology.orchestra.run.smithi121.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-07T21:06:21.264 INFO:teuthology.orchestra.run.smithi121.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-07T21:06:21.307 INFO:teuthology.orchestra.run.smithi121.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-07T21:06:21.312 INFO:teuthology.orchestra.run.smithi121.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-07T21:06:21.437 INFO:teuthology.orchestra.run.smithi121.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-07T21:06:21.437 INFO:teuthology.orchestra.run.smithi121.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-07T21:06:21.437 INFO:teuthology.orchestra.run.smithi121.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-07T21:06:21.455 INFO:teuthology.orchestra.run.smithi121.stderr:done 2024-04-07T21:06:21.457 DEBUG:teuthology.orchestra.run.smithi121:> sudo shutdown -r now 2024-04-07T21:06:49.246 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-07T21:06:49.247 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-04-07T21:06:49.248 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T21:06:51.460 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-07T21:06:51.460 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi121.front.sepia.ceph.com' 2024-04-07T21:06:51.461 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi121.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T21:07:07.678 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.89 2024-04-07T21:07:09.982 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.121 2024-04-07T21:07:16.686 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-04-07T21:07:16.686 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T21:07:18.985 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi121.front.sepia.ceph.com' 2024-04-07T21:07:18.986 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi121.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T21:07:19.742 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.89 2024-04-07T21:07:22.050 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.121 2024-04-07T21:07:31.750 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-04-07T21:07:31.751 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T21:07:34.052 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi121.front.sepia.ceph.com' 2024-04-07T21:07:34.052 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi121.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T21:07:50.175 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.89 2024-04-07T21:07:52.478 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.121 2024-04-07T21:08:05.187 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-04-07T21:08:05.209 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T21:08:05.651 DEBUG:teuthology.orchestra.run.smithi089:> true 2024-04-07T21:08:06.211 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-04-07T21:08:06.211 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-101-generic"... 2024-04-07T21:08:06.212 DEBUG:teuthology.orchestra.run.smithi089:> uname -r 2024-04-07T21:08:06.256 INFO:teuthology.orchestra.run.smithi089.stdout:5.15.0-101-generic 2024-04-07T21:08:06.256 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-04-07T21:08:06.257 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-07T21:08:06.257 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-07T21:08:07.258 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-07T21:08:07.258 DEBUG:teuthology.orchestra.run.smithi089:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-07T21:08:07.323 INFO:teuthology.orchestra.run.smithi089.stdout:ttyS1 2024-04-07T21:08:07.342 DEBUG:teuthology.parallel:result is None 2024-04-07T21:08:07.480 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi121.front.sepia.ceph.com' 2024-04-07T21:08:07.480 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi121.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T21:08:07.482 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.121 2024-04-07T21:08:25.483 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi121.front.sepia.ceph.com' 2024-04-07T21:08:25.484 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi121.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T21:08:25.827 DEBUG:teuthology.orchestra.run.smithi121:> true 2024-04-07T21:08:26.388 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi121.front.sepia.ceph.com' 2024-04-07T21:08:26.388 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-101-generic"... 2024-04-07T21:08:26.389 DEBUG:teuthology.orchestra.run.smithi121:> uname -r 2024-04-07T21:08:26.446 INFO:teuthology.orchestra.run.smithi121.stdout:5.15.0-101-generic 2024-04-07T21:08:26.447 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-04-07T21:08:26.447 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-07T21:08:26.447 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-07T21:08:27.448 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-07T21:08:27.448 DEBUG:teuthology.orchestra.run.smithi121:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-07T21:08:27.508 INFO:teuthology.orchestra.run.smithi121.stdout:ttyS1 2024-04-07T21:08:27.537 DEBUG:teuthology.parallel:result is None 2024-04-07T21:08:27.538 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-07T21:08:27.545 INFO:teuthology.task.internal:Creating test directory... 2024-04-07T21:08:27.545 DEBUG:teuthology.orchestra.run.smithi089:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-07T21:08:27.548 DEBUG:teuthology.orchestra.run.smithi121:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-07T21:08:27.553 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-07T21:08:27.559 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-07T21:08:27.567 INFO:teuthology.task.internal:Creating archive directory... 2024-04-07T21:08:27.567 DEBUG:teuthology.orchestra.run.smithi089:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-07T21:08:27.597 DEBUG:teuthology.orchestra.run.smithi121:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-07T21:08:27.684 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-07T21:08:27.691 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-07T21:08:27.692 DEBUG:teuthology.orchestra.run.smithi089:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-07T21:08:27.694 DEBUG:teuthology.orchestra.run.smithi121:> 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-07T21:08:27.712 INFO:teuthology.orchestra.run.smithi121.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-07T21:08:27.715 INFO:teuthology.orchestra.run.smithi089.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-07T21:08:27.720 INFO:teuthology.orchestra.run.smithi121.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-07T21:08:27.725 INFO:teuthology.orchestra.run.smithi089.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-07T21:08:27.727 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-07T21:08:27.734 INFO:teuthology.task.internal:Configuring sudo... 2024-04-07T21:08:27.734 DEBUG:teuthology.orchestra.run.smithi089:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-07T21:08:27.769 DEBUG:teuthology.orchestra.run.smithi121:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-07T21:08:27.782 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-07T21:08:27.791 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-07T21:08:27.791 DEBUG:teuthology.orchestra.run.smithi089:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-07T21:08:27.830 DEBUG:teuthology.orchestra.run.smithi121:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-07T21:08:27.835 DEBUG:teuthology.orchestra.run.smithi089:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-07T21:08:27.881 DEBUG:teuthology.orchestra.run.smithi089:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-07T21:08:27.929 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-04-07T21:08:27.929 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-07T21:08:27.986 DEBUG:teuthology.orchestra.run.smithi121:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-07T21:08:27.992 DEBUG:teuthology.orchestra.run.smithi121:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-07T21:08:28.040 DEBUG:teuthology.orchestra.run.smithi121:> set -ex 2024-04-07T21:08:28.041 DEBUG:teuthology.orchestra.run.smithi121:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-07T21:08:28.110 DEBUG:teuthology.orchestra.run.smithi089:> sudo service rsyslog restart 2024-04-07T21:08:28.112 DEBUG:teuthology.orchestra.run.smithi121:> sudo service rsyslog restart 2024-04-07T21:08:28.179 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-07T21:08:28.187 INFO:teuthology.task.internal:Starting timer... 2024-04-07T21:08:28.187 INFO:teuthology.run_tasks:Running task pcp... 2024-04-07T21:08:28.198 INFO:teuthology.run_tasks:Running task selinux... 2024-04-07T21:08:28.208 DEBUG:teuthology.task.selinux:Excluding smithi089: OS 'ubuntu' does not support SELinux 2024-04-07T21:08:28.208 DEBUG:teuthology.task.selinux:Excluding smithi121: OS 'ubuntu' does not support SELinux 2024-04-07T21:08:28.208 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-07T21:08:28.208 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-04-07T21:08:28.208 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-07T21:08:28.209 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-07T21:08:28.217 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-04-07T21:08:28.223 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-04-07T21:08:28.347 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-07T21:08:28.363 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-07T21:08:28.364 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi089.front.sepia.ceph.com,smithi121.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-07T21:15:28.982 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi089.front.sepia.ceph.com'), Remote(name='ubuntu@smithi121.front.sepia.ceph.com')] 2024-04-07T21:15:28.983 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-04-07T21:15:28.984 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T21:15:29.070 DEBUG:teuthology.orchestra.run.smithi089:> true 2024-04-07T21:15:29.146 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-04-07T21:15:29.147 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi121.front.sepia.ceph.com' 2024-04-07T21:15:29.147 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi121.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T21:15:29.228 DEBUG:teuthology.orchestra.run.smithi121:> true 2024-04-07T21:15:29.302 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi121.front.sepia.ceph.com' 2024-04-07T21:15:29.303 INFO:teuthology.run_tasks:Running task clock... 2024-04-07T21:15:29.313 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-07T21:15:29.314 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-07T21:15:29.314 DEBUG:teuthology.orchestra.run.smithi089:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-07T21:15:29.317 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-07T21:15:29.317 DEBUG:teuthology.orchestra.run.smithi121:> 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-07T21:15:29.343 INFO:teuthology.orchestra.run.smithi089.stdout: 7 Apr 21:15:29 ntpd[17164]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-07T21:15:29.343 INFO:teuthology.orchestra.run.smithi089.stdout: 7 Apr 21:15:29 ntpd[17164]: Command line: ntpd -gq 2024-04-07T21:15:29.343 INFO:teuthology.orchestra.run.smithi089.stdout: 7 Apr 21:15:29 ntpd[17164]: ---------------------------------------------------- 2024-04-07T21:15:29.343 INFO:teuthology.orchestra.run.smithi089.stdout: 7 Apr 21:15:29 ntpd[17164]: ntp-4 is maintained by Network Time Foundation, 2024-04-07T21:15:29.343 INFO:teuthology.orchestra.run.smithi089.stdout: 7 Apr 21:15:29 ntpd[17164]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-07T21:15:29.343 INFO:teuthology.orchestra.run.smithi089.stdout: 7 Apr 21:15:29 ntpd[17164]: corporation. Support and training for ntp-4 are 2024-04-07T21:15:29.343 INFO:teuthology.orchestra.run.smithi089.stdout: 7 Apr 21:15:29 ntpd[17164]: available at https://www.nwtime.org/support 2024-04-07T21:15:29.344 INFO:teuthology.orchestra.run.smithi089.stdout: 7 Apr 21:15:29 ntpd[17164]: ---------------------------------------------------- 2024-04-07T21:15:29.344 INFO:teuthology.orchestra.run.smithi089.stdout: 7 Apr 21:15:29 ntpd[17164]: proto: precision = 0.044 usec (-24) 2024-04-07T21:15:29.344 INFO:teuthology.orchestra.run.smithi089.stdout: 7 Apr 21:15:29 ntpd[17164]: basedate set to 2022-02-04 2024-04-07T21:15:29.344 INFO:teuthology.orchestra.run.smithi089.stdout: 7 Apr 21:15:29 ntpd[17164]: gps base set to 2022-02-06 (week 2196) 2024-04-07T21:15:29.345 INFO:teuthology.orchestra.run.smithi089.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-07T21:15:29.345 INFO:teuthology.orchestra.run.smithi089.stdout: 7 Apr 21:15:29 ntpd[17164]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-07T21:15:29.345 INFO:teuthology.orchestra.run.smithi089.stdout: 7 Apr 21:15:29 ntpd[17164]: restrict ::: KOD does nothing without LIMITED. 2024-04-07T21:15:29.345 INFO:teuthology.orchestra.run.smithi089.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-07T21:15:29.346 INFO:teuthology.orchestra.run.smithi089.stdout: 7 Apr 21:15:29 ntpd[17164]: Listen and drop on 0 v6wildcard [::]:123 2024-04-07T21:15:29.346 INFO:teuthology.orchestra.run.smithi089.stdout: 7 Apr 21:15:29 ntpd[17164]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-07T21:15:29.346 INFO:teuthology.orchestra.run.smithi089.stdout: 7 Apr 21:15:29 ntpd[17164]: Listen normally on 2 lo 127.0.0.1:123 2024-04-07T21:15:29.346 INFO:teuthology.orchestra.run.smithi089.stdout: 7 Apr 21:15:29 ntpd[17164]: Listen normally on 3 enp3s0f1 172.21.15.89:123 2024-04-07T21:15:29.347 INFO:teuthology.orchestra.run.smithi089.stdout: 7 Apr 21:15:29 ntpd[17164]: Listen normally on 4 lo [::1]:123 2024-04-07T21:15:29.347 INFO:teuthology.orchestra.run.smithi089.stdout: 7 Apr 21:15:29 ntpd[17164]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d501%5]:123 2024-04-07T21:15:29.347 INFO:teuthology.orchestra.run.smithi089.stdout: 7 Apr 21:15:29 ntpd[17164]: Listening on routing socket on fd #22 for interface updates 2024-04-07T21:15:29.370 INFO:teuthology.orchestra.run.smithi121.stdout: 7 Apr 21:15:29 ntpd[17173]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-07T21:15:29.370 INFO:teuthology.orchestra.run.smithi121.stdout: 7 Apr 21:15:29 ntpd[17173]: Command line: ntpd -gq 2024-04-07T21:15:29.370 INFO:teuthology.orchestra.run.smithi121.stdout: 7 Apr 21:15:29 ntpd[17173]: ---------------------------------------------------- 2024-04-07T21:15:29.370 INFO:teuthology.orchestra.run.smithi121.stdout: 7 Apr 21:15:29 ntpd[17173]: ntp-4 is maintained by Network Time Foundation, 2024-04-07T21:15:29.370 INFO:teuthology.orchestra.run.smithi121.stdout: 7 Apr 21:15:29 ntpd[17173]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-07T21:15:29.371 INFO:teuthology.orchestra.run.smithi121.stdout: 7 Apr 21:15:29 ntpd[17173]: corporation. Support and training for ntp-4 are 2024-04-07T21:15:29.371 INFO:teuthology.orchestra.run.smithi121.stdout: 7 Apr 21:15:29 ntpd[17173]: available at https://www.nwtime.org/support 2024-04-07T21:15:29.371 INFO:teuthology.orchestra.run.smithi121.stdout: 7 Apr 21:15:29 ntpd[17173]: ---------------------------------------------------- 2024-04-07T21:15:29.373 INFO:teuthology.orchestra.run.smithi121.stdout: 7 Apr 21:15:29 ntpd[17173]: proto: precision = 0.057 usec (-24) 2024-04-07T21:15:29.373 INFO:teuthology.orchestra.run.smithi121.stdout: 7 Apr 21:15:29 ntpd[17173]: basedate set to 2022-02-04 2024-04-07T21:15:29.373 INFO:teuthology.orchestra.run.smithi121.stdout: 7 Apr 21:15:29 ntpd[17173]: gps base set to 2022-02-06 (week 2196) 2024-04-07T21:15:29.374 INFO:teuthology.orchestra.run.smithi121.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-07T21:15:29.374 INFO:teuthology.orchestra.run.smithi121.stdout: 7 Apr 21:15:29 ntpd[17173]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-07T21:15:29.374 INFO:teuthology.orchestra.run.smithi121.stdout: 7 Apr 21:15:29 ntpd[17173]: restrict ::: KOD does nothing without LIMITED. 2024-04-07T21:15:29.374 INFO:teuthology.orchestra.run.smithi121.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-07T21:15:29.375 INFO:teuthology.orchestra.run.smithi121.stdout: 7 Apr 21:15:29 ntpd[17173]: Listen and drop on 0 v6wildcard [::]:123 2024-04-07T21:15:29.375 INFO:teuthology.orchestra.run.smithi121.stdout: 7 Apr 21:15:29 ntpd[17173]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-07T21:15:29.375 INFO:teuthology.orchestra.run.smithi121.stdout: 7 Apr 21:15:29 ntpd[17173]: Listen normally on 2 lo 127.0.0.1:123 2024-04-07T21:15:29.375 INFO:teuthology.orchestra.run.smithi121.stdout: 7 Apr 21:15:29 ntpd[17173]: Listen normally on 3 enp3s0f1 172.21.15.121:123 2024-04-07T21:15:29.376 INFO:teuthology.orchestra.run.smithi121.stdout: 7 Apr 21:15:29 ntpd[17173]: Listen normally on 4 lo [::1]:123 2024-04-07T21:15:29.376 INFO:teuthology.orchestra.run.smithi121.stdout: 7 Apr 21:15:29 ntpd[17173]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:cba3%5]:123 2024-04-07T21:15:29.376 INFO:teuthology.orchestra.run.smithi121.stdout: 7 Apr 21:15:29 ntpd[17173]: Listening on routing socket on fd #22 for interface updates 2024-04-07T21:15:30.371 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:30 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T21:15:30.371 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:30 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T21:15:30.371 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:30 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T21:15:30.371 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:30 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T21:15:30.371 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:30 ntpd[17173]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T21:15:30.371 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:30 ntpd[17173]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T21:15:31.345 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:31 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T21:15:31.345 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:31 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T21:15:31.345 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:31 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T21:15:31.346 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:31 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T21:15:31.346 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:31 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T21:15:31.346 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:31 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T21:15:31.346 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:31 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T21:15:31.346 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:31 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T21:15:31.346 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:31 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T21:15:31.346 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:31 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T21:15:31.346 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:31 ntpd[17164]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T21:15:31.346 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:31 ntpd[17164]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T21:15:31.346 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:31 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T21:15:31.346 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:31 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T21:15:31.346 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:31 ntpd[17164]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T21:15:31.346 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:31 ntpd[17164]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T21:15:31.346 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:31 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T21:15:31.346 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:31 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T21:15:31.347 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:31 ntpd[17164]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T21:15:31.347 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:31 ntpd[17164]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T21:15:31.371 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:31 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T21:15:31.371 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:31 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T21:15:31.371 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:31 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T21:15:31.371 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:31 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T21:15:31.371 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:31 ntpd[17173]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T21:15:31.371 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:31 ntpd[17173]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T21:15:32.372 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:32 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T21:15:32.372 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:32 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T21:15:32.372 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:32 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T21:15:32.372 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:32 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T21:15:32.372 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:32 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T21:15:32.372 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:32 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T21:15:32.372 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:32 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T21:15:32.372 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:32 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T21:15:32.372 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:32 ntpd[17173]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T21:15:32.372 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:32 ntpd[17173]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T21:15:32.372 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:32 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T21:15:32.373 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:32 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T21:15:32.373 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:32 ntpd[17173]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T21:15:32.373 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:32 ntpd[17173]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T21:15:33.345 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:33 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T21:15:33.345 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:33 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T21:15:33.345 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:33 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T21:15:33.345 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:33 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T21:15:33.345 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:33 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T21:15:33.346 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:33 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T21:15:33.346 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:33 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T21:15:33.346 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:33 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T21:15:33.346 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:33 ntpd[17164]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T21:15:33.346 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:33 ntpd[17164]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T21:15:33.346 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:33 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T21:15:33.346 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:33 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T21:15:33.346 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:33 ntpd[17164]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T21:15:33.346 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:33 ntpd[17164]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T21:15:33.346 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:33 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T21:15:33.346 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:33 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T21:15:33.346 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:33 ntpd[17164]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T21:15:33.346 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:33 ntpd[17164]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T21:15:33.371 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:33 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T21:15:33.371 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:33 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T21:15:33.371 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:33 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T21:15:33.371 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:33 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T21:15:33.371 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:33 ntpd[17173]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T21:15:33.371 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:33 ntpd[17173]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T21:15:34.371 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:34 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T21:15:34.372 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:34 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T21:15:34.372 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:34 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T21:15:34.372 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:34 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T21:15:34.372 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:34 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T21:15:34.372 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:34 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T21:15:34.372 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:34 ntpd[17173]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T21:15:34.372 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:34 ntpd[17173]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T21:15:34.372 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:34 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T21:15:34.372 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:34 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T21:15:34.372 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:34 ntpd[17173]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T21:15:34.372 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:34 ntpd[17173]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T21:15:35.345 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:35 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T21:15:35.346 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:35 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T21:15:35.346 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:35 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T21:15:35.346 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:35 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T21:15:35.346 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:35 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T21:15:35.346 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:35 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T21:15:35.346 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:35 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T21:15:35.346 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:35 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T21:15:35.346 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:35 ntpd[17164]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T21:15:35.346 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:35 ntpd[17164]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T21:15:35.346 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:35 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T21:15:35.346 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:35 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T21:15:35.346 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:35 ntpd[17164]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T21:15:35.346 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:35 ntpd[17164]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T21:15:35.346 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:35 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T21:15:35.347 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:35 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T21:15:35.347 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:35 ntpd[17164]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T21:15:35.347 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:35 ntpd[17164]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T21:15:35.371 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:35 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T21:15:35.371 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:35 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T21:15:35.371 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:35 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T21:15:35.371 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:35 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T21:15:35.371 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:35 ntpd[17173]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T21:15:35.371 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:35 ntpd[17173]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T21:15:36.371 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:36 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T21:15:36.371 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:36 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T21:15:36.371 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:36 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T21:15:36.372 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:36 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T21:15:36.372 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:36 ntpd[17173]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T21:15:36.372 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:36 ntpd[17173]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T21:15:36.372 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:36 ntpd[17173]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T21:15:36.372 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:36 ntpd[17173]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T21:15:36.372 INFO:teuthology.orchestra.run.smithi121.stdout: 7 Apr 21:15:36 ntpd[17173]: ntpd: time slew -0.001274 s 2024-04-07T21:15:36.372 INFO:teuthology.orchestra.run.smithi121.stdout:ntpd: time slew -0.001274s 2024-04-07T21:15:36.373 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:36 ntpd[17173]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-07T21:15:36.373 INFO:teuthology.orchestra.run.smithi121.stderr: 7 Apr 21:15:36 ntpd[17173]: can't open /var/log/ntpstats/loopstats.20240407: Permission denied 2024-04-07T21:15:36.423 INFO:teuthology.orchestra.run.smithi121.stdout: remote refid st t when poll reach delay offset jitter 2024-04-07T21:15:36.423 INFO:teuthology.orchestra.run.smithi121.stdout:============================================================================== 2024-04-07T21:15:36.423 INFO:teuthology.orchestra.run.smithi121.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-07T21:15:36.423 INFO:teuthology.orchestra.run.smithi121.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-07T21:15:36.423 INFO:teuthology.orchestra.run.smithi121.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-07T21:15:36.423 INFO:teuthology.orchestra.run.smithi121.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-07T21:15:37.344 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:37 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T21:15:37.344 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:37 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T21:15:37.344 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:37 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T21:15:37.345 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:37 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T21:15:37.345 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:37 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T21:15:37.345 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:37 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T21:15:37.345 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:37 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T21:15:37.345 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:37 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T21:15:37.345 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:37 ntpd[17164]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T21:15:37.345 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:37 ntpd[17164]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T21:15:37.345 INFO:teuthology.orchestra.run.smithi089.stdout: 7 Apr 21:15:37 ntpd[17164]: ntpd: time slew -0.001609 s 2024-04-07T21:15:37.345 INFO:teuthology.orchestra.run.smithi089.stdout:ntpd: time slew -0.001609s 2024-04-07T21:15:37.346 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:37 ntpd[17164]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-07T21:15:37.346 INFO:teuthology.orchestra.run.smithi089.stderr: 7 Apr 21:15:37 ntpd[17164]: can't open /var/log/ntpstats/loopstats.20240407: Permission denied 2024-04-07T21:15:37.397 INFO:teuthology.orchestra.run.smithi089.stdout: remote refid st t when poll reach delay offset jitter 2024-04-07T21:15:37.398 INFO:teuthology.orchestra.run.smithi089.stdout:============================================================================== 2024-04-07T21:15:37.398 INFO:teuthology.orchestra.run.smithi089.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-07T21:15:37.398 INFO:teuthology.orchestra.run.smithi089.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-07T21:15:37.398 INFO:teuthology.orchestra.run.smithi089.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-07T21:15:37.398 INFO:teuthology.orchestra.run.smithi089.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-07T21:15:37.399 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-04-07T21:15:37.408 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-04-07T21:15:37.409 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-04-07T21:15:37.409 DEBUG:teuthology.orchestra.run.smithi089:> dd if=/scratch_devs of=/dev/stdout 2024-04-07T21:15:37.446 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-07T21:15:37.446 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/vg_nvme/lv_1 2024-04-07T21:15:37.498 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-07T21:15:37.498 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-07T21:15:37.498 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 5h/5d Inode: 878 Links: 1 2024-04-07T21:15:37.498 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-07T21:15:37.498 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2024-04-07 21:12:13.612382912 +0000 2024-04-07T21:15:37.498 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2024-04-07 21:12:13.364385125 +0000 2024-04-07T21:15:37.498 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2024-04-07 21:12:13.364385125 +0000 2024-04-07T21:15:37.498 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: - 2024-04-07T21:15:37.499 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-07T21:15:37.554 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2024-04-07T21:15:37.554 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2024-04-07T21:15:37.554 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000422297 s, 1.2 MB/s 2024-04-07T21:15:37.554 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-07T21:15:37.607 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/vg_nvme/lv_2 2024-04-07T21:15:37.654 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-07T21:15:37.654 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-07T21:15:37.654 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 5h/5d Inode: 898 Links: 1 2024-04-07T21:15:37.654 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-07T21:15:37.654 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2024-04-07 21:12:14.080378738 +0000 2024-04-07T21:15:37.654 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2024-04-07 21:12:13.832380950 +0000 2024-04-07T21:15:37.654 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2024-04-07 21:12:13.832380950 +0000 2024-04-07T21:15:37.654 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: - 2024-04-07T21:15:37.654 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-07T21:15:37.708 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2024-04-07T21:15:37.708 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2024-04-07T21:15:37.708 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000403063 s, 1.3 MB/s 2024-04-07T21:15:37.709 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-07T21:15:37.759 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/vg_nvme/lv_3 2024-04-07T21:15:37.805 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-07T21:15:37.806 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-07T21:15:37.806 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 5h/5d Inode: 910 Links: 1 2024-04-07T21:15:37.806 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-07T21:15:37.806 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2024-04-07 21:12:14.580374277 +0000 2024-04-07T21:15:37.806 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2024-04-07 21:12:14.316376632 +0000 2024-04-07T21:15:37.806 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2024-04-07 21:12:14.316376632 +0000 2024-04-07T21:15:37.806 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: - 2024-04-07T21:15:37.806 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-07T21:15:37.860 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2024-04-07T21:15:37.860 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2024-04-07T21:15:37.860 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000376198 s, 1.4 MB/s 2024-04-07T21:15:37.861 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-07T21:15:37.911 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/vg_nvme/lv_4 2024-04-07T21:15:37.958 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-07T21:15:37.958 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-07T21:15:37.958 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 5h/5d Inode: 925 Links: 1 2024-04-07T21:15:37.958 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-07T21:15:37.958 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2024-04-07 21:12:15.108369568 +0000 2024-04-07T21:15:37.958 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2024-04-07 21:12:14.832372030 +0000 2024-04-07T21:15:37.958 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2024-04-07 21:12:14.832372030 +0000 2024-04-07T21:15:37.958 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: - 2024-04-07T21:15:37.959 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-07T21:15:38.012 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2024-04-07T21:15:38.012 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2024-04-07T21:15:38.012 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000381922 s, 1.3 MB/s 2024-04-07T21:15:38.013 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-07T21:15:38.063 DEBUG:teuthology.orchestra.run.smithi089:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-04-07T21:15:38.185 INFO:teuthology.orchestra.run.smithi089.stdout:loop 2024-04-07T21:15:38.186 INFO:tasks.nvme_loop:Connecting nvme_loop smithi089:/dev/vg_nvme/lv_1... 2024-04-07T21:15:38.186 DEBUG:teuthology.orchestra.run.smithi089:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-04-07T21:15:38.202 INFO:teuthology.orchestra.run.smithi089.stdout:1 2024-04-07T21:15:38.220 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/vg_nvme/lv_11 2024-04-07T21:15:38.236 INFO:tasks.nvme_loop:Connecting nvme_loop smithi089:/dev/vg_nvme/lv_2... 2024-04-07T21:15:38.236 DEBUG:teuthology.orchestra.run.smithi089:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-04-07T21:15:38.292 INFO:teuthology.orchestra.run.smithi089.stdout:1 2024-04-07T21:15:38.310 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/vg_nvme/lv_21 2024-04-07T21:15:38.326 INFO:tasks.nvme_loop:Connecting nvme_loop smithi089:/dev/vg_nvme/lv_3... 2024-04-07T21:15:38.327 DEBUG:teuthology.orchestra.run.smithi089:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-04-07T21:15:38.385 INFO:teuthology.orchestra.run.smithi089.stdout:1 2024-04-07T21:15:38.402 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/vg_nvme/lv_31 2024-04-07T21:15:38.417 INFO:tasks.nvme_loop:Connecting nvme_loop smithi089:/dev/vg_nvme/lv_4... 2024-04-07T21:15:38.417 DEBUG:teuthology.orchestra.run.smithi089:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-04-07T21:15:38.477 INFO:teuthology.orchestra.run.smithi089.stdout:1 2024-04-07T21:15:38.498 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/vg_nvme/lv_41 2024-04-07T21:15:38.514 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-04-07T21:15:38.514 DEBUG:teuthology.orchestra.run.smithi089:> dd if=/scratch_devs of=/dev/stdout 2024-04-07T21:15:38.562 DEBUG:teuthology.orchestra.run.smithi089:> sudo nvme list 2024-04-07T21:15:38.614 INFO:teuthology.orchestra.run.smithi089.stdout:Node SN Model Namespace Usage Format FW Rev 2024-04-07T21:15:38.615 INFO:teuthology.orchestra.run.smithi089.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-04-07T21:15:38.615 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/nvme0n1 PHFT62040126400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-04-07T21:15:38.615 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/nvme1n1 b18107f933a192caf439 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-07T21:15:38.615 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/nvme2n1 8a2850ccc7328ea4ccdb Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-07T21:15:38.615 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/nvme3n1 515308a3ed90c9b7af69 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-07T21:15:38.615 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/nvme4n1 a1b965a1006ffc728a40 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-07T21:15:38.616 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-07T21:15:38.616 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-04-07T21:15:38.616 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/scratch_devs 2024-04-07T21:15:38.667 DEBUG:teuthology.orchestra.run.smithi121:> set -ex 2024-04-07T21:15:38.667 DEBUG:teuthology.orchestra.run.smithi121:> dd if=/scratch_devs of=/dev/stdout 2024-04-07T21:15:38.674 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-07T21:15:38.674 DEBUG:teuthology.orchestra.run.smithi121:> stat /dev/vg_nvme/lv_1 2024-04-07T21:15:38.721 INFO:teuthology.orchestra.run.smithi121.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-07T21:15:38.721 INFO:teuthology.orchestra.run.smithi121.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-07T21:15:38.721 INFO:teuthology.orchestra.run.smithi121.stdout:Device: 5h/5d Inode: 875 Links: 1 2024-04-07T21:15:38.721 INFO:teuthology.orchestra.run.smithi121.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-07T21:15:38.721 INFO:teuthology.orchestra.run.smithi121.stdout:Access: 2024-04-07 21:12:12.254464584 +0000 2024-04-07T21:15:38.721 INFO:teuthology.orchestra.run.smithi121.stdout:Modify: 2024-04-07 21:12:12.006466799 +0000 2024-04-07T21:15:38.721 INFO:teuthology.orchestra.run.smithi121.stdout:Change: 2024-04-07 21:12:12.006466799 +0000 2024-04-07T21:15:38.721 INFO:teuthology.orchestra.run.smithi121.stdout: Birth: - 2024-04-07T21:15:38.721 DEBUG:teuthology.orchestra.run.smithi121:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-07T21:15:38.778 INFO:teuthology.orchestra.run.smithi121.stderr:1+0 records in 2024-04-07T21:15:38.778 INFO:teuthology.orchestra.run.smithi121.stderr:1+0 records out 2024-04-07T21:15:38.778 INFO:teuthology.orchestra.run.smithi121.stderr:512 bytes copied, 0.000446456 s, 1.1 MB/s 2024-04-07T21:15:38.778 DEBUG:teuthology.orchestra.run.smithi121:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-07T21:15:38.826 DEBUG:teuthology.orchestra.run.smithi121:> stat /dev/vg_nvme/lv_2 2024-04-07T21:15:38.872 INFO:teuthology.orchestra.run.smithi121.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-07T21:15:38.872 INFO:teuthology.orchestra.run.smithi121.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-07T21:15:38.872 INFO:teuthology.orchestra.run.smithi121.stdout:Device: 5h/5d Inode: 892 Links: 1 2024-04-07T21:15:38.873 INFO:teuthology.orchestra.run.smithi121.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-07T21:15:38.873 INFO:teuthology.orchestra.run.smithi121.stdout:Access: 2024-04-07 21:12:12.482462546 +0000 2024-04-07T21:15:38.873 INFO:teuthology.orchestra.run.smithi121.stdout:Modify: 2024-04-07 21:12:12.478462583 +0000 2024-04-07T21:15:38.873 INFO:teuthology.orchestra.run.smithi121.stdout:Change: 2024-04-07 21:12:12.478462583 +0000 2024-04-07T21:15:38.873 INFO:teuthology.orchestra.run.smithi121.stdout: Birth: - 2024-04-07T21:15:38.873 DEBUG:teuthology.orchestra.run.smithi121:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-07T21:15:38.927 INFO:teuthology.orchestra.run.smithi121.stderr:1+0 records in 2024-04-07T21:15:38.927 INFO:teuthology.orchestra.run.smithi121.stderr:1+0 records out 2024-04-07T21:15:38.927 INFO:teuthology.orchestra.run.smithi121.stderr:512 bytes copied, 0.000440849 s, 1.2 MB/s 2024-04-07T21:15:38.928 DEBUG:teuthology.orchestra.run.smithi121:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-07T21:15:38.978 DEBUG:teuthology.orchestra.run.smithi121:> stat /dev/vg_nvme/lv_3 2024-04-07T21:15:39.024 INFO:teuthology.orchestra.run.smithi121.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-07T21:15:39.024 INFO:teuthology.orchestra.run.smithi121.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-07T21:15:39.024 INFO:teuthology.orchestra.run.smithi121.stdout:Device: 5h/5d Inode: 908 Links: 1 2024-04-07T21:15:39.025 INFO:teuthology.orchestra.run.smithi121.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-07T21:15:39.025 INFO:teuthology.orchestra.run.smithi121.stdout:Access: 2024-04-07 21:12:13.206456080 +0000 2024-04-07T21:15:39.025 INFO:teuthology.orchestra.run.smithi121.stdout:Modify: 2024-04-07 21:12:12.970458188 +0000 2024-04-07T21:15:39.025 INFO:teuthology.orchestra.run.smithi121.stdout:Change: 2024-04-07 21:12:12.970458188 +0000 2024-04-07T21:15:39.025 INFO:teuthology.orchestra.run.smithi121.stdout: Birth: - 2024-04-07T21:15:39.025 DEBUG:teuthology.orchestra.run.smithi121:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-07T21:15:39.078 INFO:teuthology.orchestra.run.smithi121.stderr:1+0 records in 2024-04-07T21:15:39.078 INFO:teuthology.orchestra.run.smithi121.stderr:1+0 records out 2024-04-07T21:15:39.078 INFO:teuthology.orchestra.run.smithi121.stderr:512 bytes copied, 0.00030605 s, 1.7 MB/s 2024-04-07T21:15:39.079 DEBUG:teuthology.orchestra.run.smithi121:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-07T21:15:39.130 DEBUG:teuthology.orchestra.run.smithi121:> stat /dev/vg_nvme/lv_4 2024-04-07T21:15:39.176 INFO:teuthology.orchestra.run.smithi121.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-07T21:15:39.176 INFO:teuthology.orchestra.run.smithi121.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-07T21:15:39.177 INFO:teuthology.orchestra.run.smithi121.stdout:Device: 5h/5d Inode: 926 Links: 1 2024-04-07T21:15:39.177 INFO:teuthology.orchestra.run.smithi121.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-07T21:15:39.177 INFO:teuthology.orchestra.run.smithi121.stdout:Access: 2024-04-07 21:12:13.474453686 +0000 2024-04-07T21:15:39.177 INFO:teuthology.orchestra.run.smithi121.stdout:Modify: 2024-04-07 21:12:13.470453722 +0000 2024-04-07T21:15:39.177 INFO:teuthology.orchestra.run.smithi121.stdout:Change: 2024-04-07 21:12:13.470453722 +0000 2024-04-07T21:15:39.177 INFO:teuthology.orchestra.run.smithi121.stdout: Birth: - 2024-04-07T21:15:39.177 DEBUG:teuthology.orchestra.run.smithi121:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-07T21:15:39.231 INFO:teuthology.orchestra.run.smithi121.stderr:1+0 records in 2024-04-07T21:15:39.231 INFO:teuthology.orchestra.run.smithi121.stderr:1+0 records out 2024-04-07T21:15:39.231 INFO:teuthology.orchestra.run.smithi121.stderr:512 bytes copied, 0.000379759 s, 1.3 MB/s 2024-04-07T21:15:39.232 DEBUG:teuthology.orchestra.run.smithi121:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-07T21:15:39.282 DEBUG:teuthology.orchestra.run.smithi121:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-04-07T21:15:39.415 INFO:teuthology.orchestra.run.smithi121.stdout:loop 2024-04-07T21:15:39.416 INFO:tasks.nvme_loop:Connecting nvme_loop smithi121:/dev/vg_nvme/lv_1... 2024-04-07T21:15:39.417 DEBUG:teuthology.orchestra.run.smithi121:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-04-07T21:15:39.433 INFO:teuthology.orchestra.run.smithi121.stdout:1 2024-04-07T21:15:39.452 INFO:teuthology.orchestra.run.smithi121.stdout:/dev/vg_nvme/lv_11 2024-04-07T21:15:39.469 INFO:tasks.nvme_loop:Connecting nvme_loop smithi121:/dev/vg_nvme/lv_2... 2024-04-07T21:15:39.469 DEBUG:teuthology.orchestra.run.smithi121:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-04-07T21:15:39.531 INFO:teuthology.orchestra.run.smithi121.stdout:1 2024-04-07T21:15:39.552 INFO:teuthology.orchestra.run.smithi121.stdout:/dev/vg_nvme/lv_21 2024-04-07T21:15:39.569 INFO:tasks.nvme_loop:Connecting nvme_loop smithi121:/dev/vg_nvme/lv_3... 2024-04-07T21:15:39.569 DEBUG:teuthology.orchestra.run.smithi121:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-04-07T21:15:39.628 INFO:teuthology.orchestra.run.smithi121.stdout:1 2024-04-07T21:15:39.646 INFO:teuthology.orchestra.run.smithi121.stdout:/dev/vg_nvme/lv_31 2024-04-07T21:15:39.661 INFO:tasks.nvme_loop:Connecting nvme_loop smithi121:/dev/vg_nvme/lv_4... 2024-04-07T21:15:39.662 DEBUG:teuthology.orchestra.run.smithi121:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-04-07T21:15:39.719 INFO:teuthology.orchestra.run.smithi121.stdout:1 2024-04-07T21:15:39.737 INFO:teuthology.orchestra.run.smithi121.stdout:/dev/vg_nvme/lv_41 2024-04-07T21:15:39.755 DEBUG:teuthology.orchestra.run.smithi121:> set -ex 2024-04-07T21:15:39.755 DEBUG:teuthology.orchestra.run.smithi121:> dd if=/scratch_devs of=/dev/stdout 2024-04-07T21:15:39.800 DEBUG:teuthology.orchestra.run.smithi121:> sudo nvme list 2024-04-07T21:15:39.855 INFO:teuthology.orchestra.run.smithi121.stdout:Node SN Model Namespace Usage Format FW Rev 2024-04-07T21:15:39.855 INFO:teuthology.orchestra.run.smithi121.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-04-07T21:15:39.856 INFO:teuthology.orchestra.run.smithi121.stdout:/dev/nvme0n1 PHFT620400ZF400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101F0 2024-04-07T21:15:39.856 INFO:teuthology.orchestra.run.smithi121.stdout:/dev/nvme1n1 e23b66cf0f57495ce828 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-07T21:15:39.856 INFO:teuthology.orchestra.run.smithi121.stdout:/dev/nvme2n1 c3f180e7d017a1a80c74 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-07T21:15:39.856 INFO:teuthology.orchestra.run.smithi121.stdout:/dev/nvme3n1 6abb7384ca5f51cf295c Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-07T21:15:39.856 INFO:teuthology.orchestra.run.smithi121.stdout:/dev/nvme4n1 40eee485e8bcfef91f4d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-07T21:15:39.857 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-07T21:15:39.857 DEBUG:teuthology.orchestra.run.smithi121:> set -ex 2024-04-07T21:15:39.857 DEBUG:teuthology.orchestra.run.smithi121:> sudo dd of=/scratch_devs 2024-04-07T21:15:39.913 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-07T21:15:40.008 INFO:tasks.cephadm:Config: {'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'e5c885fe95ee982ff7b45214daa61b1a6d09d57d'} 2024-04-07T21:15:40.008 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d 2024-04-07T21:15:40.008 INFO:tasks.cephadm:Cluster fsid is fc44b7c6-f523-11ee-b649-cb9ed24678a4 2024-04-07T21:15:40.008 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-07T21:15:40.008 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-04-07T21:15:40.009 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi089': '172.21.15.89', 'mon.smithi121': '172.21.15.121'} 2024-04-07T21:15:40.009 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-07T21:15:40.009 DEBUG:teuthology.orchestra.run.smithi089:> sudo hostname $(hostname -s) 2024-04-07T21:15:40.023 DEBUG:teuthology.orchestra.run.smithi121:> sudo hostname $(hostname -s) 2024-04-07T21:15:40.037 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-07T21:15:40.037 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e5c885fe95ee982ff7b45214daa61b1a6d09d57d 2024-04-07T21:15:40.205 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'e5c885fe95ee982ff7b45214daa61b1a6d09d57d', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic/54784/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2578-ge5c885fe', 'node_name': '172.21.2.13+braggi13', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-2578-ge5c885fe-1jammy'}, 'url': 'https://3.chacra.ceph.com/r/ceph/main/e5c885fe95ee982ff7b45214daa61b1a6d09d57d/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-04-01 21:47:16.564905', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'main', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/main/e5c885fe95ee982ff7b45214daa61b1a6d09d57d/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-04-07T21:15:40.498 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref main, sha1 e5c885fe95ee982ff7b45214daa61b1a6d09d57d from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=e5c885fe95ee982ff7b45214daa61b1a6d09d57d 2024-04-07T21:15:40.499 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/main/e5c885fe95ee982ff7b45214daa61b1a6d09d57d/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-04-07T21:15:40.500 DEBUG:teuthology.orchestra.run.smithi089:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/main/e5c885fe95ee982ff7b45214daa61b1a6d09d57d/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-07T21:15:41.043 INFO:teuthology.orchestra.run.smithi089.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788790 Apr 7 21:15 /home/ubuntu/cephtest/cephadm 2024-04-07T21:15:41.044 DEBUG:teuthology.orchestra.run.smithi121:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/main/e5c885fe95ee982ff7b45214daa61b1a6d09d57d/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-07T21:15:41.546 INFO:teuthology.orchestra.run.smithi121.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788790 Apr 7 21:15 /home/ubuntu/cephtest/cephadm 2024-04-07T21:15:41.546 DEBUG:teuthology.orchestra.run.smithi089:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-07T21:15:41.554 DEBUG:teuthology.orchestra.run.smithi121:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-07T21:15:41.575 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d on all hosts... 2024-04-07T21:15:41.575 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d pull 2024-04-07T21:15:41.596 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d pull 2024-04-07T21:15:41.760 INFO:teuthology.orchestra.run.smithi089.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d... 2024-04-07T21:15:41.769 INFO:teuthology.orchestra.run.smithi121.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d... 2024-04-07T21:16:46.613 INFO:teuthology.orchestra.run.smithi121.stdout:{ 2024-04-07T21:16:46.614 INFO:teuthology.orchestra.run.smithi121.stdout: "ceph_version": "ceph version 19.0.0-2578-ge5c885fe (e5c885fe95ee982ff7b45214daa61b1a6d09d57d) squid (dev)", 2024-04-07T21:16:46.614 INFO:teuthology.orchestra.run.smithi121.stdout: "image_id": "fe467d9065a1c6ff757668cf0f97eb2a00e56f51271fffd4b076c4d1580a91ce", 2024-04-07T21:16:46.614 INFO:teuthology.orchestra.run.smithi121.stdout: "repo_digests": [ 2024-04-07T21:16:46.614 INFO:teuthology.orchestra.run.smithi121.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:72637ed65c3eacb208a01eb8fcf572a65857060627154597bacdb87f092e5fe1" 2024-04-07T21:16:46.614 INFO:teuthology.orchestra.run.smithi121.stdout: ] 2024-04-07T21:16:46.614 INFO:teuthology.orchestra.run.smithi121.stdout:} 2024-04-07T21:17:02.725 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-04-07T21:17:02.725 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph_version": "ceph version 19.0.0-2578-ge5c885fe (e5c885fe95ee982ff7b45214daa61b1a6d09d57d) squid (dev)", 2024-04-07T21:17:02.725 INFO:teuthology.orchestra.run.smithi089.stdout: "image_id": "fe467d9065a1c6ff757668cf0f97eb2a00e56f51271fffd4b076c4d1580a91ce", 2024-04-07T21:17:02.725 INFO:teuthology.orchestra.run.smithi089.stdout: "repo_digests": [ 2024-04-07T21:17:02.725 INFO:teuthology.orchestra.run.smithi089.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:72637ed65c3eacb208a01eb8fcf572a65857060627154597bacdb87f092e5fe1" 2024-04-07T21:17:02.725 INFO:teuthology.orchestra.run.smithi089.stdout: ] 2024-04-07T21:17:02.725 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-04-07T21:17:02.768 DEBUG:teuthology.orchestra.run.smithi089:> sudo mkdir -p /etc/ceph 2024-04-07T21:17:02.783 DEBUG:teuthology.orchestra.run.smithi121:> sudo mkdir -p /etc/ceph 2024-04-07T21:17:02.797 DEBUG:teuthology.orchestra.run.smithi089:> sudo chmod 777 /etc/ceph 2024-04-07T21:17:02.836 DEBUG:teuthology.orchestra.run.smithi121:> sudo chmod 777 /etc/ceph 2024-04-07T21:17:02.851 INFO:tasks.cephadm:Writing seed config... 2024-04-07T21:17:02.852 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-07T21:17:02.852 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-07T21:17:02.852 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-07T21:17:02.852 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-07T21:17:02.852 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-07T21:17:02.852 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-07T21:17:02.852 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-07T21:17:02.852 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-04-07T21:17:02.853 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-04-07T21:17:02.853 DEBUG:teuthology.orchestra.run.smithi089:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-07T21:17:02.882 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 = fc44b7c6-f523-11ee-b649-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-07T21:17:02.882 DEBUG:teuthology.orchestra.run.smithi089:mon.smithi089> sudo journalctl -f -n 0 -u ceph-fc44b7c6-f523-11ee-b649-cb9ed24678a4@mon.smithi089.service 2024-04-07T21:17:02.928 INFO:tasks.cephadm:Bootstrapping... 2024-04-07T21:17:02.928 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d -v bootstrap --fsid fc44b7c6-f523-11ee-b649-cb9ed24678a4 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.89 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-07T21:17:03.134 INFO:teuthology.orchestra.run.smithi089.stdout:-------------------------------------------------------------------------------- 2024-04-07T21:17:03.134 INFO:teuthology.orchestra.run.smithi089.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d', '-v', 'bootstrap', '--fsid', 'fc44b7c6-f523-11ee-b649-cb9ed24678a4', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.89', '--skip-admin-label'] 2024-04-07T21:17:03.134 INFO:teuthology.orchestra.run.smithi089.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-07T21:17:03.135 INFO:teuthology.orchestra.run.smithi089.stdout:Verifying podman|docker is present... 2024-04-07T21:17:03.135 INFO:teuthology.orchestra.run.smithi089.stdout:Verifying lvm2 is present... 2024-04-07T21:17:03.135 INFO:teuthology.orchestra.run.smithi089.stdout:Verifying time synchronization is in place... 2024-04-07T21:17:03.141 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-07T21:17:03.141 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-07T21:17:03.146 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-07T21:17:03.146 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stdout inactive 2024-04-07T21:17:03.150 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-07T21:17:03.150 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-07T21:17:03.154 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-07T21:17:03.154 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stdout inactive 2024-04-07T21:17:03.157 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-07T21:17:03.158 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stdout masked 2024-04-07T21:17:03.161 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-07T21:17:03.161 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stdout inactive 2024-04-07T21:17:03.165 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-07T21:17:03.165 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-07T21:17:03.168 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-07T21:17:03.168 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stdout inactive 2024-04-07T21:17:03.172 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stdout enabled 2024-04-07T21:17:03.176 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stdout active 2024-04-07T21:17:03.176 INFO:teuthology.orchestra.run.smithi089.stdout:Unit ntp.service is enabled and running 2024-04-07T21:17:03.176 INFO:teuthology.orchestra.run.smithi089.stdout:Repeating the final host check... 2024-04-07T21:17:03.176 INFO:teuthology.orchestra.run.smithi089.stdout:docker (/usr/bin/docker) is present 2024-04-07T21:17:03.176 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl is present 2024-04-07T21:17:03.176 INFO:teuthology.orchestra.run.smithi089.stdout:lvcreate is present 2024-04-07T21:17:03.179 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-07T21:17:03.179 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-07T21:17:03.182 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-07T21:17:03.182 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stdout inactive 2024-04-07T21:17:03.186 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-07T21:17:03.186 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-07T21:17:03.189 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-07T21:17:03.189 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stdout inactive 2024-04-07T21:17:03.192 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-07T21:17:03.192 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stdout masked 2024-04-07T21:17:03.198 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-07T21:17:03.198 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stdout inactive 2024-04-07T21:17:03.198 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-07T21:17:03.198 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-07T21:17:03.201 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-07T21:17:03.202 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stdout inactive 2024-04-07T21:17:03.205 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stdout enabled 2024-04-07T21:17:03.209 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stdout active 2024-04-07T21:17:03.209 INFO:teuthology.orchestra.run.smithi089.stdout:Unit ntp.service is enabled and running 2024-04-07T21:17:03.209 INFO:teuthology.orchestra.run.smithi089.stdout:Host looks OK 2024-04-07T21:17:03.209 INFO:teuthology.orchestra.run.smithi089.stdout:Cluster fsid: fc44b7c6-f523-11ee-b649-cb9ed24678a4 2024-04-07T21:17:03.209 INFO:teuthology.orchestra.run.smithi089.stdout:Acquiring lock 140329837638416 on /run/cephadm/fc44b7c6-f523-11ee-b649-cb9ed24678a4.lock 2024-04-07T21:17:03.209 INFO:teuthology.orchestra.run.smithi089.stdout:Lock 140329837638416 acquired on /run/cephadm/fc44b7c6-f523-11ee-b649-cb9ed24678a4.lock 2024-04-07T21:17:03.210 INFO:teuthology.orchestra.run.smithi089.stdout:Verifying IP 172.21.15.89 port 3300 ... 2024-04-07T21:17:03.210 INFO:teuthology.orchestra.run.smithi089.stdout:Verifying IP 172.21.15.89 port 6789 ... 2024-04-07T21:17:03.210 INFO:teuthology.orchestra.run.smithi089.stdout:Base mon IP(s) is [172.21.15.89:3300, 172.21.15.89:6789], mon addrv is [v2:172.21.15.89:3300,v1:172.21.15.89:6789] 2024-04-07T21:17:03.212 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 2024-04-07T21:17:03.212 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.89 metric 100 2024-04-07T21:17:03.212 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/sbin/ip: stdout 158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.89 metric 100 2024-04-07T21:17:03.212 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-04-07T21:17:03.213 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.89 metric 100 2024-04-07T21:17:03.213 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/sbin/ip: stdout 172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.89 metric 100 2024-04-07T21:17:03.213 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/sbin/ip: stdout 172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.89 metric 100 2024-04-07T21:17:03.213 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/sbin/ip: stdout 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.89 metric 100 2024-04-07T21:17:03.214 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-07T21:17:03.214 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-04-07T21:17:03.214 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1794sec pref medium 2024-04-07T21:17:03.216 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-07T21:17:03.216 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-07T21:17:03.216 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-07T21:17:03.216 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-04-07T21:17:03.216 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:d501/64 scope link 2024-04-07T21:17:03.216 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-07T21:17:03.217 INFO:teuthology.orchestra.run.smithi089.stdout:Mon IP `172.21.15.89` is in CIDR network `172.21.0.0/20` 2024-04-07T21:17:03.218 INFO:teuthology.orchestra.run.smithi089.stdout:Mon IP `172.21.15.89` is in CIDR network `172.21.0.0/20` 2024-04-07T21:17:03.218 INFO:teuthology.orchestra.run.smithi089.stdout:Mon IP `172.21.15.89` is in CIDR network `172.21.0.1/32` 2024-04-07T21:17:03.218 INFO:teuthology.orchestra.run.smithi089.stdout:Mon IP `172.21.15.89` is in CIDR network `172.21.0.1/32` 2024-04-07T21:17:03.218 INFO:teuthology.orchestra.run.smithi089.stdout:Mon IP `172.21.15.89` is in CIDR network `172.21.0.2/32` 2024-04-07T21:17:03.218 INFO:teuthology.orchestra.run.smithi089.stdout:Mon IP `172.21.15.89` is in CIDR network `172.21.0.2/32` 2024-04-07T21:17:03.218 INFO:teuthology.orchestra.run.smithi089.stdout:Mon IP `172.21.15.89` is in CIDR network `172.21.15.254/32` 2024-04-07T21:17:03.218 INFO:teuthology.orchestra.run.smithi089.stdout:Mon IP `172.21.15.89` is in CIDR network `172.21.15.254/32` 2024-04-07T21:17:03.218 INFO:teuthology.orchestra.run.smithi089.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20', '172.21.0.1/32', '172.21.0.1/32', '172.21.0.2/32', '172.21.0.2/32', '172.21.15.254/32', '172.21.15.254/32'] 2024-04-07T21:17:03.218 INFO:teuthology.orchestra.run.smithi089.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-07T21:17:03.218 INFO:teuthology.orchestra.run.smithi089.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d... 2024-04-07T21:17:04.353 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/docker: stdout e5c885fe95ee982ff7b45214daa61b1a6d09d57d: Pulling from ceph-ci/ceph 2024-04-07T21:17:04.354 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/docker: stdout Digest: sha256:72637ed65c3eacb208a01eb8fcf572a65857060627154597bacdb87f092e5fe1 2024-04-07T21:17:04.354 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d 2024-04-07T21:17:04.354 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d 2024-04-07T21:17:05.671 INFO:teuthology.orchestra.run.smithi089.stdout:ceph: stdout ceph version 19.0.0-2578-ge5c885fe (e5c885fe95ee982ff7b45214daa61b1a6d09d57d) squid (dev) 2024-04-07T21:17:05.671 INFO:teuthology.orchestra.run.smithi089.stdout:Ceph version: ceph version 19.0.0-2578-ge5c885fe (e5c885fe95ee982ff7b45214daa61b1a6d09d57d) squid (dev) 2024-04-07T21:17:05.671 INFO:teuthology.orchestra.run.smithi089.stdout:Extracting ceph user uid/gid from container image... 2024-04-07T21:17:06.808 INFO:teuthology.orchestra.run.smithi089.stdout:stat: stdout 167 167 2024-04-07T21:17:06.808 INFO:teuthology.orchestra.run.smithi089.stdout:Creating initial keys... 2024-04-07T21:17:07.928 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-authtool: stdout AQBTDRNm9cImGxAAnKkUFzdcHPQpQPVg95Up2w== 2024-04-07T21:17:09.092 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-authtool: stdout AQBUDRNmJOMQIRAAlFHjc9tdUdB1JzwnjIIQKA== 2024-04-07T21:17:10.296 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-authtool: stdout AQBVDRNmxJiMLBAAr/31nPgxnGgpojO5Q41ijQ== 2024-04-07T21:17:10.297 INFO:teuthology.orchestra.run.smithi089.stdout:Creating initial monmap... 2024-04-07T21:17:11.453 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-07T21:17:11.453 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-04-07T21:17:11.453 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to fc44b7c6-f523-11ee-b649-cb9ed24678a4 2024-04-07T21:17:11.453 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-07T21:17:11.453 INFO:teuthology.orchestra.run.smithi089.stdout:monmaptool for smithi089 [v2:172.21.15.89:3300,v1:172.21.15.89:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-07T21:17:11.453 INFO:teuthology.orchestra.run.smithi089.stdout:setting min_mon_release = quincy 2024-04-07T21:17:11.453 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/monmaptool: set fsid to fc44b7c6-f523-11ee-b649-cb9ed24678a4 2024-04-07T21:17:11.453 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-07T21:17:11.453 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-07T21:17:11.453 INFO:teuthology.orchestra.run.smithi089.stdout:Creating mon... 2024-04-07T21:17:12.701 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-07T21:17:12.701 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 1 imported monmap: 2024-04-07T21:17:12.701 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-04-07T21:17:12.701 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr fsid fc44b7c6-f523-11ee-b649-cb9ed24678a4 2024-04-07T21:17:12.701 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-04-07T21:17:10.914106+0000 2024-04-07T21:17:12.701 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr created 2024-04-07T21:17:10.914106+0000 2024-04-07T21:17:12.701 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-04-07T21:17:12.702 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-04-07T21:17:12.702 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] mon.smithi089 2024-04-07T21:17:12.702 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T21:17:12.702 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 0 /usr/bin/ceph-mon: set fsid to fc44b7c6-f523-11ee-b649-cb9ed24678a4 2024-04-07T21:17:12.702 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: RocksDB version: 7.9.2 2024-04-07T21:17:12.702 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T21:17:12.702 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Git sha 0 2024-04-07T21:17:12.702 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Compile date 2024-04-01 20:25:56 2024-04-07T21:17:12.702 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: DB SUMMARY 2024-04-07T21:17:12.702 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T21:17:12.702 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: DB Session ID: FU0HM4EVV9WMZ8TEE2NN 2024-04-07T21:17:12.702 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T21:17:12.702 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi089/store.db dir, Total Num: 0, files: 2024-04-07T21:17:12.702 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T21:17:12.702 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi089/store.db: 2024-04-07T21:17:12.703 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T21:17:12.703 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.error_if_exists: 0 2024-04-07T21:17:12.703 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.create_if_missing: 1 2024-04-07T21:17:12.703 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.paranoid_checks: 1 2024-04-07T21:17:12.703 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-07T21:17:12.703 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-07T21:17:12.703 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-07T21:17:12.703 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.env: 0x55bd9a64bc60 2024-04-07T21:17:12.703 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-07T21:17:12.703 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.info_log: 0x55bd9c970c80 2024-04-07T21:17:12.703 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-07T21:17:12.703 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.statistics: (nil) 2024-04-07T21:17:12.703 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.use_fsync: 0 2024-04-07T21:17:12.703 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.max_log_file_size: 0 2024-04-07T21:17:12.703 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-07T21:17:12.703 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-07T21:17:12.704 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-07T21:17:12.704 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-07T21:17:12.704 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.allow_fallocate: 1 2024-04-07T21:17:12.704 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-07T21:17:12.704 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-07T21:17:12.704 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.use_direct_reads: 0 2024-04-07T21:17:12.704 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-07T21:17:12.704 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-07T21:17:12.704 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.db_log_dir: 2024-04-07T21:17:12.704 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.wal_dir: 2024-04-07T21:17:12.704 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-07T21:17:12.704 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-07T21:17:12.704 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-07T21:17:12.704 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-07T21:17:12.704 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-07T21:17:12.704 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-07T21:17:12.704 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-07T21:17:12.705 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-07T21:17:12.705 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.write_buffer_manager: 0x55bd9c943360 2024-04-07T21:17:12.705 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-07T21:17:12.705 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-07T21:17:12.705 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-07T21:17:12.705 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-07T21:17:12.705 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-07T21:17:12.705 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-07T21:17:12.705 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-07T21:17:12.705 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-07T21:17:12.705 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.unordered_write: 0 2024-04-07T21:17:12.705 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-07T21:17:12.705 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-07T21:17:12.705 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-07T21:17:12.705 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-07T21:17:12.705 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.row_cache: None 2024-04-07T21:17:12.706 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.wal_filter: None 2024-04-07T21:17:12.706 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-07T21:17:12.706 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-07T21:17:12.706 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.two_write_queues: 0 2024-04-07T21:17:12.706 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-07T21:17:12.706 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.wal_compression: 0 2024-04-07T21:17:12.706 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.atomic_flush: 0 2024-04-07T21:17:12.706 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-07T21:17:12.706 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-07T21:17:12.706 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-07T21:17:12.706 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.log_readahead_size: 0 2024-04-07T21:17:12.706 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-07T21:17:12.706 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-07T21:17:12.706 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-07T21:17:12.707 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-07T21:17:12.707 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-07T21:17:12.707 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-07T21:17:12.707 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-07T21:17:12.707 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.max_background_jobs: 2 2024-04-07T21:17:12.707 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.max_background_compactions: -1 2024-04-07T21:17:12.707 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.max_subcompactions: 1 2024-04-07T21:17:12.707 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-07T21:17:12.707 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-07T21:17:12.707 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-07T21:17:12.707 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-07T21:17:12.707 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-07T21:17:12.708 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-07T21:17:12.708 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-07T21:17:12.708 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-07T21:17:12.708 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.max_open_files: -1 2024-04-07T21:17:12.708 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-07T21:17:12.708 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-07T21:17:12.708 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-07T21:17:12.708 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-07T21:17:12.708 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Options.max_background_flushes: -1 2024-04-07T21:17:12.708 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Compression algorithms supported: 2024-04-07T21:17:12.708 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-07T21:17:12.708 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: kZSTD supported: 0 2024-04-07T21:17:12.708 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: kXpressCompression supported: 0 2024-04-07T21:17:12.708 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-07T21:17:12.708 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: kZlibCompression supported: 1 2024-04-07T21:17:12.708 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: kSnappyCompression supported: 1 2024-04-07T21:17:12.708 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: kLZ4Compression supported: 1 2024-04-07T21:17:12.709 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: kBZip2Compression supported: 0 2024-04-07T21:17:12.709 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-07T21:17:12.709 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-07T21:17:12.709 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.132+0000 7fbe9b37cc80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-04-07T21:17:12.709 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T21:17:12.709 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi089/store.db/MANIFEST-000001 2024-04-07T21:17:12.709 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T21:17:12.709 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-07T21:17:12.709 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T21:17:12.709 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-07T21:17:12.709 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.merge_operator: 2024-04-07T21:17:12.709 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.compaction_filter: None 2024-04-07T21:17:12.709 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-07T21:17:12.709 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-07T21:17:12.709 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-07T21:17:12.710 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-07T21:17:12.710 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55bd9c970e40) 2024-04-07T21:17:12.710 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-04-07T21:17:12.710 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-04-07T21:17:12.710 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-07T21:17:12.710 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-04-07T21:17:12.710 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-04-07T21:17:12.710 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-04-07T21:17:12.710 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-04-07T21:17:12.710 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-04-07T21:17:12.710 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-04-07T21:17:12.710 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-04-07T21:17:12.710 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x55bd9c975090 2024-04-07T21:17:12.710 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-04-07T21:17:12.710 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-04-07T21:17:12.710 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-04-07T21:17:12.711 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-04-07T21:17:12.711 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-04-07T21:17:12.711 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-04-07T21:17:12.711 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-04-07T21:17:12.711 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-04-07T21:17:12.711 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-04-07T21:17:12.711 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-04-07T21:17:12.711 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-04-07T21:17:12.711 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-04-07T21:17:12.711 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-04-07T21:17:12.711 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-04-07T21:17:12.711 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-04-07T21:17:12.711 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-04-07T21:17:12.711 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-04-07T21:17:12.711 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-04-07T21:17:12.711 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-04-07T21:17:12.711 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-04-07T21:17:12.712 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-04-07T21:17:12.712 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-04-07T21:17:12.712 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-04-07T21:17:12.712 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-04-07T21:17:12.712 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-04-07T21:17:12.712 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-04-07T21:17:12.712 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T21:17:12.712 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-07T21:17:12.712 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-07T21:17:12.712 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.compression: NoCompression 2024-04-07T21:17:12.712 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-07T21:17:12.712 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-07T21:17:12.712 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-07T21:17:12.712 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.num_levels: 7 2024-04-07T21:17:12.712 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-07T21:17:12.712 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-07T21:17:12.713 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-07T21:17:12.713 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-07T21:17:12.713 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-07T21:17:12.713 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-07T21:17:12.713 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-07T21:17:12.713 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-07T21:17:12.713 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-07T21:17:12.713 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-07T21:17:12.713 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-07T21:17:12.713 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-07T21:17:12.713 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-07T21:17:12.713 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-07T21:17:12.713 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-07T21:17:12.713 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-07T21:17:12.713 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-07T21:17:12.713 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-07T21:17:12.714 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-07T21:17:12.714 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-07T21:17:12.714 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-07T21:17:12.714 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-07T21:17:12.714 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-07T21:17:12.714 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-07T21:17:12.714 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-07T21:17:12.714 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-07T21:17:12.714 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-07T21:17:12.714 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-07T21:17:12.714 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-07T21:17:12.714 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-07T21:17:12.714 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-07T21:17:12.714 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-07T21:17:12.714 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-07T21:17:12.715 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-07T21:17:12.715 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-07T21:17:12.715 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-07T21:17:12.715 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-07T21:17:12.715 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-07T21:17:12.715 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-07T21:17:12.715 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-07T21:17:12.715 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-07T21:17:12.715 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-07T21:17:12.715 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-07T21:17:12.715 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-07T21:17:12.715 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-07T21:17:12.715 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-07T21:17:12.715 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-07T21:17:12.715 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-07T21:17:12.715 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-07T21:17:12.716 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-07T21:17:12.716 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-07T21:17:12.716 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-07T21:17:12.716 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-07T21:17:12.716 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-07T21:17:12.716 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.inplace_update_support: 0 2024-04-07T21:17:12.716 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-07T21:17:12.716 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-07T21:17:12.716 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-07T21:17:12.716 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-07T21:17:12.716 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.bloom_locality: 0 2024-04-07T21:17:12.716 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.max_successive_merges: 0 2024-04-07T21:17:12.716 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-07T21:17:12.716 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-07T21:17:12.717 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-07T21:17:12.717 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-07T21:17:12.717 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.ttl: 2592000 2024-04-07T21:17:12.717 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-07T21:17:12.717 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-07T21:17:12.717 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-07T21:17:12.717 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.enable_blob_files: false 2024-04-07T21:17:12.717 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.min_blob_size: 0 2024-04-07T21:17:12.717 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-07T21:17:12.717 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-07T21:17:12.717 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-07T21:17:12.717 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-07T21:17:12.717 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-07T21:17:12.718 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-07T21:17:12.718 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-07T21:17:12.718 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-07T21:17:12.718 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi089/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-07T21:17:12.718 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T21:17:12.718 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-07T21:17:12.718 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T21:17:12.718 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 479d9ae9-8114-4041-922b-099d7a607d8d 2024-04-07T21:17:12.718 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T21:17:12.718 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-04-07T21:17:12.718 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T21:17:12.718 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55bd9ca3e000 2024-04-07T21:17:12.718 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe9b37cc80 4 rocksdb: DB pointer 0x55bd9ca2e000 2024-04-07T21:17:12.718 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe8b4df700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-07T21:17:12.719 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.136+0000 7fbe8b4df700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-07T21:17:12.719 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-04-07T21:17:12.719 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-07T21:17:12.719 INFO:teuthology.orchestra.run.smithi089.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-07T21:17:12.719 INFO:teuthology.orchestra.run.smithi089.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-07T21:17:12.719 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-07T21:17:12.719 INFO:teuthology.orchestra.run.smithi089.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-07T21:17:12.719 INFO:teuthology.orchestra.run.smithi089.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-07T21:17:12.719 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-07T21:17:12.719 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T21:17:12.719 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-07T21:17:12.719 INFO:teuthology.orchestra.run.smithi089.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-07T21:17:12.719 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-07T21:17:12.719 INFO:teuthology.orchestra.run.smithi089.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-07T21:17:12.719 INFO:teuthology.orchestra.run.smithi089.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-07T21:17:12.720 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T21:17:12.720 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-07T21:17:12.720 INFO:teuthology.orchestra.run.smithi089.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-07T21:17:12.720 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-07T21:17:12.720 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T21:17:12.720 INFO:teuthology.orchestra.run.smithi089.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-07T21:17:12.720 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T21:17:12.720 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-07T21:17:12.720 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-04-07T21:17:12.720 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-04-07T21:17:12.720 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-04-07T21:17:12.720 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-04-07T21:17:12.720 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-04-07T21:17:12.720 INFO:teuthology.orchestra.run.smithi089.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-07T21:17:12.720 INFO:teuthology.orchestra.run.smithi089.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-07T21:17:12.720 INFO:teuthology.orchestra.run.smithi089.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-07T21:17:12.720 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x55bd9c975090#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-04-07T21:17:12.721 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-04-07T21:17:12.721 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T21:17:12.721 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-04-07T21:17:12.721 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T21:17:12.721 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.140+0000 7fbe9b37cc80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-04-07T21:17:12.721 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.140+0000 7fbe9b37cc80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-04-07T21:17:12.721 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T21:17:12.140+0000 7fbe9b37cc80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi089 for mon.smithi089 2024-04-07T21:17:12.721 INFO:teuthology.orchestra.run.smithi089.stdout:create mon.smithi089 on 2024-04-07T21:17:13.152 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-04-07T21:17:13.396 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-fc44b7c6-f523-11ee-b649-cb9ed24678a4.target -> /etc/systemd/system/ceph-fc44b7c6-f523-11ee-b649-cb9ed24678a4.target. 2024-04-07T21:17:13.397 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-fc44b7c6-f523-11ee-b649-cb9ed24678a4.target -> /etc/systemd/system/ceph-fc44b7c6-f523-11ee-b649-cb9ed24678a4.target. 2024-04-07T21:17:13.689 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-fc44b7c6-f523-11ee-b649-cb9ed24678a4@mon.smithi089 2024-04-07T21:17:13.689 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Failed to reset failed state of unit ceph-fc44b7c6-f523-11ee-b649-cb9ed24678a4@mon.smithi089.service: Unit ceph-fc44b7c6-f523-11ee-b649-cb9ed24678a4@mon.smithi089.service not loaded. 2024-04-07T21:17:13.898 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-fc44b7c6-f523-11ee-b649-cb9ed24678a4.target.wants/ceph-fc44b7c6-f523-11ee-b649-cb9ed24678a4@mon.smithi089.service -> /etc/systemd/system/ceph-fc44b7c6-f523-11ee-b649-cb9ed24678a4@.service. 2024-04-07T21:17:13.907 INFO:teuthology.orchestra.run.smithi089.stdout:firewalld does not appear to be present 2024-04-07T21:17:13.907 INFO:teuthology.orchestra.run.smithi089.stdout:Not possible to enable service . firewalld.service is not available 2024-04-07T21:17:13.907 INFO:teuthology.orchestra.run.smithi089.stdout:Waiting for mon to start... 2024-04-07T21:17:13.907 INFO:teuthology.orchestra.run.smithi089.stdout:Waiting for mon... 2024-04-07T21:17:15.247 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:14 smithi089 bash[18171]: cluster 2024-04-07T21:17:14.964268+0000 mon.smithi089 (mon.0) 1 : cluster [INF] mon.smithi089 is new leader, mons smithi089 in quorum (ranks 0) 2024-04-07T21:17:15.753 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout cluster: 2024-04-07T21:17:15.753 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout id: fc44b7c6-f523-11ee-b649-cb9ed24678a4 2024-04-07T21:17:15.753 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-07T21:17:15.753 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout 2024-04-07T21:17:15.753 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout services: 2024-04-07T21:17:15.754 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi089 (age 0.247944s) 2024-04-07T21:17:15.754 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-07T21:17:15.754 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-07T21:17:15.754 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout 2024-04-07T21:17:15.754 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout data: 2024-04-07T21:17:15.754 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-07T21:17:15.755 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-07T21:17:15.755 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-07T21:17:15.755 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout pgs: 2024-04-07T21:17:15.755 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout 2024-04-07T21:17:15.755 INFO:teuthology.orchestra.run.smithi089.stdout:mon is available 2024-04-07T21:17:15.755 INFO:teuthology.orchestra.run.smithi089.stdout:Assimilating anything we can from ceph.conf... 2024-04-07T21:17:16.069 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:15 smithi089 bash[18171]: cluster 2024-04-07T21:17:14.988149+0000 mon.smithi089 (mon.0) 2 : cluster [INF] mon.smithi089 is new leader, mons smithi089 in quorum (ranks 0) 2024-04-07T21:17:16.069 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:15 smithi089 bash[18171]: cluster 2024-04-07T21:17:14.988420+0000 mon.smithi089 (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-04-07T21:17:16.070 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:15 smithi089 bash[18171]: cluster 2024-04-07T21:17:14.988437+0000 mon.smithi089 (mon.0) 4 : cluster [DBG] fsid fc44b7c6-f523-11ee-b649-cb9ed24678a4 2024-04-07T21:17:16.070 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:15 smithi089 bash[18171]: cluster 2024-04-07T21:17:14.988453+0000 mon.smithi089 (mon.0) 5 : cluster [DBG] last_changed 2024-04-07T21:17:10.914106+0000 2024-04-07T21:17:16.070 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:15 smithi089 bash[18171]: cluster 2024-04-07T21:17:14.988467+0000 mon.smithi089 (mon.0) 6 : cluster [DBG] created 2024-04-07T21:17:10.914106+0000 2024-04-07T21:17:16.070 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:15 smithi089 bash[18171]: cluster 2024-04-07T21:17:14.988481+0000 mon.smithi089 (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-04-07T21:17:16.070 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:15 smithi089 bash[18171]: cluster 2024-04-07T21:17:14.988495+0000 mon.smithi089 (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-04-07T21:17:16.070 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:15 smithi089 bash[18171]: cluster 2024-04-07T21:17:14.988509+0000 mon.smithi089 (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] mon.smithi089 2024-04-07T21:17:16.070 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:15 smithi089 bash[18171]: cluster 2024-04-07T21:17:14.991373+0000 mon.smithi089 (mon.0) 10 : cluster [DBG] fsmap 2024-04-07T21:17:16.070 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:15 smithi089 bash[18171]: cluster 2024-04-07T21:17:14.994001+0000 mon.smithi089 (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-07T21:17:16.070 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:15 smithi089 bash[18171]: cluster 2024-04-07T21:17:14.994517+0000 mon.smithi089 (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-04-07T21:17:16.070 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:15 smithi089 bash[18171]: audit 2024-04-07T21:17:15.235987+0000 mon.smithi089 (mon.0) 13 : audit [DBG] from='client.? 172.21.15.89:0/4163384493' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-07T21:17:17.232 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout 2024-04-07T21:17:17.232 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout [global] 2024-04-07T21:17:17.232 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout fsid = fc44b7c6-f523-11ee-b649-cb9ed24678a4 2024-04-07T21:17:17.232 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.89:3300,v1:172.21.15.89:6789] 2024-04-07T21:17:17.233 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-07T21:17:17.233 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-07T21:17:17.233 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-07T21:17:17.233 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-07T21:17:17.233 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout 2024-04-07T21:17:17.233 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-07T21:17:17.233 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-07T21:17:17.233 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout 2024-04-07T21:17:17.233 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout [osd] 2024-04-07T21:17:17.233 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-07T21:17:17.233 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-07T21:17:17.233 INFO:teuthology.orchestra.run.smithi089.stdout:Generating new minimal ceph.conf... 2024-04-07T21:17:17.254 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:16 smithi089 bash[18171]: audit 2024-04-07T21:17:16.671113+0000 mon.smithi089 (mon.0) 14 : audit [INF] from='client.? 172.21.15.89:0/320512484' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-07T21:17:17.254 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:16 smithi089 bash[18171]: audit 2024-04-07T21:17:16.675014+0000 mon.smithi089 (mon.0) 15 : audit [INF] from='client.? 172.21.15.89:0/320512484' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-07T21:17:18.572 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:18 smithi089 bash[18171]: audit 2024-04-07T21:17:18.235072+0000 mon.smithi089 (mon.0) 16 : audit [DBG] from='client.? 172.21.15.89:0/3378308161' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T21:17:18.719 INFO:teuthology.orchestra.run.smithi089.stdout:Restarting the monitor... 2024-04-07T21:17:19.048 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:18 smithi089 systemd[1]: Stopping Ceph mon.smithi089 for fc44b7c6-f523-11ee-b649-cb9ed24678a4... 2024-04-07T21:17:19.048 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:18 smithi089 bash[18171]: debug 2024-04-07T21:17:18.832+0000 7f27b5d97700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi089 -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-07T21:17:19.048 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:18 smithi089 bash[18171]: debug 2024-04-07T21:17:18.832+0000 7f27b5d97700 -1 mon.smithi089@0(leader) e1 *** Got Signal Terminated *** 2024-04-07T21:17:19.319 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:19 smithi089 bash[18557]: ceph-fc44b7c6-f523-11ee-b649-cb9ed24678a4-mon-smithi089 2024-04-07T21:17:19.436 INFO:teuthology.orchestra.run.smithi089.stdout:Setting public_network to 172.21.0.1/32,172.21.0.2/32,172.21.15.254/32,172.21.0.0/20 in mon config section 2024-04-07T21:17:19.819 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:19 smithi089 bash[18618]: Error response from daemon: No such container: ceph-fc44b7c6-f523-11ee-b649-cb9ed24678a4-mon-smithi089 2024-04-07T21:17:19.819 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:19 smithi089 systemd[1]: ceph-fc44b7c6-f523-11ee-b649-cb9ed24678a4@mon.smithi089.service: Deactivated successfully. 2024-04-07T21:17:19.819 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:19 smithi089 systemd[1]: Stopped Ceph mon.smithi089 for fc44b7c6-f523-11ee-b649-cb9ed24678a4. 2024-04-07T21:17:19.819 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:19 smithi089 systemd[1]: Started Ceph mon.smithi089 for fc44b7c6-f523-11ee-b649-cb9ed24678a4. 2024-04-07T21:17:20.717 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.444+0000 7fb185a3ec80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-07T21:17:20.717 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.444+0000 7fb185a3ec80 0 ceph version 19.0.0-2578-ge5c885fe (e5c885fe95ee982ff7b45214daa61b1a6d09d57d) squid (dev), process ceph-mon, pid 7 2024-04-07T21:17:20.717 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.444+0000 7fb185a3ec80 0 pidfile_write: ignore empty --pid-file 2024-04-07T21:17:20.717 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.448+0000 7fb185a3ec80 0 load: jerasure load: lrc 2024-04-07T21:17:20.717 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: RocksDB version: 7.9.2 2024-04-07T21:17:20.717 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Git sha 0 2024-04-07T21:17:20.717 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Compile date 2024-04-01 20:25:56 2024-04-07T21:17:20.717 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: DB SUMMARY 2024-04-07T21:17:20.717 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: DB Session ID: 7K8RN5X4IYT6C9WN6570 2024-04-07T21:17:20.718 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: CURRENT file: CURRENT 2024-04-07T21:17:20.718 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: IDENTITY file: IDENTITY 2024-04-07T21:17:20.718 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-07T21:17:20.718 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi089/store.db dir, Total Num: 1, files: 000008.sst 2024-04-07T21:17:20.718 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi089/store.db: 000009.log size: 89359 ; 2024-04-07T21:17:20.718 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.error_if_exists: 0 2024-04-07T21:17:20.718 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.create_if_missing: 0 2024-04-07T21:17:20.718 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.paranoid_checks: 1 2024-04-07T21:17:20.718 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-07T21:17:20.718 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-07T21:17:20.718 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-07T21:17:20.718 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.env: 0x557dc106fc60 2024-04-07T21:17:20.718 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-07T21:17:20.719 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.info_log: 0x557dc2f179e0 2024-04-07T21:17:20.719 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-07T21:17:20.719 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.statistics: (nil) 2024-04-07T21:17:20.719 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.use_fsync: 0 2024-04-07T21:17:20.719 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.max_log_file_size: 0 2024-04-07T21:17:20.719 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-07T21:17:20.719 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-07T21:17:20.719 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-07T21:17:20.719 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-07T21:17:20.719 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.allow_fallocate: 1 2024-04-07T21:17:20.719 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-07T21:17:20.719 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-07T21:17:20.719 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.use_direct_reads: 0 2024-04-07T21:17:20.719 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-07T21:17:20.719 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-07T21:17:20.719 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.db_log_dir: 2024-04-07T21:17:20.719 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.wal_dir: 2024-04-07T21:17:20.720 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-07T21:17:20.720 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-07T21:17:20.720 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-07T21:17:20.720 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-07T21:17:20.720 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-07T21:17:20.720 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-07T21:17:20.720 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-07T21:17:20.720 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-07T21:17:20.720 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.write_buffer_manager: 0x557dc2ee81e0 2024-04-07T21:17:20.720 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-07T21:17:20.720 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-07T21:17:20.720 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-07T21:17:20.720 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-07T21:17:20.720 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-07T21:17:20.720 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-07T21:17:20.722 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-07T21:17:20.722 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-07T21:17:20.722 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.unordered_write: 0 2024-04-07T21:17:20.722 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-07T21:17:20.722 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-07T21:17:20.722 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-07T21:17:20.722 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-07T21:17:20.722 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.row_cache: None 2024-04-07T21:17:20.722 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.wal_filter: None 2024-04-07T21:17:20.723 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-07T21:17:20.723 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-07T21:17:20.723 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.two_write_queues: 0 2024-04-07T21:17:20.723 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-07T21:17:20.723 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.wal_compression: 0 2024-04-07T21:17:20.723 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.atomic_flush: 0 2024-04-07T21:17:20.723 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-07T21:17:20.723 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-07T21:17:20.723 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-07T21:17:20.723 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.log_readahead_size: 0 2024-04-07T21:17:20.723 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-07T21:17:20.723 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-07T21:17:20.723 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-07T21:17:20.723 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-07T21:17:20.723 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-07T21:17:20.724 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-07T21:17:20.724 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-07T21:17:20.724 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.max_background_jobs: 2 2024-04-07T21:17:20.724 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.max_background_compactions: -1 2024-04-07T21:17:20.724 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.max_subcompactions: 1 2024-04-07T21:17:20.724 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-07T21:17:20.724 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-07T21:17:20.724 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-07T21:17:20.724 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-07T21:17:20.724 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-07T21:17:20.724 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-07T21:17:20.724 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-07T21:17:20.724 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-07T21:17:20.724 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.max_open_files: -1 2024-04-07T21:17:20.724 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-07T21:17:20.724 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-07T21:17:20.725 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-07T21:17:20.725 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-07T21:17:20.725 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.max_background_flushes: -1 2024-04-07T21:17:20.725 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Compression algorithms supported: 2024-04-07T21:17:20.725 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-07T21:17:20.725 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: kZSTD supported: 0 2024-04-07T21:17:20.725 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: kXpressCompression supported: 0 2024-04-07T21:17:20.725 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-07T21:17:20.725 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: kZlibCompression supported: 1 2024-04-07T21:17:20.725 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: kSnappyCompression supported: 1 2024-04-07T21:17:20.725 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: kLZ4Compression supported: 1 2024-04-07T21:17:20.725 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: kBZip2Compression supported: 0 2024-04-07T21:17:20.725 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-07T21:17:20.725 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-07T21:17:20.725 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi089/store.db/MANIFEST-000010 2024-04-07T21:17:20.726 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-07T21:17:20.726 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-07T21:17:20.726 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.merge_operator: 2024-04-07T21:17:20.726 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.compaction_filter: None 2024-04-07T21:17:20.726 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-07T21:17:20.726 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-07T21:17:20.726 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-07T21:17:20.726 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-07T21:17:20.726 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x557dc2f17ba0) 2024-04-07T21:17:20.726 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: cache_index_and_filter_blocks: 1 2024-04-07T21:17:20.726 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-07T21:17:20.726 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-07T21:17:20.726 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: pin_top_level_index_and_filter: 1 2024-04-07T21:17:20.726 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: index_type: 0 2024-04-07T21:17:20.727 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: data_block_index_type: 0 2024-04-07T21:17:20.727 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: index_shortening: 1 2024-04-07T21:17:20.727 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: data_block_hash_table_util_ratio: 0.750000 2024-04-07T21:17:20.727 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: checksum: 4 2024-04-07T21:17:20.727 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: no_block_cache: 0 2024-04-07T21:17:20.727 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: block_cache: 0x557dc2f19090 2024-04-07T21:17:20.727 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: block_cache_name: BinnedLRUCache 2024-04-07T21:17:20.727 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: block_cache_options: 2024-04-07T21:17:20.727 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: capacity : 536870912 2024-04-07T21:17:20.727 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: num_shard_bits : 4 2024-04-07T21:17:20.727 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: strict_capacity_limit : 0 2024-04-07T21:17:20.727 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: high_pri_pool_ratio: 0.000 2024-04-07T21:17:20.727 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: block_cache_compressed: (nil) 2024-04-07T21:17:20.727 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: persistent_cache: (nil) 2024-04-07T21:17:20.728 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: block_size: 4096 2024-04-07T21:17:20.728 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: block_size_deviation: 10 2024-04-07T21:17:20.728 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: block_restart_interval: 16 2024-04-07T21:17:20.728 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: index_block_restart_interval: 1 2024-04-07T21:17:20.728 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: metadata_block_size: 4096 2024-04-07T21:17:20.728 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: partition_filters: 0 2024-04-07T21:17:20.728 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: use_delta_encoding: 1 2024-04-07T21:17:20.728 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: filter_policy: bloomfilter 2024-04-07T21:17:20.728 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: whole_key_filtering: 1 2024-04-07T21:17:20.728 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: verify_compression: 0 2024-04-07T21:17:20.728 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: read_amp_bytes_per_bit: 0 2024-04-07T21:17:20.728 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: format_version: 5 2024-04-07T21:17:20.728 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: enable_index_compression: 1 2024-04-07T21:17:20.728 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: block_align: 0 2024-04-07T21:17:20.728 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: max_auto_readahead_size: 262144 2024-04-07T21:17:20.728 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: prepopulate_block_cache: 0 2024-04-07T21:17:20.729 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: initial_auto_readahead_size: 8192 2024-04-07T21:17:20.729 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: num_file_reads_for_auto_readahead: 2 2024-04-07T21:17:20.729 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-07T21:17:20.729 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-07T21:17:20.729 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.compression: NoCompression 2024-04-07T21:17:20.729 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-07T21:17:20.729 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-07T21:17:20.729 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-07T21:17:20.729 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.num_levels: 7 2024-04-07T21:17:20.729 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-07T21:17:20.729 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-07T21:17:20.729 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-07T21:17:20.729 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-07T21:17:20.729 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-07T21:17:20.729 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-07T21:17:20.729 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-07T21:17:20.730 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-07T21:17:20.730 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-07T21:17:20.730 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-07T21:17:20.730 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-07T21:17:20.730 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-07T21:17:20.730 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-07T21:17:20.730 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-07T21:17:20.730 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-07T21:17:20.730 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-07T21:17:20.730 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-07T21:17:20.730 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-07T21:17:20.730 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-07T21:17:20.730 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-07T21:17:20.730 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-07T21:17:20.730 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-07T21:17:20.731 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-07T21:17:20.731 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-07T21:17:20.731 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-07T21:17:20.731 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-07T21:17:20.731 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-07T21:17:20.731 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-07T21:17:20.731 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-07T21:17:20.731 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-07T21:17:20.731 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-07T21:17:20.731 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-07T21:17:20.731 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-07T21:17:20.731 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-07T21:17:20.731 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-07T21:17:20.731 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-07T21:17:20.731 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-07T21:17:20.732 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-07T21:17:20.732 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-07T21:17:20.732 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-07T21:17:20.732 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-07T21:17:20.732 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-07T21:17:20.732 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-07T21:17:20.732 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-07T21:17:20.732 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-07T21:17:20.732 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-07T21:17:20.732 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-07T21:17:20.732 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-07T21:17:20.732 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-07T21:17:20.732 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-07T21:17:20.732 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-07T21:17:20.732 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-07T21:17:20.733 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-07T21:17:20.733 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-07T21:17:20.733 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.inplace_update_support: 0 2024-04-07T21:17:20.733 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-07T21:17:20.733 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-07T21:17:20.733 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-07T21:17:20.733 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-07T21:17:20.733 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.bloom_locality: 0 2024-04-07T21:17:20.733 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.max_successive_merges: 0 2024-04-07T21:17:20.733 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-07T21:17:20.733 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-07T21:17:20.733 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-07T21:17:20.733 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-07T21:17:20.733 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.ttl: 2592000 2024-04-07T21:17:20.733 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-07T21:17:20.734 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-07T21:17:20.734 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-07T21:17:20.734 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.enable_blob_files: false 2024-04-07T21:17:20.734 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.min_blob_size: 0 2024-04-07T21:17:20.734 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-07T21:17:20.734 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-07T21:17:20.734 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-07T21:17:20.734 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-07T21:17:20.734 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-07T21:17:20.734 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-07T21:17:20.734 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-07T21:17:20.734 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-07T21:17:20.734 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi089/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-04-07T21:17:20.734 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-07T21:17:20.735 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 479d9ae9-8114-4041-922b-099d7a607d8d 2024-04-07T21:17:20.735 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1712524640458208, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-07T21:17:20.735 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-07T21:17:20.735 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.452+0000 7fb185a3ec80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1712524640459665, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 86085, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 256, "table_properties": {"data_size": 84232, "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": 78463, "raw_average_value_size": 364, "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": 1712524640, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "479d9ae9-8114-4041-922b-099d7a607d8d", "db_session_id": "7K8RN5X4IYT6C9WN6570", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-07T21:17:20.735 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.456+0000 7fb185a3ec80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1712524640459795, "job": 1, "event": "recovery_finished"} 2024-04-07T21:17:20.735 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.456+0000 7fb185a3ec80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-07T21:17:20.735 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.456+0000 7fb185a3ec80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi089/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-07T21:17:20.735 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.456+0000 7fb185a3ec80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x557dc300c000 2024-04-07T21:17:20.735 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.456+0000 7fb185a3ec80 4 rocksdb: DB pointer 0x557dc2ff6000 2024-04-07T21:17:20.735 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.456+0000 7fb174199700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-07T21:17:20.735 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.456+0000 7fb174199700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-07T21:17:20.735 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: ** DB Stats ** 2024-04-07T21:17:20.735 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-07T21:17:20.735 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: 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-07T21:17:20.736 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-07T21:17:20.736 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-07T21:17:20.736 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: 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-07T21:17:20.736 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-07T21:17:20.736 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-07T21:17:20.736 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: ** Compaction Stats [default] ** 2024-04-07T21:17:20.736 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: 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-07T21:17:20.736 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-07T21:17:20.736 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: L0 2/0 85.97 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 95.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-07T21:17:20.736 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: Sum 2/0 85.97 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 95.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-07T21:17:20.736 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 95.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-07T21:17:20.736 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: ** Compaction Stats [default] ** 2024-04-07T21:17:20.736 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: 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-07T21:17:20.736 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-07T21:17:20.736 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 95.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-07T21:17:20.737 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-07T21:17:20.737 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-07T21:17:20.737 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-07T21:17:20.737 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-07T21:17:20.737 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: AddFile(Total Files): cumulative 0, interval 0 2024-04-07T21:17:20.737 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-07T21:17:20.737 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: AddFile(Keys): cumulative 0, interval 0 2024-04-07T21:17:20.737 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: Cumulative compaction: 0.00 GB write, 16.89 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-07T21:17:20.737 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: Interval compaction: 0.00 GB write, 16.89 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-07T21:17:20.737 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: 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-07T21:17:20.737 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: Block cache BinnedLRUCache@0x557dc2f19090#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.7e-05 secs_since: 0 2024-04-07T21:17:20.737 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: 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-07T21:17:20.737 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: ** File Read Latency Histogram By Level [default] ** 2024-04-07T21:17:20.737 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.456+0000 7fb185a3ec80 0 starting mon.smithi089 rank 0 at public addrs [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] at bind addrs [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi089 fsid fc44b7c6-f523-11ee-b649-cb9ed24678a4 2024-04-07T21:17:20.738 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.460+0000 7fb185a3ec80 1 mon.smithi089@-1(???) e1 preinit fsid fc44b7c6-f523-11ee-b649-cb9ed24678a4 2024-04-07T21:17:20.738 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.460+0000 7fb185a3ec80 0 mon.smithi089@-1(???).mds e1 new map 2024-04-07T21:17:20.738 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.460+0000 7fb185a3ec80 0 mon.smithi089@-1(???).mds e1 print_map 2024-04-07T21:17:20.738 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: e1 2024-04-07T21:17:20.738 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-07T21:17:20.738 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: 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-07T21:17:20.738 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: legacy client fscid: -1 2024-04-07T21:17:20.738 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: 2024-04-07T21:17:20.738 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: No filesystems configured 2024-04-07T21:17:20.738 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.460+0000 7fb185a3ec80 0 mon.smithi089@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-07T21:17:20.738 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.460+0000 7fb185a3ec80 0 mon.smithi089@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-07T21:17:20.738 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.460+0000 7fb185a3ec80 0 mon.smithi089@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-07T21:17:20.738 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.460+0000 7fb185a3ec80 0 mon.smithi089@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-07T21:17:20.738 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: debug 2024-04-07T21:17:20.460+0000 7fb185a3ec80 1 mon.smithi089@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-07T21:17:20.739 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: cluster 2024-04-07T21:17:20.470152+0000 mon.smithi089 (mon.0) 1 : cluster [INF] mon.smithi089 is new leader, mons smithi089 in quorum (ranks 0) 2024-04-07T21:17:20.739 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: cluster 2024-04-07T21:17:20.470228+0000 mon.smithi089 (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-04-07T21:17:20.739 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: cluster 2024-04-07T21:17:20.470238+0000 mon.smithi089 (mon.0) 3 : cluster [DBG] fsid fc44b7c6-f523-11ee-b649-cb9ed24678a4 2024-04-07T21:17:20.739 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: cluster 2024-04-07T21:17:20.470254+0000 mon.smithi089 (mon.0) 4 : cluster [DBG] last_changed 2024-04-07T21:17:10.914106+0000 2024-04-07T21:17:20.739 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: cluster 2024-04-07T21:17:20.470267+0000 mon.smithi089 (mon.0) 5 : cluster [DBG] created 2024-04-07T21:17:10.914106+0000 2024-04-07T21:17:20.739 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: cluster 2024-04-07T21:17:20.470278+0000 mon.smithi089 (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-04-07T21:17:20.739 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: cluster 2024-04-07T21:17:20.470289+0000 mon.smithi089 (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-04-07T21:17:20.739 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: cluster 2024-04-07T21:17:20.470300+0000 mon.smithi089 (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] mon.smithi089 2024-04-07T21:17:20.739 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: cluster 2024-04-07T21:17:20.470681+0000 mon.smithi089 (mon.0) 9 : cluster [DBG] fsmap 2024-04-07T21:17:20.739 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: cluster 2024-04-07T21:17:20.470712+0000 mon.smithi089 (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-07T21:17:20.739 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:20 smithi089 bash[18656]: cluster 2024-04-07T21:17:20.472556+0000 mon.smithi089 (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-04-07T21:17:21.305 INFO:teuthology.orchestra.run.smithi089.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-07T21:17:21.331 INFO:teuthology.orchestra.run.smithi089.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-07T21:17:21.331 INFO:teuthology.orchestra.run.smithi089.stdout:Creating mgr... 2024-04-07T21:17:21.331 INFO:teuthology.orchestra.run.smithi089.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-07T21:17:21.332 INFO:teuthology.orchestra.run.smithi089.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-07T21:17:21.332 INFO:teuthology.orchestra.run.smithi089.stdout:Verifying port 0.0.0.0:8443 ... 2024-04-07T21:17:21.657 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-fc44b7c6-f523-11ee-b649-cb9ed24678a4@mgr.smithi089.nfmzjx 2024-04-07T21:17:21.657 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Failed to reset failed state of unit ceph-fc44b7c6-f523-11ee-b649-cb9ed24678a4@mgr.smithi089.nfmzjx.service: Unit ceph-fc44b7c6-f523-11ee-b649-cb9ed24678a4@mgr.smithi089.nfmzjx.service not loaded. 2024-04-07T21:17:21.702 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:21 smithi089 systemd[1]: /etc/systemd/system/ceph-fc44b7c6-f523-11ee-b649-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-07T21:17:21.878 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-fc44b7c6-f523-11ee-b649-cb9ed24678a4.target.wants/ceph-fc44b7c6-f523-11ee-b649-cb9ed24678a4@mgr.smithi089.nfmzjx.service -> /etc/systemd/system/ceph-fc44b7c6-f523-11ee-b649-cb9ed24678a4@.service. 2024-04-07T21:17:21.886 INFO:teuthology.orchestra.run.smithi089.stdout:firewalld does not appear to be present 2024-04-07T21:17:21.886 INFO:teuthology.orchestra.run.smithi089.stdout:Not possible to enable service . firewalld.service is not available 2024-04-07T21:17:21.886 INFO:teuthology.orchestra.run.smithi089.stdout:firewalld does not appear to be present 2024-04-07T21:17:21.886 INFO:teuthology.orchestra.run.smithi089.stdout:Not possible to open ports <[9283, 8765, 8443]>. firewalld.service is not available 2024-04-07T21:17:21.886 INFO:teuthology.orchestra.run.smithi089.stdout:Waiting for mgr to start... 2024-04-07T21:17:21.886 INFO:teuthology.orchestra.run.smithi089.stdout:Waiting for mgr... 2024-04-07T21:17:22.069 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:21 smithi089 bash[18656]: audit 2024-04-07T21:17:20.705262+0000 mon.smithi089 (mon.0) 12 : audit [INF] from='client.? 172.21.15.89:0/2505575874' entity='client.admin' 2024-04-07T21:17:22.069 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:21 smithi089 systemd[1]: /etc/systemd/system/ceph-fc44b7c6-f523-11ee-b649-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-07T21:17:23.436 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:23 smithi089 bash[18656]: audit 2024-04-07T21:17:23.256063+0000 mon.smithi089 (mon.0) 13 : audit [DBG] from='client.? 172.21.15.89:0/3956933782' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-07T21:17:23.840 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout 2024-04-07T21:17:23.840 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout { 2024-04-07T21:17:23.840 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "fsid": "fc44b7c6-f523-11ee-b649-cb9ed24678a4", 2024-04-07T21:17:23.840 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "health": { 2024-04-07T21:17:23.840 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-07T21:17:23.840 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-07T21:17:23.840 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-07T21:17:23.841 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout }, 2024-04-07T21:17:23.843 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-07T21:17:23.843 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-07T21:17:23.843 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout 0 2024-04-07T21:17:23.843 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout ], 2024-04-07T21:17:23.843 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-07T21:17:23.843 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "smithi089" 2024-04-07T21:17:23.843 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout ], 2024-04-07T21:17:23.843 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-04-07T21:17:23.843 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-07T21:17:23.844 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-07T21:17:23.844 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-07T21:17:23.844 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-07T21:17:23.844 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout }, 2024-04-07T21:17:23.844 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-07T21:17:23.844 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-07T21:17:23.844 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-07T21:17:23.844 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-07T21:17:23.844 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-07T21:17:23.844 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-07T21:17:23.844 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-07T21:17:23.844 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-07T21:17:23.848 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout }, 2024-04-07T21:17:23.848 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-07T21:17:23.848 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-07T21:17:23.848 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-07T21:17:23.848 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-07T21:17:23.848 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-07T21:17:23.848 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-07T21:17:23.848 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-07T21:17:23.848 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-07T21:17:23.848 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-07T21:17:23.848 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout }, 2024-04-07T21:17:23.848 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-07T21:17:23.848 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-07T21:17:23.848 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-07T21:17:23.849 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-07T21:17:23.849 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout }, 2024-04-07T21:17:23.849 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-07T21:17:23.849 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-07T21:17:23.849 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-07T21:17:23.849 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-07T21:17:23.849 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-07T21:17:23.849 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-07T21:17:23.849 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "restful" 2024-04-07T21:17:23.849 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout ], 2024-04-07T21:17:23.849 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-07T21:17:23.849 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout }, 2024-04-07T21:17:23.849 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-07T21:17:23.849 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-07T21:17:23.849 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "modified": "2024-04-07T21:17:14.989997+0000", 2024-04-07T21:17:23.850 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-07T21:17:23.850 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout }, 2024-04-07T21:17:23.850 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-07T21:17:23.850 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout } 2024-04-07T21:17:23.850 INFO:teuthology.orchestra.run.smithi089.stdout:mgr not available, waiting (1/15)... 2024-04-07T21:17:24.569 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:24 smithi089 bash[18656]: cluster 2024-04-07T21:17:23.874068+0000 mon.smithi089 (mon.0) 14 : cluster [INF] Activating manager daemon smithi089.nfmzjx 2024-04-07T21:17:24.569 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:24 smithi089 bash[18656]: cluster 2024-04-07T21:17:23.877335+0000 mon.smithi089 (mon.0) 15 : cluster [DBG] mgrmap e2: smithi089.nfmzjx(active, starting, since 0.00327838s) 2024-04-07T21:17:24.569 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:24 smithi089 bash[18656]: audit 2024-04-07T21:17:23.879708+0000 mon.smithi089 (mon.0) 16 : audit [DBG] from='mgr.14100 172.21.15.89:0/3432569511' entity='mgr.smithi089.nfmzjx' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-07T21:17:24.569 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:24 smithi089 bash[18656]: audit 2024-04-07T21:17:23.880320+0000 mon.smithi089 (mon.0) 17 : audit [DBG] from='mgr.14100 172.21.15.89:0/3432569511' entity='mgr.smithi089.nfmzjx' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-07T21:17:24.570 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:24 smithi089 bash[18656]: audit 2024-04-07T21:17:23.880865+0000 mon.smithi089 (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.89:0/3432569511' entity='mgr.smithi089.nfmzjx' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-07T21:17:24.570 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:24 smithi089 bash[18656]: audit 2024-04-07T21:17:23.881283+0000 mon.smithi089 (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.89:0/3432569511' entity='mgr.smithi089.nfmzjx' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2024-04-07T21:17:24.570 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:24 smithi089 bash[18656]: audit 2024-04-07T21:17:23.881635+0000 mon.smithi089 (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.89:0/3432569511' entity='mgr.smithi089.nfmzjx' cmd=[{"prefix": "mgr metadata", "who": "smithi089.nfmzjx", "id": "smithi089.nfmzjx"}]: dispatch 2024-04-07T21:17:24.570 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:24 smithi089 bash[18656]: cluster 2024-04-07T21:17:23.920267+0000 mon.smithi089 (mon.0) 21 : cluster [INF] Manager daemon smithi089.nfmzjx is now available 2024-04-07T21:17:26.319 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:25 smithi089 bash[18656]: cluster 2024-04-07T21:17:24.880775+0000 mon.smithi089 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi089.nfmzjx(active, since 1.00672s) 2024-04-07T21:17:27.319 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:26 smithi089 bash[18656]: audit 2024-04-07T21:17:26.845998+0000 mon.smithi089 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.89:0/2694959179' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-07T21:17:27.405 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout 2024-04-07T21:17:27.405 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout { 2024-04-07T21:17:27.405 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "fsid": "fc44b7c6-f523-11ee-b649-cb9ed24678a4", 2024-04-07T21:17:27.405 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "health": { 2024-04-07T21:17:27.405 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-07T21:17:27.405 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-07T21:17:27.405 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-07T21:17:27.405 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout }, 2024-04-07T21:17:27.406 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-07T21:17:27.406 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-07T21:17:27.406 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout 0 2024-04-07T21:17:27.406 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout ], 2024-04-07T21:17:27.406 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-07T21:17:27.407 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "smithi089" 2024-04-07T21:17:27.407 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout ], 2024-04-07T21:17:27.407 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-04-07T21:17:27.407 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-07T21:17:27.407 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-07T21:17:27.408 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-07T21:17:27.408 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-07T21:17:27.408 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout }, 2024-04-07T21:17:27.408 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-07T21:17:27.408 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-07T21:17:27.408 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-07T21:17:27.408 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-07T21:17:27.408 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-07T21:17:27.411 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-07T21:17:27.411 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-07T21:17:27.412 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-07T21:17:27.412 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout }, 2024-04-07T21:17:27.412 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-07T21:17:27.412 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-07T21:17:27.412 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-07T21:17:27.412 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-07T21:17:27.412 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-07T21:17:27.412 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-07T21:17:27.412 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-07T21:17:27.412 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-07T21:17:27.412 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-07T21:17:27.412 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout }, 2024-04-07T21:17:27.412 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-07T21:17:27.412 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-07T21:17:27.412 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-07T21:17:27.413 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-07T21:17:27.413 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout }, 2024-04-07T21:17:27.413 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-07T21:17:27.413 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-07T21:17:27.413 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-07T21:17:27.413 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-07T21:17:27.413 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-07T21:17:27.413 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-07T21:17:27.413 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "restful" 2024-04-07T21:17:27.413 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout ], 2024-04-07T21:17:27.413 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-07T21:17:27.413 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout }, 2024-04-07T21:17:27.413 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-07T21:17:27.413 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-07T21:17:27.413 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "modified": "2024-04-07T21:17:14.989997+0000", 2024-04-07T21:17:27.414 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-07T21:17:27.414 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout }, 2024-04-07T21:17:27.414 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-07T21:17:27.414 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout } 2024-04-07T21:17:27.414 INFO:teuthology.orchestra.run.smithi089.stdout:mgr is available 2024-04-07T21:17:28.819 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:28 smithi089 bash[18656]: audit 2024-04-07T21:17:28.317154+0000 mon.smithi089 (mon.0) 24 : audit [INF] from='client.? 172.21.15.89:0/4252189406' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-07T21:17:28.876 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout 2024-04-07T21:17:28.876 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout [global] 2024-04-07T21:17:28.876 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout fsid = fc44b7c6-f523-11ee-b649-cb9ed24678a4 2024-04-07T21:17:28.876 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-07T21:17:28.876 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-07T21:17:28.876 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-07T21:17:28.878 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-07T21:17:28.878 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout 2024-04-07T21:17:28.878 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-07T21:17:28.878 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-07T21:17:28.878 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout 2024-04-07T21:17:28.878 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout [osd] 2024-04-07T21:17:28.878 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-07T21:17:28.878 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-07T21:17:28.878 INFO:teuthology.orchestra.run.smithi089.stdout:Enabling cephadm module... 2024-04-07T21:17:30.319 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:29 smithi089 bash[18656]: audit 2024-04-07T21:17:29.847627+0000 mon.smithi089 (mon.0) 25 : audit [INF] from='client.? 172.21.15.89:0/4086381497' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-07T21:17:30.398 INFO:teuthology.orchestra.run.smithi089.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:e5c885fe95ee982ff7b45214daa61b1a6d09d57d -e NODE_NAME=smithi089 -v /var/log/ceph/fc44b7c6-f523-11ee-b649-cb9ed24678a4:/var/log/ceph:z -v /tmp/ceph-tmpv17cl6dv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuu84l9zm:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d mgr module enable cephadm 2024-04-07T21:17:30.398 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stderr Error ENOENT: module 'cephadm' reports that it cannot run on the active manager daemon: No module named 'mgr_module' (pass --force to force enablement) 2024-04-07T21:17:30.398 INFO:teuthology.orchestra.run.smithi089.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:e5c885fe95ee982ff7b45214daa61b1a6d09d57d -e NODE_NAME=smithi089 -v /var/log/ceph/fc44b7c6-f523-11ee-b649-cb9ed24678a4:/var/log/ceph:z -v /tmp/ceph-tmpv17cl6dv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuu84l9zm:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d 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-07T21:17:30.398 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-04-07T21:17:30.399 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-07T21:17:30.399 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-07T21:17:30.399 INFO:teuthology.orchestra.run.smithi089.stdout: *************** 2024-04-07T21:17:30.399 INFO:teuthology.orchestra.run.smithi089.stdout: Cephadm hit an issue during cluster installation. Current cluster files will be deleted automatically. 2024-04-07T21:17:30.399 INFO:teuthology.orchestra.run.smithi089.stdout: To disable this behaviour you can pass the --no-cleanup-on-failure flag. In case of any previous 2024-04-07T21:17:30.399 INFO:teuthology.orchestra.run.smithi089.stdout: broken installation, users must use the following command to completely delete the broken cluster: 2024-04-07T21:17:30.399 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-07T21:17:30.399 INFO:teuthology.orchestra.run.smithi089.stdout: > cephadm rm-cluster --force --zap-osds --fsid 2024-04-07T21:17:30.399 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-07T21:17:30.399 INFO:teuthology.orchestra.run.smithi089.stdout: for more information please refer to https://docs.ceph.com/en/latest/cephadm/operations/#purging-a-cluster 2024-04-07T21:17:30.399 INFO:teuthology.orchestra.run.smithi089.stdout: *************** 2024-04-07T21:17:30.399 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-07T21:17:30.399 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-07T21:17:30.399 INFO:teuthology.orchestra.run.smithi089.stdout:Deleting cluster with fsid: fc44b7c6-f523-11ee-b649-cb9ed24678a4 2024-04-07T21:17:32.932 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/docker: stdout 4a4de75bff74,96.38MiB / 31.23GiB 2024-04-07T21:17:32.932 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/docker: stdout f3d5b9c8d228,18.08MiB / 31.23GiB 2024-04-07T21:17:34.942 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/docker: stdout 4a4de75bff74,0.21% 2024-04-07T21:17:34.942 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/docker: stdout f3d5b9c8d228,0.11% 2024-04-07T21:17:35.304 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:34 smithi089 systemd[1]: Stopping Ceph mon.smithi089 for fc44b7c6-f523-11ee-b649-cb9ed24678a4... 2024-04-07T21:17:35.304 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:35 smithi089 bash[18656]: debug 2024-04-07T21:17:35.060+0000 7fb17c9aa700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi089 -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-07T21:17:35.304 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:35 smithi089 bash[18656]: debug 2024-04-07T21:17:35.060+0000 7fb17c9aa700 -1 mon.smithi089@0(leader) e1 *** Got Signal Terminated *** 2024-04-07T21:17:35.990 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:35 smithi089 bash[19427]: ceph-fc44b7c6-f523-11ee-b649-cb9ed24678a4-mon-smithi089 2024-04-07T21:17:35.990 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:35 smithi089 bash[19489]: Error response from daemon: No such container: ceph-fc44b7c6-f523-11ee-b649-cb9ed24678a4-mon-smithi089 2024-04-07T21:17:35.990 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:35 smithi089 systemd[1]: ceph-fc44b7c6-f523-11ee-b649-cb9ed24678a4@mon.smithi089.service: Deactivated successfully. 2024-04-07T21:17:35.991 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:35 smithi089 systemd[1]: Stopped Ceph mon.smithi089 for fc44b7c6-f523-11ee-b649-cb9ed24678a4. 2024-04-07T21:17:36.083 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Removed /etc/systemd/system/ceph-fc44b7c6-f523-11ee-b649-cb9ed24678a4.target.wants/ceph-fc44b7c6-f523-11ee-b649-cb9ed24678a4@mon.smithi089.service. 2024-04-07T21:17:36.088 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 5 from systemctl stop ceph-fc44b7c6-f523-11ee-b649-cb9ed24678a4-init@mon.smithi089.service 2024-04-07T21:17:36.088 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Failed to stop ceph-fc44b7c6-f523-11ee-b649-cb9ed24678a4-init@mon.smithi089.service: Unit ceph-fc44b7c6-f523-11ee-b649-cb9ed24678a4-init@mon.smithi089.service not loaded. 2024-04-07T21:17:36.091 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-fc44b7c6-f523-11ee-b649-cb9ed24678a4-init@mon.smithi089.service 2024-04-07T21:17:36.091 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Failed to reset failed state of unit ceph-fc44b7c6-f523-11ee-b649-cb9ed24678a4-init@mon.smithi089.service: Unit ceph-fc44b7c6-f523-11ee-b649-cb9ed24678a4-init@mon.smithi089.service not loaded. 2024-04-07T21:17:36.099 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 1 from systemctl disable ceph-fc44b7c6-f523-11ee-b649-cb9ed24678a4-init@mon.smithi089.service 2024-04-07T21:17:36.099 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Failed to disable unit: Unit file ceph-fc44b7c6-f523-11ee-b649-cb9ed24678a4-init@mon.smithi089.service does not exist. 2024-04-07T21:17:36.254 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 07 21:17:36 smithi089 systemd[1]: /etc/systemd/system/ceph-fc44b7c6-f523-11ee-b649-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-07T21:17:36.957 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Removed /etc/systemd/system/ceph-fc44b7c6-f523-11ee-b649-cb9ed24678a4.target.wants/ceph-fc44b7c6-f523-11ee-b649-cb9ed24678a4@mgr.smithi089.nfmzjx.service. 2024-04-07T21:17:36.960 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 5 from systemctl stop ceph-fc44b7c6-f523-11ee-b649-cb9ed24678a4-init@mgr.smithi089.nfmzjx.service 2024-04-07T21:17:36.960 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Failed to stop ceph-fc44b7c6-f523-11ee-b649-cb9ed24678a4-init@mgr.smithi089.nfmzjx.service: Unit ceph-fc44b7c6-f523-11ee-b649-cb9ed24678a4-init@mgr.smithi089.nfmzjx.service not loaded. 2024-04-07T21:17:36.964 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-fc44b7c6-f523-11ee-b649-cb9ed24678a4-init@mgr.smithi089.nfmzjx.service 2024-04-07T21:17:36.964 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Failed to reset failed state of unit ceph-fc44b7c6-f523-11ee-b649-cb9ed24678a4-init@mgr.smithi089.nfmzjx.service: Unit ceph-fc44b7c6-f523-11ee-b649-cb9ed24678a4-init@mgr.smithi089.nfmzjx.service not loaded. 2024-04-07T21:17:36.971 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 1 from systemctl disable ceph-fc44b7c6-f523-11ee-b649-cb9ed24678a4-init@mgr.smithi089.nfmzjx.service 2024-04-07T21:17:36.971 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Failed to disable unit: Unit file ceph-fc44b7c6-f523-11ee-b649-cb9ed24678a4-init@mgr.smithi089.nfmzjx.service does not exist. 2024-04-07T21:17:37.187 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph-fc44b7c6-f523-11ee-b649-cb9ed24678a4.target. 2024-04-07T21:17:37.187 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Removed /etc/systemd/system/ceph.target.wants/ceph-fc44b7c6-f523-11ee-b649-cb9ed24678a4.target. 2024-04-07T21:17:37.427 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-04-07T21:17:37.431 INFO:teuthology.orchestra.run.smithi089.stderr:Traceback (most recent call last): 2024-04-07T21:17:37.431 INFO:teuthology.orchestra.run.smithi089.stderr: File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-07T21:17:37.437 INFO:teuthology.orchestra.run.smithi089.stderr: return _run_code(code, main_globals, None, 2024-04-07T21:17:37.437 INFO:teuthology.orchestra.run.smithi089.stderr: File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-07T21:17:37.437 INFO:teuthology.orchestra.run.smithi089.stderr: exec(code, run_globals) 2024-04-07T21:17:37.437 INFO:teuthology.orchestra.run.smithi089.stderr: File "/tmp/tmpq80jszlv.cephadm.build/app/__main__.py", line 5608, in 2024-04-07T21:17:37.437 INFO:teuthology.orchestra.run.smithi089.stderr: File "/tmp/tmpq80jszlv.cephadm.build/app/__main__.py", line 5596, in main 2024-04-07T21:17:37.437 INFO:teuthology.orchestra.run.smithi089.stderr: File "/tmp/tmpq80jszlv.cephadm.build/app/__main__.py", line 2693, in _rollback 2024-04-07T21:17:37.437 INFO:teuthology.orchestra.run.smithi089.stderr: File "/tmp/tmpq80jszlv.cephadm.build/app/__main__.py", line 445, in _default_image 2024-04-07T21:17:37.437 INFO:teuthology.orchestra.run.smithi089.stderr: File "/tmp/tmpq80jszlv.cephadm.build/app/__main__.py", line 2925, in command_bootstrap 2024-04-07T21:17:37.437 INFO:teuthology.orchestra.run.smithi089.stderr: File "/tmp/tmpq80jszlv.cephadm.build/app/__main__.py", line 2387, in enable_cephadm_mgr_module 2024-04-07T21:17:37.438 INFO:teuthology.orchestra.run.smithi089.stderr: File "/tmp/tmpq80jszlv.cephadm.build/app/__main__.py", line 2854, in cli 2024-04-07T21:17:37.438 INFO:teuthology.orchestra.run.smithi089.stderr: File "/tmp/tmpq80jszlv.cephadm.build/app/cephadmlib/container_types.py", line 429, in run 2024-04-07T21:17:37.438 INFO:teuthology.orchestra.run.smithi089.stderr: File "/tmp/tmpq80jszlv.cephadm.build/app/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-07T21:17:37.438 INFO:teuthology.orchestra.run.smithi089.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:e5c885fe95ee982ff7b45214daa61b1a6d09d57d -e NODE_NAME=smithi089 -v /var/log/ceph/fc44b7c6-f523-11ee-b649-cb9ed24678a4:/var/log/ceph:z -v /tmp/ceph-tmpv17cl6dv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuu84l9zm:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d 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-07T21:17:37.438 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-04-07T21:17:37.482 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T21:17:37.482 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-07T21:17:37.482 DEBUG:teuthology.orchestra.run.smithi089:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-07T21:17:37.487 DEBUG:teuthology.orchestra.run.smithi121:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-07T21:17:37.493 INFO:tasks.cephadm:Stopping all daemons... 2024-04-07T21:17:37.494 INFO:tasks.cephadm.mon.smithi089:Stopping mon.smithi089... 2024-04-07T21:17:37.494 DEBUG:teuthology.orchestra.run.smithi089:> sudo systemctl stop ceph-fc44b7c6-f523-11ee-b649-cb9ed24678a4@mon.smithi089 2024-04-07T21:17:37.545 INFO:teuthology.orchestra.run.smithi089.stderr:Failed to stop ceph-fc44b7c6-f523-11ee-b649-cb9ed24678a4@mon.smithi089.service: Unit ceph-fc44b7c6-f523-11ee-b649-cb9ed24678a4@mon.smithi089.service not loaded. 2024-04-07T21:17:37.546 DEBUG:teuthology.orchestra.run:got remote process result: 5 2024-04-07T21:17:37.547 ERROR:tasks.cephadm:Failed to stop "ceph.mon.smithi089" Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph_e5c885fe95ee982ff7b45214daa61b1a6d09d57d/qa/tasks/cephadm.py", line 770, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi089 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d -v bootstrap --fsid fc44b7c6-f523-11ee-b649-cb9ed24678a4 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.89 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph_e5c885fe95ee982ff7b45214daa61b1a6d09d57d/qa/tasks/cephadm.py", line 857, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi089 with status 5: 'sudo systemctl stop ceph-fc44b7c6-f523-11ee-b649-cb9ed24678a4@mon.smithi089' 2024-04-07T21:17:37.548 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph_e5c885fe95ee982ff7b45214daa61b1a6d09d57d/qa/tasks/cephadm.py", line 770, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi089 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d -v bootstrap --fsid fc44b7c6-f523-11ee-b649-cb9ed24678a4 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.89 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_e5c885fe95ee982ff7b45214daa61b1a6d09d57d/qa/tasks/cephadm.py", line 857, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi089 with status 5: 'sudo systemctl stop ceph-fc44b7c6-f523-11ee-b649-cb9ed24678a4@mon.smithi089' 2024-04-07T21:17:37.549 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-07T21:17:37.551 DEBUG:teuthology.misc:Transferring archived files from smithi089:/var/lib/ceph/fc44b7c6-f523-11ee-b649-cb9ed24678a4/crash to /home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634327/remote/smithi089/crash 2024-04-07T21:17:37.552 DEBUG:teuthology.orchestra.run.smithi089:> sudo tar c -f - -C /var/lib/ceph/fc44b7c6-f523-11ee-b649-cb9ed24678a4/crash -- . 2024-04-07T21:17:37.600 INFO:teuthology.orchestra.run.smithi089.stderr:tar: /var/lib/ceph/fc44b7c6-f523-11ee-b649-cb9ed24678a4/crash: Cannot open: No such file or directory 2024-04-07T21:17:37.600 INFO:teuthology.orchestra.run.smithi089.stderr:tar: Error is not recoverable: exiting now 2024-04-07T21:17:37.602 DEBUG:teuthology.misc:Transferring archived files from smithi121:/var/lib/ceph/fc44b7c6-f523-11ee-b649-cb9ed24678a4/crash to /home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634327/remote/smithi121/crash 2024-04-07T21:17:37.603 DEBUG:teuthology.orchestra.run.smithi121:> sudo tar c -f - -C /var/lib/ceph/fc44b7c6-f523-11ee-b649-cb9ed24678a4/crash -- . 2024-04-07T21:17:37.614 INFO:teuthology.orchestra.run.smithi121.stderr:tar: /var/lib/ceph/fc44b7c6-f523-11ee-b649-cb9ed24678a4/crash: Cannot open: No such file or directory 2024-04-07T21:17:37.614 INFO:teuthology.orchestra.run.smithi121.stderr:tar: Error is not recoverable: exiting now 2024-04-07T21:17:37.616 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-07T21:17:37.616 DEBUG:teuthology.orchestra.run.smithi089:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/fc44b7c6-f523-11ee-b649-cb9ed24678a4/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-07T21:17:37.657 INFO:teuthology.orchestra.run.smithi089.stderr:grep: /var/log/ceph/fc44b7c6-f523-11ee-b649-cb9ed24678a4/ceph.log: No such file or directory 2024-04-07T21:17:37.658 INFO:tasks.cephadm:Compressing logs... 2024-04-07T21:17:37.658 DEBUG:teuthology.orchestra.run.smithi089:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-07T21:17:37.702 DEBUG:teuthology.orchestra.run.smithi121:> 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-07T21:17:37.710 INFO:teuthology.orchestra.run.smithi089.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-07T21:17:37.714 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-04-07T21:17:37.714 INFO:teuthology.orchestra.run.smithi089.stderr:real 0m0.010s 2024-04-07T21:17:37.714 INFO:teuthology.orchestra.run.smithi089.stderr:user 0m0.003s 2024-04-07T21:17:37.715 INFO:teuthology.orchestra.run.smithi089.stderr:sys 0m0.010s 2024-04-07T21:17:37.715 INFO:teuthology.orchestra.run.smithi121.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-07T21:17:37.727 INFO:teuthology.orchestra.run.smithi121.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-07T21:17:37.728 INFO:teuthology.orchestra.run.smithi121.stderr:/var/log/ceph/cephadm.log: 56.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-07T21:17:37.729 INFO:teuthology.orchestra.run.smithi121.stderr: 2024-04-07T21:17:37.729 INFO:teuthology.orchestra.run.smithi121.stderr:real 0m0.022s 2024-04-07T21:17:37.729 INFO:teuthology.orchestra.run.smithi121.stderr:user 0m0.015s 2024-04-07T21:17:37.729 INFO:teuthology.orchestra.run.smithi121.stderr:sys 0m0.005s 2024-04-07T21:17:37.730 INFO:tasks.cephadm:Archiving logs... 2024-04-07T21:17:37.730 DEBUG:teuthology.misc:Transferring archived files from smithi089:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634327/remote/smithi089/log 2024-04-07T21:17:37.731 DEBUG:teuthology.orchestra.run.smithi089:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-07T21:17:37.770 DEBUG:teuthology.misc:Transferring archived files from smithi121:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634327/remote/smithi121/log 2024-04-07T21:17:37.771 DEBUG:teuthology.orchestra.run.smithi121:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-07T21:17:37.783 INFO:tasks.cephadm:Removing cluster... 2024-04-07T21:17:37.783 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fc44b7c6-f523-11ee-b649-cb9ed24678a4 --force 2024-04-07T21:17:37.969 INFO:teuthology.orchestra.run.smithi089.stdout:Deleting cluster with fsid: fc44b7c6-f523-11ee-b649-cb9ed24678a4 2024-04-07T21:17:39.084 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fc44b7c6-f523-11ee-b649-cb9ed24678a4 --force 2024-04-07T21:17:39.249 INFO:teuthology.orchestra.run.smithi121.stdout:Deleting cluster with fsid: fc44b7c6-f523-11ee-b649-cb9ed24678a4 2024-04-07T21:17:40.366 INFO:tasks.cephadm:Removing cephadm ... 2024-04-07T21:17:40.366 DEBUG:teuthology.orchestra.run.smithi089:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-07T21:17:40.373 DEBUG:teuthology.orchestra.run.smithi121:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-07T21:17:40.379 INFO:tasks.cephadm:Teardown complete 2024-04-07T21:17:40.379 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph_e5c885fe95ee982ff7b45214daa61b1a6d09d57d/qa/tasks/cephadm.py", line 770, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi089 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d -v bootstrap --fsid fc44b7c6-f523-11ee-b649-cb9ed24678a4 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.89 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_e5c885fe95ee982ff7b45214daa61b1a6d09d57d/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_e5c885fe95ee982ff7b45214daa61b1a6d09d57d/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_e5c885fe95ee982ff7b45214daa61b1a6d09d57d/qa/tasks/cephadm.py", line 857, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi089 with status 5: 'sudo systemctl stop ceph-fc44b7c6-f523-11ee-b649-cb9ed24678a4@mon.smithi089' 2024-04-07T21:17:40.592 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=4ad48a9d44bc4ac8b2ddf94bf72e94be Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph_e5c885fe95ee982ff7b45214daa61b1a6d09d57d/qa/tasks/cephadm.py", line 770, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi089 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d -v bootstrap --fsid fc44b7c6-f523-11ee-b649-cb9ed24678a4 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.89 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_e5c885fe95ee982ff7b45214daa61b1a6d09d57d/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_e5c885fe95ee982ff7b45214daa61b1a6d09d57d/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_e5c885fe95ee982ff7b45214daa61b1a6d09d57d/qa/tasks/cephadm.py", line 857, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi089 with status 5: 'sudo systemctl stop ceph-fc44b7c6-f523-11ee-b649-cb9ed24678a4@mon.smithi089' 2024-04-07T21:17:40.597 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-07T21:17:40.608 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-04-07T21:17:40.616 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi089:/dev/vg_nvme/lv_1... 2024-04-07T21:17:40.616 DEBUG:teuthology.orchestra.run.smithi089:> sudo nvme disconnect -n lv_1 2024-04-07T21:17:40.890 INFO:teuthology.orchestra.run.smithi089.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-04-07T21:17:40.891 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T21:17:40.891 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi089:/dev/vg_nvme/lv_2... 2024-04-07T21:17:40.892 DEBUG:teuthology.orchestra.run.smithi089:> sudo nvme disconnect -n lv_2 2024-04-07T21:17:41.154 INFO:teuthology.orchestra.run.smithi089.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-04-07T21:17:41.157 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T21:17:41.157 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi089:/dev/vg_nvme/lv_3... 2024-04-07T21:17:41.157 DEBUG:teuthology.orchestra.run.smithi089:> sudo nvme disconnect -n lv_3 2024-04-07T21:17:41.430 INFO:teuthology.orchestra.run.smithi089.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-04-07T21:17:41.431 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T21:17:41.431 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi089:/dev/vg_nvme/lv_4... 2024-04-07T21:17:41.431 DEBUG:teuthology.orchestra.run.smithi089:> sudo nvme disconnect -n lv_4 2024-04-07T21:17:41.725 INFO:teuthology.orchestra.run.smithi089.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-04-07T21:17:41.727 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T21:17:41.727 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-04-07T21:17:41.728 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/scratch_devs 2024-04-07T21:17:41.741 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi121:/dev/vg_nvme/lv_1... 2024-04-07T21:17:41.741 DEBUG:teuthology.orchestra.run.smithi121:> sudo nvme disconnect -n lv_1 2024-04-07T21:17:41.980 INFO:teuthology.orchestra.run.smithi121.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-04-07T21:17:41.981 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T21:17:41.981 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi121:/dev/vg_nvme/lv_2... 2024-04-07T21:17:41.982 DEBUG:teuthology.orchestra.run.smithi121:> sudo nvme disconnect -n lv_2 2024-04-07T21:17:42.256 INFO:teuthology.orchestra.run.smithi121.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-04-07T21:17:42.257 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T21:17:42.258 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi121:/dev/vg_nvme/lv_3... 2024-04-07T21:17:42.258 DEBUG:teuthology.orchestra.run.smithi121:> sudo nvme disconnect -n lv_3 2024-04-07T21:17:42.520 INFO:teuthology.orchestra.run.smithi121.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-04-07T21:17:42.521 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T21:17:42.522 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi121:/dev/vg_nvme/lv_4... 2024-04-07T21:17:42.522 DEBUG:teuthology.orchestra.run.smithi121:> sudo nvme disconnect -n lv_4 2024-04-07T21:17:42.800 INFO:teuthology.orchestra.run.smithi121.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-04-07T21:17:42.801 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T21:17:42.802 DEBUG:teuthology.orchestra.run.smithi121:> set -ex 2024-04-07T21:17:42.802 DEBUG:teuthology.orchestra.run.smithi121:> sudo dd of=/scratch_devs 2024-04-07T21:17:42.815 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-07T21:17:42.825 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-07T21:17:42.825 DEBUG:teuthology.orchestra.run.smithi089:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-07T21:17:42.828 DEBUG:teuthology.orchestra.run.smithi121:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-07T21:17:42.838 INFO:teuthology.orchestra.run.smithi089.stdout: remote refid st t when poll reach delay offset jitter 2024-04-07T21:17:42.838 INFO:teuthology.orchestra.run.smithi089.stdout:============================================================================== 2024-04-07T21:17:42.838 INFO:teuthology.orchestra.run.smithi089.stdout: hv01.front.sepi 44.4.53.2 2 u 57 64 3 0.123 -0.295 0.468 2024-04-07T21:17:42.839 INFO:teuthology.orchestra.run.smithi089.stdout: hv02.front.sepi 63.231.80.2 3 u 53 64 3 0.091 +0.382 0.921 2024-04-07T21:17:42.839 INFO:teuthology.orchestra.run.smithi089.stdout: hv03.front.sepi 74.6.168.72 3 u 58 64 3 0.217 -0.918 0.514 2024-04-07T21:17:42.839 INFO:teuthology.orchestra.run.smithi089.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-07T21:17:42.870 INFO:teuthology.orchestra.run.smithi121.stdout: remote refid st t when poll reach delay offset jitter 2024-04-07T21:17:42.870 INFO:teuthology.orchestra.run.smithi121.stdout:============================================================================== 2024-04-07T21:17:42.870 INFO:teuthology.orchestra.run.smithi121.stdout: hv01.front.sepi 44.4.53.2 2 u 58 64 3 0.188 +0.319 0.167 2024-04-07T21:17:42.870 INFO:teuthology.orchestra.run.smithi121.stdout: hv02.front.sepi 63.231.80.2 3 u 59 64 3 0.063 +1.026 0.272 2024-04-07T21:17:42.870 INFO:teuthology.orchestra.run.smithi121.stdout: hv03.front.sepi 74.6.168.72 3 u 59 64 3 0.177 -0.354 0.748 2024-04-07T21:17:42.871 INFO:teuthology.orchestra.run.smithi121.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-07T21:17:42.871 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-07T21:17:42.880 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-07T21:17:42.880 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-07T21:17:42.889 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-07T21:17:42.897 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-07T21:17:42.906 INFO:teuthology.task.internal:Duration was 554.719164 seconds 2024-04-07T21:17:42.907 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-07T21:17:42.915 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-07T21:17:42.916 DEBUG:teuthology.orchestra.run.smithi089:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-07T21:17:42.918 DEBUG:teuthology.orchestra.run.smithi121:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-07T21:17:42.956 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-07T21:17:42.956 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi089.front.sepia.ceph.com 2024-04-07T21:17:42.956 DEBUG:teuthology.orchestra.run.smithi089:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-07T21:17:43.006 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi121.front.sepia.ceph.com 2024-04-07T21:17:43.006 DEBUG:teuthology.orchestra.run.smithi121:> 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-07T21:17:43.017 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-07T21:17:43.017 DEBUG:teuthology.orchestra.run.smithi089:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-07T21:17:43.050 DEBUG:teuthology.orchestra.run.smithi121:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-07T21:17:43.084 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-07T21:17:43.084 DEBUG:teuthology.orchestra.run.smithi089:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-07T21:17:43.119 DEBUG:teuthology.orchestra.run.smithi121:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-07T21:17:43.196 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-07T21:17:43.205 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-07T21:17:43.206 DEBUG:teuthology.orchestra.run.smithi089:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-07T21:17:43.218 DEBUG:teuthology.orchestra.run.smithi121:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-07T21:17:43.231 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-07T21:17:43.240 DEBUG:teuthology.orchestra.run.smithi089:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-07T21:17:43.263 DEBUG:teuthology.orchestra.run.smithi121:> 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-07T21:17:43.271 INFO:teuthology.orchestra.run.smithi089.stdout:kernel.core_pattern = core 2024-04-07T21:17:43.282 INFO:teuthology.orchestra.run.smithi121.stdout:kernel.core_pattern = core 2024-04-07T21:17:43.308 DEBUG:teuthology.orchestra.run.smithi089:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-07T21:17:43.353 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T21:17:43.354 DEBUG:teuthology.orchestra.run.smithi121:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-07T21:17:43.358 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T21:17:43.358 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-07T21:17:43.368 INFO:teuthology.task.internal:Transferring archived files... 2024-04-07T21:17:43.368 DEBUG:teuthology.misc:Transferring archived files from smithi089:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634327/remote/smithi089 2024-04-07T21:17:43.368 DEBUG:teuthology.orchestra.run.smithi089:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-07T21:17:43.419 DEBUG:teuthology.misc:Transferring archived files from smithi121:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634327/remote/smithi121 2024-04-07T21:17:43.419 DEBUG:teuthology.orchestra.run.smithi121:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-07T21:17:43.440 INFO:teuthology.task.internal:Removing archive directory... 2024-04-07T21:17:43.440 DEBUG:teuthology.orchestra.run.smithi089:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-07T21:17:43.459 DEBUG:teuthology.orchestra.run.smithi121:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-07T21:17:43.484 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-07T21:17:43.494 INFO:teuthology.task.internal:Not uploading archives. 2024-04-07T21:17:43.495 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-07T21:17:43.552 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-07T21:17:43.552 DEBUG:teuthology.orchestra.run.smithi089:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-07T21:17:43.554 DEBUG:teuthology.orchestra.run.smithi121:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-07T21:17:43.558 INFO:teuthology.orchestra.run.smithi089.stdout: 658630 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 7 21:17 /home/ubuntu/cephtest 2024-04-07T21:17:43.560 INFO:teuthology.orchestra.run.smithi121.stdout: 658640 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 7 21:17 /home/ubuntu/cephtest 2024-04-07T21:17:43.562 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-07T21:17:43.571 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-07T21:17:43.591 INFO:teuthology.nuke:Checking targets against current locks 2024-04-07T21:17:43.618 DEBUG:teuthology.nuke:shortname: smithi089 2024-04-07T21:17:43.618 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-07T21:17:43.640 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi089.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634327', '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-07 20:58:56.583024', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJNP1wwwrYsLoboH1UYBDg+xJRC3lsRX/YLlOtsAzl92zGxpeDMw43WDi4nEolmXkLqJIj38NdUHxDJRjScpWEY='} 2024-04-07T21:17:43.644 DEBUG:teuthology.nuke:shortname: smithi121 2024-04-07T21:17:43.644 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-07T21:17:43.666 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi121.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634327', '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-07 20:58:56.584318', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLcQPrfDH+GqQ/zzuL4swTlM5FQuM8bJdRRjjegH7NKYLqUgYkCclDo0lBnuzsdvRD5c449it67gItu2ckOEEEo='} 2024-04-07T21:17:43.693 INFO:teuthology.orchestra.console.smithi089:Power off 2024-04-07T21:17:43.694 DEBUG:teuthology.orchestra.console.smithi089:pexpect command: ipmitool -H smithi089.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-07T21:17:43.721 DEBUG:teuthology.orchestra.console.smithi089:power off output: Chassis Power Control: Down/Off 2024-04-07T21:17:43.721 DEBUG:teuthology.orchestra.console.smithi089:pexpect command: ipmitool -H smithi089.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-07T21:17:43.735 INFO:teuthology.orchestra.console.smithi121:Power off 2024-04-07T21:17:43.736 DEBUG:teuthology.orchestra.console.smithi121:pexpect command: ipmitool -H smithi121.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-07T21:17:43.744 DEBUG:teuthology.orchestra.console.smithi089:check power output: Chassis Power is on 2024-04-07T21:17:43.756 DEBUG:teuthology.orchestra.console.smithi121:power off output: Chassis Power Control: Down/Off 2024-04-07T21:17:43.756 DEBUG:teuthology.orchestra.console.smithi121:pexpect command: ipmitool -H smithi121.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-07T21:17:43.776 DEBUG:teuthology.orchestra.console.smithi121:check power output: Chassis Power is on 2024-04-07T21:17:47.745 DEBUG:teuthology.orchestra.console.smithi089:pexpect command: ipmitool -H smithi089.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-07T21:17:47.777 DEBUG:teuthology.orchestra.console.smithi121:pexpect command: ipmitool -H smithi121.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-07T21:17:47.856 DEBUG:teuthology.orchestra.console.smithi089:check power output: Chassis Power is on 2024-04-07T21:17:47.887 DEBUG:teuthology.orchestra.console.smithi121:check power output: Chassis Power is on 2024-04-07T21:17:51.861 DEBUG:teuthology.orchestra.console.smithi089:pexpect command: ipmitool -H smithi089.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-07T21:17:51.887 DEBUG:teuthology.orchestra.console.smithi121:pexpect command: ipmitool -H smithi121.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-07T21:17:51.971 DEBUG:teuthology.orchestra.console.smithi089:check power output: Chassis Power is on 2024-04-07T21:17:51.996 DEBUG:teuthology.orchestra.console.smithi121:check power output: Chassis Power is on 2024-04-07T21:17:55.976 DEBUG:teuthology.orchestra.console.smithi089:pexpect command: ipmitool -H smithi089.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-07T21:17:55.997 DEBUG:teuthology.orchestra.console.smithi121:pexpect command: ipmitool -H smithi121.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-07T21:17:56.087 DEBUG:teuthology.orchestra.console.smithi089:check power output: Chassis Power is off 2024-04-07T21:17:56.106 DEBUG:teuthology.orchestra.console.smithi121:check power output: Chassis Power is off 2024-04-07T21:17:56.188 INFO:teuthology.orchestra.console.smithi089:Power off completed 2024-04-07T21:17:56.207 INFO:teuthology.orchestra.console.smithi121:Power off completed 2024-04-07T21:17:56.312 INFO:teuthology.run:Summary data: description: orch/cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} duration: 554.7191638946533 failure_reason: 'Command failed on smithi089 with status 5: ''sudo systemctl stop ceph-fc44b7c6-f523-11ee-b649-cb9ed24678a4@mon.smithi089''' owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=4ad48a9d44bc4ac8b2ddf94bf72e94be status: fail success: false 2024-04-07T21:17:56.313 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-07T21:17:56.395 INFO:teuthology.run:FAIL