2024-04-07T20:15:53.411 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-04-07T20:15:53.411 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --owner scheduled_teuthology@teuthology --description orch/cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} --archive /home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634242 --name teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi -- /home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634242/orig.config.yaml 2024-04-07T20:15:53.443 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-07T20:15:53.524 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634242 branch: main description: orch/cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} email: ceph-qa@ceph.com first_in_suite: false job_id: '7634242' 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: smithi132.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCiJffB6pXCVWXE4IvKwLYL/8F/Smky8w8R6yMKooSKs2ob5Hf8zl66uVFILdamKcHyCPq4sPMB2K5CQ4YdTJ40= smithi161.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGdn+4y3mmg4nqyatccU7qwu7hy+C8H6wCTG6j4HoOUVQf6IONmvN7hS+9SP/H5HZRr5yGIX2uXl+J6zp1DS5NU= 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 - cephadm.apply: specs: - placement: count: 4 host_pattern: '*' service_id: foo service_type: rgw spec: rgw_frontend_port: 8000 - placement: count: 2 service_id: rgw.foo service_type: ingress spec: backend_service: rgw.foo frontend_port: 9000 monitor_port: 9001 virtual_ip: '{{VIP0}}/{{VIPPREFIXLEN}}' - cephadm.wait_for_service: service: rgw.foo - cephadm.wait_for_service: service: ingress.rgw.foo - cephadm.shell: host.a: - "echo \"Check while healthy...\"\ncurl http://{{VIP0}}:9000/\n\n# stop each\ \ rgw in turn\necho \"Check with each rgw stopped in turn...\"\nfor rgw in `ceph\ \ orch ps | grep ^rgw.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $rgw\n while ! ceph orch ps | grep $rgw | grep stopped; do sleep 1 ; done\n\ \ while ! curl http://{{VIP0}}:9000/ ; do sleep 1 ; done\n ceph orch daemon\ \ start $rgw\n while ! ceph orch ps | grep $rgw | grep running; do sleep 1\ \ ; done\ndone\n\n# stop each haproxy in turn\necho \"Check with each haproxy\ \ down in turn...\"\nfor haproxy in `ceph orch ps | grep ^haproxy.rgw.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 while ! curl http://{{VIP0}}:9000/\ \ ; do sleep 1 ; done\n ceph orch daemon start $haproxy\n while ! ceph orch\ \ ps | grep $haproxy | grep running; do sleep 1 ; done\ndone\n\nwhile ! curl\ \ http://{{VIP0}}:9000/ ; do sleep 1 ; done\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-07T20:15:53.524 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_e5c885fe95ee982ff7b45214daa61b1a6d09d57d/qa; will attempt to use it 2024-04-07T20:15:53.525 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_e5c885fe95ee982ff7b45214daa61b1a6d09d57d/qa/tasks 2024-04-07T20:15:53.525 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-07T20:15:53.526 INFO:teuthology.task.internal:Checking packages... 2024-04-07T20:15:53.552 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'e5c885fe95ee982ff7b45214daa61b1a6d09d57d' 2024-04-07T20:15:53.553 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-07T20:15:53.553 INFO:teuthology.packaging:ref: None 2024-04-07T20:15:53.553 INFO:teuthology.packaging:tag: None 2024-04-07T20:15:53.553 INFO:teuthology.packaging:branch: main 2024-04-07T20:15:53.553 INFO:teuthology.packaging:sha1: e5c885fe95ee982ff7b45214daa61b1a6d09d57d 2024-04-07T20:15:53.553 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-07T20:15:53.855 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2776-gf4d52dd3-1jammy 2024-04-07T20:15:53.857 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-07T20:15:53.866 INFO:teuthology.task.internal:no buildpackages task found 2024-04-07T20:15:53.866 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-07T20:15:53.885 INFO:teuthology.task.internal:Saving configuration 2024-04-07T20:15:53.897 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-07T20:15:53.908 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-07T20:15:53.932 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi132.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634242', '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:10:07.881657', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPaG9ULBpeStbVWelOrJkc8k8518EQ6FXD7cpibhHdRT'} 2024-04-07T20:15:53.951 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi161.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634242', '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:10:07.880189', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFummK/odfOdksHtVkNn7K1kWMtOZoCP4Hjlm1mA5hh4'} 2024-04-07T20:15:53.951 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-07T20:15:53.962 INFO:teuthology.task.internal:roles: ubuntu@smithi132.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-04-07T20:15:53.962 INFO:teuthology.task.internal:roles: ubuntu@smithi161.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-04-07T20:15:53.962 INFO:teuthology.run_tasks:Running task console_log... 2024-04-07T20:15:54.075 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f7d48988dc0>, signals=[15]) 2024-04-07T20:15:54.075 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-07T20:15:54.086 INFO:teuthology.task.internal:Opening connections... 2024-04-07T20:15:54.086 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi132.front.sepia.ceph.com 2024-04-07T20:15:54.088 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T20:15:54.173 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi161.front.sepia.ceph.com 2024-04-07T20:15:54.174 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T20:15:54.253 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-07T20:15:54.260 DEBUG:teuthology.orchestra.run.smithi132:> uname -m 2024-04-07T20:15:54.265 INFO:teuthology.orchestra.run.smithi132.stdout:x86_64 2024-04-07T20:15:54.266 DEBUG:teuthology.orchestra.run.smithi132:> cat /etc/os-release 2024-04-07T20:15:54.311 INFO:teuthology.orchestra.run.smithi132.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-07T20:15:54.311 INFO:teuthology.orchestra.run.smithi132.stdout:NAME="Ubuntu" 2024-04-07T20:15:54.311 INFO:teuthology.orchestra.run.smithi132.stdout:VERSION_ID="22.04" 2024-04-07T20:15:54.312 INFO:teuthology.orchestra.run.smithi132.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-07T20:15:54.312 INFO:teuthology.orchestra.run.smithi132.stdout:VERSION_CODENAME=jammy 2024-04-07T20:15:54.312 INFO:teuthology.orchestra.run.smithi132.stdout:ID=ubuntu 2024-04-07T20:15:54.312 INFO:teuthology.orchestra.run.smithi132.stdout:ID_LIKE=debian 2024-04-07T20:15:54.312 INFO:teuthology.orchestra.run.smithi132.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-07T20:15:54.312 INFO:teuthology.orchestra.run.smithi132.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-07T20:15:54.312 INFO:teuthology.orchestra.run.smithi132.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-07T20:15:54.312 INFO:teuthology.orchestra.run.smithi132.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-07T20:15:54.312 INFO:teuthology.orchestra.run.smithi132.stdout:UBUNTU_CODENAME=jammy 2024-04-07T20:15:54.313 INFO:teuthology.lock.ops:Updating smithi132.front.sepia.ceph.com on lock server 2024-04-07T20:15:54.332 DEBUG:teuthology.orchestra.run.smithi161:> uname -m 2024-04-07T20:15:54.337 INFO:teuthology.orchestra.run.smithi161.stdout:x86_64 2024-04-07T20:15:54.337 DEBUG:teuthology.orchestra.run.smithi161:> cat /etc/os-release 2024-04-07T20:15:54.386 INFO:teuthology.orchestra.run.smithi161.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-07T20:15:54.386 INFO:teuthology.orchestra.run.smithi161.stdout:NAME="Ubuntu" 2024-04-07T20:15:54.386 INFO:teuthology.orchestra.run.smithi161.stdout:VERSION_ID="22.04" 2024-04-07T20:15:54.386 INFO:teuthology.orchestra.run.smithi161.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-07T20:15:54.386 INFO:teuthology.orchestra.run.smithi161.stdout:VERSION_CODENAME=jammy 2024-04-07T20:15:54.386 INFO:teuthology.orchestra.run.smithi161.stdout:ID=ubuntu 2024-04-07T20:15:54.386 INFO:teuthology.orchestra.run.smithi161.stdout:ID_LIKE=debian 2024-04-07T20:15:54.386 INFO:teuthology.orchestra.run.smithi161.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-07T20:15:54.386 INFO:teuthology.orchestra.run.smithi161.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-07T20:15:54.386 INFO:teuthology.orchestra.run.smithi161.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-07T20:15:54.386 INFO:teuthology.orchestra.run.smithi161.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-07T20:15:54.387 INFO:teuthology.orchestra.run.smithi161.stdout:UBUNTU_CODENAME=jammy 2024-04-07T20:15:54.387 INFO:teuthology.lock.ops:Updating smithi161.front.sepia.ceph.com on lock server 2024-04-07T20:15:54.406 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-07T20:15:54.417 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-07T20:15:54.430 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-07T20:15:54.430 DEBUG:teuthology.orchestra.run.smithi132:> test '!' -e /home/ubuntu/cephtest 2024-04-07T20:15:54.433 DEBUG:teuthology.orchestra.run.smithi161:> test '!' -e /home/ubuntu/cephtest 2024-04-07T20:15:54.438 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-07T20:15:54.448 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-07T20:15:54.448 DEBUG:teuthology.orchestra.run.smithi132:> test -z $(ls -A /var/lib/ceph) 2024-04-07T20:15:54.481 DEBUG:teuthology.orchestra.run.smithi161:> test -z $(ls -A /var/lib/ceph) 2024-04-07T20:15:54.582 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-07T20:15:54.640 INFO:teuthology.run_tasks:Running task kernel... 2024-04-07T20:15:54.659 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-04-07T20:15:54.660 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-04-07T20:15:54.660 DEBUG:teuthology.orchestra.run.smithi132:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-07T20:15:54.660 DEBUG:teuthology.orchestra.run.smithi161:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-07T20:15:54.666 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T20:15:54.667 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T20:15:54.667 DEBUG:teuthology.orchestra.run.smithi132:> uname -r 2024-04-07T20:15:54.668 DEBUG:teuthology.orchestra.run.smithi161:> uname -r 2024-04-07T20:15:54.713 INFO:teuthology.orchestra.run.smithi161.stdout:5.15.0-56-generic 2024-04-07T20:15:54.713 INFO:teuthology.task.kernel:Running kernel on smithi161: 5.15.0-56-generic 2024-04-07T20:15:54.713 DEBUG:teuthology.orchestra.run.smithi161:> sudo apt-get clean 2024-04-07T20:15:54.715 INFO:teuthology.orchestra.run.smithi132.stdout:5.15.0-56-generic 2024-04-07T20:15:54.716 INFO:teuthology.task.kernel:Running kernel on smithi132: 5.15.0-56-generic 2024-04-07T20:15:54.716 DEBUG:teuthology.orchestra.run.smithi132:> sudo apt-get clean 2024-04-07T20:15:54.845 DEBUG:teuthology.orchestra.run.smithi161:> sudo apt-get update 2024-04-07T20:15:54.872 DEBUG:teuthology.orchestra.run.smithi132:> sudo apt-get update 2024-04-07T20:15:55.034 INFO:teuthology.orchestra.run.smithi132.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-07T20:15:55.046 INFO:teuthology.orchestra.run.smithi132.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-07T20:15:55.126 INFO:teuthology.orchestra.run.smithi161.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-07T20:15:55.126 INFO:teuthology.orchestra.run.smithi161.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-07T20:15:55.127 INFO:teuthology.orchestra.run.smithi132.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-07T20:15:55.137 INFO:teuthology.orchestra.run.smithi132.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-07T20:15:55.179 INFO:teuthology.orchestra.run.smithi161.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-07T20:15:55.280 INFO:teuthology.orchestra.run.smithi132.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [602 kB] 2024-04-07T20:15:55.364 INFO:teuthology.orchestra.run.smithi132.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,519 kB] 2024-04-07T20:15:55.404 INFO:teuthology.orchestra.run.smithi132.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [293 kB] 2024-04-07T20:15:55.408 INFO:teuthology.orchestra.run.smithi132.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-07T20:15:55.408 INFO:teuthology.orchestra.run.smithi132.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,648 kB] 2024-04-07T20:15:55.432 INFO:teuthology.orchestra.run.smithi132.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.2 kB] 2024-04-07T20:15:55.432 INFO:teuthology.orchestra.run.smithi132.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [275 kB] 2024-04-07T20:15:55.436 INFO:teuthology.orchestra.run.smithi132.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-07T20:15:55.436 INFO:teuthology.orchestra.run.smithi132.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [698 kB] 2024-04-07T20:15:55.445 INFO:teuthology.orchestra.run.smithi132.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,060 kB] 2024-04-07T20:15:55.484 INFO:teuthology.orchestra.run.smithi132.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [241 kB] 2024-04-07T20:15:55.485 INFO:teuthology.orchestra.run.smithi132.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-07T20:15:55.486 INFO:teuthology.orchestra.run.smithi132.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [6,028 B] 2024-04-07T20:15:55.486 INFO:teuthology.orchestra.run.smithi132.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [49.6 kB] 2024-04-07T20:15:55.486 INFO:teuthology.orchestra.run.smithi132.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [12.0 kB] 2024-04-07T20:15:55.487 INFO:teuthology.orchestra.run.smithi132.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-07T20:15:55.489 INFO:teuthology.orchestra.run.smithi132.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-07T20:15:55.490 INFO:teuthology.orchestra.run.smithi132.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-07T20:15:55.490 INFO:teuthology.orchestra.run.smithi132.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-07T20:15:55.513 INFO:teuthology.orchestra.run.smithi132.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-07T20:15:55.513 INFO:teuthology.orchestra.run.smithi132.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-07T20:15:55.513 INFO:teuthology.orchestra.run.smithi132.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-07T20:15:55.514 INFO:teuthology.orchestra.run.smithi132.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-07T20:15:55.514 INFO:teuthology.orchestra.run.smithi132.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-07T20:15:55.532 INFO:teuthology.orchestra.run.smithi161.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-07T20:15:55.532 INFO:teuthology.orchestra.run.smithi161.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,303 kB] 2024-04-07T20:15:55.595 INFO:teuthology.orchestra.run.smithi132.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,303 kB] 2024-04-07T20:15:55.671 INFO:teuthology.orchestra.run.smithi161.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [602 kB] 2024-04-07T20:15:55.921 INFO:teuthology.orchestra.run.smithi161.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,519 kB] 2024-04-07T20:15:55.998 INFO:teuthology.orchestra.run.smithi132.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [436 kB] 2024-04-07T20:15:56.004 INFO:teuthology.orchestra.run.smithi161.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [436 kB] 2024-04-07T20:15:56.015 INFO:teuthology.orchestra.run.smithi161.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [293 kB] 2024-04-07T20:15:56.016 INFO:teuthology.orchestra.run.smithi132.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [233 kB] 2024-04-07T20:15:56.022 INFO:teuthology.orchestra.run.smithi161.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [233 kB] 2024-04-07T20:15:56.025 INFO:teuthology.orchestra.run.smithi132.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-07T20:15:56.026 INFO:teuthology.orchestra.run.smithi132.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-04-07T20:15:56.027 INFO:teuthology.orchestra.run.smithi132.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,616 kB] 2024-04-07T20:15:56.029 INFO:teuthology.orchestra.run.smithi161.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-07T20:15:56.030 INFO:teuthology.orchestra.run.smithi161.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.2 kB] 2024-04-07T20:15:56.031 INFO:teuthology.orchestra.run.smithi161.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-07T20:15:56.032 INFO:teuthology.orchestra.run.smithi161.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,648 kB] 2024-04-07T20:15:56.032 INFO:teuthology.orchestra.run.smithi161.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,616 kB] 2024-04-07T20:15:56.091 INFO:teuthology.orchestra.run.smithi161.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [275 kB] 2024-04-07T20:15:56.098 INFO:teuthology.orchestra.run.smithi161.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-07T20:15:56.119 INFO:teuthology.orchestra.run.smithi132.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [271 kB] 2024-04-07T20:15:56.130 INFO:teuthology.orchestra.run.smithi132.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-07T20:15:56.130 INFO:teuthology.orchestra.run.smithi132.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-04-07T20:15:56.146 INFO:teuthology.orchestra.run.smithi161.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-04-07T20:15:56.147 INFO:teuthology.orchestra.run.smithi161.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [271 kB] 2024-04-07T20:15:56.151 INFO:teuthology.orchestra.run.smithi132.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-04-07T20:15:56.152 INFO:teuthology.orchestra.run.smithi161.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-07T20:15:56.153 INFO:teuthology.orchestra.run.smithi161.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-04-07T20:15:56.163 INFO:teuthology.orchestra.run.smithi161.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-04-07T20:15:56.262 INFO:teuthology.orchestra.run.smithi161.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,060 kB] 2024-04-07T20:15:56.337 INFO:teuthology.orchestra.run.smithi132.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-07T20:15:56.344 INFO:teuthology.orchestra.run.smithi161.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-07T20:15:56.743 INFO:teuthology.orchestra.run.smithi132.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-07T20:15:56.749 INFO:teuthology.orchestra.run.smithi132.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-07T20:15:56.749 INFO:teuthology.orchestra.run.smithi132.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-04-07T20:15:56.751 INFO:teuthology.orchestra.run.smithi161.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-07T20:15:56.757 INFO:teuthology.orchestra.run.smithi161.stdout:Get:26 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-07T20:15:56.758 INFO:teuthology.orchestra.run.smithi161.stdout:Get:27 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-04-07T20:15:56.763 INFO:teuthology.orchestra.run.smithi132.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-04-07T20:15:56.765 INFO:teuthology.orchestra.run.smithi132.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-07T20:15:56.771 INFO:teuthology.orchestra.run.smithi161.stdout:Get:28 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-04-07T20:15:56.774 INFO:teuthology.orchestra.run.smithi161.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-07T20:15:56.895 INFO:teuthology.orchestra.run.smithi161.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [698 kB] 2024-04-07T20:15:56.934 INFO:teuthology.orchestra.run.smithi161.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [241 kB] 2024-04-07T20:15:56.946 INFO:teuthology.orchestra.run.smithi161.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-07T20:15:56.947 INFO:teuthology.orchestra.run.smithi161.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [49.6 kB] 2024-04-07T20:15:56.949 INFO:teuthology.orchestra.run.smithi161.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [6,028 B] 2024-04-07T20:15:56.950 INFO:teuthology.orchestra.run.smithi161.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [12.0 kB] 2024-04-07T20:15:56.951 INFO:teuthology.orchestra.run.smithi161.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-07T20:15:56.951 INFO:teuthology.orchestra.run.smithi161.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-07T20:15:56.978 INFO:teuthology.orchestra.run.smithi161.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-07T20:15:56.981 INFO:teuthology.orchestra.run.smithi161.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-07T20:15:57.145 INFO:teuthology.orchestra.run.smithi161.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-07T20:15:57.228 INFO:teuthology.orchestra.run.smithi161.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-07T20:15:57.329 INFO:teuthology.orchestra.run.smithi161.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-07T20:15:57.390 INFO:teuthology.orchestra.run.smithi161.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-07T20:15:57.418 INFO:teuthology.orchestra.run.smithi161.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-07T20:16:01.182 INFO:teuthology.orchestra.run.smithi132.stdout:Fetched 12.6 MB in 2s (6,926 kB/s) 2024-04-07T20:16:01.560 INFO:teuthology.orchestra.run.smithi161.stdout:Fetched 12.6 MB in 3s (5,023 kB/s) 2024-04-07T20:16:02.521 INFO:teuthology.orchestra.run.smithi132.stdout:Reading package lists... 2024-04-07T20:16:02.538 DEBUG:teuthology.orchestra.run.smithi132:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-07T20:16:02.588 INFO:teuthology.orchestra.run.smithi132.stdout:Reading package lists... 2024-04-07T20:16:02.768 INFO:teuthology.orchestra.run.smithi132.stdout:Building dependency tree... 2024-04-07T20:16:02.768 INFO:teuthology.orchestra.run.smithi132.stdout:Reading state information... 2024-04-07T20:16:02.903 INFO:teuthology.orchestra.run.smithi161.stdout:Reading package lists... 2024-04-07T20:16:02.919 DEBUG:teuthology.orchestra.run.smithi161:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-07T20:16:02.922 INFO:teuthology.orchestra.run.smithi132.stdout:The following packages were automatically installed and are no longer required: 2024-04-07T20:16:02.922 INFO:teuthology.orchestra.run.smithi132.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-07T20:16:02.922 INFO:teuthology.orchestra.run.smithi132.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-07T20:16:02.922 INFO:teuthology.orchestra.run.smithi132.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-07T20:16:02.922 INFO:teuthology.orchestra.run.smithi132.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-07T20:16:02.923 INFO:teuthology.orchestra.run.smithi132.stdout: python2.7-minimal 2024-04-07T20:16:02.923 INFO:teuthology.orchestra.run.smithi132.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-07T20:16:02.924 INFO:teuthology.orchestra.run.smithi132.stdout:The following additional packages will be installed: 2024-04-07T20:16:02.924 INFO:teuthology.orchestra.run.smithi132.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-04-07T20:16:02.924 INFO:teuthology.orchestra.run.smithi132.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-04-07T20:16:02.924 INFO:teuthology.orchestra.run.smithi132.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-04-07T20:16:02.925 INFO:teuthology.orchestra.run.smithi132.stdout:Suggested packages: 2024-04-07T20:16:02.925 INFO:teuthology.orchestra.run.smithi132.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-07T20:16:02.925 INFO:teuthology.orchestra.run.smithi132.stdout:Recommended packages: 2024-04-07T20:16:02.926 INFO:teuthology.orchestra.run.smithi132.stdout: thermald 2024-04-07T20:16:02.973 INFO:teuthology.orchestra.run.smithi132.stdout:The following NEW packages will be installed: 2024-04-07T20:16:02.973 INFO:teuthology.orchestra.run.smithi132.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-04-07T20:16:02.973 INFO:teuthology.orchestra.run.smithi132.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-04-07T20:16:02.974 INFO:teuthology.orchestra.run.smithi132.stdout: linux-modules-extra-5.15.0-101-generic 2024-04-07T20:16:02.975 INFO:teuthology.orchestra.run.smithi132.stdout:The following packages will be upgraded: 2024-04-07T20:16:02.976 INFO:teuthology.orchestra.run.smithi132.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-07T20:16:02.983 INFO:teuthology.orchestra.run.smithi161.stdout:Reading package lists... 2024-04-07T20:16:03.067 INFO:teuthology.orchestra.run.smithi132.stdout:3 upgraded, 5 newly installed, 0 to remove and 312 not upgraded. 2024-04-07T20:16:03.067 INFO:teuthology.orchestra.run.smithi132.stdout:Need to get 113 MB of archives. 2024-04-07T20:16:03.068 INFO:teuthology.orchestra.run.smithi132.stdout:After this operation, 582 MB of additional disk space will be used. 2024-04-07T20:16:03.068 INFO:teuthology.orchestra.run.smithi132.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-07T20:16:03.180 INFO:teuthology.orchestra.run.smithi161.stdout:Building dependency tree... 2024-04-07T20:16:03.181 INFO:teuthology.orchestra.run.smithi161.stdout:Reading state information... 2024-04-07T20:16:03.351 INFO:teuthology.orchestra.run.smithi161.stdout:The following packages were automatically installed and are no longer required: 2024-04-07T20:16:03.351 INFO:teuthology.orchestra.run.smithi161.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-07T20:16:03.351 INFO:teuthology.orchestra.run.smithi161.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-07T20:16:03.352 INFO:teuthology.orchestra.run.smithi161.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-07T20:16:03.352 INFO:teuthology.orchestra.run.smithi161.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-07T20:16:03.352 INFO:teuthology.orchestra.run.smithi161.stdout: python2.7-minimal 2024-04-07T20:16:03.352 INFO:teuthology.orchestra.run.smithi161.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-07T20:16:03.353 INFO:teuthology.orchestra.run.smithi161.stdout:The following additional packages will be installed: 2024-04-07T20:16:03.353 INFO:teuthology.orchestra.run.smithi161.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-04-07T20:16:03.353 INFO:teuthology.orchestra.run.smithi161.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-04-07T20:16:03.354 INFO:teuthology.orchestra.run.smithi161.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-04-07T20:16:03.355 INFO:teuthology.orchestra.run.smithi161.stdout:Suggested packages: 2024-04-07T20:16:03.355 INFO:teuthology.orchestra.run.smithi161.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-07T20:16:03.355 INFO:teuthology.orchestra.run.smithi161.stdout:Recommended packages: 2024-04-07T20:16:03.355 INFO:teuthology.orchestra.run.smithi161.stdout: thermald 2024-04-07T20:16:03.403 INFO:teuthology.orchestra.run.smithi161.stdout:The following NEW packages will be installed: 2024-04-07T20:16:03.403 INFO:teuthology.orchestra.run.smithi161.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-04-07T20:16:03.403 INFO:teuthology.orchestra.run.smithi161.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-04-07T20:16:03.404 INFO:teuthology.orchestra.run.smithi161.stdout: linux-modules-extra-5.15.0-101-generic 2024-04-07T20:16:03.405 INFO:teuthology.orchestra.run.smithi161.stdout:The following packages will be upgraded: 2024-04-07T20:16:03.405 INFO:teuthology.orchestra.run.smithi161.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-07T20:16:03.585 INFO:teuthology.orchestra.run.smithi161.stdout:3 upgraded, 5 newly installed, 0 to remove and 312 not upgraded. 2024-04-07T20:16:03.585 INFO:teuthology.orchestra.run.smithi161.stdout:Need to get 113 MB of archives. 2024-04-07T20:16:03.585 INFO:teuthology.orchestra.run.smithi161.stdout:After this operation, 582 MB of additional disk space will be used. 2024-04-07T20:16:03.585 INFO:teuthology.orchestra.run.smithi161.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-07T20:16:04.028 INFO:teuthology.orchestra.run.smithi132.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-07T20:16:04.378 INFO:teuthology.orchestra.run.smithi132.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-07T20:16:04.965 INFO:teuthology.orchestra.run.smithi161.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-07T20:16:05.317 INFO:teuthology.orchestra.run.smithi161.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-07T20:16:05.745 INFO:teuthology.orchestra.run.smithi132.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-07T20:16:05.745 INFO:teuthology.orchestra.run.smithi132.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-07T20:16:05.745 INFO:teuthology.orchestra.run.smithi132.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-07T20:16:05.906 INFO:teuthology.orchestra.run.smithi132.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-07T20:16:05.941 INFO:teuthology.orchestra.run.smithi132.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-07T20:16:06.366 INFO:teuthology.orchestra.run.smithi132.stdout:Fetched 113 MB in 3s (38.2 MB/s) 2024-04-07T20:16:06.553 INFO:teuthology.orchestra.run.smithi132.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-04-07T20:16:07.527 INFO:teuthology.orchestra.run.smithi161.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-07T20:16:07.527 INFO:teuthology.orchestra.run.smithi161.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-07T20:16:07.527 INFO:teuthology.orchestra.run.smithi161.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-07T20:16:07.995 INFO:teuthology.orchestra.run.smithi161.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-07T20:16:08.049 INFO:teuthology.orchestra.run.smithi161.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-07T20:16:08.434 INFO:teuthology.orchestra.run.smithi161.stdout:Fetched 113 MB in 5s (24.4 MB/s) 2024-04-07T20:16:08.585 INFO:teuthology.orchestra.run.smithi132.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-07T20:16:08.589 INFO:teuthology.orchestra.run.smithi132.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-07T20:16:08.601 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-04-07T20:16:08.692 INFO:teuthology.orchestra.run.smithi132.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T20:16:10.713 INFO:teuthology.orchestra.run.smithi161.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-07T20:16:10.717 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-07T20:16:10.797 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T20:16:10.893 INFO:teuthology.orchestra.run.smithi132.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-04-07T20:16:10.915 INFO:teuthology.orchestra.run.smithi132.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-07T20:16:11.002 INFO:teuthology.orchestra.run.smithi132.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T20:16:11.471 INFO:teuthology.orchestra.run.smithi132.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-04-07T20:16:11.492 INFO:teuthology.orchestra.run.smithi132.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-07T20:16:11.521 INFO:teuthology.orchestra.run.smithi132.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T20:16:13.155 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-04-07T20:16:13.176 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-07T20:16:13.269 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T20:16:13.733 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-04-07T20:16:13.754 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-07T20:16:13.791 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T20:16:18.640 INFO:teuthology.orchestra.run.smithi132.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-04-07T20:16:18.765 INFO:teuthology.orchestra.run.smithi132.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-04-07T20:16:19.114 INFO:teuthology.orchestra.run.smithi132.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-04-07T20:16:19.257 INFO:teuthology.orchestra.run.smithi132.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-04-07T20:16:19.555 INFO:teuthology.orchestra.run.smithi132.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-04-07T20:16:19.566 INFO:teuthology.orchestra.run.smithi132.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-04-07T20:16:19.596 INFO:teuthology.orchestra.run.smithi132.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-04-07T20:16:19.971 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-04-07T20:16:20.098 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-04-07T20:16:20.465 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-04-07T20:16:20.593 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-04-07T20:16:20.880 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-04-07T20:16:20.903 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-04-07T20:16:20.937 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-04-07T20:16:25.684 INFO:teuthology.orchestra.run.smithi132.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-04-07T20:16:25.721 INFO:teuthology.orchestra.run.smithi132.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-07T20:16:25.762 INFO:teuthology.orchestra.run.smithi132.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T20:16:26.597 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-04-07T20:16:26.634 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-07T20:16:26.672 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T20:16:28.440 INFO:teuthology.orchestra.run.smithi132.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-04-07T20:16:28.587 INFO:teuthology.orchestra.run.smithi132.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-04-07T20:16:28.963 INFO:teuthology.orchestra.run.smithi132.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-04-07T20:16:29.075 INFO:teuthology.orchestra.run.smithi132.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T20:16:29.176 INFO:teuthology.orchestra.run.smithi132.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-04-07T20:16:29.305 INFO:teuthology.orchestra.run.smithi132.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T20:16:29.309 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-04-07T20:16:29.432 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-04-07T20:16:29.774 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-04-07T20:16:29.895 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T20:16:30.021 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-04-07T20:16:30.150 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T20:16:30.777 INFO:teuthology.orchestra.run.smithi132.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-07T20:16:30.778 INFO:teuthology.orchestra.run.smithi132.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-07T20:16:30.778 INFO:teuthology.orchestra.run.smithi132.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-04-07T20:16:30.778 INFO:teuthology.orchestra.run.smithi132.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-04-07T20:16:31.183 INFO:teuthology.orchestra.run.smithi132.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T20:16:31.486 INFO:teuthology.orchestra.run.smithi161.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-07T20:16:31.486 INFO:teuthology.orchestra.run.smithi161.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-07T20:16:31.486 INFO:teuthology.orchestra.run.smithi161.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-04-07T20:16:31.486 INFO:teuthology.orchestra.run.smithi161.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-04-07T20:16:31.653 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T20:16:32.584 INFO:teuthology.orchestra.run.smithi132.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T20:16:33.036 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T20:16:33.985 INFO:teuthology.orchestra.run.smithi132.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-04-07T20:16:34.119 INFO:teuthology.orchestra.run.smithi132.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-04-07T20:16:34.221 INFO:teuthology.orchestra.run.smithi132.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T20:16:34.294 INFO:teuthology.orchestra.run.smithi132.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-07T20:16:34.294 INFO:teuthology.orchestra.run.smithi132.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-04-07T20:16:34.829 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-04-07T20:16:34.955 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-04-07T20:16:35.107 INFO:teuthology.orchestra.run.smithi161.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-07T20:16:35.171 INFO:teuthology.orchestra.run.smithi161.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-07T20:16:35.171 INFO:teuthology.orchestra.run.smithi161.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-04-07T20:16:48.910 INFO:teuthology.orchestra.run.smithi132.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-07T20:16:48.911 INFO:teuthology.orchestra.run.smithi132.stdout:Sourcing file `/etc/default/grub' 2024-04-07T20:16:48.934 INFO:teuthology.orchestra.run.smithi132.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-07T20:16:48.949 INFO:teuthology.orchestra.run.smithi132.stdout:Generating grub configuration file ... 2024-04-07T20:16:49.119 INFO:teuthology.orchestra.run.smithi161.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-07T20:16:49.119 INFO:teuthology.orchestra.run.smithi161.stdout:Sourcing file `/etc/default/grub' 2024-04-07T20:16:49.127 INFO:teuthology.orchestra.run.smithi161.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-07T20:16:49.143 INFO:teuthology.orchestra.run.smithi161.stdout:Generating grub configuration file ... 2024-04-07T20:16:49.255 INFO:teuthology.orchestra.run.smithi132.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-04-07T20:16:49.269 INFO:teuthology.orchestra.run.smithi132.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-04-07T20:16:49.404 INFO:teuthology.orchestra.run.smithi161.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-04-07T20:16:49.428 INFO:teuthology.orchestra.run.smithi161.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-04-07T20:16:49.592 INFO:teuthology.orchestra.run.smithi132.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-07T20:16:49.599 INFO:teuthology.orchestra.run.smithi132.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-07T20:16:49.667 INFO:teuthology.orchestra.run.smithi132.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-07T20:16:49.673 INFO:teuthology.orchestra.run.smithi132.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-07T20:16:49.725 INFO:teuthology.orchestra.run.smithi161.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-07T20:16:49.730 INFO:teuthology.orchestra.run.smithi161.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-07T20:16:49.800 INFO:teuthology.orchestra.run.smithi161.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-07T20:16:49.805 INFO:teuthology.orchestra.run.smithi161.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-07T20:16:49.867 INFO:teuthology.orchestra.run.smithi132.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-07T20:16:49.867 INFO:teuthology.orchestra.run.smithi132.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-07T20:16:49.867 INFO:teuthology.orchestra.run.smithi132.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-07T20:16:49.914 INFO:teuthology.orchestra.run.smithi132.stdout:done 2024-04-07T20:16:49.946 INFO:teuthology.orchestra.run.smithi161.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-07T20:16:49.946 INFO:teuthology.orchestra.run.smithi161.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-07T20:16:49.947 INFO:teuthology.orchestra.run.smithi161.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-07T20:16:49.994 INFO:teuthology.orchestra.run.smithi161.stdout:done 2024-04-07T20:16:50.367 DEBUG:teuthology.orchestra.run.smithi132:> dpkg -s linux-image-generic 2024-04-07T20:16:50.385 INFO:teuthology.orchestra.run.smithi132.stdout:Package: linux-image-generic 2024-04-07T20:16:50.385 INFO:teuthology.orchestra.run.smithi132.stdout:Status: install ok installed 2024-04-07T20:16:50.385 INFO:teuthology.orchestra.run.smithi132.stdout:Priority: optional 2024-04-07T20:16:50.385 INFO:teuthology.orchestra.run.smithi132.stdout:Section: kernel 2024-04-07T20:16:50.385 INFO:teuthology.orchestra.run.smithi132.stdout:Installed-Size: 21 2024-04-07T20:16:50.385 INFO:teuthology.orchestra.run.smithi132.stdout:Maintainer: Ubuntu Kernel Team 2024-04-07T20:16:50.385 INFO:teuthology.orchestra.run.smithi132.stdout:Architecture: amd64 2024-04-07T20:16:50.385 INFO:teuthology.orchestra.run.smithi132.stdout:Source: linux-meta 2024-04-07T20:16:50.385 INFO:teuthology.orchestra.run.smithi132.stdout:Version: 5.15.0.101.98 2024-04-07T20:16:50.386 INFO:teuthology.orchestra.run.smithi132.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-07T20:16:50.386 INFO:teuthology.orchestra.run.smithi132.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-07T20:16:50.386 INFO:teuthology.orchestra.run.smithi132.stdout:Recommends: thermald 2024-04-07T20:16:50.386 INFO:teuthology.orchestra.run.smithi132.stdout:Description: Generic Linux kernel image 2024-04-07T20:16:50.386 INFO:teuthology.orchestra.run.smithi132.stdout: This package will always depend on the latest generic kernel image 2024-04-07T20:16:50.386 INFO:teuthology.orchestra.run.smithi132.stdout: available. 2024-04-07T20:16:50.386 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-04-07T20:16:50.386 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-07T20:16:50.386 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-07T20:16:50.386 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-07T20:16:50.387 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi132.front.sepia.ceph.com, path=None, version=distro) 2024-04-07T20:16:50.387 DEBUG:teuthology.orchestra.run.smithi132:> sudo apt-get clean 2024-04-07T20:16:50.464 DEBUG:teuthology.orchestra.run.smithi161:> dpkg -s linux-image-generic 2024-04-07T20:16:50.482 INFO:teuthology.orchestra.run.smithi161.stdout:Package: linux-image-generic 2024-04-07T20:16:50.482 INFO:teuthology.orchestra.run.smithi161.stdout:Status: install ok installed 2024-04-07T20:16:50.482 INFO:teuthology.orchestra.run.smithi161.stdout:Priority: optional 2024-04-07T20:16:50.482 INFO:teuthology.orchestra.run.smithi161.stdout:Section: kernel 2024-04-07T20:16:50.482 INFO:teuthology.orchestra.run.smithi161.stdout:Installed-Size: 21 2024-04-07T20:16:50.482 INFO:teuthology.orchestra.run.smithi161.stdout:Maintainer: Ubuntu Kernel Team 2024-04-07T20:16:50.482 INFO:teuthology.orchestra.run.smithi161.stdout:Architecture: amd64 2024-04-07T20:16:50.482 INFO:teuthology.orchestra.run.smithi161.stdout:Source: linux-meta 2024-04-07T20:16:50.482 INFO:teuthology.orchestra.run.smithi161.stdout:Version: 5.15.0.101.98 2024-04-07T20:16:50.482 INFO:teuthology.orchestra.run.smithi161.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-07T20:16:50.483 INFO:teuthology.orchestra.run.smithi161.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-07T20:16:50.483 INFO:teuthology.orchestra.run.smithi161.stdout:Recommends: thermald 2024-04-07T20:16:50.483 INFO:teuthology.orchestra.run.smithi161.stdout:Description: Generic Linux kernel image 2024-04-07T20:16:50.483 INFO:teuthology.orchestra.run.smithi161.stdout: This package will always depend on the latest generic kernel image 2024-04-07T20:16:50.483 INFO:teuthology.orchestra.run.smithi161.stdout: available. 2024-04-07T20:16:50.483 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-04-07T20:16:50.483 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-07T20:16:50.483 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-07T20:16:50.483 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-07T20:16:50.483 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi161.front.sepia.ceph.com, path=None, version=distro) 2024-04-07T20:16:50.483 DEBUG:teuthology.orchestra.run.smithi161:> sudo apt-get clean 2024-04-07T20:16:50.574 DEBUG:teuthology.orchestra.run.smithi132:> sudo apt-get update 2024-04-07T20:16:50.653 DEBUG:teuthology.orchestra.run.smithi161:> sudo apt-get update 2024-04-07T20:16:50.734 INFO:teuthology.orchestra.run.smithi132.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-07T20:16:50.734 INFO:teuthology.orchestra.run.smithi132.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-07T20:16:50.749 INFO:teuthology.orchestra.run.smithi132.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-07T20:16:50.770 INFO:teuthology.orchestra.run.smithi132.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-07T20:16:50.774 INFO:teuthology.orchestra.run.smithi161.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-07T20:16:50.774 INFO:teuthology.orchestra.run.smithi161.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-07T20:16:50.793 INFO:teuthology.orchestra.run.smithi161.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-07T20:16:50.817 INFO:teuthology.orchestra.run.smithi161.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-07T20:16:52.106 INFO:teuthology.orchestra.run.smithi161.stdout:Reading package lists... 2024-04-07T20:16:52.115 INFO:teuthology.orchestra.run.smithi132.stdout:Reading package lists... 2024-04-07T20:16:52.123 DEBUG:teuthology.orchestra.run.smithi161:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-07T20:16:52.133 DEBUG:teuthology.orchestra.run.smithi132:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-07T20:16:52.184 INFO:teuthology.orchestra.run.smithi132.stdout:Reading package lists... 2024-04-07T20:16:52.186 INFO:teuthology.orchestra.run.smithi161.stdout:Reading package lists... 2024-04-07T20:16:52.359 INFO:teuthology.orchestra.run.smithi132.stdout:Building dependency tree... 2024-04-07T20:16:52.359 INFO:teuthology.orchestra.run.smithi132.stdout:Reading state information... 2024-04-07T20:16:52.392 INFO:teuthology.orchestra.run.smithi161.stdout:Building dependency tree... 2024-04-07T20:16:52.392 INFO:teuthology.orchestra.run.smithi161.stdout:Reading state information... 2024-04-07T20:16:52.512 INFO:teuthology.orchestra.run.smithi132.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-04-07T20:16:52.512 INFO:teuthology.orchestra.run.smithi132.stdout:The following packages were automatically installed and are no longer required: 2024-04-07T20:16:52.512 INFO:teuthology.orchestra.run.smithi132.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-07T20:16:52.512 INFO:teuthology.orchestra.run.smithi132.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-07T20:16:52.512 INFO:teuthology.orchestra.run.smithi132.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-07T20:16:52.512 INFO:teuthology.orchestra.run.smithi132.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-07T20:16:52.513 INFO:teuthology.orchestra.run.smithi132.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-07T20:16:52.513 INFO:teuthology.orchestra.run.smithi132.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-07T20:16:52.552 INFO:teuthology.orchestra.run.smithi132.stdout:0 upgraded, 0 newly installed, 0 to remove and 312 not upgraded. 2024-04-07T20:16:52.554 DEBUG:teuthology.orchestra.run.smithi132:> dpkg -s linux-image-generic 2024-04-07T20:16:52.572 INFO:teuthology.orchestra.run.smithi161.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-04-07T20:16:52.572 INFO:teuthology.orchestra.run.smithi161.stdout:The following packages were automatically installed and are no longer required: 2024-04-07T20:16:52.572 INFO:teuthology.orchestra.run.smithi161.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-07T20:16:52.573 INFO:teuthology.orchestra.run.smithi161.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-07T20:16:52.573 INFO:teuthology.orchestra.run.smithi161.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-07T20:16:52.573 INFO:teuthology.orchestra.run.smithi161.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-07T20:16:52.573 INFO:teuthology.orchestra.run.smithi161.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-07T20:16:52.573 INFO:teuthology.orchestra.run.smithi161.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-07T20:16:52.614 INFO:teuthology.orchestra.run.smithi161.stdout:0 upgraded, 0 newly installed, 0 to remove and 312 not upgraded. 2024-04-07T20:16:52.617 DEBUG:teuthology.orchestra.run.smithi161:> dpkg -s linux-image-generic 2024-04-07T20:16:52.618 INFO:teuthology.orchestra.run.smithi132.stdout:Package: linux-image-generic 2024-04-07T20:16:52.618 INFO:teuthology.orchestra.run.smithi132.stdout:Status: install ok installed 2024-04-07T20:16:52.618 INFO:teuthology.orchestra.run.smithi132.stdout:Priority: optional 2024-04-07T20:16:52.618 INFO:teuthology.orchestra.run.smithi132.stdout:Section: kernel 2024-04-07T20:16:52.618 INFO:teuthology.orchestra.run.smithi132.stdout:Installed-Size: 21 2024-04-07T20:16:52.618 INFO:teuthology.orchestra.run.smithi132.stdout:Maintainer: Ubuntu Kernel Team 2024-04-07T20:16:52.619 INFO:teuthology.orchestra.run.smithi132.stdout:Architecture: amd64 2024-04-07T20:16:52.619 INFO:teuthology.orchestra.run.smithi132.stdout:Source: linux-meta 2024-04-07T20:16:52.619 INFO:teuthology.orchestra.run.smithi132.stdout:Version: 5.15.0.101.98 2024-04-07T20:16:52.619 INFO:teuthology.orchestra.run.smithi132.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-07T20:16:52.619 INFO:teuthology.orchestra.run.smithi132.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-07T20:16:52.619 INFO:teuthology.orchestra.run.smithi132.stdout:Recommends: thermald 2024-04-07T20:16:52.619 INFO:teuthology.orchestra.run.smithi132.stdout:Description: Generic Linux kernel image 2024-04-07T20:16:52.619 INFO:teuthology.orchestra.run.smithi132.stdout: This package will always depend on the latest generic kernel image 2024-04-07T20:16:52.619 INFO:teuthology.orchestra.run.smithi132.stdout: available. 2024-04-07T20:16:52.620 DEBUG:teuthology.orchestra.run.smithi132:> mktemp 2024-04-07T20:16:52.636 INFO:teuthology.orchestra.run.smithi161.stdout:Package: linux-image-generic 2024-04-07T20:16:52.636 INFO:teuthology.orchestra.run.smithi161.stdout:Status: install ok installed 2024-04-07T20:16:52.636 INFO:teuthology.orchestra.run.smithi161.stdout:Priority: optional 2024-04-07T20:16:52.636 INFO:teuthology.orchestra.run.smithi161.stdout:Section: kernel 2024-04-07T20:16:52.636 INFO:teuthology.orchestra.run.smithi161.stdout:Installed-Size: 21 2024-04-07T20:16:52.637 INFO:teuthology.orchestra.run.smithi161.stdout:Maintainer: Ubuntu Kernel Team 2024-04-07T20:16:52.637 INFO:teuthology.orchestra.run.smithi161.stdout:Architecture: amd64 2024-04-07T20:16:52.637 INFO:teuthology.orchestra.run.smithi161.stdout:Source: linux-meta 2024-04-07T20:16:52.637 INFO:teuthology.orchestra.run.smithi161.stdout:Version: 5.15.0.101.98 2024-04-07T20:16:52.637 INFO:teuthology.orchestra.run.smithi161.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-07T20:16:52.637 INFO:teuthology.orchestra.run.smithi161.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-07T20:16:52.637 INFO:teuthology.orchestra.run.smithi161.stdout:Recommends: thermald 2024-04-07T20:16:52.637 INFO:teuthology.orchestra.run.smithi161.stdout:Description: Generic Linux kernel image 2024-04-07T20:16:52.637 INFO:teuthology.orchestra.run.smithi161.stdout: This package will always depend on the latest generic kernel image 2024-04-07T20:16:52.637 INFO:teuthology.orchestra.run.smithi161.stdout: available. 2024-04-07T20:16:52.638 DEBUG:teuthology.orchestra.run.smithi161:> mktemp 2024-04-07T20:16:52.666 INFO:teuthology.orchestra.run.smithi132.stdout:/tmp/tmp.gFXgmUP5w9 2024-04-07T20:16:52.667 DEBUG:teuthology.orchestra.run.smithi132:> sudo cp /boot/grub/grub.cfg /tmp/tmp.gFXgmUP5w9 2024-04-07T20:16:52.683 INFO:teuthology.orchestra.run.smithi161.stdout:/tmp/tmp.hVqP7InXZs 2024-04-07T20:16:52.684 DEBUG:teuthology.orchestra.run.smithi161:> sudo cp /boot/grub/grub.cfg /tmp/tmp.hVqP7InXZs 2024-04-07T20:16:52.730 DEBUG:teuthology.orchestra.run.smithi132:> sudo chmod 0666 /tmp/tmp.gFXgmUP5w9 2024-04-07T20:16:52.738 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod 0666 /tmp/tmp.hVqP7InXZs 2024-04-07T20:16:52.846 DEBUG:teuthology.orchestra.remote:smithi132:/tmp/tmp.gFXgmUP5w9 is 10KB 2024-04-07T20:16:52.859 DEBUG:teuthology.orchestra.run.smithi132:> rm -fr /tmp/tmp.gFXgmUP5w9 2024-04-07T20:16:52.864 DEBUG:teuthology.orchestra.run.smithi132:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-07T20:16:52.865 DEBUG:teuthology.orchestra.remote:smithi161:/tmp/tmp.hVqP7InXZs is 10KB 2024-04-07T20:16:52.878 DEBUG:teuthology.orchestra.run.smithi161:> rm -fr /tmp/tmp.hVqP7InXZs 2024-04-07T20:16:52.884 DEBUG:teuthology.orchestra.run.smithi161:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-07T20:16:52.922 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2024-04-07T20:16:52.922 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-07T20:16:52.922 DEBUG:teuthology.orchestra.run.smithi132:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-07T20:16:52.940 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-07T20:16:52.940 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-07T20:16:52.940 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-07T20:16:52.997 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-04-07T20:16:52.997 DEBUG:teuthology.orchestra.run.smithi132:> sudo update-grub 2024-04-07T20:16:53.018 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-04-07T20:16:53.018 DEBUG:teuthology.orchestra.run.smithi161:> sudo update-grub 2024-04-07T20:16:54.144 INFO:teuthology.orchestra.run.smithi161.stderr:Sourcing file `/etc/default/grub' 2024-04-07T20:16:54.145 INFO:teuthology.orchestra.run.smithi161.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-07T20:16:54.148 INFO:teuthology.orchestra.run.smithi161.stderr:Generating grub configuration file ... 2024-04-07T20:16:54.247 INFO:teuthology.orchestra.run.smithi132.stderr:Sourcing file `/etc/default/grub' 2024-04-07T20:16:54.248 INFO:teuthology.orchestra.run.smithi132.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-07T20:16:54.250 INFO:teuthology.orchestra.run.smithi132.stderr:Generating grub configuration file ... 2024-04-07T20:16:54.334 INFO:teuthology.orchestra.run.smithi161.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-04-07T20:16:54.340 INFO:teuthology.orchestra.run.smithi161.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-04-07T20:16:54.482 INFO:teuthology.orchestra.run.smithi132.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-04-07T20:16:54.488 INFO:teuthology.orchestra.run.smithi132.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-04-07T20:16:54.570 INFO:teuthology.orchestra.run.smithi161.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-07T20:16:54.575 INFO:teuthology.orchestra.run.smithi161.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-07T20:16:54.614 INFO:teuthology.orchestra.run.smithi161.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-07T20:16:54.621 INFO:teuthology.orchestra.run.smithi161.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-07T20:16:54.703 INFO:teuthology.orchestra.run.smithi132.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-07T20:16:54.708 INFO:teuthology.orchestra.run.smithi132.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-07T20:16:54.732 INFO:teuthology.orchestra.run.smithi161.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-07T20:16:54.732 INFO:teuthology.orchestra.run.smithi161.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-07T20:16:54.732 INFO:teuthology.orchestra.run.smithi161.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-07T20:16:54.748 INFO:teuthology.orchestra.run.smithi132.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-07T20:16:54.753 INFO:teuthology.orchestra.run.smithi161.stderr:done 2024-04-07T20:16:54.753 INFO:teuthology.orchestra.run.smithi132.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-07T20:16:54.768 DEBUG:teuthology.orchestra.run.smithi161:> sudo shutdown -r now 2024-04-07T20:16:54.867 INFO:teuthology.orchestra.run.smithi132.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-07T20:16:54.867 INFO:teuthology.orchestra.run.smithi132.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-07T20:16:54.867 INFO:teuthology.orchestra.run.smithi132.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-07T20:16:54.891 INFO:teuthology.orchestra.run.smithi132.stderr:done 2024-04-07T20:16:54.894 DEBUG:teuthology.orchestra.run.smithi132:> sudo shutdown -r now 2024-04-07T20:17:24.800 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-07T20:17:24.801 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-04-07T20:17:24.802 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T20:17:24.896 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-07T20:17:24.897 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi132.front.sepia.ceph.com' 2024-04-07T20:17:24.897 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T20:17:43.202 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.161 2024-04-07T20:17:43.454 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.132 2024-04-07T20:17:52.210 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-04-07T20:17:52.211 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T20:17:52.455 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi132.front.sepia.ceph.com' 2024-04-07T20:17:52.456 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T20:17:55.262 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.161 2024-04-07T20:17:55.518 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.132 2024-04-07T20:18:07.275 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-04-07T20:18:07.276 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T20:18:07.519 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi132.front.sepia.ceph.com' 2024-04-07T20:18:07.520 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T20:18:39.297 DEBUG:teuthology.orchestra.run.smithi132:> true 2024-04-07T20:18:39.835 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi132.front.sepia.ceph.com' 2024-04-07T20:18:39.835 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-101-generic"... 2024-04-07T20:18:39.835 DEBUG:teuthology.orchestra.run.smithi132:> uname -r 2024-04-07T20:18:39.883 INFO:teuthology.orchestra.run.smithi132.stdout:5.15.0-101-generic 2024-04-07T20:18:39.883 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-04-07T20:18:39.883 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-07T20:18:39.883 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-07T20:18:40.884 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-07T20:18:40.884 DEBUG:teuthology.orchestra.run.smithi132:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-07T20:18:40.961 INFO:teuthology.orchestra.run.smithi132.stdout:ttyS1 2024-04-07T20:18:40.993 DEBUG:teuthology.parallel:result is None 2024-04-07T20:19:07.279 DEBUG:teuthology.orchestra.remote:timed out 2024-04-07T20:19:22.280 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-04-07T20:19:22.281 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T20:19:22.766 DEBUG:teuthology.orchestra.run.smithi161:> true 2024-04-07T20:19:23.323 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-04-07T20:19:23.323 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-101-generic"... 2024-04-07T20:19:23.323 DEBUG:teuthology.orchestra.run.smithi161:> uname -r 2024-04-07T20:19:23.370 INFO:teuthology.orchestra.run.smithi161.stdout:5.15.0-101-generic 2024-04-07T20:19:23.370 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-04-07T20:19:23.370 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-07T20:19:23.370 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-07T20:19:24.371 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-07T20:19:24.371 DEBUG:teuthology.orchestra.run.smithi161:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-07T20:19:24.459 INFO:teuthology.orchestra.run.smithi161.stdout:ttyS1 2024-04-07T20:19:24.484 DEBUG:teuthology.parallel:result is None 2024-04-07T20:19:24.484 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-07T20:19:24.492 INFO:teuthology.task.internal:Creating test directory... 2024-04-07T20:19:24.492 DEBUG:teuthology.orchestra.run.smithi132:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-07T20:19:24.495 DEBUG:teuthology.orchestra.run.smithi161:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-07T20:19:24.501 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-07T20:19:24.509 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-07T20:19:24.517 INFO:teuthology.task.internal:Creating archive directory... 2024-04-07T20:19:24.518 DEBUG:teuthology.orchestra.run.smithi132:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-07T20:19:24.543 DEBUG:teuthology.orchestra.run.smithi161:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-07T20:19:24.628 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-07T20:19:24.634 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-07T20:19:24.635 DEBUG:teuthology.orchestra.run.smithi132:> 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-07T20:19:24.637 DEBUG:teuthology.orchestra.run.smithi161:> 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-07T20:19:24.654 INFO:teuthology.orchestra.run.smithi132.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-07T20:19:24.661 INFO:teuthology.orchestra.run.smithi161.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-07T20:19:24.663 INFO:teuthology.orchestra.run.smithi132.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-07T20:19:24.669 INFO:teuthology.orchestra.run.smithi161.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-07T20:19:24.671 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-07T20:19:24.678 INFO:teuthology.task.internal:Configuring sudo... 2024-04-07T20:19:24.678 DEBUG:teuthology.orchestra.run.smithi132:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-07T20:19:24.707 DEBUG:teuthology.orchestra.run.smithi161:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-07T20:19:24.727 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-07T20:19:24.736 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-07T20:19:24.736 DEBUG:teuthology.orchestra.run.smithi132:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-07T20:19:24.775 DEBUG:teuthology.orchestra.run.smithi161:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-07T20:19:24.781 DEBUG:teuthology.orchestra.run.smithi132:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-07T20:19:24.826 DEBUG:teuthology.orchestra.run.smithi132:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-07T20:19:24.875 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2024-04-07T20:19:24.875 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-07T20:19:24.938 DEBUG:teuthology.orchestra.run.smithi161:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-07T20:19:24.944 DEBUG:teuthology.orchestra.run.smithi161:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-07T20:19:24.991 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-07T20:19:24.991 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-07T20:19:25.046 DEBUG:teuthology.orchestra.run.smithi132:> sudo service rsyslog restart 2024-04-07T20:19:25.049 DEBUG:teuthology.orchestra.run.smithi161:> sudo service rsyslog restart 2024-04-07T20:19:25.121 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-07T20:19:25.128 INFO:teuthology.task.internal:Starting timer... 2024-04-07T20:19:25.129 INFO:teuthology.run_tasks:Running task pcp... 2024-04-07T20:19:25.189 INFO:teuthology.run_tasks:Running task selinux... 2024-04-07T20:19:25.197 DEBUG:teuthology.task.selinux:Excluding smithi132: OS 'ubuntu' does not support SELinux 2024-04-07T20:19:25.197 DEBUG:teuthology.task.selinux:Excluding smithi161: OS 'ubuntu' does not support SELinux 2024-04-07T20:19:25.197 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-07T20:19:25.197 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-04-07T20:19:25.197 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-07T20:19:25.197 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-07T20:19:25.206 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-04-07T20:19:25.212 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-04-07T20:19:25.335 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-07T20:19:25.355 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-07T20:19:25.356 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi132.front.sepia.ceph.com,smithi161.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-07T20:26:25.004 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi132.front.sepia.ceph.com'), Remote(name='ubuntu@smithi161.front.sepia.ceph.com')] 2024-04-07T20:26:25.006 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi132.front.sepia.ceph.com' 2024-04-07T20:26:25.007 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T20:26:25.091 DEBUG:teuthology.orchestra.run.smithi132:> true 2024-04-07T20:26:25.166 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi132.front.sepia.ceph.com' 2024-04-07T20:26:25.167 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-04-07T20:26:25.167 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T20:26:25.250 DEBUG:teuthology.orchestra.run.smithi161:> true 2024-04-07T20:26:25.330 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-04-07T20:26:25.330 INFO:teuthology.run_tasks:Running task clock... 2024-04-07T20:26:25.341 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-07T20:26:25.342 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-07T20:26:25.342 DEBUG:teuthology.orchestra.run.smithi132:> 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-07T20:26:25.345 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-07T20:26:25.345 DEBUG:teuthology.orchestra.run.smithi161:> 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-07T20:26:25.368 INFO:teuthology.orchestra.run.smithi132.stdout: 7 Apr 20:26:25 ntpd[17175]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-07T20:26:25.369 INFO:teuthology.orchestra.run.smithi132.stdout: 7 Apr 20:26:25 ntpd[17175]: Command line: ntpd -gq 2024-04-07T20:26:25.369 INFO:teuthology.orchestra.run.smithi132.stdout: 7 Apr 20:26:25 ntpd[17175]: ---------------------------------------------------- 2024-04-07T20:26:25.369 INFO:teuthology.orchestra.run.smithi132.stdout: 7 Apr 20:26:25 ntpd[17175]: ntp-4 is maintained by Network Time Foundation, 2024-04-07T20:26:25.369 INFO:teuthology.orchestra.run.smithi132.stdout: 7 Apr 20:26:25 ntpd[17175]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-07T20:26:25.369 INFO:teuthology.orchestra.run.smithi132.stdout: 7 Apr 20:26:25 ntpd[17175]: corporation. Support and training for ntp-4 are 2024-04-07T20:26:25.369 INFO:teuthology.orchestra.run.smithi132.stdout: 7 Apr 20:26:25 ntpd[17175]: available at https://www.nwtime.org/support 2024-04-07T20:26:25.369 INFO:teuthology.orchestra.run.smithi132.stdout: 7 Apr 20:26:25 ntpd[17175]: ---------------------------------------------------- 2024-04-07T20:26:25.370 INFO:teuthology.orchestra.run.smithi132.stdout: 7 Apr 20:26:25 ntpd[17175]: proto: precision = 0.046 usec (-24) 2024-04-07T20:26:25.370 INFO:teuthology.orchestra.run.smithi132.stdout: 7 Apr 20:26:25 ntpd[17175]: basedate set to 2022-02-04 2024-04-07T20:26:25.370 INFO:teuthology.orchestra.run.smithi132.stdout: 7 Apr 20:26:25 ntpd[17175]: gps base set to 2022-02-06 (week 2196) 2024-04-07T20:26:25.370 INFO:teuthology.orchestra.run.smithi132.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-07T20:26:25.370 INFO:teuthology.orchestra.run.smithi132.stdout: 7 Apr 20:26:25 ntpd[17175]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-07T20:26:25.371 INFO:teuthology.orchestra.run.smithi132.stdout: 7 Apr 20:26:25 ntpd[17175]: restrict ::: KOD does nothing without LIMITED. 2024-04-07T20:26:25.371 INFO:teuthology.orchestra.run.smithi132.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-07T20:26:25.372 INFO:teuthology.orchestra.run.smithi132.stdout: 7 Apr 20:26:25 ntpd[17175]: Listen and drop on 0 v6wildcard [::]:123 2024-04-07T20:26:25.372 INFO:teuthology.orchestra.run.smithi132.stdout: 7 Apr 20:26:25 ntpd[17175]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-07T20:26:25.372 INFO:teuthology.orchestra.run.smithi132.stdout: 7 Apr 20:26:25 ntpd[17175]: Listen normally on 2 lo 127.0.0.1:123 2024-04-07T20:26:25.372 INFO:teuthology.orchestra.run.smithi132.stdout: 7 Apr 20:26:25 ntpd[17175]: Listen normally on 3 enp3s0f1 172.21.15.132:123 2024-04-07T20:26:25.372 INFO:teuthology.orchestra.run.smithi132.stdout: 7 Apr 20:26:25 ntpd[17175]: Listen normally on 4 lo [::1]:123 2024-04-07T20:26:25.372 INFO:teuthology.orchestra.run.smithi132.stdout: 7 Apr 20:26:25 ntpd[17175]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:773f%5]:123 2024-04-07T20:26:25.372 INFO:teuthology.orchestra.run.smithi132.stdout: 7 Apr 20:26:25 ntpd[17175]: Listening on routing socket on fd #22 for interface updates 2024-04-07T20:26:25.400 INFO:teuthology.orchestra.run.smithi161.stdout: 7 Apr 20:26:25 ntpd[17167]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-07T20:26:25.400 INFO:teuthology.orchestra.run.smithi161.stdout: 7 Apr 20:26:25 ntpd[17167]: Command line: ntpd -gq 2024-04-07T20:26:25.400 INFO:teuthology.orchestra.run.smithi161.stdout: 7 Apr 20:26:25 ntpd[17167]: ---------------------------------------------------- 2024-04-07T20:26:25.400 INFO:teuthology.orchestra.run.smithi161.stdout: 7 Apr 20:26:25 ntpd[17167]: ntp-4 is maintained by Network Time Foundation, 2024-04-07T20:26:25.400 INFO:teuthology.orchestra.run.smithi161.stdout: 7 Apr 20:26:25 ntpd[17167]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-07T20:26:25.400 INFO:teuthology.orchestra.run.smithi161.stdout: 7 Apr 20:26:25 ntpd[17167]: corporation. Support and training for ntp-4 are 2024-04-07T20:26:25.400 INFO:teuthology.orchestra.run.smithi161.stdout: 7 Apr 20:26:25 ntpd[17167]: available at https://www.nwtime.org/support 2024-04-07T20:26:25.400 INFO:teuthology.orchestra.run.smithi161.stdout: 7 Apr 20:26:25 ntpd[17167]: ---------------------------------------------------- 2024-04-07T20:26:25.400 INFO:teuthology.orchestra.run.smithi161.stdout: 7 Apr 20:26:25 ntpd[17167]: proto: precision = 0.044 usec (-24) 2024-04-07T20:26:25.400 INFO:teuthology.orchestra.run.smithi161.stdout: 7 Apr 20:26:25 ntpd[17167]: basedate set to 2022-02-04 2024-04-07T20:26:25.401 INFO:teuthology.orchestra.run.smithi161.stdout: 7 Apr 20:26:25 ntpd[17167]: gps base set to 2022-02-06 (week 2196) 2024-04-07T20:26:25.401 INFO:teuthology.orchestra.run.smithi161.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-07T20:26:25.401 INFO:teuthology.orchestra.run.smithi161.stdout: 7 Apr 20:26:25 ntpd[17167]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-07T20:26:25.401 INFO:teuthology.orchestra.run.smithi161.stdout: 7 Apr 20:26:25 ntpd[17167]: restrict ::: KOD does nothing without LIMITED. 2024-04-07T20:26:25.402 INFO:teuthology.orchestra.run.smithi161.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-07T20:26:25.402 INFO:teuthology.orchestra.run.smithi161.stdout: 7 Apr 20:26:25 ntpd[17167]: Listen and drop on 0 v6wildcard [::]:123 2024-04-07T20:26:25.402 INFO:teuthology.orchestra.run.smithi161.stdout: 7 Apr 20:26:25 ntpd[17167]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-07T20:26:25.403 INFO:teuthology.orchestra.run.smithi161.stdout: 7 Apr 20:26:25 ntpd[17167]: Listen normally on 2 lo 127.0.0.1:123 2024-04-07T20:26:25.403 INFO:teuthology.orchestra.run.smithi161.stdout: 7 Apr 20:26:25 ntpd[17167]: Listen normally on 3 enp3s0f1 172.21.15.161:123 2024-04-07T20:26:25.403 INFO:teuthology.orchestra.run.smithi161.stdout: 7 Apr 20:26:25 ntpd[17167]: Listen normally on 4 lo [::1]:123 2024-04-07T20:26:25.403 INFO:teuthology.orchestra.run.smithi161.stdout: 7 Apr 20:26:25 ntpd[17167]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7251%5]:123 2024-04-07T20:26:25.403 INFO:teuthology.orchestra.run.smithi161.stdout: 7 Apr 20:26:25 ntpd[17167]: Listening on routing socket on fd #22 for interface updates 2024-04-07T20:26:26.369 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:26 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T20:26:26.369 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:26 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T20:26:26.369 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:26 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T20:26:26.369 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:26 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T20:26:26.369 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:26 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T20:26:26.370 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:26 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T20:26:26.400 INFO:teuthology.orchestra.run.smithi161.stderr: 7 Apr 20:26:26 ntpd[17167]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T20:26:26.400 INFO:teuthology.orchestra.run.smithi161.stderr: 7 Apr 20:26:26 ntpd[17167]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T20:26:26.400 INFO:teuthology.orchestra.run.smithi161.stderr: 7 Apr 20:26:26 ntpd[17167]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T20:26:26.400 INFO:teuthology.orchestra.run.smithi161.stderr: 7 Apr 20:26:26 ntpd[17167]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T20:26:26.400 INFO:teuthology.orchestra.run.smithi161.stderr: 7 Apr 20:26:26 ntpd[17167]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T20:26:26.400 INFO:teuthology.orchestra.run.smithi161.stderr: 7 Apr 20:26:26 ntpd[17167]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T20:26:27.370 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:27 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T20:26:27.370 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:27 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T20:26:27.370 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:27 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T20:26:27.370 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:27 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T20:26:27.370 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:27 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T20:26:27.370 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:27 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T20:26:27.370 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:27 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T20:26:27.370 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:27 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T20:26:27.371 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:27 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T20:26:27.371 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:27 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T20:26:27.371 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:27 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T20:26:27.371 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:27 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T20:26:27.371 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:27 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T20:26:27.371 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:27 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T20:26:27.400 INFO:teuthology.orchestra.run.smithi161.stderr: 7 Apr 20:26:27 ntpd[17167]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T20:26:27.400 INFO:teuthology.orchestra.run.smithi161.stderr: 7 Apr 20:26:27 ntpd[17167]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T20:26:27.400 INFO:teuthology.orchestra.run.smithi161.stderr: 7 Apr 20:26:27 ntpd[17167]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T20:26:27.400 INFO:teuthology.orchestra.run.smithi161.stderr: 7 Apr 20:26:27 ntpd[17167]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T20:26:27.400 INFO:teuthology.orchestra.run.smithi161.stderr: 7 Apr 20:26:27 ntpd[17167]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T20:26:27.400 INFO:teuthology.orchestra.run.smithi161.stderr: 7 Apr 20:26:27 ntpd[17167]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T20:26:28.369 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:28 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T20:26:28.369 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:28 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T20:26:28.369 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:28 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T20:26:28.369 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:28 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T20:26:28.369 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:28 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T20:26:28.369 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:28 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T20:26:28.400 INFO:teuthology.orchestra.run.smithi161.stderr: 7 Apr 20:26:28 ntpd[17167]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T20:26:28.400 INFO:teuthology.orchestra.run.smithi161.stderr: 7 Apr 20:26:28 ntpd[17167]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T20:26:28.400 INFO:teuthology.orchestra.run.smithi161.stderr: 7 Apr 20:26:28 ntpd[17167]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T20:26:28.400 INFO:teuthology.orchestra.run.smithi161.stderr: 7 Apr 20:26:28 ntpd[17167]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T20:26:28.400 INFO:teuthology.orchestra.run.smithi161.stderr: 7 Apr 20:26:28 ntpd[17167]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T20:26:28.400 INFO:teuthology.orchestra.run.smithi161.stderr: 7 Apr 20:26:28 ntpd[17167]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T20:26:29.369 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:29 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T20:26:29.370 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:29 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T20:26:29.370 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:29 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T20:26:29.370 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:29 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T20:26:29.370 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:29 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T20:26:29.370 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:29 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T20:26:29.370 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:29 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T20:26:29.370 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:29 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T20:26:29.370 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:29 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T20:26:29.370 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:29 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T20:26:29.370 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:29 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T20:26:29.370 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:29 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T20:26:29.400 INFO:teuthology.orchestra.run.smithi161.stderr: 7 Apr 20:26:29 ntpd[17167]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T20:26:29.400 INFO:teuthology.orchestra.run.smithi161.stderr: 7 Apr 20:26:29 ntpd[17167]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T20:26:29.400 INFO:teuthology.orchestra.run.smithi161.stderr: 7 Apr 20:26:29 ntpd[17167]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T20:26:29.400 INFO:teuthology.orchestra.run.smithi161.stderr: 7 Apr 20:26:29 ntpd[17167]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T20:26:29.400 INFO:teuthology.orchestra.run.smithi161.stderr: 7 Apr 20:26:29 ntpd[17167]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T20:26:29.400 INFO:teuthology.orchestra.run.smithi161.stderr: 7 Apr 20:26:29 ntpd[17167]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T20:26:30.369 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:30 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T20:26:30.369 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:30 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T20:26:30.369 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:30 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T20:26:30.369 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:30 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T20:26:30.369 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:30 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T20:26:30.369 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:30 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T20:26:30.401 INFO:teuthology.orchestra.run.smithi161.stderr: 7 Apr 20:26:30 ntpd[17167]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T20:26:30.401 INFO:teuthology.orchestra.run.smithi161.stderr: 7 Apr 20:26:30 ntpd[17167]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T20:26:30.401 INFO:teuthology.orchestra.run.smithi161.stderr: 7 Apr 20:26:30 ntpd[17167]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T20:26:30.401 INFO:teuthology.orchestra.run.smithi161.stderr: 7 Apr 20:26:30 ntpd[17167]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T20:26:30.401 INFO:teuthology.orchestra.run.smithi161.stderr: 7 Apr 20:26:30 ntpd[17167]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T20:26:30.401 INFO:teuthology.orchestra.run.smithi161.stderr: 7 Apr 20:26:30 ntpd[17167]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T20:26:30.401 INFO:teuthology.orchestra.run.smithi161.stderr: 7 Apr 20:26:30 ntpd[17167]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T20:26:30.401 INFO:teuthology.orchestra.run.smithi161.stderr: 7 Apr 20:26:30 ntpd[17167]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T20:26:30.401 INFO:teuthology.orchestra.run.smithi161.stderr: 7 Apr 20:26:30 ntpd[17167]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T20:26:30.401 INFO:teuthology.orchestra.run.smithi161.stderr: 7 Apr 20:26:30 ntpd[17167]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T20:26:30.402 INFO:teuthology.orchestra.run.smithi161.stderr: 7 Apr 20:26:30 ntpd[17167]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T20:26:30.402 INFO:teuthology.orchestra.run.smithi161.stderr: 7 Apr 20:26:30 ntpd[17167]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T20:26:30.402 INFO:teuthology.orchestra.run.smithi161.stderr: 7 Apr 20:26:30 ntpd[17167]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T20:26:30.402 INFO:teuthology.orchestra.run.smithi161.stderr: 7 Apr 20:26:30 ntpd[17167]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T20:26:31.369 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:31 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T20:26:31.370 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:31 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T20:26:31.370 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:31 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T20:26:31.370 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:31 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T20:26:31.370 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:31 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T20:26:31.370 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:31 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T20:26:31.370 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:31 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T20:26:31.370 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:31 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T20:26:31.370 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:31 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T20:26:31.370 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:31 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T20:26:31.370 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:31 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T20:26:31.370 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:31 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T20:26:31.400 INFO:teuthology.orchestra.run.smithi161.stderr: 7 Apr 20:26:31 ntpd[17167]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T20:26:31.400 INFO:teuthology.orchestra.run.smithi161.stderr: 7 Apr 20:26:31 ntpd[17167]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T20:26:31.400 INFO:teuthology.orchestra.run.smithi161.stderr: 7 Apr 20:26:31 ntpd[17167]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T20:26:31.400 INFO:teuthology.orchestra.run.smithi161.stderr: 7 Apr 20:26:31 ntpd[17167]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T20:26:31.400 INFO:teuthology.orchestra.run.smithi161.stderr: 7 Apr 20:26:31 ntpd[17167]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T20:26:31.400 INFO:teuthology.orchestra.run.smithi161.stderr: 7 Apr 20:26:31 ntpd[17167]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T20:26:32.369 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:32 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T20:26:32.369 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:32 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T20:26:32.369 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:32 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T20:26:32.369 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:32 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T20:26:32.369 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:32 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T20:26:32.369 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:32 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T20:26:32.370 INFO:teuthology.orchestra.run.smithi132.stdout: 7 Apr 20:26:32 ntpd[17175]: ntpd: time slew -0.002604 s 2024-04-07T20:26:32.370 INFO:teuthology.orchestra.run.smithi132.stdout:ntpd: time slew -0.002604s 2024-04-07T20:26:32.370 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:32 ntpd[17175]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-07T20:26:32.370 INFO:teuthology.orchestra.run.smithi132.stderr: 7 Apr 20:26:32 ntpd[17175]: can't open /var/log/ntpstats/loopstats.20240407: Permission denied 2024-04-07T20:26:32.400 INFO:teuthology.orchestra.run.smithi161.stderr: 7 Apr 20:26:32 ntpd[17167]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T20:26:32.400 INFO:teuthology.orchestra.run.smithi161.stderr: 7 Apr 20:26:32 ntpd[17167]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T20:26:32.400 INFO:teuthology.orchestra.run.smithi161.stderr: 7 Apr 20:26:32 ntpd[17167]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T20:26:32.400 INFO:teuthology.orchestra.run.smithi161.stderr: 7 Apr 20:26:32 ntpd[17167]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T20:26:32.400 INFO:teuthology.orchestra.run.smithi161.stderr: 7 Apr 20:26:32 ntpd[17167]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-07T20:26:32.401 INFO:teuthology.orchestra.run.smithi161.stderr: 7 Apr 20:26:32 ntpd[17167]: can't open /var/log/ntpstats/rawstats.20240407: Permission denied 2024-04-07T20:26:32.401 INFO:teuthology.orchestra.run.smithi161.stderr: 7 Apr 20:26:32 ntpd[17167]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-07T20:26:32.401 INFO:teuthology.orchestra.run.smithi161.stderr: 7 Apr 20:26:32 ntpd[17167]: can't open /var/log/ntpstats/peerstats.20240407: Permission denied 2024-04-07T20:26:32.401 INFO:teuthology.orchestra.run.smithi161.stdout: 7 Apr 20:26:32 ntpd[17167]: ntpd: time slew -0.002582 s 2024-04-07T20:26:32.401 INFO:teuthology.orchestra.run.smithi161.stdout:ntpd: time slew -0.002582s 2024-04-07T20:26:32.401 INFO:teuthology.orchestra.run.smithi161.stderr: 7 Apr 20:26:32 ntpd[17167]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-07T20:26:32.402 INFO:teuthology.orchestra.run.smithi161.stderr: 7 Apr 20:26:32 ntpd[17167]: can't open /var/log/ntpstats/loopstats.20240407: Permission denied 2024-04-07T20:26:32.420 INFO:teuthology.orchestra.run.smithi132.stdout: remote refid st t when poll reach delay offset jitter 2024-04-07T20:26:32.420 INFO:teuthology.orchestra.run.smithi132.stdout:============================================================================== 2024-04-07T20:26:32.420 INFO:teuthology.orchestra.run.smithi132.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-07T20:26:32.420 INFO:teuthology.orchestra.run.smithi132.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-07T20:26:32.420 INFO:teuthology.orchestra.run.smithi132.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-07T20:26:32.420 INFO:teuthology.orchestra.run.smithi132.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-07T20:26:32.449 INFO:teuthology.orchestra.run.smithi161.stdout: remote refid st t when poll reach delay offset jitter 2024-04-07T20:26:32.449 INFO:teuthology.orchestra.run.smithi161.stdout:============================================================================== 2024-04-07T20:26:32.449 INFO:teuthology.orchestra.run.smithi161.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-07T20:26:32.449 INFO:teuthology.orchestra.run.smithi161.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-07T20:26:32.449 INFO:teuthology.orchestra.run.smithi161.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-07T20:26:32.449 INFO:teuthology.orchestra.run.smithi161.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-07T20:26:32.450 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-04-07T20:26:32.460 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-04-07T20:26:32.461 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2024-04-07T20:26:32.461 DEBUG:teuthology.orchestra.run.smithi132:> dd if=/scratch_devs of=/dev/stdout 2024-04-07T20:26:32.469 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-07T20:26:32.469 DEBUG:teuthology.orchestra.run.smithi132:> stat /dev/vg_nvme/lv_1 2024-04-07T20:26:32.516 INFO:teuthology.orchestra.run.smithi132.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-07T20:26:32.517 INFO:teuthology.orchestra.run.smithi132.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-07T20:26:32.517 INFO:teuthology.orchestra.run.smithi132.stdout:Device: 5h/5d Inode: 871 Links: 1 2024-04-07T20:26:32.517 INFO:teuthology.orchestra.run.smithi132.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-07T20:26:32.517 INFO:teuthology.orchestra.run.smithi132.stdout:Access: 2024-04-07 20:23:07.513817113 +0000 2024-04-07T20:26:32.517 INFO:teuthology.orchestra.run.smithi132.stdout:Modify: 2024-04-07 20:23:07.237819579 +0000 2024-04-07T20:26:32.517 INFO:teuthology.orchestra.run.smithi132.stdout:Change: 2024-04-07 20:23:07.237819579 +0000 2024-04-07T20:26:32.517 INFO:teuthology.orchestra.run.smithi132.stdout: Birth: - 2024-04-07T20:26:32.517 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-07T20:26:32.571 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records in 2024-04-07T20:26:32.571 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records out 2024-04-07T20:26:32.572 INFO:teuthology.orchestra.run.smithi132.stderr:512 bytes copied, 0.00033086 s, 1.5 MB/s 2024-04-07T20:26:32.573 DEBUG:teuthology.orchestra.run.smithi132:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-07T20:26:32.624 DEBUG:teuthology.orchestra.run.smithi132:> stat /dev/vg_nvme/lv_2 2024-04-07T20:26:32.673 INFO:teuthology.orchestra.run.smithi132.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-07T20:26:32.674 INFO:teuthology.orchestra.run.smithi132.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-07T20:26:32.674 INFO:teuthology.orchestra.run.smithi132.stdout:Device: 5h/5d Inode: 889 Links: 1 2024-04-07T20:26:32.674 INFO:teuthology.orchestra.run.smithi132.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-07T20:26:32.674 INFO:teuthology.orchestra.run.smithi132.stdout:Access: 2024-04-07 20:23:07.749815005 +0000 2024-04-07T20:26:32.674 INFO:teuthology.orchestra.run.smithi132.stdout:Modify: 2024-04-07 20:23:07.745815040 +0000 2024-04-07T20:26:32.674 INFO:teuthology.orchestra.run.smithi132.stdout:Change: 2024-04-07 20:23:07.745815040 +0000 2024-04-07T20:26:32.674 INFO:teuthology.orchestra.run.smithi132.stdout: Birth: - 2024-04-07T20:26:32.674 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-07T20:26:32.727 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records in 2024-04-07T20:26:32.727 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records out 2024-04-07T20:26:32.727 INFO:teuthology.orchestra.run.smithi132.stderr:512 bytes copied, 0.000333393 s, 1.5 MB/s 2024-04-07T20:26:32.728 DEBUG:teuthology.orchestra.run.smithi132:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-07T20:26:32.779 DEBUG:teuthology.orchestra.run.smithi132:> stat /dev/vg_nvme/lv_3 2024-04-07T20:26:32.829 INFO:teuthology.orchestra.run.smithi132.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-07T20:26:32.830 INFO:teuthology.orchestra.run.smithi132.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-07T20:26:32.830 INFO:teuthology.orchestra.run.smithi132.stdout:Device: 5h/5d Inode: 912 Links: 1 2024-04-07T20:26:32.830 INFO:teuthology.orchestra.run.smithi132.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-07T20:26:32.830 INFO:teuthology.orchestra.run.smithi132.stdout:Access: 2024-04-07 20:23:08.497808324 +0000 2024-04-07T20:26:32.830 INFO:teuthology.orchestra.run.smithi132.stdout:Modify: 2024-04-07 20:23:08.233810682 +0000 2024-04-07T20:26:32.830 INFO:teuthology.orchestra.run.smithi132.stdout:Change: 2024-04-07 20:23:08.233810682 +0000 2024-04-07T20:26:32.830 INFO:teuthology.orchestra.run.smithi132.stdout: Birth: - 2024-04-07T20:26:32.831 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-07T20:26:32.883 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records in 2024-04-07T20:26:32.883 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records out 2024-04-07T20:26:32.884 INFO:teuthology.orchestra.run.smithi132.stderr:512 bytes copied, 0.000409309 s, 1.3 MB/s 2024-04-07T20:26:32.885 DEBUG:teuthology.orchestra.run.smithi132:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-07T20:26:32.936 DEBUG:teuthology.orchestra.run.smithi132:> stat /dev/vg_nvme/lv_4 2024-04-07T20:26:32.982 INFO:teuthology.orchestra.run.smithi132.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-07T20:26:32.982 INFO:teuthology.orchestra.run.smithi132.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-07T20:26:32.982 INFO:teuthology.orchestra.run.smithi132.stdout:Device: 5h/5d Inode: 928 Links: 1 2024-04-07T20:26:32.982 INFO:teuthology.orchestra.run.smithi132.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-07T20:26:32.982 INFO:teuthology.orchestra.run.smithi132.stdout:Access: 2024-04-07 20:23:09.009803750 +0000 2024-04-07T20:26:32.982 INFO:teuthology.orchestra.run.smithi132.stdout:Modify: 2024-04-07 20:23:08.741806145 +0000 2024-04-07T20:26:32.982 INFO:teuthology.orchestra.run.smithi132.stdout:Change: 2024-04-07 20:23:08.741806145 +0000 2024-04-07T20:26:32.982 INFO:teuthology.orchestra.run.smithi132.stdout: Birth: - 2024-04-07T20:26:32.982 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-07T20:26:33.037 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records in 2024-04-07T20:26:33.037 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records out 2024-04-07T20:26:33.037 INFO:teuthology.orchestra.run.smithi132.stderr:512 bytes copied, 0.00038194 s, 1.3 MB/s 2024-04-07T20:26:33.038 DEBUG:teuthology.orchestra.run.smithi132:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-07T20:26:33.086 DEBUG:teuthology.orchestra.run.smithi132:> 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-07T20:26:33.222 INFO:teuthology.orchestra.run.smithi132.stdout:loop 2024-04-07T20:26:33.223 INFO:tasks.nvme_loop:Connecting nvme_loop smithi132:/dev/vg_nvme/lv_1... 2024-04-07T20:26:33.224 DEBUG:teuthology.orchestra.run.smithi132:> 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-07T20:26:33.240 INFO:teuthology.orchestra.run.smithi132.stdout:1 2024-04-07T20:26:33.260 INFO:teuthology.orchestra.run.smithi132.stdout:/dev/vg_nvme/lv_11 2024-04-07T20:26:33.276 INFO:tasks.nvme_loop:Connecting nvme_loop smithi132:/dev/vg_nvme/lv_2... 2024-04-07T20:26:33.276 DEBUG:teuthology.orchestra.run.smithi132:> 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-07T20:26:33.333 INFO:teuthology.orchestra.run.smithi132.stdout:1 2024-04-07T20:26:33.352 INFO:teuthology.orchestra.run.smithi132.stdout:/dev/vg_nvme/lv_21 2024-04-07T20:26:33.368 INFO:tasks.nvme_loop:Connecting nvme_loop smithi132:/dev/vg_nvme/lv_3... 2024-04-07T20:26:33.368 DEBUG:teuthology.orchestra.run.smithi132:> 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-07T20:26:33.426 INFO:teuthology.orchestra.run.smithi132.stdout:1 2024-04-07T20:26:33.445 INFO:teuthology.orchestra.run.smithi132.stdout:/dev/vg_nvme/lv_31 2024-04-07T20:26:33.462 INFO:tasks.nvme_loop:Connecting nvme_loop smithi132:/dev/vg_nvme/lv_4... 2024-04-07T20:26:33.462 DEBUG:teuthology.orchestra.run.smithi132:> 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-07T20:26:33.522 INFO:teuthology.orchestra.run.smithi132.stdout:1 2024-04-07T20:26:33.542 INFO:teuthology.orchestra.run.smithi132.stdout:/dev/vg_nvme/lv_41 2024-04-07T20:26:33.559 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2024-04-07T20:26:33.559 DEBUG:teuthology.orchestra.run.smithi132:> dd if=/scratch_devs of=/dev/stdout 2024-04-07T20:26:33.605 DEBUG:teuthology.orchestra.run.smithi132:> sudo nvme list 2024-04-07T20:26:33.660 INFO:teuthology.orchestra.run.smithi132.stdout:Node SN Model Namespace Usage Format FW Rev 2024-04-07T20:26:33.661 INFO:teuthology.orchestra.run.smithi132.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-04-07T20:26:33.661 INFO:teuthology.orchestra.run.smithi132.stdout:/dev/nvme0n1 CVFT6232000B400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-04-07T20:26:33.661 INFO:teuthology.orchestra.run.smithi132.stdout:/dev/nvme1n1 8b7a29fe4b9753f385ac Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-07T20:26:33.661 INFO:teuthology.orchestra.run.smithi132.stdout:/dev/nvme2n1 8738da57cf575853f2c2 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-07T20:26:33.661 INFO:teuthology.orchestra.run.smithi132.stdout:/dev/nvme3n1 88f4774750e96cd83c15 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-07T20:26:33.661 INFO:teuthology.orchestra.run.smithi132.stdout:/dev/nvme4n1 d7962b38b33e01f86fed Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-07T20:26:33.662 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-07T20:26:33.662 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2024-04-07T20:26:33.662 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd of=/scratch_devs 2024-04-07T20:26:33.716 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-07T20:26:33.716 DEBUG:teuthology.orchestra.run.smithi161:> dd if=/scratch_devs of=/dev/stdout 2024-04-07T20:26:33.723 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-07T20:26:33.723 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/vg_nvme/lv_1 2024-04-07T20:26:33.771 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-07T20:26:33.771 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-07T20:26:33.771 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 5h/5d Inode: 873 Links: 1 2024-04-07T20:26:33.771 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-07T20:26:33.771 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2024-04-07 20:23:07.276945831 +0000 2024-04-07T20:26:33.771 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2024-04-07 20:23:07.272945866 +0000 2024-04-07T20:26:33.771 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2024-04-07 20:23:07.272945866 +0000 2024-04-07T20:26:33.771 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: - 2024-04-07T20:26:33.771 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-07T20:26:33.826 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2024-04-07T20:26:33.826 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2024-04-07T20:26:33.826 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000416823 s, 1.2 MB/s 2024-04-07T20:26:33.827 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-07T20:26:33.875 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/vg_nvme/lv_2 2024-04-07T20:26:33.922 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-07T20:26:33.922 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-07T20:26:33.923 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 5h/5d Inode: 884 Links: 1 2024-04-07T20:26:33.923 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-07T20:26:33.923 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2024-04-07 20:23:08.020939185 +0000 2024-04-07T20:26:33.923 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2024-04-07 20:23:07.748941615 +0000 2024-04-07T20:26:33.923 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2024-04-07 20:23:07.748941615 +0000 2024-04-07T20:26:33.923 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: - 2024-04-07T20:26:33.923 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-07T20:26:33.976 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2024-04-07T20:26:33.976 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2024-04-07T20:26:33.976 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000436815 s, 1.2 MB/s 2024-04-07T20:26:33.978 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-07T20:26:34.028 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/vg_nvme/lv_3 2024-04-07T20:26:34.076 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-07T20:26:34.076 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-07T20:26:34.076 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 5h/5d Inode: 903 Links: 1 2024-04-07T20:26:34.076 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-07T20:26:34.076 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2024-04-07 20:23:08.240937220 +0000 2024-04-07T20:26:34.076 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2024-04-07 20:23:08.236937255 +0000 2024-04-07T20:26:34.076 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2024-04-07 20:23:08.236937255 +0000 2024-04-07T20:26:34.076 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: - 2024-04-07T20:26:34.077 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-07T20:26:34.129 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2024-04-07T20:26:34.129 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2024-04-07T20:26:34.129 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000421379 s, 1.2 MB/s 2024-04-07T20:26:34.131 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-07T20:26:34.180 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/vg_nvme/lv_4 2024-04-07T20:26:34.226 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-07T20:26:34.226 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-07T20:26:34.227 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 5h/5d Inode: 918 Links: 1 2024-04-07T20:26:34.227 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-07T20:26:34.227 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2024-04-07 20:23:09.004930396 +0000 2024-04-07T20:26:34.227 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2024-04-07 20:23:08.732932825 +0000 2024-04-07T20:26:34.227 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2024-04-07 20:23:08.732932825 +0000 2024-04-07T20:26:34.227 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: - 2024-04-07T20:26:34.227 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-07T20:26:34.280 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2024-04-07T20:26:34.281 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2024-04-07T20:26:34.281 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000387883 s, 1.3 MB/s 2024-04-07T20:26:34.282 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-07T20:26:34.332 DEBUG:teuthology.orchestra.run.smithi161:> 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-07T20:26:34.454 INFO:teuthology.orchestra.run.smithi161.stdout:loop 2024-04-07T20:26:34.457 INFO:tasks.nvme_loop:Connecting nvme_loop smithi161:/dev/vg_nvme/lv_1... 2024-04-07T20:26:34.458 DEBUG:teuthology.orchestra.run.smithi161:> 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-07T20:26:34.474 INFO:teuthology.orchestra.run.smithi161.stdout:1 2024-04-07T20:26:34.495 INFO:teuthology.orchestra.run.smithi161.stdout:/dev/vg_nvme/lv_11 2024-04-07T20:26:34.510 INFO:tasks.nvme_loop:Connecting nvme_loop smithi161:/dev/vg_nvme/lv_2... 2024-04-07T20:26:34.510 DEBUG:teuthology.orchestra.run.smithi161:> 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-07T20:26:34.572 INFO:teuthology.orchestra.run.smithi161.stdout:1 2024-04-07T20:26:34.593 INFO:teuthology.orchestra.run.smithi161.stdout:/dev/vg_nvme/lv_21 2024-04-07T20:26:34.610 INFO:tasks.nvme_loop:Connecting nvme_loop smithi161:/dev/vg_nvme/lv_3... 2024-04-07T20:26:34.611 DEBUG:teuthology.orchestra.run.smithi161:> 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-07T20:26:34.671 INFO:teuthology.orchestra.run.smithi161.stdout:1 2024-04-07T20:26:34.693 INFO:teuthology.orchestra.run.smithi161.stdout:/dev/vg_nvme/lv_31 2024-04-07T20:26:34.710 INFO:tasks.nvme_loop:Connecting nvme_loop smithi161:/dev/vg_nvme/lv_4... 2024-04-07T20:26:34.711 DEBUG:teuthology.orchestra.run.smithi161:> 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-07T20:26:34.774 INFO:teuthology.orchestra.run.smithi161.stdout:1 2024-04-07T20:26:34.795 INFO:teuthology.orchestra.run.smithi161.stdout:/dev/vg_nvme/lv_41 2024-04-07T20:26:34.812 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-07T20:26:34.812 DEBUG:teuthology.orchestra.run.smithi161:> dd if=/scratch_devs of=/dev/stdout 2024-04-07T20:26:34.859 DEBUG:teuthology.orchestra.run.smithi161:> sudo nvme list 2024-04-07T20:26:34.913 INFO:teuthology.orchestra.run.smithi161.stdout:Node SN Model Namespace Usage Format FW Rev 2024-04-07T20:26:34.913 INFO:teuthology.orchestra.run.smithi161.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-04-07T20:26:34.913 INFO:teuthology.orchestra.run.smithi161.stdout:/dev/nvme0n1 CVFT6233001X400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-04-07T20:26:34.913 INFO:teuthology.orchestra.run.smithi161.stdout:/dev/nvme1n1 b048a8e21337ac9325b0 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-07T20:26:34.913 INFO:teuthology.orchestra.run.smithi161.stdout:/dev/nvme2n1 49de488a8b6817140a5f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-07T20:26:34.913 INFO:teuthology.orchestra.run.smithi161.stdout:/dev/nvme3n1 63045a878e105e90c120 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-07T20:26:34.913 INFO:teuthology.orchestra.run.smithi161.stdout:/dev/nvme4n1 6609b5e034cf2ec69a64 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-07T20:26:34.914 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-07T20:26:34.914 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-07T20:26:34.914 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/scratch_devs 2024-04-07T20:26:34.969 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-07T20:26:35.094 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-07T20:26:35.094 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d 2024-04-07T20:26:35.095 INFO:tasks.cephadm:Cluster fsid is 20f68e34-f51d-11ee-b649-cb9ed24678a4 2024-04-07T20:26:35.095 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-07T20:26:35.095 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-04-07T20:26:35.095 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi132': '172.21.15.132', 'mon.smithi161': '172.21.15.161'} 2024-04-07T20:26:35.095 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-07T20:26:35.095 DEBUG:teuthology.orchestra.run.smithi132:> sudo hostname $(hostname -s) 2024-04-07T20:26:35.111 DEBUG:teuthology.orchestra.run.smithi161:> sudo hostname $(hostname -s) 2024-04-07T20:26:35.125 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-07T20:26:35.126 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-07T20:26:35.388 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-07T20:26:35.600 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-07T20:26:35.602 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/main/e5c885fe95ee982ff7b45214daa61b1a6d09d57d/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-04-07T20:26:35.602 DEBUG:teuthology.orchestra.run.smithi132:> 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-07T20:26:36.361 INFO:teuthology.orchestra.run.smithi132.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788790 Apr 7 20:26 /home/ubuntu/cephtest/cephadm 2024-04-07T20:26:36.361 DEBUG:teuthology.orchestra.run.smithi161:> 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-07T20:26:36.846 INFO:teuthology.orchestra.run.smithi161.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788790 Apr 7 20:26 /home/ubuntu/cephtest/cephadm 2024-04-07T20:26:36.847 DEBUG:teuthology.orchestra.run.smithi132:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-07T20:26:36.855 DEBUG:teuthology.orchestra.run.smithi161:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-07T20:26:36.873 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d on all hosts... 2024-04-07T20:26:36.873 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d pull 2024-04-07T20:26:36.900 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d pull 2024-04-07T20:26:37.064 INFO:teuthology.orchestra.run.smithi132.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d... 2024-04-07T20:26:37.072 INFO:teuthology.orchestra.run.smithi161.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d... 2024-04-07T20:27:47.692 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-04-07T20:27:47.693 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph_version": "ceph version 19.0.0-2578-ge5c885fe (e5c885fe95ee982ff7b45214daa61b1a6d09d57d) squid (dev)", 2024-04-07T20:27:47.693 INFO:teuthology.orchestra.run.smithi132.stdout: "image_id": "fe467d9065a1c6ff757668cf0f97eb2a00e56f51271fffd4b076c4d1580a91ce", 2024-04-07T20:27:47.693 INFO:teuthology.orchestra.run.smithi132.stdout: "repo_digests": [ 2024-04-07T20:27:47.693 INFO:teuthology.orchestra.run.smithi132.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:72637ed65c3eacb208a01eb8fcf572a65857060627154597bacdb87f092e5fe1" 2024-04-07T20:27:47.693 INFO:teuthology.orchestra.run.smithi132.stdout: ] 2024-04-07T20:27:47.693 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-04-07T20:27:51.346 INFO:teuthology.orchestra.run.smithi161.stdout:{ 2024-04-07T20:27:51.347 INFO:teuthology.orchestra.run.smithi161.stdout: "ceph_version": "ceph version 19.0.0-2578-ge5c885fe (e5c885fe95ee982ff7b45214daa61b1a6d09d57d) squid (dev)", 2024-04-07T20:27:51.347 INFO:teuthology.orchestra.run.smithi161.stdout: "image_id": "fe467d9065a1c6ff757668cf0f97eb2a00e56f51271fffd4b076c4d1580a91ce", 2024-04-07T20:27:51.347 INFO:teuthology.orchestra.run.smithi161.stdout: "repo_digests": [ 2024-04-07T20:27:51.347 INFO:teuthology.orchestra.run.smithi161.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:72637ed65c3eacb208a01eb8fcf572a65857060627154597bacdb87f092e5fe1" 2024-04-07T20:27:51.347 INFO:teuthology.orchestra.run.smithi161.stdout: ] 2024-04-07T20:27:51.347 INFO:teuthology.orchestra.run.smithi161.stdout:} 2024-04-07T20:27:51.395 DEBUG:teuthology.orchestra.run.smithi132:> sudo mkdir -p /etc/ceph 2024-04-07T20:27:51.410 DEBUG:teuthology.orchestra.run.smithi161:> sudo mkdir -p /etc/ceph 2024-04-07T20:27:51.424 DEBUG:teuthology.orchestra.run.smithi132:> sudo chmod 777 /etc/ceph 2024-04-07T20:27:51.466 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod 777 /etc/ceph 2024-04-07T20:27:51.478 INFO:tasks.cephadm:Writing seed config... 2024-04-07T20:27:51.479 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-07T20:27:51.479 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-07T20:27:51.479 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-07T20:27:51.479 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-07T20:27:51.479 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-07T20:27:51.480 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-07T20:27:51.480 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-07T20:27:51.480 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-04-07T20:27:51.481 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2024-04-07T20:27:51.481 DEBUG:teuthology.orchestra.run.smithi132:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-07T20:27:51.514 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 = 20f68e34-f51d-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-07T20:27:51.516 DEBUG:teuthology.orchestra.run.smithi132:mon.smithi132> sudo journalctl -f -n 0 -u ceph-20f68e34-f51d-11ee-b649-cb9ed24678a4@mon.smithi132.service 2024-04-07T20:27:51.560 INFO:tasks.cephadm:Bootstrapping... 2024-04-07T20:27:51.560 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d -v bootstrap --fsid 20f68e34-f51d-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.132 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-07T20:27:51.762 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2024-04-07T20:27:51.762 INFO:teuthology.orchestra.run.smithi132.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d', '-v', 'bootstrap', '--fsid', '20f68e34-f51d-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.132', '--skip-admin-label'] 2024-04-07T20:27:51.763 INFO:teuthology.orchestra.run.smithi132.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-07T20:27:51.763 INFO:teuthology.orchestra.run.smithi132.stdout:Verifying podman|docker is present... 2024-04-07T20:27:51.763 INFO:teuthology.orchestra.run.smithi132.stdout:Verifying lvm2 is present... 2024-04-07T20:27:51.763 INFO:teuthology.orchestra.run.smithi132.stdout:Verifying time synchronization is in place... 2024-04-07T20:27:51.769 INFO:teuthology.orchestra.run.smithi132.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-07T20:27:51.769 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-07T20:27:51.774 INFO:teuthology.orchestra.run.smithi132.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-07T20:27:51.774 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stdout inactive 2024-04-07T20:27:51.779 INFO:teuthology.orchestra.run.smithi132.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-07T20:27:51.779 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-07T20:27:51.782 INFO:teuthology.orchestra.run.smithi132.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-07T20:27:51.782 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stdout inactive 2024-04-07T20:27:51.786 INFO:teuthology.orchestra.run.smithi132.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-07T20:27:51.786 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stdout masked 2024-04-07T20:27:51.789 INFO:teuthology.orchestra.run.smithi132.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-07T20:27:51.789 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stdout inactive 2024-04-07T20:27:51.793 INFO:teuthology.orchestra.run.smithi132.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-07T20:27:51.793 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-07T20:27:51.796 INFO:teuthology.orchestra.run.smithi132.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-07T20:27:51.797 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stdout inactive 2024-04-07T20:27:51.800 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stdout enabled 2024-04-07T20:27:51.804 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stdout active 2024-04-07T20:27:51.805 INFO:teuthology.orchestra.run.smithi132.stdout:Unit ntp.service is enabled and running 2024-04-07T20:27:51.805 INFO:teuthology.orchestra.run.smithi132.stdout:Repeating the final host check... 2024-04-07T20:27:51.805 INFO:teuthology.orchestra.run.smithi132.stdout:docker (/usr/bin/docker) is present 2024-04-07T20:27:51.805 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl is present 2024-04-07T20:27:51.805 INFO:teuthology.orchestra.run.smithi132.stdout:lvcreate is present 2024-04-07T20:27:51.807 INFO:teuthology.orchestra.run.smithi132.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-07T20:27:51.808 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-07T20:27:51.811 INFO:teuthology.orchestra.run.smithi132.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-07T20:27:51.811 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stdout inactive 2024-04-07T20:27:51.814 INFO:teuthology.orchestra.run.smithi132.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-07T20:27:51.815 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-07T20:27:51.817 INFO:teuthology.orchestra.run.smithi132.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-07T20:27:51.818 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stdout inactive 2024-04-07T20:27:51.820 INFO:teuthology.orchestra.run.smithi132.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-07T20:27:51.821 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stdout masked 2024-04-07T20:27:51.824 INFO:teuthology.orchestra.run.smithi132.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-07T20:27:51.824 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stdout inactive 2024-04-07T20:27:51.827 INFO:teuthology.orchestra.run.smithi132.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-07T20:27:51.827 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-07T20:27:51.830 INFO:teuthology.orchestra.run.smithi132.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-07T20:27:51.830 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stdout inactive 2024-04-07T20:27:51.834 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stdout enabled 2024-04-07T20:27:51.837 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stdout active 2024-04-07T20:27:51.837 INFO:teuthology.orchestra.run.smithi132.stdout:Unit ntp.service is enabled and running 2024-04-07T20:27:51.838 INFO:teuthology.orchestra.run.smithi132.stdout:Host looks OK 2024-04-07T20:27:51.838 INFO:teuthology.orchestra.run.smithi132.stdout:Cluster fsid: 20f68e34-f51d-11ee-b649-cb9ed24678a4 2024-04-07T20:27:51.838 INFO:teuthology.orchestra.run.smithi132.stdout:Acquiring lock 140260703171344 on /run/cephadm/20f68e34-f51d-11ee-b649-cb9ed24678a4.lock 2024-04-07T20:27:51.838 INFO:teuthology.orchestra.run.smithi132.stdout:Lock 140260703171344 acquired on /run/cephadm/20f68e34-f51d-11ee-b649-cb9ed24678a4.lock 2024-04-07T20:27:51.838 INFO:teuthology.orchestra.run.smithi132.stdout:Verifying IP 172.21.15.132 port 3300 ... 2024-04-07T20:27:51.838 INFO:teuthology.orchestra.run.smithi132.stdout:Verifying IP 172.21.15.132 port 6789 ... 2024-04-07T20:27:51.838 INFO:teuthology.orchestra.run.smithi132.stdout:Base mon IP(s) is [172.21.15.132:3300, 172.21.15.132:6789], mon addrv is [v2:172.21.15.132:3300,v1:172.21.15.132:6789] 2024-04-07T20:27:51.841 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 2024-04-07T20:27:51.841 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.132 metric 100 2024-04-07T20:27:51.841 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/sbin/ip: stdout 158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.132 metric 100 2024-04-07T20:27:51.842 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-04-07T20:27:51.842 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.132 metric 100 2024-04-07T20:27:51.842 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/sbin/ip: stdout 172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.132 metric 100 2024-04-07T20:27:51.842 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/sbin/ip: stdout 172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.132 metric 100 2024-04-07T20:27:51.842 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/sbin/ip: stdout 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.132 metric 100 2024-04-07T20:27:51.843 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-07T20:27:51.843 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-04-07T20:27:51.843 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1795sec pref medium 2024-04-07T20:27:51.845 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-07T20:27:51.845 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-07T20:27:51.845 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-07T20:27:51.845 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-04-07T20:27:51.845 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:fe88:773f/64 scope link 2024-04-07T20:27:51.845 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-07T20:27:51.847 INFO:teuthology.orchestra.run.smithi132.stdout:Mon IP `172.21.15.132` is in CIDR network `172.21.0.0/20` 2024-04-07T20:27:51.847 INFO:teuthology.orchestra.run.smithi132.stdout:Mon IP `172.21.15.132` is in CIDR network `172.21.0.0/20` 2024-04-07T20:27:51.847 INFO:teuthology.orchestra.run.smithi132.stdout:Mon IP `172.21.15.132` is in CIDR network `172.21.0.1/32` 2024-04-07T20:27:51.847 INFO:teuthology.orchestra.run.smithi132.stdout:Mon IP `172.21.15.132` is in CIDR network `172.21.0.1/32` 2024-04-07T20:27:51.848 INFO:teuthology.orchestra.run.smithi132.stdout:Mon IP `172.21.15.132` is in CIDR network `172.21.0.2/32` 2024-04-07T20:27:51.848 INFO:teuthology.orchestra.run.smithi132.stdout:Mon IP `172.21.15.132` is in CIDR network `172.21.0.2/32` 2024-04-07T20:27:51.848 INFO:teuthology.orchestra.run.smithi132.stdout:Mon IP `172.21.15.132` is in CIDR network `172.21.15.254/32` 2024-04-07T20:27:51.848 INFO:teuthology.orchestra.run.smithi132.stdout:Mon IP `172.21.15.132` is in CIDR network `172.21.15.254/32` 2024-04-07T20:27:51.848 INFO:teuthology.orchestra.run.smithi132.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-07T20:27:51.848 INFO:teuthology.orchestra.run.smithi132.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-07T20:27:51.848 INFO:teuthology.orchestra.run.smithi132.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d... 2024-04-07T20:27:52.136 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/docker: stdout e5c885fe95ee982ff7b45214daa61b1a6d09d57d: Pulling from ceph-ci/ceph 2024-04-07T20:27:52.136 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/docker: stdout Digest: sha256:72637ed65c3eacb208a01eb8fcf572a65857060627154597bacdb87f092e5fe1 2024-04-07T20:27:52.136 INFO:teuthology.orchestra.run.smithi132.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-07T20:27:52.136 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d 2024-04-07T20:27:53.521 INFO:teuthology.orchestra.run.smithi132.stdout:ceph: stdout ceph version 19.0.0-2578-ge5c885fe (e5c885fe95ee982ff7b45214daa61b1a6d09d57d) squid (dev) 2024-04-07T20:27:53.521 INFO:teuthology.orchestra.run.smithi132.stdout:Ceph version: ceph version 19.0.0-2578-ge5c885fe (e5c885fe95ee982ff7b45214daa61b1a6d09d57d) squid (dev) 2024-04-07T20:27:53.521 INFO:teuthology.orchestra.run.smithi132.stdout:Extracting ceph user uid/gid from container image... 2024-04-07T20:27:54.700 INFO:teuthology.orchestra.run.smithi132.stdout:stat: stdout 167 167 2024-04-07T20:27:54.700 INFO:teuthology.orchestra.run.smithi132.stdout:Creating initial keys... 2024-04-07T20:27:55.895 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-authtool: stdout AQDLARNmazx6FRAAltYRWdSbo8e3+0QCohbTGA== 2024-04-07T20:27:57.100 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-authtool: stdout AQDMARNmZACVIhAAbA/Pj4Erc8v3Mo7Hh+X7+Q== 2024-04-07T20:27:58.238 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-authtool: stdout AQDNARNmjjPVKxAA5tUAlfT48LnJag/fsAJxKA== 2024-04-07T20:27:58.238 INFO:teuthology.orchestra.run.smithi132.stdout:Creating initial monmap... 2024-04-07T20:27:59.436 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-07T20:27:59.436 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-04-07T20:27:59.436 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 20f68e34-f51d-11ee-b649-cb9ed24678a4 2024-04-07T20:27:59.436 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-07T20:27:59.436 INFO:teuthology.orchestra.run.smithi132.stdout:monmaptool for smithi132 [v2:172.21.15.132:3300,v1:172.21.15.132:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-07T20:27:59.437 INFO:teuthology.orchestra.run.smithi132.stdout:setting min_mon_release = quincy 2024-04-07T20:27:59.437 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/monmaptool: set fsid to 20f68e34-f51d-11ee-b649-cb9ed24678a4 2024-04-07T20:27:59.437 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-07T20:27:59.437 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-04-07T20:27:59.437 INFO:teuthology.orchestra.run.smithi132.stdout:Creating mon... 2024-04-07T20:28:00.764 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.154+0000 7f08b7e29c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-07T20:28:00.765 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.154+0000 7f08b7e29c80 1 imported monmap: 2024-04-07T20:28:00.765 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-04-07T20:28:00.765 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr fsid 20f68e34-f51d-11ee-b649-cb9ed24678a4 2024-04-07T20:28:00.765 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-04-07T20:27:58.933059+0000 2024-04-07T20:28:00.765 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr created 2024-04-07T20:27:58.933059+0000 2024-04-07T20:28:00.765 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-04-07T20:28:00.765 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-04-07T20:28:00.765 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.132:3300/0,v1:172.21.15.132:6789/0] mon.smithi132 2024-04-07T20:28:00.765 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T20:28:00.765 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.154+0000 7f08b7e29c80 0 /usr/bin/ceph-mon: set fsid to 20f68e34-f51d-11ee-b649-cb9ed24678a4 2024-04-07T20:28:00.766 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.154+0000 7f08b7e29c80 4 rocksdb: RocksDB version: 7.9.2 2024-04-07T20:28:00.766 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T20:28:00.766 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.154+0000 7f08b7e29c80 4 rocksdb: Git sha 0 2024-04-07T20:28:00.766 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.154+0000 7f08b7e29c80 4 rocksdb: Compile date 2024-04-01 20:25:56 2024-04-07T20:28:00.766 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.154+0000 7f08b7e29c80 4 rocksdb: DB SUMMARY 2024-04-07T20:28:00.766 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T20:28:00.766 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.154+0000 7f08b7e29c80 4 rocksdb: DB Session ID: WY60DAGD0Y1UWU9RSYH6 2024-04-07T20:28:00.766 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T20:28:00.766 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.154+0000 7f08b7e29c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi132/store.db dir, Total Num: 0, files: 2024-04-07T20:28:00.766 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T20:28:00.766 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.154+0000 7f08b7e29c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi132/store.db: 2024-04-07T20:28:00.766 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T20:28:00.766 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.154+0000 7f08b7e29c80 4 rocksdb: Options.error_if_exists: 0 2024-04-07T20:28:00.767 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.154+0000 7f08b7e29c80 4 rocksdb: Options.create_if_missing: 1 2024-04-07T20:28:00.767 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.154+0000 7f08b7e29c80 4 rocksdb: Options.paranoid_checks: 1 2024-04-07T20:28:00.767 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.154+0000 7f08b7e29c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-07T20:28:00.767 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.154+0000 7f08b7e29c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-07T20:28:00.767 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.154+0000 7f08b7e29c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-07T20:28:00.767 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.154+0000 7f08b7e29c80 4 rocksdb: Options.env: 0x561fbdc4ec60 2024-04-07T20:28:00.767 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.154+0000 7f08b7e29c80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-07T20:28:00.767 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.info_log: 0x561fbeadcc80 2024-04-07T20:28:00.767 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-07T20:28:00.767 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.statistics: (nil) 2024-04-07T20:28:00.767 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.use_fsync: 0 2024-04-07T20:28:00.767 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.max_log_file_size: 0 2024-04-07T20:28:00.768 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-07T20:28:00.768 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-07T20:28:00.768 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-07T20:28:00.768 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-07T20:28:00.768 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.allow_fallocate: 1 2024-04-07T20:28:00.768 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-07T20:28:00.768 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-07T20:28:00.768 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.use_direct_reads: 0 2024-04-07T20:28:00.768 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-07T20:28:00.768 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-07T20:28:00.769 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.db_log_dir: 2024-04-07T20:28:00.769 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.wal_dir: 2024-04-07T20:28:00.769 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-07T20:28:00.769 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-07T20:28:00.769 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-07T20:28:00.769 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-07T20:28:00.769 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-07T20:28:00.769 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-07T20:28:00.769 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-07T20:28:00.769 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-07T20:28:00.769 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.write_buffer_manager: 0x561fbeaaf360 2024-04-07T20:28:00.769 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-07T20:28:00.769 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-07T20:28:00.770 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-07T20:28:00.770 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-07T20:28:00.770 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-07T20:28:00.770 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-07T20:28:00.770 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-07T20:28:00.770 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-07T20:28:00.770 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.unordered_write: 0 2024-04-07T20:28:00.770 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-07T20:28:00.770 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-07T20:28:00.770 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-07T20:28:00.770 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-07T20:28:00.770 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.row_cache: None 2024-04-07T20:28:00.771 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.wal_filter: None 2024-04-07T20:28:00.771 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-07T20:28:00.771 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-07T20:28:00.771 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.two_write_queues: 0 2024-04-07T20:28:00.771 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-07T20:28:00.771 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.wal_compression: 0 2024-04-07T20:28:00.771 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.atomic_flush: 0 2024-04-07T20:28:00.771 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-07T20:28:00.771 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-07T20:28:00.771 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-07T20:28:00.771 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.log_readahead_size: 0 2024-04-07T20:28:00.771 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-07T20:28:00.771 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-07T20:28:00.771 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-07T20:28:00.771 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-07T20:28:00.772 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-07T20:28:00.772 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-07T20:28:00.772 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-07T20:28:00.772 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.max_background_jobs: 2 2024-04-07T20:28:00.772 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.max_background_compactions: -1 2024-04-07T20:28:00.772 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.max_subcompactions: 1 2024-04-07T20:28:00.772 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-07T20:28:00.772 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-07T20:28:00.772 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-07T20:28:00.772 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-07T20:28:00.772 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-07T20:28:00.772 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-07T20:28:00.772 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-07T20:28:00.772 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-07T20:28:00.773 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.max_open_files: -1 2024-04-07T20:28:00.773 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-07T20:28:00.773 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-07T20:28:00.773 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-07T20:28:00.773 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-07T20:28:00.773 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.max_background_flushes: -1 2024-04-07T20:28:00.773 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Compression algorithms supported: 2024-04-07T20:28:00.773 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-07T20:28:00.774 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: kZSTD supported: 0 2024-04-07T20:28:00.774 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: kXpressCompression supported: 0 2024-04-07T20:28:00.774 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-07T20:28:00.774 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: kZlibCompression supported: 1 2024-04-07T20:28:00.774 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: kSnappyCompression supported: 1 2024-04-07T20:28:00.774 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: kLZ4Compression supported: 1 2024-04-07T20:28:00.775 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: kBZip2Compression supported: 0 2024-04-07T20:28:00.775 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-07T20:28:00.775 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-07T20:28:00.775 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-04-07T20:28:00.775 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T20:28:00.775 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi132/store.db/MANIFEST-000001 2024-04-07T20:28:00.775 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T20:28:00.776 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-07T20:28:00.776 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T20:28:00.776 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-07T20:28:00.776 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.merge_operator: 2024-04-07T20:28:00.776 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.compaction_filter: None 2024-04-07T20:28:00.776 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-07T20:28:00.777 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-07T20:28:00.777 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-07T20:28:00.777 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-07T20:28:00.777 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x561fbeadce40) 2024-04-07T20:28:00.777 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-04-07T20:28:00.777 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-04-07T20:28:00.778 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-07T20:28:00.778 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-04-07T20:28:00.778 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-04-07T20:28:00.778 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-04-07T20:28:00.778 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-04-07T20:28:00.778 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-04-07T20:28:00.779 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-04-07T20:28:00.779 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-04-07T20:28:00.779 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x561fbeae1090 2024-04-07T20:28:00.779 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-04-07T20:28:00.779 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-04-07T20:28:00.779 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-04-07T20:28:00.780 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-04-07T20:28:00.780 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-04-07T20:28:00.780 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-04-07T20:28:00.780 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-04-07T20:28:00.780 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-04-07T20:28:00.780 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-04-07T20:28:00.780 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-04-07T20:28:00.781 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-04-07T20:28:00.781 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-04-07T20:28:00.781 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-04-07T20:28:00.781 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-04-07T20:28:00.781 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-04-07T20:28:00.781 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-04-07T20:28:00.782 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-04-07T20:28:00.782 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-04-07T20:28:00.782 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-04-07T20:28:00.782 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-04-07T20:28:00.782 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-04-07T20:28:00.782 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-04-07T20:28:00.782 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-04-07T20:28:00.783 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-04-07T20:28:00.783 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-04-07T20:28:00.783 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-04-07T20:28:00.783 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T20:28:00.783 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-07T20:28:00.783 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-07T20:28:00.783 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.compression: NoCompression 2024-04-07T20:28:00.784 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-07T20:28:00.784 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-07T20:28:00.784 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-07T20:28:00.784 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.num_levels: 7 2024-04-07T20:28:00.784 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-07T20:28:00.784 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-07T20:28:00.785 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-07T20:28:00.785 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-07T20:28:00.785 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-07T20:28:00.785 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-07T20:28:00.785 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-07T20:28:00.786 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-07T20:28:00.786 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-07T20:28:00.786 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-07T20:28:00.786 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-07T20:28:00.786 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-07T20:28:00.786 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-07T20:28:00.786 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-07T20:28:00.786 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-07T20:28:00.786 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-07T20:28:00.786 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-07T20:28:00.787 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-07T20:28:00.787 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-07T20:28:00.787 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-07T20:28:00.787 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-07T20:28:00.787 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-07T20:28:00.787 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-07T20:28:00.787 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-07T20:28:00.787 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-07T20:28:00.787 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-07T20:28:00.787 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-07T20:28:00.787 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-07T20:28:00.787 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-07T20:28:00.787 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-07T20:28:00.787 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-07T20:28:00.788 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-07T20:28:00.788 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-07T20:28:00.788 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-07T20:28:00.788 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-07T20:28:00.788 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-07T20:28:00.788 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-07T20:28:00.788 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-07T20:28:00.789 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-07T20:28:00.789 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-07T20:28:00.789 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-07T20:28:00.789 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-07T20:28:00.789 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-07T20:28:00.789 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-07T20:28:00.789 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-07T20:28:00.789 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-07T20:28:00.789 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-07T20:28:00.790 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-07T20:28:00.790 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-07T20:28:00.790 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-07T20:28:00.790 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-07T20:28:00.790 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-07T20:28:00.790 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-07T20:28:00.790 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-07T20:28:00.790 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.inplace_update_support: 0 2024-04-07T20:28:00.790 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-07T20:28:00.790 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-07T20:28:00.790 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-07T20:28:00.790 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-07T20:28:00.790 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.bloom_locality: 0 2024-04-07T20:28:00.791 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.max_successive_merges: 0 2024-04-07T20:28:00.791 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-07T20:28:00.791 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-07T20:28:00.791 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-07T20:28:00.791 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-07T20:28:00.791 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.ttl: 2592000 2024-04-07T20:28:00.791 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-07T20:28:00.791 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-07T20:28:00.791 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-07T20:28:00.791 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.enable_blob_files: false 2024-04-07T20:28:00.791 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.min_blob_size: 0 2024-04-07T20:28:00.791 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-07T20:28:00.791 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-07T20:28:00.791 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-07T20:28:00.792 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-07T20:28:00.792 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-07T20:28:00.792 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-07T20:28:00.792 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-07T20:28:00.792 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.158+0000 7f08b7e29c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-07T20:28:00.792 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.162+0000 7f08b7e29c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi132/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-07T20:28:00.792 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T20:28:00.792 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.162+0000 7f08b7e29c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-07T20:28:00.792 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T20:28:00.792 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.162+0000 7f08b7e29c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: f00e6f7e-0b8d-4205-8ddd-cc72b1b3f715 2024-04-07T20:28:00.792 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T20:28:00.792 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.162+0000 7f08b7e29c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-04-07T20:28:00.792 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T20:28:00.792 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.162+0000 7f08b7e29c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x561fbebaa000 2024-04-07T20:28:00.792 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.162+0000 7f08b7e29c80 4 rocksdb: DB pointer 0x561fbeb9a000 2024-04-07T20:28:00.793 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.162+0000 7f08a7f8c700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-07T20:28:00.793 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.162+0000 7f08a7f8c700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-07T20:28:00.793 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-04-07T20:28:00.793 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-07T20:28:00.793 INFO:teuthology.orchestra.run.smithi132.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-07T20:28:00.793 INFO:teuthology.orchestra.run.smithi132.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-07T20:28:00.793 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-07T20:28:00.793 INFO:teuthology.orchestra.run.smithi132.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-07T20:28:00.793 INFO:teuthology.orchestra.run.smithi132.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-07T20:28:00.793 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-07T20:28:00.793 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T20:28:00.793 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-07T20:28:00.793 INFO:teuthology.orchestra.run.smithi132.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-07T20:28:00.793 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-07T20:28:00.794 INFO:teuthology.orchestra.run.smithi132.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-07T20:28:00.794 INFO:teuthology.orchestra.run.smithi132.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-07T20:28:00.794 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T20:28:00.794 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-07T20:28:00.794 INFO:teuthology.orchestra.run.smithi132.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-07T20:28:00.794 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-07T20:28:00.794 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T20:28:00.794 INFO:teuthology.orchestra.run.smithi132.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-07T20:28:00.794 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T20:28:00.794 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-07T20:28:00.794 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-04-07T20:28:00.794 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-04-07T20:28:00.794 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-04-07T20:28:00.794 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-04-07T20:28:00.795 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-04-07T20:28:00.795 INFO:teuthology.orchestra.run.smithi132.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-07T20:28:00.795 INFO:teuthology.orchestra.run.smithi132.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-07T20:28:00.795 INFO:teuthology.orchestra.run.smithi132.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-07T20:28:00.795 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x561fbeae1090#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-07T20:28:00.795 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-04-07T20:28:00.795 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T20:28:00.795 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-04-07T20:28:00.795 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr 2024-04-07T20:28:00.795 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.162+0000 7f08b7e29c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-04-07T20:28:00.795 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.162+0000 7f08b7e29c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-04-07T20:28:00.795 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-07T20:28:00.162+0000 7f08b7e29c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi132 for mon.smithi132 2024-04-07T20:28:00.795 INFO:teuthology.orchestra.run.smithi132.stdout:create mon.smithi132 on 2024-04-07T20:28:01.207 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-04-07T20:28:01.430 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-20f68e34-f51d-11ee-b649-cb9ed24678a4.target -> /etc/systemd/system/ceph-20f68e34-f51d-11ee-b649-cb9ed24678a4.target. 2024-04-07T20:28:01.430 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-20f68e34-f51d-11ee-b649-cb9ed24678a4.target -> /etc/systemd/system/ceph-20f68e34-f51d-11ee-b649-cb9ed24678a4.target. 2024-04-07T20:28:01.753 INFO:teuthology.orchestra.run.smithi132.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-20f68e34-f51d-11ee-b649-cb9ed24678a4@mon.smithi132 2024-04-07T20:28:01.753 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stderr Failed to reset failed state of unit ceph-20f68e34-f51d-11ee-b649-cb9ed24678a4@mon.smithi132.service: Unit ceph-20f68e34-f51d-11ee-b649-cb9ed24678a4@mon.smithi132.service not loaded. 2024-04-07T20:28:01.957 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-20f68e34-f51d-11ee-b649-cb9ed24678a4.target.wants/ceph-20f68e34-f51d-11ee-b649-cb9ed24678a4@mon.smithi132.service -> /etc/systemd/system/ceph-20f68e34-f51d-11ee-b649-cb9ed24678a4@.service. 2024-04-07T20:28:01.966 INFO:teuthology.orchestra.run.smithi132.stdout:firewalld does not appear to be present 2024-04-07T20:28:01.966 INFO:teuthology.orchestra.run.smithi132.stdout:Not possible to enable service . firewalld.service is not available 2024-04-07T20:28:01.966 INFO:teuthology.orchestra.run.smithi132.stdout:Waiting for mon to start... 2024-04-07T20:28:01.966 INFO:teuthology.orchestra.run.smithi132.stdout:Waiting for mon... 2024-04-07T20:28:03.427 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:03 smithi132 bash[18247]: cluster 2024-04-07T20:28:03.169084+0000 mon.smithi132 (mon.0) 1 : cluster [INF] mon.smithi132 is new leader, mons smithi132 in quorum (ranks 0) 2024-04-07T20:28:04.018 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout cluster: 2024-04-07T20:28:04.019 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout id: 20f68e34-f51d-11ee-b649-cb9ed24678a4 2024-04-07T20:28:04.019 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-07T20:28:04.019 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout 2024-04-07T20:28:04.019 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout services: 2024-04-07T20:28:04.019 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi132 (age 0.317127s) 2024-04-07T20:28:04.019 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-07T20:28:04.019 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-07T20:28:04.019 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout 2024-04-07T20:28:04.019 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout data: 2024-04-07T20:28:04.020 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-07T20:28:04.020 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-07T20:28:04.020 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-07T20:28:04.020 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout pgs: 2024-04-07T20:28:04.020 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout 2024-04-07T20:28:04.021 INFO:teuthology.orchestra.run.smithi132.stdout:mon is available 2024-04-07T20:28:04.021 INFO:teuthology.orchestra.run.smithi132.stdout:Assimilating anything we can from ceph.conf... 2024-04-07T20:28:04.427 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:04 smithi132 bash[18247]: cluster 2024-04-07T20:28:03.192860+0000 mon.smithi132 (mon.0) 2 : cluster [INF] mon.smithi132 is new leader, mons smithi132 in quorum (ranks 0) 2024-04-07T20:28:04.427 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:04 smithi132 bash[18247]: cluster 2024-04-07T20:28:03.193105+0000 mon.smithi132 (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-04-07T20:28:04.427 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:04 smithi132 bash[18247]: cluster 2024-04-07T20:28:03.193126+0000 mon.smithi132 (mon.0) 4 : cluster [DBG] fsid 20f68e34-f51d-11ee-b649-cb9ed24678a4 2024-04-07T20:28:04.427 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:04 smithi132 bash[18247]: cluster 2024-04-07T20:28:03.193135+0000 mon.smithi132 (mon.0) 5 : cluster [DBG] last_changed 2024-04-07T20:27:58.933059+0000 2024-04-07T20:28:04.427 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:04 smithi132 bash[18247]: cluster 2024-04-07T20:28:03.193143+0000 mon.smithi132 (mon.0) 6 : cluster [DBG] created 2024-04-07T20:27:58.933059+0000 2024-04-07T20:28:04.427 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:04 smithi132 bash[18247]: cluster 2024-04-07T20:28:03.193156+0000 mon.smithi132 (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-04-07T20:28:04.427 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:04 smithi132 bash[18247]: cluster 2024-04-07T20:28:03.193165+0000 mon.smithi132 (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-04-07T20:28:04.428 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:04 smithi132 bash[18247]: cluster 2024-04-07T20:28:03.193172+0000 mon.smithi132 (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.132:3300/0,v1:172.21.15.132:6789/0] mon.smithi132 2024-04-07T20:28:04.428 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:04 smithi132 bash[18247]: cluster 2024-04-07T20:28:03.215303+0000 mon.smithi132 (mon.0) 10 : cluster [DBG] fsmap 2024-04-07T20:28:04.428 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:04 smithi132 bash[18247]: cluster 2024-04-07T20:28:03.217772+0000 mon.smithi132 (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-07T20:28:04.428 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:04 smithi132 bash[18247]: cluster 2024-04-07T20:28:03.218306+0000 mon.smithi132 (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-04-07T20:28:04.428 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:04 smithi132 bash[18247]: audit 2024-04-07T20:28:03.509919+0000 mon.smithi132 (mon.0) 13 : audit [DBG] from='client.? 172.21.15.132:0/3795772766' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-07T20:28:05.427 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:05 smithi132 bash[18247]: audit 2024-04-07T20:28:04.956452+0000 mon.smithi132 (mon.0) 14 : audit [INF] from='client.? 172.21.15.132:0/4068004506' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-07T20:28:05.427 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:05 smithi132 bash[18247]: audit 2024-04-07T20:28:04.959612+0000 mon.smithi132 (mon.0) 15 : audit [INF] from='client.? 172.21.15.132:0/4068004506' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-07T20:28:05.474 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout 2024-04-07T20:28:05.474 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout [global] 2024-04-07T20:28:05.475 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout fsid = 20f68e34-f51d-11ee-b649-cb9ed24678a4 2024-04-07T20:28:05.475 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.132:3300,v1:172.21.15.132:6789] 2024-04-07T20:28:05.475 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-07T20:28:05.475 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-07T20:28:05.476 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-07T20:28:05.476 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-07T20:28:05.476 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout 2024-04-07T20:28:05.476 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-07T20:28:05.476 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-07T20:28:05.476 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout 2024-04-07T20:28:05.476 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout [osd] 2024-04-07T20:28:05.476 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-07T20:28:05.477 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-07T20:28:05.477 INFO:teuthology.orchestra.run.smithi132.stdout:Generating new minimal ceph.conf... 2024-04-07T20:28:06.913 INFO:teuthology.orchestra.run.smithi132.stdout:Restarting the monitor... 2024-04-07T20:28:06.922 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:06 smithi132 bash[18247]: audit 2024-04-07T20:28:06.419877+0000 mon.smithi132 (mon.0) 16 : audit [DBG] from='client.? 172.21.15.132:0/566810860' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T20:28:07.177 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:06 smithi132 systemd[1]: Stopping Ceph mon.smithi132 for 20f68e34-f51d-11ee-b649-cb9ed24678a4... 2024-04-07T20:28:07.177 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:07 smithi132 bash[18247]: debug 2024-04-07T20:28:07.034+0000 7f2e4c16c700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi132 -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-07T20:28:07.177 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:07 smithi132 bash[18247]: debug 2024-04-07T20:28:07.034+0000 7f2e4c16c700 -1 mon.smithi132@0(leader) e1 *** Got Signal Terminated *** 2024-04-07T20:28:07.538 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:07 smithi132 bash[18634]: ceph-20f68e34-f51d-11ee-b649-cb9ed24678a4-mon-smithi132 2024-04-07T20:28:07.556 INFO:teuthology.orchestra.run.smithi132.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-07T20:28:07.927 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:07 smithi132 bash[18697]: Error response from daemon: No such container: ceph-20f68e34-f51d-11ee-b649-cb9ed24678a4-mon-smithi132 2024-04-07T20:28:07.927 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:07 smithi132 systemd[1]: ceph-20f68e34-f51d-11ee-b649-cb9ed24678a4@mon.smithi132.service: Deactivated successfully. 2024-04-07T20:28:07.927 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:07 smithi132 systemd[1]: Stopped Ceph mon.smithi132 for 20f68e34-f51d-11ee-b649-cb9ed24678a4. 2024-04-07T20:28:07.927 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:07 smithi132 systemd[1]: Started Ceph mon.smithi132 for 20f68e34-f51d-11ee-b649-cb9ed24678a4. 2024-04-07T20:28:08.812 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.566+0000 7fbed193dc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-07T20:28:08.812 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.566+0000 7fbed193dc80 0 ceph version 19.0.0-2578-ge5c885fe (e5c885fe95ee982ff7b45214daa61b1a6d09d57d) squid (dev), process ceph-mon, pid 7 2024-04-07T20:28:08.812 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.566+0000 7fbed193dc80 0 pidfile_write: ignore empty --pid-file 2024-04-07T20:28:08.812 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.570+0000 7fbed193dc80 0 load: jerasure load: lrc 2024-04-07T20:28:08.812 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: RocksDB version: 7.9.2 2024-04-07T20:28:08.813 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Git sha 0 2024-04-07T20:28:08.813 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Compile date 2024-04-01 20:25:56 2024-04-07T20:28:08.813 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: DB SUMMARY 2024-04-07T20:28:08.813 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: DB Session ID: 8V9MT51KGI0L9PEVONW8 2024-04-07T20:28:08.813 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: CURRENT file: CURRENT 2024-04-07T20:28:08.813 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: IDENTITY file: IDENTITY 2024-04-07T20:28:08.813 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-07T20:28:08.813 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi132/store.db dir, Total Num: 1, files: 000008.sst 2024-04-07T20:28:08.813 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi132/store.db: 000009.log size: 89391 ; 2024-04-07T20:28:08.813 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.error_if_exists: 0 2024-04-07T20:28:08.813 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.create_if_missing: 0 2024-04-07T20:28:08.814 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.paranoid_checks: 1 2024-04-07T20:28:08.814 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-07T20:28:08.814 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-07T20:28:08.814 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-07T20:28:08.814 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.env: 0x5615fe808c60 2024-04-07T20:28:08.814 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-07T20:28:08.814 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.info_log: 0x5616003b19e0 2024-04-07T20:28:08.814 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-07T20:28:08.814 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.statistics: (nil) 2024-04-07T20:28:08.814 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.use_fsync: 0 2024-04-07T20:28:08.814 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.max_log_file_size: 0 2024-04-07T20:28:08.814 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-07T20:28:08.815 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-07T20:28:08.815 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-07T20:28:08.815 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-07T20:28:08.815 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.allow_fallocate: 1 2024-04-07T20:28:08.815 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-07T20:28:08.815 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-07T20:28:08.815 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.use_direct_reads: 0 2024-04-07T20:28:08.815 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-07T20:28:08.815 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-07T20:28:08.815 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.db_log_dir: 2024-04-07T20:28:08.815 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.wal_dir: 2024-04-07T20:28:08.815 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-07T20:28:08.815 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-07T20:28:08.816 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-07T20:28:08.816 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-07T20:28:08.816 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-07T20:28:08.816 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-07T20:28:08.816 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-07T20:28:08.816 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-07T20:28:08.816 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.write_buffer_manager: 0x5616003821e0 2024-04-07T20:28:08.816 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-07T20:28:08.816 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-07T20:28:08.816 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-07T20:28:08.816 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-07T20:28:08.816 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-07T20:28:08.817 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-07T20:28:08.818 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-07T20:28:08.818 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-07T20:28:08.818 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.unordered_write: 0 2024-04-07T20:28:08.818 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-07T20:28:08.818 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-07T20:28:08.819 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-07T20:28:08.819 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-07T20:28:08.819 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.row_cache: None 2024-04-07T20:28:08.819 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.wal_filter: None 2024-04-07T20:28:08.819 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-07T20:28:08.819 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-07T20:28:08.819 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.two_write_queues: 0 2024-04-07T20:28:08.819 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-07T20:28:08.819 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.wal_compression: 0 2024-04-07T20:28:08.819 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.atomic_flush: 0 2024-04-07T20:28:08.819 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-07T20:28:08.819 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-07T20:28:08.820 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-07T20:28:08.820 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.log_readahead_size: 0 2024-04-07T20:28:08.820 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-07T20:28:08.820 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-07T20:28:08.820 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-07T20:28:08.820 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-07T20:28:08.820 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-07T20:28:08.820 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-07T20:28:08.820 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-07T20:28:08.820 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.max_background_jobs: 2 2024-04-07T20:28:08.820 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.max_background_compactions: -1 2024-04-07T20:28:08.820 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.max_subcompactions: 1 2024-04-07T20:28:08.821 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-07T20:28:08.821 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-07T20:28:08.821 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-07T20:28:08.821 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-07T20:28:08.821 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-07T20:28:08.821 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-07T20:28:08.821 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-07T20:28:08.821 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-07T20:28:08.821 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.max_open_files: -1 2024-04-07T20:28:08.821 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-07T20:28:08.821 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-07T20:28:08.821 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-07T20:28:08.822 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-07T20:28:08.822 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.max_background_flushes: -1 2024-04-07T20:28:08.822 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Compression algorithms supported: 2024-04-07T20:28:08.822 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-07T20:28:08.822 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: kZSTD supported: 0 2024-04-07T20:28:08.822 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: kXpressCompression supported: 0 2024-04-07T20:28:08.822 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-07T20:28:08.822 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: kZlibCompression supported: 1 2024-04-07T20:28:08.822 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: kSnappyCompression supported: 1 2024-04-07T20:28:08.822 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: kLZ4Compression supported: 1 2024-04-07T20:28:08.822 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: kBZip2Compression supported: 0 2024-04-07T20:28:08.822 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-07T20:28:08.823 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-07T20:28:08.823 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi132/store.db/MANIFEST-000010 2024-04-07T20:28:08.823 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-07T20:28:08.823 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-07T20:28:08.823 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.merge_operator: 2024-04-07T20:28:08.823 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.compaction_filter: None 2024-04-07T20:28:08.823 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-07T20:28:08.823 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-07T20:28:08.823 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-07T20:28:08.823 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-07T20:28:08.823 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5616003b1ba0) 2024-04-07T20:28:08.823 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: cache_index_and_filter_blocks: 1 2024-04-07T20:28:08.823 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-07T20:28:08.824 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-07T20:28:08.824 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: pin_top_level_index_and_filter: 1 2024-04-07T20:28:08.824 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: index_type: 0 2024-04-07T20:28:08.824 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: data_block_index_type: 0 2024-04-07T20:28:08.824 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: index_shortening: 1 2024-04-07T20:28:08.824 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: data_block_hash_table_util_ratio: 0.750000 2024-04-07T20:28:08.824 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: checksum: 4 2024-04-07T20:28:08.824 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: no_block_cache: 0 2024-04-07T20:28:08.824 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: block_cache: 0x5616003b3090 2024-04-07T20:28:08.824 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: block_cache_name: BinnedLRUCache 2024-04-07T20:28:08.824 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: block_cache_options: 2024-04-07T20:28:08.824 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: capacity : 536870912 2024-04-07T20:28:08.824 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: num_shard_bits : 4 2024-04-07T20:28:08.825 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: strict_capacity_limit : 0 2024-04-07T20:28:08.825 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: high_pri_pool_ratio: 0.000 2024-04-07T20:28:08.825 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: block_cache_compressed: (nil) 2024-04-07T20:28:08.825 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: persistent_cache: (nil) 2024-04-07T20:28:08.825 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: block_size: 4096 2024-04-07T20:28:08.825 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: block_size_deviation: 10 2024-04-07T20:28:08.825 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: block_restart_interval: 16 2024-04-07T20:28:08.825 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: index_block_restart_interval: 1 2024-04-07T20:28:08.825 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: metadata_block_size: 4096 2024-04-07T20:28:08.825 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: partition_filters: 0 2024-04-07T20:28:08.825 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: use_delta_encoding: 1 2024-04-07T20:28:08.825 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: filter_policy: bloomfilter 2024-04-07T20:28:08.826 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: whole_key_filtering: 1 2024-04-07T20:28:08.826 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: verify_compression: 0 2024-04-07T20:28:08.826 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: read_amp_bytes_per_bit: 0 2024-04-07T20:28:08.826 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: format_version: 5 2024-04-07T20:28:08.826 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: enable_index_compression: 1 2024-04-07T20:28:08.826 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: block_align: 0 2024-04-07T20:28:08.826 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: max_auto_readahead_size: 262144 2024-04-07T20:28:08.826 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: prepopulate_block_cache: 0 2024-04-07T20:28:08.826 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: initial_auto_readahead_size: 8192 2024-04-07T20:28:08.826 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: num_file_reads_for_auto_readahead: 2 2024-04-07T20:28:08.826 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-07T20:28:08.826 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-07T20:28:08.827 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.compression: NoCompression 2024-04-07T20:28:08.827 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-07T20:28:08.827 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-07T20:28:08.827 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-07T20:28:08.827 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.num_levels: 7 2024-04-07T20:28:08.827 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-07T20:28:08.827 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-07T20:28:08.827 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-07T20:28:08.827 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-07T20:28:08.827 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-07T20:28:08.827 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-07T20:28:08.827 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-07T20:28:08.827 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-07T20:28:08.828 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-07T20:28:08.828 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-07T20:28:08.828 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-07T20:28:08.828 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-07T20:28:08.828 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-07T20:28:08.828 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-07T20:28:08.828 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-07T20:28:08.828 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-07T20:28:08.828 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-07T20:28:08.828 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-07T20:28:08.828 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-07T20:28:08.828 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-07T20:28:08.829 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-07T20:28:08.829 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-07T20:28:08.829 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-07T20:28:08.829 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-07T20:28:08.829 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-07T20:28:08.829 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-07T20:28:08.829 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-07T20:28:08.829 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-07T20:28:08.829 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-07T20:28:08.829 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-07T20:28:08.829 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-07T20:28:08.829 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-07T20:28:08.830 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-07T20:28:08.830 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-07T20:28:08.830 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-07T20:28:08.830 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-07T20:28:08.830 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-07T20:28:08.830 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-07T20:28:08.830 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-07T20:28:08.830 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-07T20:28:08.830 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-07T20:28:08.830 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-07T20:28:08.830 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-07T20:28:08.831 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-07T20:28:08.831 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-07T20:28:08.831 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-07T20:28:08.831 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-07T20:28:08.831 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-07T20:28:08.831 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-07T20:28:08.831 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-07T20:28:08.831 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-07T20:28:08.831 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-07T20:28:08.831 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-07T20:28:08.831 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-07T20:28:08.831 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.inplace_update_support: 0 2024-04-07T20:28:08.831 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-07T20:28:08.832 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-07T20:28:08.832 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-07T20:28:08.832 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-07T20:28:08.832 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.bloom_locality: 0 2024-04-07T20:28:08.832 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.max_successive_merges: 0 2024-04-07T20:28:08.832 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-07T20:28:08.832 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-07T20:28:08.832 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-07T20:28:08.832 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-07T20:28:08.832 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.ttl: 2592000 2024-04-07T20:28:08.832 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-07T20:28:08.832 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-07T20:28:08.832 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-07T20:28:08.833 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.enable_blob_files: false 2024-04-07T20:28:08.833 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.min_blob_size: 0 2024-04-07T20:28:08.833 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-07T20:28:08.833 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-07T20:28:08.833 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-07T20:28:08.833 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-07T20:28:08.833 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-07T20:28:08.833 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-07T20:28:08.833 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-07T20:28:08.833 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-07T20:28:08.833 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi132/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-07T20:28:08.833 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-07T20:28:08.833 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: f00e6f7e-0b8d-4205-8ddd-cc72b1b3f715 2024-04-07T20:28:08.834 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1712521688578198, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-07T20:28:08.834 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-07T20:28:08.834 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1712521688579235, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 86117, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 256, "table_properties": {"data_size": 84264, "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": 78495, "raw_average_value_size": 365, "num_data_blocks": 11, "num_entries": 215, "num_filter_entries": 215, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1712521688, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "f00e6f7e-0b8d-4205-8ddd-cc72b1b3f715", "db_session_id": "8V9MT51KGI0L9PEVONW8", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-07T20:28:08.834 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1712521688579339, "job": 1, "event": "recovery_finished"} 2024-04-07T20:28:08.834 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.574+0000 7fbed193dc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-07T20:28:08.834 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.578+0000 7fbed193dc80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi132/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-07T20:28:08.834 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.578+0000 7fbed193dc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5616004a6000 2024-04-07T20:28:08.834 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.578+0000 7fbed193dc80 4 rocksdb: DB pointer 0x561600490000 2024-04-07T20:28:08.834 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.578+0000 7fbec0098700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-07T20:28:08.834 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.578+0000 7fbec0098700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-07T20:28:08.834 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: ** DB Stats ** 2024-04-07T20:28:08.834 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-07T20:28:08.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: 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-07T20:28:08.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-07T20:28:08.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-07T20:28:08.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: 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-07T20:28:08.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-07T20:28:08.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-07T20:28:08.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: ** Compaction Stats [default] ** 2024-04-07T20:28:08.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: 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-07T20:28:08.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-07T20:28:08.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: L0 2/0 86.00 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 133.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-07T20:28:08.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: Sum 2/0 86.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 133.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-07T20:28:08.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 133.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-07T20:28:08.835 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: ** Compaction Stats [default] ** 2024-04-07T20:28:08.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: 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-07T20:28:08.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-07T20:28:08.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 133.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-07T20:28:08.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-07T20:28:08.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-07T20:28:08.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-07T20:28:08.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-07T20:28:08.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: AddFile(Total Files): cumulative 0, interval 0 2024-04-07T20:28:08.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-07T20:28:08.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: AddFile(Keys): cumulative 0, interval 0 2024-04-07T20:28:08.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: Cumulative compaction: 0.00 GB write, 22.57 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-07T20:28:08.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: Interval compaction: 0.00 GB write, 22.57 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-07T20:28:08.836 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: 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-07T20:28:08.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: Block cache BinnedLRUCache@0x5616003b3090#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 5.5e-05 secs_since: 0 2024-04-07T20:28:08.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: 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-07T20:28:08.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: ** File Read Latency Histogram By Level [default] ** 2024-04-07T20:28:08.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.578+0000 7fbed193dc80 0 starting mon.smithi132 rank 0 at public addrs [v2:172.21.15.132:3300/0,v1:172.21.15.132:6789/0] at bind addrs [v2:172.21.15.132:3300/0,v1:172.21.15.132:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi132 fsid 20f68e34-f51d-11ee-b649-cb9ed24678a4 2024-04-07T20:28:08.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.578+0000 7fbed193dc80 1 mon.smithi132@-1(???) e1 preinit fsid 20f68e34-f51d-11ee-b649-cb9ed24678a4 2024-04-07T20:28:08.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.578+0000 7fbed193dc80 0 mon.smithi132@-1(???).mds e1 new map 2024-04-07T20:28:08.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.578+0000 7fbed193dc80 0 mon.smithi132@-1(???).mds e1 print_map 2024-04-07T20:28:08.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: e1 2024-04-07T20:28:08.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-07T20:28:08.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: 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-07T20:28:08.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: legacy client fscid: -1 2024-04-07T20:28:08.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: 2024-04-07T20:28:08.837 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: No filesystems configured 2024-04-07T20:28:08.838 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.578+0000 7fbed193dc80 0 mon.smithi132@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-07T20:28:08.838 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.578+0000 7fbed193dc80 0 mon.smithi132@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-07T20:28:08.838 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.578+0000 7fbed193dc80 0 mon.smithi132@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-07T20:28:08.838 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.578+0000 7fbed193dc80 0 mon.smithi132@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-07T20:28:08.838 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: debug 2024-04-07T20:28:08.578+0000 7fbed193dc80 1 mon.smithi132@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-07T20:28:08.838 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: cluster 2024-04-07T20:28:08.604988+0000 mon.smithi132 (mon.0) 1 : cluster [INF] mon.smithi132 is new leader, mons smithi132 in quorum (ranks 0) 2024-04-07T20:28:08.838 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: cluster 2024-04-07T20:28:08.605073+0000 mon.smithi132 (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-04-07T20:28:08.838 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: cluster 2024-04-07T20:28:08.605083+0000 mon.smithi132 (mon.0) 3 : cluster [DBG] fsid 20f68e34-f51d-11ee-b649-cb9ed24678a4 2024-04-07T20:28:08.838 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: cluster 2024-04-07T20:28:08.605105+0000 mon.smithi132 (mon.0) 4 : cluster [DBG] last_changed 2024-04-07T20:27:58.933059+0000 2024-04-07T20:28:08.838 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: cluster 2024-04-07T20:28:08.605119+0000 mon.smithi132 (mon.0) 5 : cluster [DBG] created 2024-04-07T20:27:58.933059+0000 2024-04-07T20:28:08.838 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: cluster 2024-04-07T20:28:08.605139+0000 mon.smithi132 (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-04-07T20:28:08.838 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: cluster 2024-04-07T20:28:08.605154+0000 mon.smithi132 (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-04-07T20:28:08.839 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: cluster 2024-04-07T20:28:08.605169+0000 mon.smithi132 (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.132:3300/0,v1:172.21.15.132:6789/0] mon.smithi132 2024-04-07T20:28:08.839 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: cluster 2024-04-07T20:28:08.605577+0000 mon.smithi132 (mon.0) 9 : cluster [DBG] fsmap 2024-04-07T20:28:08.839 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: cluster 2024-04-07T20:28:08.605610+0000 mon.smithi132 (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-07T20:28:08.839 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:08 smithi132 bash[18735]: cluster 2024-04-07T20:28:08.605995+0000 mon.smithi132 (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-04-07T20:28:09.381 INFO:teuthology.orchestra.run.smithi132.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-07T20:28:09.407 INFO:teuthology.orchestra.run.smithi132.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-07T20:28:09.407 INFO:teuthology.orchestra.run.smithi132.stdout:Creating mgr... 2024-04-07T20:28:09.407 INFO:teuthology.orchestra.run.smithi132.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-07T20:28:09.408 INFO:teuthology.orchestra.run.smithi132.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-07T20:28:09.408 INFO:teuthology.orchestra.run.smithi132.stdout:Verifying port 0.0.0.0:8443 ... 2024-04-07T20:28:09.730 INFO:teuthology.orchestra.run.smithi132.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-20f68e34-f51d-11ee-b649-cb9ed24678a4@mgr.smithi132.fjhphm 2024-04-07T20:28:09.730 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stderr Failed to reset failed state of unit ceph-20f68e34-f51d-11ee-b649-cb9ed24678a4@mgr.smithi132.fjhphm.service: Unit ceph-20f68e34-f51d-11ee-b649-cb9ed24678a4@mgr.smithi132.fjhphm.service not loaded. 2024-04-07T20:28:09.797 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:09 smithi132 systemd[1]: /etc/systemd/system/ceph-20f68e34-f51d-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-07T20:28:09.923 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-20f68e34-f51d-11ee-b649-cb9ed24678a4.target.wants/ceph-20f68e34-f51d-11ee-b649-cb9ed24678a4@mgr.smithi132.fjhphm.service -> /etc/systemd/system/ceph-20f68e34-f51d-11ee-b649-cb9ed24678a4@.service. 2024-04-07T20:28:09.932 INFO:teuthology.orchestra.run.smithi132.stdout:firewalld does not appear to be present 2024-04-07T20:28:09.932 INFO:teuthology.orchestra.run.smithi132.stdout:Not possible to enable service . firewalld.service is not available 2024-04-07T20:28:09.932 INFO:teuthology.orchestra.run.smithi132.stdout:firewalld does not appear to be present 2024-04-07T20:28:09.932 INFO:teuthology.orchestra.run.smithi132.stdout:Not possible to open ports <[9283, 8765, 8443]>. firewalld.service is not available 2024-04-07T20:28:09.932 INFO:teuthology.orchestra.run.smithi132.stdout:Waiting for mgr to start... 2024-04-07T20:28:09.932 INFO:teuthology.orchestra.run.smithi132.stdout:Waiting for mgr... 2024-04-07T20:28:10.179 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:09 smithi132 bash[18735]: audit 2024-04-07T20:28:08.801136+0000 mon.smithi132 (mon.0) 12 : audit [INF] from='client.? 172.21.15.132:0/3980857531' entity='client.admin' 2024-04-07T20:28:10.180 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:09 smithi132 systemd[1]: /etc/systemd/system/ceph-20f68e34-f51d-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-07T20:28:11.515 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:11 smithi132 bash[18735]: audit 2024-04-07T20:28:11.334855+0000 mon.smithi132 (mon.0) 13 : audit [DBG] from='client.? 172.21.15.132:0/2315939922' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-07T20:28:11.921 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout 2024-04-07T20:28:11.921 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout { 2024-04-07T20:28:11.921 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "fsid": "20f68e34-f51d-11ee-b649-cb9ed24678a4", 2024-04-07T20:28:11.921 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "health": { 2024-04-07T20:28:11.921 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-07T20:28:11.921 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-07T20:28:11.921 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-07T20:28:11.921 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout }, 2024-04-07T20:28:11.921 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-07T20:28:11.922 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-07T20:28:11.922 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout 0 2024-04-07T20:28:11.922 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout ], 2024-04-07T20:28:11.922 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-07T20:28:11.922 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "smithi132" 2024-04-07T20:28:11.922 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout ], 2024-04-07T20:28:11.922 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-04-07T20:28:11.922 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-07T20:28:11.922 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-07T20:28:11.922 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-07T20:28:11.922 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-07T20:28:11.922 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout }, 2024-04-07T20:28:11.922 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-07T20:28:11.922 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-07T20:28:11.923 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-07T20:28:11.923 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-07T20:28:11.923 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-07T20:28:11.923 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-07T20:28:11.923 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-07T20:28:11.923 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-07T20:28:11.923 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout }, 2024-04-07T20:28:11.923 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-07T20:28:11.923 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-07T20:28:11.923 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-07T20:28:11.923 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-07T20:28:11.923 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-07T20:28:11.923 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-07T20:28:11.923 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-07T20:28:11.923 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-07T20:28:11.924 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-07T20:28:11.924 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout }, 2024-04-07T20:28:11.924 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-07T20:28:11.924 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-07T20:28:11.924 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-07T20:28:11.924 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-07T20:28:11.924 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout }, 2024-04-07T20:28:11.924 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-07T20:28:11.924 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-07T20:28:11.924 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-07T20:28:11.924 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-07T20:28:11.924 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-07T20:28:11.924 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-07T20:28:11.924 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "restful" 2024-04-07T20:28:11.924 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout ], 2024-04-07T20:28:11.925 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-07T20:28:11.925 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout }, 2024-04-07T20:28:11.925 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-07T20:28:11.925 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-07T20:28:11.925 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "modified": "2024-04-07T20:28:03.214071+0000", 2024-04-07T20:28:11.926 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-07T20:28:11.926 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout }, 2024-04-07T20:28:11.926 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-07T20:28:11.926 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout } 2024-04-07T20:28:11.926 INFO:teuthology.orchestra.run.smithi132.stdout:mgr not available, waiting (1/15)... 2024-04-07T20:28:12.677 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:12 smithi132 bash[18735]: cluster 2024-04-07T20:28:11.999932+0000 mon.smithi132 (mon.0) 14 : cluster [INF] Activating manager daemon smithi132.fjhphm 2024-04-07T20:28:12.677 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:12 smithi132 bash[18735]: cluster 2024-04-07T20:28:12.001874+0000 mon.smithi132 (mon.0) 15 : cluster [DBG] mgrmap e2: smithi132.fjhphm(active, starting, since 0.00195407s) 2024-04-07T20:28:12.677 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:12 smithi132 bash[18735]: audit 2024-04-07T20:28:12.003117+0000 mon.smithi132 (mon.0) 16 : audit [DBG] from='mgr.14100 172.21.15.132:0/1884706081' entity='mgr.smithi132.fjhphm' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-07T20:28:12.677 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:12 smithi132 bash[18735]: audit 2024-04-07T20:28:12.003306+0000 mon.smithi132 (mon.0) 17 : audit [DBG] from='mgr.14100 172.21.15.132:0/1884706081' entity='mgr.smithi132.fjhphm' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-07T20:28:12.677 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:12 smithi132 bash[18735]: audit 2024-04-07T20:28:12.003478+0000 mon.smithi132 (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.132:0/1884706081' entity='mgr.smithi132.fjhphm' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-07T20:28:12.677 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:12 smithi132 bash[18735]: audit 2024-04-07T20:28:12.003655+0000 mon.smithi132 (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.132:0/1884706081' entity='mgr.smithi132.fjhphm' cmd=[{"prefix": "mon metadata", "id": "smithi132"}]: dispatch 2024-04-07T20:28:12.677 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:12 smithi132 bash[18735]: audit 2024-04-07T20:28:12.003904+0000 mon.smithi132 (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.132:0/1884706081' entity='mgr.smithi132.fjhphm' cmd=[{"prefix": "mgr metadata", "who": "smithi132.fjhphm", "id": "smithi132.fjhphm"}]: dispatch 2024-04-07T20:28:12.677 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:12 smithi132 bash[18735]: cluster 2024-04-07T20:28:12.025045+0000 mon.smithi132 (mon.0) 21 : cluster [INF] Manager daemon smithi132.fjhphm is now available 2024-04-07T20:28:14.426 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:14 smithi132 bash[18735]: cluster 2024-04-07T20:28:13.005793+0000 mon.smithi132 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi132.fjhphm(active, since 1.00587s) 2024-04-07T20:28:15.426 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:15 smithi132 bash[18735]: audit 2024-04-07T20:28:14.997372+0000 mon.smithi132 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.132:0/1451870978' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-07T20:28:15.485 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout 2024-04-07T20:28:15.486 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout { 2024-04-07T20:28:15.486 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "fsid": "20f68e34-f51d-11ee-b649-cb9ed24678a4", 2024-04-07T20:28:15.486 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "health": { 2024-04-07T20:28:15.486 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-07T20:28:15.486 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-07T20:28:15.487 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-07T20:28:15.487 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout }, 2024-04-07T20:28:15.487 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-07T20:28:15.487 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-07T20:28:15.487 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout 0 2024-04-07T20:28:15.487 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout ], 2024-04-07T20:28:15.487 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-07T20:28:15.487 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "smithi132" 2024-04-07T20:28:15.487 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout ], 2024-04-07T20:28:15.487 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-04-07T20:28:15.487 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-07T20:28:15.487 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-07T20:28:15.487 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-07T20:28:15.487 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-07T20:28:15.488 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout }, 2024-04-07T20:28:15.488 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-07T20:28:15.488 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-07T20:28:15.488 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-07T20:28:15.488 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-07T20:28:15.488 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-07T20:28:15.488 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-07T20:28:15.488 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-07T20:28:15.488 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-07T20:28:15.488 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout }, 2024-04-07T20:28:15.488 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-07T20:28:15.488 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-07T20:28:15.488 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-07T20:28:15.488 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-07T20:28:15.488 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-07T20:28:15.489 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-07T20:28:15.489 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-07T20:28:15.489 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-07T20:28:15.489 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-07T20:28:15.489 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout }, 2024-04-07T20:28:15.489 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-07T20:28:15.489 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-07T20:28:15.489 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-07T20:28:15.489 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-07T20:28:15.489 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout }, 2024-04-07T20:28:15.489 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-07T20:28:15.489 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-07T20:28:15.489 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-07T20:28:15.489 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-07T20:28:15.489 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-07T20:28:15.490 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-07T20:28:15.490 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "restful" 2024-04-07T20:28:15.490 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout ], 2024-04-07T20:28:15.490 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-07T20:28:15.490 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout }, 2024-04-07T20:28:15.490 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-07T20:28:15.490 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-07T20:28:15.490 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "modified": "2024-04-07T20:28:03.214071+0000", 2024-04-07T20:28:15.490 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-07T20:28:15.490 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout }, 2024-04-07T20:28:15.490 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-07T20:28:15.490 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout } 2024-04-07T20:28:15.490 INFO:teuthology.orchestra.run.smithi132.stdout:mgr is available 2024-04-07T20:28:16.926 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:16 smithi132 bash[18735]: audit 2024-04-07T20:28:16.431919+0000 mon.smithi132 (mon.0) 24 : audit [INF] from='client.? 172.21.15.132:0/2639385663' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-07T20:28:16.961 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout 2024-04-07T20:28:16.961 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout [global] 2024-04-07T20:28:16.962 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout fsid = 20f68e34-f51d-11ee-b649-cb9ed24678a4 2024-04-07T20:28:16.962 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-07T20:28:16.962 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-07T20:28:16.962 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-07T20:28:16.962 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-07T20:28:16.962 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout 2024-04-07T20:28:16.962 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-07T20:28:16.962 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-07T20:28:16.962 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout 2024-04-07T20:28:16.962 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout [osd] 2024-04-07T20:28:16.962 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-07T20:28:16.962 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-07T20:28:16.962 INFO:teuthology.orchestra.run.smithi132.stdout:Enabling cephadm module... 2024-04-07T20:28:18.426 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:18 smithi132 bash[18735]: audit 2024-04-07T20:28:17.984271+0000 mon.smithi132 (mon.0) 25 : audit [INF] from='client.? 172.21.15.132:0/781085137' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-07T20:28:18.532 INFO:teuthology.orchestra.run.smithi132.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=smithi132 -v /var/log/ceph/20f68e34-f51d-11ee-b649-cb9ed24678a4:/var/log/ceph:z -v /tmp/ceph-tmpriml6nku:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp73u4wjel:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d mgr module enable cephadm 2024-04-07T20:28:18.533 INFO:teuthology.orchestra.run.smithi132.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-07T20:28:18.533 INFO:teuthology.orchestra.run.smithi132.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=smithi132 -v /var/log/ceph/20f68e34-f51d-11ee-b649-cb9ed24678a4:/var/log/ceph:z -v /tmp/ceph-tmpriml6nku:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp73u4wjel:/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-07T20:28:18.533 INFO:teuthology.orchestra.run.smithi132.stderr: 2024-04-07T20:28:18.533 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-04-07T20:28:18.533 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-04-07T20:28:18.534 INFO:teuthology.orchestra.run.smithi132.stdout: *************** 2024-04-07T20:28:18.534 INFO:teuthology.orchestra.run.smithi132.stdout: Cephadm hit an issue during cluster installation. Current cluster files will be deleted automatically. 2024-04-07T20:28:18.534 INFO:teuthology.orchestra.run.smithi132.stdout: To disable this behaviour you can pass the --no-cleanup-on-failure flag. In case of any previous 2024-04-07T20:28:18.534 INFO:teuthology.orchestra.run.smithi132.stdout: broken installation, users must use the following command to completely delete the broken cluster: 2024-04-07T20:28:18.534 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-04-07T20:28:18.534 INFO:teuthology.orchestra.run.smithi132.stdout: > cephadm rm-cluster --force --zap-osds --fsid 2024-04-07T20:28:18.534 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-04-07T20:28:18.534 INFO:teuthology.orchestra.run.smithi132.stdout: for more information please refer to https://docs.ceph.com/en/latest/cephadm/operations/#purging-a-cluster 2024-04-07T20:28:18.534 INFO:teuthology.orchestra.run.smithi132.stdout: *************** 2024-04-07T20:28:18.534 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-04-07T20:28:18.534 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-04-07T20:28:18.534 INFO:teuthology.orchestra.run.smithi132.stdout:Deleting cluster with fsid: 20f68e34-f51d-11ee-b649-cb9ed24678a4 2024-04-07T20:28:21.071 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/docker: stdout b0a270d72c7a,96.38MiB / 31.23GiB 2024-04-07T20:28:21.071 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/docker: stdout 9c615541b02e,18.14MiB / 31.23GiB 2024-04-07T20:28:23.082 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/docker: stdout b0a270d72c7a,0.20% 2024-04-07T20:28:23.082 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/docker: stdout 9c615541b02e,0.13% 2024-04-07T20:28:23.426 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:23 smithi132 systemd[1]: Stopping Ceph mon.smithi132 for 20f68e34-f51d-11ee-b649-cb9ed24678a4... 2024-04-07T20:28:23.427 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:23 smithi132 bash[18735]: debug 2024-04-07T20:28:23.222+0000 7fbec88a9700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi132 -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-07T20:28:23.427 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:23 smithi132 bash[18735]: debug 2024-04-07T20:28:23.222+0000 7fbec88a9700 -1 mon.smithi132@0(leader) e1 *** Got Signal Terminated *** 2024-04-07T20:28:24.176 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:23 smithi132 bash[19506]: ceph-20f68e34-f51d-11ee-b649-cb9ed24678a4-mon-smithi132 2024-04-07T20:28:24.176 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:24 smithi132 bash[19569]: Error response from daemon: No such container: ceph-20f68e34-f51d-11ee-b649-cb9ed24678a4-mon-smithi132 2024-04-07T20:28:24.176 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:24 smithi132 systemd[1]: ceph-20f68e34-f51d-11ee-b649-cb9ed24678a4@mon.smithi132.service: Deactivated successfully. 2024-04-07T20:28:24.177 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:24 smithi132 systemd[1]: Stopped Ceph mon.smithi132 for 20f68e34-f51d-11ee-b649-cb9ed24678a4. 2024-04-07T20:28:24.281 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stderr Removed /etc/systemd/system/ceph-20f68e34-f51d-11ee-b649-cb9ed24678a4.target.wants/ceph-20f68e34-f51d-11ee-b649-cb9ed24678a4@mon.smithi132.service. 2024-04-07T20:28:24.286 INFO:teuthology.orchestra.run.smithi132.stdout:Non-zero exit code 5 from systemctl stop ceph-20f68e34-f51d-11ee-b649-cb9ed24678a4-init@mon.smithi132.service 2024-04-07T20:28:24.287 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stderr Failed to stop ceph-20f68e34-f51d-11ee-b649-cb9ed24678a4-init@mon.smithi132.service: Unit ceph-20f68e34-f51d-11ee-b649-cb9ed24678a4-init@mon.smithi132.service not loaded. 2024-04-07T20:28:24.291 INFO:teuthology.orchestra.run.smithi132.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-20f68e34-f51d-11ee-b649-cb9ed24678a4-init@mon.smithi132.service 2024-04-07T20:28:24.291 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stderr Failed to reset failed state of unit ceph-20f68e34-f51d-11ee-b649-cb9ed24678a4-init@mon.smithi132.service: Unit ceph-20f68e34-f51d-11ee-b649-cb9ed24678a4-init@mon.smithi132.service not loaded. 2024-04-07T20:28:24.298 INFO:teuthology.orchestra.run.smithi132.stdout:Non-zero exit code 1 from systemctl disable ceph-20f68e34-f51d-11ee-b649-cb9ed24678a4-init@mon.smithi132.service 2024-04-07T20:28:24.298 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stderr Failed to disable unit: Unit file ceph-20f68e34-f51d-11ee-b649-cb9ed24678a4-init@mon.smithi132.service does not exist. 2024-04-07T20:28:24.570 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Apr 07 20:28:24 smithi132 systemd[1]: /etc/systemd/system/ceph-20f68e34-f51d-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-07T20:28:25.114 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stderr Removed /etc/systemd/system/ceph-20f68e34-f51d-11ee-b649-cb9ed24678a4.target.wants/ceph-20f68e34-f51d-11ee-b649-cb9ed24678a4@mgr.smithi132.fjhphm.service. 2024-04-07T20:28:25.119 INFO:teuthology.orchestra.run.smithi132.stdout:Non-zero exit code 5 from systemctl stop ceph-20f68e34-f51d-11ee-b649-cb9ed24678a4-init@mgr.smithi132.fjhphm.service 2024-04-07T20:28:25.119 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stderr Failed to stop ceph-20f68e34-f51d-11ee-b649-cb9ed24678a4-init@mgr.smithi132.fjhphm.service: Unit ceph-20f68e34-f51d-11ee-b649-cb9ed24678a4-init@mgr.smithi132.fjhphm.service not loaded. 2024-04-07T20:28:25.124 INFO:teuthology.orchestra.run.smithi132.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-20f68e34-f51d-11ee-b649-cb9ed24678a4-init@mgr.smithi132.fjhphm.service 2024-04-07T20:28:25.124 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stderr Failed to reset failed state of unit ceph-20f68e34-f51d-11ee-b649-cb9ed24678a4-init@mgr.smithi132.fjhphm.service: Unit ceph-20f68e34-f51d-11ee-b649-cb9ed24678a4-init@mgr.smithi132.fjhphm.service not loaded. 2024-04-07T20:28:25.131 INFO:teuthology.orchestra.run.smithi132.stdout:Non-zero exit code 1 from systemctl disable ceph-20f68e34-f51d-11ee-b649-cb9ed24678a4-init@mgr.smithi132.fjhphm.service 2024-04-07T20:28:25.131 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stderr Failed to disable unit: Unit file ceph-20f68e34-f51d-11ee-b649-cb9ed24678a4-init@mgr.smithi132.fjhphm.service does not exist. 2024-04-07T20:28:25.347 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph-20f68e34-f51d-11ee-b649-cb9ed24678a4.target. 2024-04-07T20:28:25.348 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stderr Removed /etc/systemd/system/ceph.target.wants/ceph-20f68e34-f51d-11ee-b649-cb9ed24678a4.target. 2024-04-07T20:28:25.572 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-04-07T20:28:25.573 INFO:teuthology.orchestra.run.smithi132.stderr:Traceback (most recent call last): 2024-04-07T20:28:25.573 INFO:teuthology.orchestra.run.smithi132.stderr: File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-07T20:28:25.587 INFO:teuthology.orchestra.run.smithi132.stderr: return _run_code(code, main_globals, None, 2024-04-07T20:28:25.587 INFO:teuthology.orchestra.run.smithi132.stderr: File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-07T20:28:25.587 INFO:teuthology.orchestra.run.smithi132.stderr: exec(code, run_globals) 2024-04-07T20:28:25.587 INFO:teuthology.orchestra.run.smithi132.stderr: File "/tmp/tmpq80jszlv.cephadm.build/app/__main__.py", line 5608, in 2024-04-07T20:28:25.587 INFO:teuthology.orchestra.run.smithi132.stderr: File "/tmp/tmpq80jszlv.cephadm.build/app/__main__.py", line 5596, in main 2024-04-07T20:28:25.587 INFO:teuthology.orchestra.run.smithi132.stderr: File "/tmp/tmpq80jszlv.cephadm.build/app/__main__.py", line 2693, in _rollback 2024-04-07T20:28:25.587 INFO:teuthology.orchestra.run.smithi132.stderr: File "/tmp/tmpq80jszlv.cephadm.build/app/__main__.py", line 445, in _default_image 2024-04-07T20:28:25.587 INFO:teuthology.orchestra.run.smithi132.stderr: File "/tmp/tmpq80jszlv.cephadm.build/app/__main__.py", line 2925, in command_bootstrap 2024-04-07T20:28:25.587 INFO:teuthology.orchestra.run.smithi132.stderr: File "/tmp/tmpq80jszlv.cephadm.build/app/__main__.py", line 2387, in enable_cephadm_mgr_module 2024-04-07T20:28:25.587 INFO:teuthology.orchestra.run.smithi132.stderr: File "/tmp/tmpq80jszlv.cephadm.build/app/__main__.py", line 2854, in cli 2024-04-07T20:28:25.587 INFO:teuthology.orchestra.run.smithi132.stderr: File "/tmp/tmpq80jszlv.cephadm.build/app/cephadmlib/container_types.py", line 429, in run 2024-04-07T20:28:25.588 INFO:teuthology.orchestra.run.smithi132.stderr: File "/tmp/tmpq80jszlv.cephadm.build/app/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-07T20:28:25.588 INFO:teuthology.orchestra.run.smithi132.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=smithi132 -v /var/log/ceph/20f68e34-f51d-11ee-b649-cb9ed24678a4:/var/log/ceph:z -v /tmp/ceph-tmpriml6nku:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp73u4wjel:/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-07T20:28:25.588 INFO:teuthology.orchestra.run.smithi132.stderr: 2024-04-07T20:28:25.621 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T20:28:25.622 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-07T20:28:25.622 DEBUG:teuthology.orchestra.run.smithi132:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-07T20:28:25.628 DEBUG:teuthology.orchestra.run.smithi161:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-07T20:28:25.634 INFO:tasks.cephadm:Stopping all daemons... 2024-04-07T20:28:25.634 INFO:tasks.cephadm.mon.smithi132:Stopping mon.smithi132... 2024-04-07T20:28:25.634 DEBUG:teuthology.orchestra.run.smithi132:> sudo systemctl stop ceph-20f68e34-f51d-11ee-b649-cb9ed24678a4@mon.smithi132 2024-04-07T20:28:25.684 INFO:teuthology.orchestra.run.smithi132.stderr:Failed to stop ceph-20f68e34-f51d-11ee-b649-cb9ed24678a4@mon.smithi132.service: Unit ceph-20f68e34-f51d-11ee-b649-cb9ed24678a4@mon.smithi132.service not loaded. 2024-04-07T20:28:25.686 DEBUG:teuthology.orchestra.run:got remote process result: 5 2024-04-07T20:28:25.686 ERROR:tasks.cephadm:Failed to stop "ceph.mon.smithi132" 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 smithi132 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d -v bootstrap --fsid 20f68e34-f51d-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.132 --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 smithi132 with status 5: 'sudo systemctl stop ceph-20f68e34-f51d-11ee-b649-cb9ed24678a4@mon.smithi132' 2024-04-07T20:28:25.688 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 smithi132 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d -v bootstrap --fsid 20f68e34-f51d-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.132 --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 smithi132 with status 5: 'sudo systemctl stop ceph-20f68e34-f51d-11ee-b649-cb9ed24678a4@mon.smithi132' 2024-04-07T20:28:25.688 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-07T20:28:25.690 DEBUG:teuthology.misc:Transferring archived files from smithi132:/var/lib/ceph/20f68e34-f51d-11ee-b649-cb9ed24678a4/crash to /home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634242/remote/smithi132/crash 2024-04-07T20:28:25.691 DEBUG:teuthology.orchestra.run.smithi132:> sudo tar c -f - -C /var/lib/ceph/20f68e34-f51d-11ee-b649-cb9ed24678a4/crash -- . 2024-04-07T20:28:25.740 INFO:teuthology.orchestra.run.smithi132.stderr:tar: /var/lib/ceph/20f68e34-f51d-11ee-b649-cb9ed24678a4/crash: Cannot open: No such file or directory 2024-04-07T20:28:25.740 INFO:teuthology.orchestra.run.smithi132.stderr:tar: Error is not recoverable: exiting now 2024-04-07T20:28:25.742 DEBUG:teuthology.misc:Transferring archived files from smithi161:/var/lib/ceph/20f68e34-f51d-11ee-b649-cb9ed24678a4/crash to /home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634242/remote/smithi161/crash 2024-04-07T20:28:25.743 DEBUG:teuthology.orchestra.run.smithi161:> sudo tar c -f - -C /var/lib/ceph/20f68e34-f51d-11ee-b649-cb9ed24678a4/crash -- . 2024-04-07T20:28:25.755 INFO:teuthology.orchestra.run.smithi161.stderr:tar: /var/lib/ceph/20f68e34-f51d-11ee-b649-cb9ed24678a4/crash: Cannot open: No such file or directory 2024-04-07T20:28:25.755 INFO:teuthology.orchestra.run.smithi161.stderr:tar: Error is not recoverable: exiting now 2024-04-07T20:28:25.757 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-07T20:28:25.757 DEBUG:teuthology.orchestra.run.smithi132:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/20f68e34-f51d-11ee-b649-cb9ed24678a4/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-07T20:28:25.796 INFO:teuthology.orchestra.run.smithi132.stderr:grep: /var/log/ceph/20f68e34-f51d-11ee-b649-cb9ed24678a4/ceph.log: No such file or directory 2024-04-07T20:28:25.798 INFO:tasks.cephadm:Compressing logs... 2024-04-07T20:28:25.799 DEBUG:teuthology.orchestra.run.smithi132:> 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-07T20:28:25.843 DEBUG:teuthology.orchestra.run.smithi161:> 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-07T20:28:25.851 INFO:teuthology.orchestra.run.smithi132.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-07T20:28:25.857 INFO:teuthology.orchestra.run.smithi161.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-07T20:28:25.862 INFO:teuthology.orchestra.run.smithi132.stderr: 2024-04-07T20:28:25.862 INFO:teuthology.orchestra.run.smithi132.stderr:real 0m0.017s 2024-04-07T20:28:25.862 INFO:teuthology.orchestra.run.smithi132.stderr:user 0m0.006s 2024-04-07T20:28:25.862 INFO:teuthology.orchestra.run.smithi132.stderr:sys 0m0.009s 2024-04-07T20:28:25.864 INFO:teuthology.orchestra.run.smithi161.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-07T20:28:25.865 INFO:teuthology.orchestra.run.smithi161.stderr:/var/log/ceph/cephadm.log: 56.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-07T20:28:25.867 INFO:teuthology.orchestra.run.smithi161.stderr: 2024-04-07T20:28:25.867 INFO:teuthology.orchestra.run.smithi161.stderr:real 0m0.019s 2024-04-07T20:28:25.867 INFO:teuthology.orchestra.run.smithi161.stderr:user 0m0.011s 2024-04-07T20:28:25.867 INFO:teuthology.orchestra.run.smithi161.stderr:sys 0m0.011s 2024-04-07T20:28:25.867 INFO:tasks.cephadm:Archiving logs... 2024-04-07T20:28:25.867 DEBUG:teuthology.misc:Transferring archived files from smithi132:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634242/remote/smithi132/log 2024-04-07T20:28:25.868 DEBUG:teuthology.orchestra.run.smithi132:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-07T20:28:25.916 DEBUG:teuthology.misc:Transferring archived files from smithi161:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634242/remote/smithi161/log 2024-04-07T20:28:25.917 DEBUG:teuthology.orchestra.run.smithi161:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-07T20:28:25.931 INFO:tasks.cephadm:Removing cluster... 2024-04-07T20:28:25.931 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 20f68e34-f51d-11ee-b649-cb9ed24678a4 --force 2024-04-07T20:28:26.120 INFO:teuthology.orchestra.run.smithi132.stdout:Deleting cluster with fsid: 20f68e34-f51d-11ee-b649-cb9ed24678a4 2024-04-07T20:28:27.239 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 20f68e34-f51d-11ee-b649-cb9ed24678a4 --force 2024-04-07T20:28:27.402 INFO:teuthology.orchestra.run.smithi161.stdout:Deleting cluster with fsid: 20f68e34-f51d-11ee-b649-cb9ed24678a4 2024-04-07T20:28:28.525 INFO:tasks.cephadm:Removing cephadm ... 2024-04-07T20:28:28.526 DEBUG:teuthology.orchestra.run.smithi132:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-07T20:28:28.532 DEBUG:teuthology.orchestra.run.smithi161:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-07T20:28:28.537 INFO:tasks.cephadm:Teardown complete 2024-04-07T20:28:28.538 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 smithi132 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d -v bootstrap --fsid 20f68e34-f51d-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.132 --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 smithi132 with status 5: 'sudo systemctl stop ceph-20f68e34-f51d-11ee-b649-cb9ed24678a4@mon.smithi132' 2024-04-07T20:28:28.768 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=f2abfbe0cca947559dd825ffe9bfa5b1 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 smithi132 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d -v bootstrap --fsid 20f68e34-f51d-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.132 --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 smithi132 with status 5: 'sudo systemctl stop ceph-20f68e34-f51d-11ee-b649-cb9ed24678a4@mon.smithi132' 2024-04-07T20:28:28.773 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-07T20:28:28.781 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-04-07T20:28:28.790 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi132:/dev/vg_nvme/lv_1... 2024-04-07T20:28:28.791 DEBUG:teuthology.orchestra.run.smithi132:> sudo nvme disconnect -n lv_1 2024-04-07T20:28:29.062 INFO:teuthology.orchestra.run.smithi132.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-04-07T20:28:29.063 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T20:28:29.064 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi132:/dev/vg_nvme/lv_2... 2024-04-07T20:28:29.064 DEBUG:teuthology.orchestra.run.smithi132:> sudo nvme disconnect -n lv_2 2024-04-07T20:28:29.326 INFO:teuthology.orchestra.run.smithi132.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-04-07T20:28:29.327 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T20:28:29.328 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi132:/dev/vg_nvme/lv_3... 2024-04-07T20:28:29.328 DEBUG:teuthology.orchestra.run.smithi132:> sudo nvme disconnect -n lv_3 2024-04-07T20:28:29.598 INFO:teuthology.orchestra.run.smithi132.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-04-07T20:28:29.599 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T20:28:29.600 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi132:/dev/vg_nvme/lv_4... 2024-04-07T20:28:29.600 DEBUG:teuthology.orchestra.run.smithi132:> sudo nvme disconnect -n lv_4 2024-04-07T20:28:29.873 INFO:teuthology.orchestra.run.smithi132.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-04-07T20:28:29.875 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T20:28:29.876 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2024-04-07T20:28:29.876 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd of=/scratch_devs 2024-04-07T20:28:29.889 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi161:/dev/vg_nvme/lv_1... 2024-04-07T20:28:29.889 DEBUG:teuthology.orchestra.run.smithi161:> sudo nvme disconnect -n lv_1 2024-04-07T20:28:30.111 INFO:teuthology.orchestra.run.smithi161.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-04-07T20:28:30.112 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T20:28:30.113 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi161:/dev/vg_nvme/lv_2... 2024-04-07T20:28:30.113 DEBUG:teuthology.orchestra.run.smithi161:> sudo nvme disconnect -n lv_2 2024-04-07T20:28:30.371 INFO:teuthology.orchestra.run.smithi161.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-04-07T20:28:30.372 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T20:28:30.372 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi161:/dev/vg_nvme/lv_3... 2024-04-07T20:28:30.372 DEBUG:teuthology.orchestra.run.smithi161:> sudo nvme disconnect -n lv_3 2024-04-07T20:28:30.655 INFO:teuthology.orchestra.run.smithi161.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-04-07T20:28:30.656 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T20:28:30.656 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi161:/dev/vg_nvme/lv_4... 2024-04-07T20:28:30.657 DEBUG:teuthology.orchestra.run.smithi161:> sudo nvme disconnect -n lv_4 2024-04-07T20:28:30.899 INFO:teuthology.orchestra.run.smithi161.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-04-07T20:28:30.900 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T20:28:30.900 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-07T20:28:30.901 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/scratch_devs 2024-04-07T20:28:30.914 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-07T20:28:30.923 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-07T20:28:30.924 DEBUG:teuthology.orchestra.run.smithi132:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-07T20:28:30.926 DEBUG:teuthology.orchestra.run.smithi161:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-07T20:28:30.937 INFO:teuthology.orchestra.run.smithi132.stdout: remote refid st t when poll reach delay offset jitter 2024-04-07T20:28:30.937 INFO:teuthology.orchestra.run.smithi132.stdout:============================================================================== 2024-04-07T20:28:30.938 INFO:teuthology.orchestra.run.smithi132.stdout: hv01.front.sepi 44.4.53.2 2 u 47 64 3 0.110 +0.155 0.682 2024-04-07T20:28:30.938 INFO:teuthology.orchestra.run.smithi132.stdout: hv02.front.sepi 63.231.80.2 3 u 48 64 3 0.205 +0.628 0.738 2024-04-07T20:28:30.938 INFO:teuthology.orchestra.run.smithi132.stdout: hv03.front.sepi 74.6.168.72 3 u 50 64 3 0.139 -1.136 0.331 2024-04-07T20:28:30.938 INFO:teuthology.orchestra.run.smithi132.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-07T20:28:30.966 INFO:teuthology.orchestra.run.smithi161.stdout: remote refid st t when poll reach delay offset jitter 2024-04-07T20:28:30.966 INFO:teuthology.orchestra.run.smithi161.stdout:============================================================================== 2024-04-07T20:28:30.966 INFO:teuthology.orchestra.run.smithi161.stdout: hv01.front.sepi 44.4.53.2 2 u 50 64 3 0.222 +0.463 1.496 2024-04-07T20:28:30.967 INFO:teuthology.orchestra.run.smithi161.stdout: hv02.front.sepi 63.231.80.2 3 u 47 64 3 0.146 +0.934 0.482 2024-04-07T20:28:30.967 INFO:teuthology.orchestra.run.smithi161.stdout: hv03.front.sepi 74.6.168.72 3 u 48 64 3 0.136 -0.866 0.533 2024-04-07T20:28:30.967 INFO:teuthology.orchestra.run.smithi161.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-07T20:28:30.968 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-07T20:28:31.001 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-07T20:28:31.002 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-07T20:28:31.021 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-07T20:28:31.030 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-07T20:28:31.039 INFO:teuthology.task.internal:Duration was 545.910404 seconds 2024-04-07T20:28:31.039 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-07T20:28:31.049 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-07T20:28:31.049 DEBUG:teuthology.orchestra.run.smithi132:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-07T20:28:31.052 DEBUG:teuthology.orchestra.run.smithi161:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-07T20:28:31.090 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-07T20:28:31.090 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi132.front.sepia.ceph.com 2024-04-07T20:28:31.090 DEBUG:teuthology.orchestra.run.smithi132:> 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-07T20:28:31.143 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi161.front.sepia.ceph.com 2024-04-07T20:28:31.143 DEBUG:teuthology.orchestra.run.smithi161:> 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-07T20:28:31.153 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-07T20:28:31.153 DEBUG:teuthology.orchestra.run.smithi132:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-07T20:28:31.187 DEBUG:teuthology.orchestra.run.smithi161:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-07T20:28:31.218 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-07T20:28:31.218 DEBUG:teuthology.orchestra.run.smithi132:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-07T20:28:31.259 DEBUG:teuthology.orchestra.run.smithi161:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-07T20:28:31.316 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-07T20:28:31.326 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-07T20:28:31.327 DEBUG:teuthology.orchestra.run.smithi132:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-07T20:28:31.337 DEBUG:teuthology.orchestra.run.smithi161:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-07T20:28:31.350 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-07T20:28:31.360 DEBUG:teuthology.orchestra.run.smithi132:> 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-07T20:28:31.383 DEBUG:teuthology.orchestra.run.smithi161:> 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-07T20:28:31.391 INFO:teuthology.orchestra.run.smithi132.stdout:kernel.core_pattern = core 2024-04-07T20:28:31.404 INFO:teuthology.orchestra.run.smithi161.stdout:kernel.core_pattern = core 2024-04-07T20:28:31.427 DEBUG:teuthology.orchestra.run.smithi132:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-07T20:28:31.461 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T20:28:31.461 DEBUG:teuthology.orchestra.run.smithi161:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-07T20:28:31.473 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T20:28:31.474 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-07T20:28:31.484 INFO:teuthology.task.internal:Transferring archived files... 2024-04-07T20:28:31.484 DEBUG:teuthology.misc:Transferring archived files from smithi132:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634242/remote/smithi132 2024-04-07T20:28:31.485 DEBUG:teuthology.orchestra.run.smithi132:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-07T20:28:31.530 DEBUG:teuthology.misc:Transferring archived files from smithi161:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634242/remote/smithi161 2024-04-07T20:28:31.530 DEBUG:teuthology.orchestra.run.smithi161:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-07T20:28:31.550 INFO:teuthology.task.internal:Removing archive directory... 2024-04-07T20:28:31.550 DEBUG:teuthology.orchestra.run.smithi132:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-07T20:28:31.571 DEBUG:teuthology.orchestra.run.smithi161:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-07T20:28:31.595 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-07T20:28:31.606 INFO:teuthology.task.internal:Not uploading archives. 2024-04-07T20:28:31.606 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-07T20:28:31.615 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-07T20:28:31.615 DEBUG:teuthology.orchestra.run.smithi132:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-07T20:28:31.619 DEBUG:teuthology.orchestra.run.smithi161:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-07T20:28:31.622 INFO:teuthology.orchestra.run.smithi132.stdout: 658634 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 7 20:28 /home/ubuntu/cephtest 2024-04-07T20:28:31.643 INFO:teuthology.orchestra.run.smithi161.stdout: 658641 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 7 20:28 /home/ubuntu/cephtest 2024-04-07T20:28:31.645 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-07T20:28:31.654 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-07T20:28:31.673 INFO:teuthology.nuke:Checking targets against current locks 2024-04-07T20:28:31.702 DEBUG:teuthology.nuke:shortname: smithi132 2024-04-07T20:28:31.702 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-07T20:28:31.724 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi132.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634242', '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:10:07.881657', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCiJffB6pXCVWXE4IvKwLYL/8F/Smky8w8R6yMKooSKs2ob5Hf8zl66uVFILdamKcHyCPq4sPMB2K5CQ4YdTJ40='} 2024-04-07T20:28:31.728 DEBUG:teuthology.nuke:shortname: smithi161 2024-04-07T20:28:31.729 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-07T20:28:31.750 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi161.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634242', '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:10:07.880189', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGdn+4y3mmg4nqyatccU7qwu7hy+C8H6wCTG6j4HoOUVQf6IONmvN7hS+9SP/H5HZRr5yGIX2uXl+J6zp1DS5NU='} 2024-04-07T20:28:31.768 INFO:teuthology.orchestra.console.smithi132:Power off 2024-04-07T20:28:31.769 DEBUG:teuthology.orchestra.console.smithi132:pexpect command: ipmitool -H smithi132.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-07T20:28:31.793 DEBUG:teuthology.orchestra.console.smithi132:power off output: Chassis Power Control: Down/Off 2024-04-07T20:28:31.793 DEBUG:teuthology.orchestra.console.smithi132:pexpect command: ipmitool -H smithi132.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-07T20:28:31.808 INFO:teuthology.orchestra.console.smithi161:Power off 2024-04-07T20:28:31.808 DEBUG:teuthology.orchestra.console.smithi161:pexpect command: ipmitool -H smithi161.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-07T20:28:31.817 DEBUG:teuthology.orchestra.console.smithi132:check power output: Chassis Power is on 2024-04-07T20:28:31.830 DEBUG:teuthology.orchestra.console.smithi161:power off output: Chassis Power Control: Down/Off 2024-04-07T20:28:31.830 DEBUG:teuthology.orchestra.console.smithi161:pexpect command: ipmitool -H smithi161.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-07T20:28:31.856 DEBUG:teuthology.orchestra.console.smithi161:check power output: Chassis Power is on 2024-04-07T20:28:35.817 DEBUG:teuthology.orchestra.console.smithi132:pexpect command: ipmitool -H smithi132.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-07T20:28:35.857 DEBUG:teuthology.orchestra.console.smithi161:pexpect command: ipmitool -H smithi161.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-07T20:28:35.927 DEBUG:teuthology.orchestra.console.smithi132:check power output: Chassis Power is on 2024-04-07T20:28:35.969 DEBUG:teuthology.orchestra.console.smithi161:check power output: Chassis Power is on 2024-04-07T20:28:39.932 DEBUG:teuthology.orchestra.console.smithi132:pexpect command: ipmitool -H smithi132.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-07T20:28:39.970 DEBUG:teuthology.orchestra.console.smithi161:pexpect command: ipmitool -H smithi161.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-07T20:28:40.043 DEBUG:teuthology.orchestra.console.smithi132:check power output: Chassis Power is on 2024-04-07T20:28:40.080 DEBUG:teuthology.orchestra.console.smithi161:check power output: Chassis Power is on 2024-04-07T20:28:44.047 DEBUG:teuthology.orchestra.console.smithi132:pexpect command: ipmitool -H smithi132.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-07T20:28:44.082 DEBUG:teuthology.orchestra.console.smithi161:pexpect command: ipmitool -H smithi161.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-07T20:28:44.158 DEBUG:teuthology.orchestra.console.smithi132:check power output: Chassis Power is off 2024-04-07T20:28:44.191 DEBUG:teuthology.orchestra.console.smithi161:check power output: Chassis Power is off 2024-04-07T20:28:44.260 INFO:teuthology.orchestra.console.smithi132:Power off completed 2024-04-07T20:28:44.293 INFO:teuthology.orchestra.console.smithi161:Power off completed 2024-04-07T20:28:44.398 INFO:teuthology.run:Summary data: description: orch/cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} duration: 545.9104044437408 failure_reason: 'Command failed on smithi132 with status 5: ''sudo systemctl stop ceph-20f68e34-f51d-11ee-b649-cb9ed24678a4@mon.smithi132''' owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=f2abfbe0cca947559dd825ffe9bfa5b1 status: fail success: false 2024-04-07T20:28:44.398 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-07T20:28:44.500 INFO:teuthology.run:FAIL