2024-04-24T17:14:21.343 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-24T17:14:21.344 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --description orch:cephadm/smb/{0-distro/ubuntu_22.04 tasks/deploy_smb_domain} --archive /home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671855 --name adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi --owner scheduled_adking@teuthology -- /home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671855/orig.config.yaml 2024-04-24T17:14:21.381 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-24T17:14:21.469 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671855 branch: wip-adk-testing-2024-04-24-0937 description: orch:cephadm/smb/{0-distro/ubuntu_22.04 tasks/deploy_smb_domain} email: adking@redhat.com first_in_suite: false job_id: '7671855' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-adk-testing-2024-04-24-0937 ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) log-only-match: - CEPHADM_ sha1: 5904d29475f5be602879d9fb26280e89b808d5cc ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 5904d29475f5be602879d9fb26280e89b808d5cc workunit: branch: wip-adk-testing-2024-04-24-0937 sha1: 5904d29475f5be602879d9fb26280e89b808d5cc owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.x - osd.0 - osd.1 - client.0 - - host.b - cephadm.exclude seed: 2532 sha1: 5904d29475f5be602879d9fb26280e89b808d5cc sleep_before_teardown: 0 subset: 1/16 suite: orch:cephadm suite_branch: wip-adk-testing-2024-04-24-0937 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_5904d29475f5be602879d9fb26280e89b808d5cc/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 5904d29475f5be602879d9fb26280e89b808d5cc targets: smithi132.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCt6tztNNZVf0K/7EwMuhIQTi/58PbD3aDbAYfAck9XC+TJwYDSWxlGblSV3QpVHHJZ1+jXuAgod0bHNlGkeMuU= smithi161.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDxV8FGQSabIeFaWQ6HbSutXEKjpiclYGXNaLwCgfHmCERmAF320kz7Z5JQczI/dMbsx5G0uI7HvBZ6ASQkNTBQ= tasks: - cephadm.deploy_samba_ad_dc: role: host.b - cephadm: null - cephadm.shell: host.a: - ceph fs volume create cephfs - cephadm.wait_for_service: service: mds.cephfs - cephadm.shell: host.a: - cmd: ceph fs subvolumegroup create cephfs g1 - cmd: ceph fs subvolume create cephfs sub1 --group-name=g1 --mode=0777 - cmd: ceph fs authorize cephfs client.smbdata / rw - cmd: ceph osd pool create .smb --yes-i-really-mean-it - cmd: ceph osd pool application enable .smb smb - cmd: rados --pool=.smb --namespace=admem1 put conf.toml /dev/stdin stdin: 'samba-container-config = "v0" [configs.admem1] shares = ["share1"] globals = ["default", "domain"] instance_name = "SAMBA" [shares.share1.options] "vfs objects" = "ceph" path = "/" "ceph:config_file" = "/etc/ceph/ceph.conf" "ceph:user_id" = "smbdata" "kernel share modes" = "no" "read only" = "no" "browseable" = "yes" [globals.default.options] "server min protocol" = "SMB2" "load printers" = "no" "printing" = "bsd" "printcap name" = "/dev/null" "disable spoolss" = "yes" "guest ok" = "no" [globals.domain.options] security = "ads" workgroup = "DOMAIN1" realm = "domain1.sink.test" "idmap config * : backend" = "autorid" "idmap config * : range" = "2000-9999999" ' - cmd: ceph config-key set smb/config/admem1/join1.json -i - stdin: '{"username": "Administrator", "password": "Passw0rd"} ' - cephadm.apply: specs: - cluster_id: admem1 config_uri: rados://.smb/admem1/conf.toml custom_dns: - '{{ctx.samba_ad_dc_ip}}' features: - domain include_ceph_users: - client.smbdata join_sources: - rados:mon-config-key:smb/config/admem1/join1.json placement: count: 1 service_id: admem1 service_type: smb - cephadm.wait_for_service: service: smb.admem1 - cephadm.exec: host.b: - sleep 30 - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U DOMAIN1\\ckent%1115Rose. //{{''host.a''|role_to_remote|attr(''ip_address'')}}/share1 -c ls' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17 timestamp: 2024-04-24_15:49:18 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-24T17:14:21.469 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_5904d29475f5be602879d9fb26280e89b808d5cc/qa; will attempt to use it 2024-04-24T17:14:21.470 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_5904d29475f5be602879d9fb26280e89b808d5cc/qa/tasks 2024-04-24T17:14:21.470 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-24T17:14:21.471 INFO:teuthology.task.internal:Checking packages... 2024-04-24T17:14:21.495 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '5904d29475f5be602879d9fb26280e89b808d5cc' 2024-04-24T17:14:21.495 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-24T17:14:21.495 INFO:teuthology.packaging:ref: None 2024-04-24T17:14:21.495 INFO:teuthology.packaging:tag: None 2024-04-24T17:14:21.495 INFO:teuthology.packaging:branch: wip-adk-testing-2024-04-24-0937 2024-04-24T17:14:21.496 INFO:teuthology.packaging:sha1: 5904d29475f5be602879d9fb26280e89b808d5cc 2024-04-24T17:14:21.496 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-adk-testing-2024-04-24-0937 2024-04-24T17:14:21.831 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3285-g5904d294-1jammy 2024-04-24T17:14:21.833 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-24T17:14:21.841 INFO:teuthology.task.internal:no buildpackages task found 2024-04-24T17:14:21.841 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-24T17:14:21.881 INFO:teuthology.task.internal:Saving configuration 2024-04-24T17:14:21.905 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-24T17:14:21.911 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-24T17:14:21.934 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi132.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671855', '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-24 17:08:07.309447', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM61am52cObo31dC6u3XuXIc28fUlPQcBvu291PuRoCg'} 2024-04-24T17:14:21.955 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi161.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671855', '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-24 17:08:07.308010', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJOloYEqHsjL//4JfNF5ClWoRJswPxPL+3x9mwWqUUXi'} 2024-04-24T17:14:21.955 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-24T17:14:21.961 INFO:teuthology.task.internal:roles: ubuntu@smithi132.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.x', 'osd.0', 'osd.1', 'client.0'] 2024-04-24T17:14:21.961 INFO:teuthology.task.internal:roles: ubuntu@smithi161.front.sepia.ceph.com - ['host.b', 'cephadm.exclude'] 2024-04-24T17:14:21.962 INFO:teuthology.run_tasks:Running task console_log... 2024-04-24T17:14:22.030 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f58e57103a0>, signals=[15]) 2024-04-24T17:14:22.030 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-24T17:14:22.036 INFO:teuthology.task.internal:Opening connections... 2024-04-24T17:14:22.036 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi132.front.sepia.ceph.com 2024-04-24T17:14:22.039 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:14:22.127 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi161.front.sepia.ceph.com 2024-04-24T17:14:22.128 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:14:22.204 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-24T17:14:22.210 DEBUG:teuthology.orchestra.run.smithi132:> uname -m 2024-04-24T17:14:22.215 INFO:teuthology.orchestra.run.smithi132.stdout:x86_64 2024-04-24T17:14:22.215 DEBUG:teuthology.orchestra.run.smithi132:> cat /etc/os-release 2024-04-24T17:14:22.267 INFO:teuthology.orchestra.run.smithi132.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-24T17:14:22.267 INFO:teuthology.orchestra.run.smithi132.stdout:NAME="Ubuntu" 2024-04-24T17:14:22.267 INFO:teuthology.orchestra.run.smithi132.stdout:VERSION_ID="22.04" 2024-04-24T17:14:22.267 INFO:teuthology.orchestra.run.smithi132.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-24T17:14:22.267 INFO:teuthology.orchestra.run.smithi132.stdout:VERSION_CODENAME=jammy 2024-04-24T17:14:22.268 INFO:teuthology.orchestra.run.smithi132.stdout:ID=ubuntu 2024-04-24T17:14:22.268 INFO:teuthology.orchestra.run.smithi132.stdout:ID_LIKE=debian 2024-04-24T17:14:22.268 INFO:teuthology.orchestra.run.smithi132.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-24T17:14:22.268 INFO:teuthology.orchestra.run.smithi132.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-24T17:14:22.268 INFO:teuthology.orchestra.run.smithi132.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-24T17:14:22.268 INFO:teuthology.orchestra.run.smithi132.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-24T17:14:22.268 INFO:teuthology.orchestra.run.smithi132.stdout:UBUNTU_CODENAME=jammy 2024-04-24T17:14:22.268 INFO:teuthology.lock.ops:Updating smithi132.front.sepia.ceph.com on lock server 2024-04-24T17:14:22.295 DEBUG:teuthology.orchestra.run.smithi161:> uname -m 2024-04-24T17:14:22.299 INFO:teuthology.orchestra.run.smithi161.stdout:x86_64 2024-04-24T17:14:22.300 DEBUG:teuthology.orchestra.run.smithi161:> cat /etc/os-release 2024-04-24T17:14:22.345 INFO:teuthology.orchestra.run.smithi161.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-24T17:14:22.345 INFO:teuthology.orchestra.run.smithi161.stdout:NAME="Ubuntu" 2024-04-24T17:14:22.345 INFO:teuthology.orchestra.run.smithi161.stdout:VERSION_ID="22.04" 2024-04-24T17:14:22.345 INFO:teuthology.orchestra.run.smithi161.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-24T17:14:22.345 INFO:teuthology.orchestra.run.smithi161.stdout:VERSION_CODENAME=jammy 2024-04-24T17:14:22.345 INFO:teuthology.orchestra.run.smithi161.stdout:ID=ubuntu 2024-04-24T17:14:22.345 INFO:teuthology.orchestra.run.smithi161.stdout:ID_LIKE=debian 2024-04-24T17:14:22.345 INFO:teuthology.orchestra.run.smithi161.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-24T17:14:22.345 INFO:teuthology.orchestra.run.smithi161.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-24T17:14:22.345 INFO:teuthology.orchestra.run.smithi161.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-24T17:14:22.345 INFO:teuthology.orchestra.run.smithi161.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-24T17:14:22.345 INFO:teuthology.orchestra.run.smithi161.stdout:UBUNTU_CODENAME=jammy 2024-04-24T17:14:22.346 INFO:teuthology.lock.ops:Updating smithi161.front.sepia.ceph.com on lock server 2024-04-24T17:14:22.369 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-24T17:14:22.378 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-24T17:14:22.384 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-24T17:14:22.385 DEBUG:teuthology.orchestra.run.smithi132:> test '!' -e /home/ubuntu/cephtest 2024-04-24T17:14:22.387 DEBUG:teuthology.orchestra.run.smithi161:> test '!' -e /home/ubuntu/cephtest 2024-04-24T17:14:22.392 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-24T17:14:22.399 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-24T17:14:22.399 DEBUG:teuthology.orchestra.run.smithi132:> test -z $(ls -A /var/lib/ceph) 2024-04-24T17:14:22.433 DEBUG:teuthology.orchestra.run.smithi161:> test -z $(ls -A /var/lib/ceph) 2024-04-24T17:14:22.606 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-24T17:14:22.656 INFO:teuthology.run_tasks:Running task kernel... 2024-04-24T17:14:22.670 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-24T17:14:22.671 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-24T17:14:22.671 DEBUG:teuthology.orchestra.run.smithi132:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-24T17:14:22.672 DEBUG:teuthology.orchestra.run.smithi161:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-24T17:14:22.676 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T17:14:22.676 DEBUG:teuthology.orchestra.run.smithi132:> uname -r 2024-04-24T17:14:22.677 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T17:14:22.677 DEBUG:teuthology.orchestra.run.smithi161:> uname -r 2024-04-24T17:14:22.723 INFO:teuthology.orchestra.run.smithi132.stdout:5.15.0-56-generic 2024-04-24T17:14:22.724 INFO:teuthology.task.kernel:Running kernel on smithi132: 5.15.0-56-generic 2024-04-24T17:14:22.724 DEBUG:teuthology.orchestra.run.smithi132:> sudo apt-get clean 2024-04-24T17:14:22.725 INFO:teuthology.orchestra.run.smithi161.stdout:5.15.0-56-generic 2024-04-24T17:14:22.726 INFO:teuthology.task.kernel:Running kernel on smithi161: 5.15.0-56-generic 2024-04-24T17:14:22.726 DEBUG:teuthology.orchestra.run.smithi161:> sudo apt-get clean 2024-04-24T17:14:22.865 DEBUG:teuthology.orchestra.run.smithi161:> sudo apt-get update 2024-04-24T17:14:22.870 DEBUG:teuthology.orchestra.run.smithi132:> sudo apt-get update 2024-04-24T17:14:23.036 INFO:teuthology.orchestra.run.smithi161.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-24T17:14:23.036 INFO:teuthology.orchestra.run.smithi161.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-24T17:14:23.037 INFO:teuthology.orchestra.run.smithi161.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-24T17:14:23.038 INFO:teuthology.orchestra.run.smithi132.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-24T17:14:23.042 INFO:teuthology.orchestra.run.smithi132.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-24T17:14:23.042 INFO:teuthology.orchestra.run.smithi132.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-24T17:14:23.174 INFO:teuthology.orchestra.run.smithi161.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-24T17:14:23.187 INFO:teuthology.orchestra.run.smithi132.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-24T17:14:23.304 INFO:teuthology.orchestra.run.smithi132.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [452 kB] 2024-04-24T17:14:23.306 INFO:teuthology.orchestra.run.smithi161.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,392 kB] 2024-04-24T17:14:23.376 INFO:teuthology.orchestra.run.smithi132.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [618 kB] 2024-04-24T17:14:23.378 INFO:teuthology.orchestra.run.smithi161.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [618 kB] 2024-04-24T17:14:23.553 INFO:teuthology.orchestra.run.smithi132.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,392 kB] 2024-04-24T17:14:23.637 INFO:teuthology.orchestra.run.smithi161.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,610 kB] 2024-04-24T17:14:23.637 INFO:teuthology.orchestra.run.smithi132.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,610 kB] 2024-04-24T17:14:23.809 INFO:teuthology.orchestra.run.smithi161.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [452 kB] 2024-04-24T17:14:23.868 INFO:teuthology.orchestra.run.smithi132.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-04-24T17:14:23.874 INFO:teuthology.orchestra.run.smithi161.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-04-24T17:14:23.918 INFO:teuthology.orchestra.run.smithi132.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-24T17:14:23.919 INFO:teuthology.orchestra.run.smithi132.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,768 kB] 2024-04-24T17:14:23.963 INFO:teuthology.orchestra.run.smithi161.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-24T17:14:23.964 INFO:teuthology.orchestra.run.smithi161.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,768 kB] 2024-04-24T17:14:23.964 INFO:teuthology.orchestra.run.smithi161.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [303 kB] 2024-04-24T17:14:24.010 INFO:teuthology.orchestra.run.smithi161.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-24T17:14:24.011 INFO:teuthology.orchestra.run.smithi132.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [303 kB] 2024-04-24T17:14:24.011 INFO:teuthology.orchestra.run.smithi161.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-24T17:14:24.028 INFO:teuthology.orchestra.run.smithi132.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-24T17:14:24.029 INFO:teuthology.orchestra.run.smithi132.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,830 kB] 2024-04-24T17:14:24.032 INFO:teuthology.orchestra.run.smithi161.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,830 kB] 2024-04-24T17:14:24.148 INFO:teuthology.orchestra.run.smithi161.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-24T17:14:24.162 INFO:teuthology.orchestra.run.smithi161.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [299 kB] 2024-04-24T17:14:24.245 INFO:teuthology.orchestra.run.smithi132.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-24T17:14:24.248 INFO:teuthology.orchestra.run.smithi132.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [299 kB] 2024-04-24T17:14:24.254 INFO:teuthology.orchestra.run.smithi132.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-24T17:14:24.254 INFO:teuthology.orchestra.run.smithi132.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-24T17:14:24.257 INFO:teuthology.orchestra.run.smithi161.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [311 kB] 2024-04-24T17:14:24.258 INFO:teuthology.orchestra.run.smithi161.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-24T17:14:24.258 INFO:teuthology.orchestra.run.smithi161.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-24T17:14:24.264 INFO:teuthology.orchestra.run.smithi161.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-24T17:14:24.265 INFO:teuthology.orchestra.run.smithi161.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,070 kB] 2024-04-24T17:14:24.271 INFO:teuthology.orchestra.run.smithi132.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-24T17:14:24.273 INFO:teuthology.orchestra.run.smithi132.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [311 kB] 2024-04-24T17:14:24.291 INFO:teuthology.orchestra.run.smithi132.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-24T17:14:24.291 INFO:teuthology.orchestra.run.smithi132.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [700 kB] 2024-04-24T17:14:24.358 INFO:teuthology.orchestra.run.smithi132.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,070 kB] 2024-04-24T17:14:24.381 INFO:teuthology.orchestra.run.smithi161.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [700 kB] 2024-04-24T17:14:24.385 INFO:teuthology.orchestra.run.smithi161.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [601 kB] 2024-04-24T17:14:24.392 INFO:teuthology.orchestra.run.smithi132.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [601 kB] 2024-04-24T17:14:24.501 INFO:teuthology.orchestra.run.smithi132.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-24T17:14:24.509 INFO:teuthology.orchestra.run.smithi132.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-24T17:14:24.509 INFO:teuthology.orchestra.run.smithi132.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-24T17:14:24.513 INFO:teuthology.orchestra.run.smithi132.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-24T17:14:24.515 INFO:teuthology.orchestra.run.smithi132.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-24T17:14:24.515 INFO:teuthology.orchestra.run.smithi132.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-24T17:14:24.516 INFO:teuthology.orchestra.run.smithi132.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [82.9 kB] 2024-04-24T17:14:24.516 INFO:teuthology.orchestra.run.smithi132.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-24T17:14:24.518 INFO:teuthology.orchestra.run.smithi132.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [90.8 kB] 2024-04-24T17:14:24.519 INFO:teuthology.orchestra.run.smithi132.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-24T17:14:24.520 INFO:teuthology.orchestra.run.smithi132.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-24T17:14:24.521 INFO:teuthology.orchestra.run.smithi161.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-24T17:14:24.521 INFO:teuthology.orchestra.run.smithi132.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-24T17:14:24.524 INFO:teuthology.orchestra.run.smithi161.stdout:Get:26 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-24T17:14:24.525 INFO:teuthology.orchestra.run.smithi161.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-24T17:14:24.526 INFO:teuthology.orchestra.run.smithi161.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-24T17:14:24.528 INFO:teuthology.orchestra.run.smithi161.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-24T17:14:24.528 INFO:teuthology.orchestra.run.smithi161.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-24T17:14:24.528 INFO:teuthology.orchestra.run.smithi161.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-24T17:14:24.529 INFO:teuthology.orchestra.run.smithi161.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-24T17:14:24.529 INFO:teuthology.orchestra.run.smithi161.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-24T17:14:24.529 INFO:teuthology.orchestra.run.smithi161.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-24T17:14:24.530 INFO:teuthology.orchestra.run.smithi161.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-24T17:14:24.530 INFO:teuthology.orchestra.run.smithi161.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [90.8 kB] 2024-04-24T17:14:24.530 INFO:teuthology.orchestra.run.smithi161.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-24T17:14:24.532 INFO:teuthology.orchestra.run.smithi161.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [82.9 kB] 2024-04-24T17:14:24.541 INFO:teuthology.orchestra.run.smithi132.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-24T17:14:24.551 INFO:teuthology.orchestra.run.smithi132.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-24T17:14:24.553 INFO:teuthology.orchestra.run.smithi132.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-24T17:14:24.556 INFO:teuthology.orchestra.run.smithi132.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-24T17:14:24.558 INFO:teuthology.orchestra.run.smithi161.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-24T17:14:24.568 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-24T17:14:24.593 INFO:teuthology.orchestra.run.smithi132.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [18.5 kB] 2024-04-24T17:14:24.594 INFO:teuthology.orchestra.run.smithi132.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [29.8 kB] 2024-04-24T17:14:24.594 INFO:teuthology.orchestra.run.smithi132.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-24T17:14:24.595 INFO:teuthology.orchestra.run.smithi132.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-24T17:14:24.608 INFO:teuthology.orchestra.run.smithi161.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [18.5 kB] 2024-04-24T17:14:24.610 INFO:teuthology.orchestra.run.smithi161.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [29.8 kB] 2024-04-24T17:14:24.612 INFO:teuthology.orchestra.run.smithi161.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-24T17:14:24.614 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-24T17:14:29.508 INFO:teuthology.orchestra.run.smithi132.stdout:Fetched 13.3 MB in 2s (5,815 kB/s) 2024-04-24T17:14:30.045 INFO:teuthology.orchestra.run.smithi161.stdout:Fetched 13.3 MB in 2s (5,910 kB/s) 2024-04-24T17:14:30.920 INFO:teuthology.orchestra.run.smithi132.stdout:Reading package lists... 2024-04-24T17:14:30.938 DEBUG:teuthology.orchestra.run.smithi132:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-24T17:14:30.998 INFO:teuthology.orchestra.run.smithi132.stdout:Reading package lists... 2024-04-24T17:14:31.028 INFO:teuthology.orchestra.run.smithi161.stdout:Reading package lists... 2024-04-24T17:14:31.045 DEBUG:teuthology.orchestra.run.smithi161:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-24T17:14:31.098 INFO:teuthology.orchestra.run.smithi161.stdout:Reading package lists... 2024-04-24T17:14:31.198 INFO:teuthology.orchestra.run.smithi132.stdout:Building dependency tree... 2024-04-24T17:14:31.201 INFO:teuthology.orchestra.run.smithi132.stdout:Reading state information... 2024-04-24T17:14:31.276 INFO:teuthology.orchestra.run.smithi161.stdout:Building dependency tree... 2024-04-24T17:14:31.276 INFO:teuthology.orchestra.run.smithi161.stdout:Reading state information... 2024-04-24T17:14:31.376 INFO:teuthology.orchestra.run.smithi132.stdout:The following packages were automatically installed and are no longer required: 2024-04-24T17:14:31.376 INFO:teuthology.orchestra.run.smithi132.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-24T17:14:31.376 INFO:teuthology.orchestra.run.smithi132.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-24T17:14:31.377 INFO:teuthology.orchestra.run.smithi132.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-24T17:14:31.377 INFO:teuthology.orchestra.run.smithi132.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-24T17:14:31.377 INFO:teuthology.orchestra.run.smithi132.stdout: python2.7-minimal 2024-04-24T17:14:31.377 INFO:teuthology.orchestra.run.smithi132.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-24T17:14:31.378 INFO:teuthology.orchestra.run.smithi132.stdout:The following additional packages will be installed: 2024-04-24T17:14:31.378 INFO:teuthology.orchestra.run.smithi132.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-24T17:14:31.378 INFO:teuthology.orchestra.run.smithi132.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-24T17:14:31.379 INFO:teuthology.orchestra.run.smithi132.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-24T17:14:31.380 INFO:teuthology.orchestra.run.smithi132.stdout:Suggested packages: 2024-04-24T17:14:31.380 INFO:teuthology.orchestra.run.smithi132.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-24T17:14:31.381 INFO:teuthology.orchestra.run.smithi132.stdout:Recommended packages: 2024-04-24T17:14:31.381 INFO:teuthology.orchestra.run.smithi132.stdout: thermald 2024-04-24T17:14:31.429 INFO:teuthology.orchestra.run.smithi132.stdout:The following NEW packages will be installed: 2024-04-24T17:14:31.430 INFO:teuthology.orchestra.run.smithi132.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-24T17:14:31.430 INFO:teuthology.orchestra.run.smithi132.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-24T17:14:31.430 INFO:teuthology.orchestra.run.smithi132.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-24T17:14:31.431 INFO:teuthology.orchestra.run.smithi132.stdout:The following packages will be upgraded: 2024-04-24T17:14:31.432 INFO:teuthology.orchestra.run.smithi132.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-24T17:14:31.432 INFO:teuthology.orchestra.run.smithi161.stdout:The following packages were automatically installed and are no longer required: 2024-04-24T17:14:31.433 INFO:teuthology.orchestra.run.smithi161.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-24T17:14:31.433 INFO:teuthology.orchestra.run.smithi161.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-24T17:14:31.433 INFO:teuthology.orchestra.run.smithi161.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-24T17:14:31.433 INFO:teuthology.orchestra.run.smithi161.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-24T17:14:31.433 INFO:teuthology.orchestra.run.smithi161.stdout: python2.7-minimal 2024-04-24T17:14:31.433 INFO:teuthology.orchestra.run.smithi161.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-24T17:14:31.434 INFO:teuthology.orchestra.run.smithi161.stdout:The following additional packages will be installed: 2024-04-24T17:14:31.434 INFO:teuthology.orchestra.run.smithi161.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-24T17:14:31.434 INFO:teuthology.orchestra.run.smithi161.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-24T17:14:31.434 INFO:teuthology.orchestra.run.smithi161.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-24T17:14:31.435 INFO:teuthology.orchestra.run.smithi161.stdout:Suggested packages: 2024-04-24T17:14:31.436 INFO:teuthology.orchestra.run.smithi161.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-24T17:14:31.436 INFO:teuthology.orchestra.run.smithi161.stdout:Recommended packages: 2024-04-24T17:14:31.436 INFO:teuthology.orchestra.run.smithi161.stdout: thermald 2024-04-24T17:14:31.491 INFO:teuthology.orchestra.run.smithi161.stdout:The following NEW packages will be installed: 2024-04-24T17:14:31.491 INFO:teuthology.orchestra.run.smithi161.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-24T17:14:31.491 INFO:teuthology.orchestra.run.smithi161.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-24T17:14:31.491 INFO:teuthology.orchestra.run.smithi161.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-24T17:14:31.492 INFO:teuthology.orchestra.run.smithi161.stdout:The following packages will be upgraded: 2024-04-24T17:14:31.493 INFO:teuthology.orchestra.run.smithi161.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-24T17:14:31.658 INFO:teuthology.orchestra.run.smithi132.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-24T17:14:31.658 INFO:teuthology.orchestra.run.smithi132.stdout:Need to get 113 MB of archives. 2024-04-24T17:14:31.659 INFO:teuthology.orchestra.run.smithi132.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-24T17:14:31.659 INFO:teuthology.orchestra.run.smithi132.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-04-24T17:14:31.673 INFO:teuthology.orchestra.run.smithi161.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-24T17:14:31.673 INFO:teuthology.orchestra.run.smithi161.stdout:Need to get 113 MB of archives. 2024-04-24T17:14:31.673 INFO:teuthology.orchestra.run.smithi161.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-24T17:14:31.673 INFO:teuthology.orchestra.run.smithi161.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-04-24T17:14:33.187 INFO:teuthology.orchestra.run.smithi132.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-04-24T17:14:33.229 INFO:teuthology.orchestra.run.smithi161.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-04-24T17:14:33.588 INFO:teuthology.orchestra.run.smithi132.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-04-24T17:14:33.686 INFO:teuthology.orchestra.run.smithi161.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-04-24T17:14:35.794 INFO:teuthology.orchestra.run.smithi161.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-04-24T17:14:35.794 INFO:teuthology.orchestra.run.smithi161.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-04-24T17:14:35.794 INFO:teuthology.orchestra.run.smithi161.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-04-24T17:14:36.165 INFO:teuthology.orchestra.run.smithi132.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-04-24T17:14:36.165 INFO:teuthology.orchestra.run.smithi132.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-04-24T17:14:36.165 INFO:teuthology.orchestra.run.smithi132.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-04-24T17:14:36.323 INFO:teuthology.orchestra.run.smithi161.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-04-24T17:14:36.412 INFO:teuthology.orchestra.run.smithi161.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-04-24T17:14:36.654 INFO:teuthology.orchestra.run.smithi132.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-04-24T17:14:36.776 INFO:teuthology.orchestra.run.smithi132.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-04-24T17:14:36.811 INFO:teuthology.orchestra.run.smithi161.stdout:Fetched 113 MB in 5s (23.1 MB/s) 2024-04-24T17:14:36.986 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-24T17:14:37.200 INFO:teuthology.orchestra.run.smithi132.stdout:Fetched 113 MB in 5s (21.2 MB/s) 2024-04-24T17:14:37.375 INFO:teuthology.orchestra.run.smithi132.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-24T17:14:38.966 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-24T17:14:38.970 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T17:14:39.032 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:14:39.382 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-24T17:14:39.387 INFO:teuthology.orchestra.run.smithi132.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T17:14:39.456 INFO:teuthology.orchestra.run.smithi132.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:14:41.149 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-24T17:14:41.161 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T17:14:41.249 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:14:41.665 INFO:teuthology.orchestra.run.smithi132.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-24T17:14:41.677 INFO:teuthology.orchestra.run.smithi132.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T17:14:41.719 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-24T17:14:41.739 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T17:14:41.750 INFO:teuthology.orchestra.run.smithi132.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:14:41.777 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:14:42.219 INFO:teuthology.orchestra.run.smithi132.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-24T17:14:42.242 INFO:teuthology.orchestra.run.smithi132.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T17:14:42.293 INFO:teuthology.orchestra.run.smithi132.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:14:48.179 INFO:teuthology.orchestra.run.smithi132.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-24T17:14:48.329 INFO:teuthology.orchestra.run.smithi132.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-24T17:14:48.626 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-24T17:14:48.661 INFO:teuthology.orchestra.run.smithi132.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-24T17:14:48.751 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-24T17:14:48.765 INFO:teuthology.orchestra.run.smithi132.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-24T17:14:49.026 INFO:teuthology.orchestra.run.smithi132.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-24T17:14:49.049 INFO:teuthology.orchestra.run.smithi132.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-24T17:14:49.093 INFO:teuthology.orchestra.run.smithi132.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-24T17:14:49.108 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-24T17:14:49.221 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-24T17:14:49.491 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-24T17:14:49.513 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-24T17:14:49.557 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-24T17:14:54.597 INFO:teuthology.orchestra.run.smithi132.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-24T17:14:54.634 INFO:teuthology.orchestra.run.smithi132.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T17:14:54.672 INFO:teuthology.orchestra.run.smithi132.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:14:55.383 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-24T17:14:55.422 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T17:14:55.466 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:14:57.378 INFO:teuthology.orchestra.run.smithi132.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-24T17:14:57.501 INFO:teuthology.orchestra.run.smithi132.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-24T17:14:57.808 INFO:teuthology.orchestra.run.smithi132.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-24T17:14:57.930 INFO:teuthology.orchestra.run.smithi132.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:14:58.028 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-24T17:14:58.065 INFO:teuthology.orchestra.run.smithi132.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-24T17:14:58.151 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-24T17:14:58.193 INFO:teuthology.orchestra.run.smithi132.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:14:59.085 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-24T17:14:59.231 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:14:59.341 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-24T17:14:59.469 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:14:59.516 INFO:teuthology.orchestra.run.smithi132.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-24T17:14:59.516 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-24T17:14:59.516 INFO:teuthology.orchestra.run.smithi132.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-24T17:14:59.516 INFO:teuthology.orchestra.run.smithi132.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-24T17:14:59.671 INFO:teuthology.orchestra.run.smithi132.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:15:00.797 INFO:teuthology.orchestra.run.smithi161.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-24T17:15:00.798 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-24T17:15:00.798 INFO:teuthology.orchestra.run.smithi161.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-24T17:15:00.798 INFO:teuthology.orchestra.run.smithi161.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-24T17:15:00.954 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:15:01.090 INFO:teuthology.orchestra.run.smithi132.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:15:02.348 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:15:02.465 INFO:teuthology.orchestra.run.smithi132.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-24T17:15:02.591 INFO:teuthology.orchestra.run.smithi132.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-24T17:15:02.701 INFO:teuthology.orchestra.run.smithi132.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:15:02.775 INFO:teuthology.orchestra.run.smithi132.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-24T17:15:02.775 INFO:teuthology.orchestra.run.smithi132.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-24T17:15:03.698 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-24T17:15:03.816 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-24T17:15:03.942 INFO:teuthology.orchestra.run.smithi161.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:15:04.007 INFO:teuthology.orchestra.run.smithi161.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-24T17:15:04.007 INFO:teuthology.orchestra.run.smithi161.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-24T17:15:16.441 INFO:teuthology.orchestra.run.smithi132.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-24T17:15:16.442 INFO:teuthology.orchestra.run.smithi132.stdout:Sourcing file `/etc/default/grub' 2024-04-24T17:15:16.455 INFO:teuthology.orchestra.run.smithi132.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-24T17:15:16.472 INFO:teuthology.orchestra.run.smithi132.stdout:Generating grub configuration file ... 2024-04-24T17:15:16.736 INFO:teuthology.orchestra.run.smithi132.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-24T17:15:16.750 INFO:teuthology.orchestra.run.smithi132.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-24T17:15:17.055 INFO:teuthology.orchestra.run.smithi132.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-24T17:15:17.060 INFO:teuthology.orchestra.run.smithi132.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-24T17:15:17.121 INFO:teuthology.orchestra.run.smithi132.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-24T17:15:17.126 INFO:teuthology.orchestra.run.smithi132.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-24T17:15:17.290 INFO:teuthology.orchestra.run.smithi132.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-24T17:15:17.290 INFO:teuthology.orchestra.run.smithi132.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-24T17:15:17.290 INFO:teuthology.orchestra.run.smithi132.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-24T17:15:17.336 INFO:teuthology.orchestra.run.smithi132.stdout:done 2024-04-24T17:15:17.764 DEBUG:teuthology.orchestra.run.smithi132:> dpkg -s linux-image-generic 2024-04-24T17:15:17.827 INFO:teuthology.orchestra.run.smithi132.stdout:Package: linux-image-generic 2024-04-24T17:15:17.828 INFO:teuthology.orchestra.run.smithi132.stdout:Status: install ok installed 2024-04-24T17:15:17.828 INFO:teuthology.orchestra.run.smithi132.stdout:Priority: optional 2024-04-24T17:15:17.828 INFO:teuthology.orchestra.run.smithi132.stdout:Section: kernel 2024-04-24T17:15:17.828 INFO:teuthology.orchestra.run.smithi132.stdout:Installed-Size: 21 2024-04-24T17:15:17.828 INFO:teuthology.orchestra.run.smithi132.stdout:Maintainer: Ubuntu Kernel Team 2024-04-24T17:15:17.828 INFO:teuthology.orchestra.run.smithi132.stdout:Architecture: amd64 2024-04-24T17:15:17.828 INFO:teuthology.orchestra.run.smithi132.stdout:Source: linux-meta 2024-04-24T17:15:17.828 INFO:teuthology.orchestra.run.smithi132.stdout:Version: 5.15.0.105.102 2024-04-24T17:15:17.828 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-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-24T17:15:17.828 INFO:teuthology.orchestra.run.smithi132.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-24T17:15:17.829 INFO:teuthology.orchestra.run.smithi132.stdout:Recommends: thermald 2024-04-24T17:15:17.829 INFO:teuthology.orchestra.run.smithi132.stdout:Description: Generic Linux kernel image 2024-04-24T17:15:17.829 INFO:teuthology.orchestra.run.smithi132.stdout: This package will always depend on the latest generic kernel image 2024-04-24T17:15:17.829 INFO:teuthology.orchestra.run.smithi132.stdout: available. 2024-04-24T17:15:17.829 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-24T17:15:17.829 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-24T17:15:17.829 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-24T17:15:17.829 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-24T17:15:17.830 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi132.front.sepia.ceph.com, path=None, version=distro) 2024-04-24T17:15:17.830 DEBUG:teuthology.orchestra.run.smithi132:> sudo apt-get clean 2024-04-24T17:15:17.989 INFO:teuthology.orchestra.run.smithi161.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-24T17:15:17.989 INFO:teuthology.orchestra.run.smithi161.stdout:Sourcing file `/etc/default/grub' 2024-04-24T17:15:18.004 DEBUG:teuthology.orchestra.run.smithi132:> sudo apt-get update 2024-04-24T17:15:18.005 INFO:teuthology.orchestra.run.smithi161.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-24T17:15:18.030 INFO:teuthology.orchestra.run.smithi161.stdout:Generating grub configuration file ... 2024-04-24T17:15:18.253 INFO:teuthology.orchestra.run.smithi132.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-24T17:15:18.295 INFO:teuthology.orchestra.run.smithi132.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-24T17:15:18.342 INFO:teuthology.orchestra.run.smithi161.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-24T17:15:18.364 INFO:teuthology.orchestra.run.smithi161.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-24T17:15:18.386 INFO:teuthology.orchestra.run.smithi132.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-24T17:15:18.474 INFO:teuthology.orchestra.run.smithi132.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-24T17:15:18.670 INFO:teuthology.orchestra.run.smithi161.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-24T17:15:18.676 INFO:teuthology.orchestra.run.smithi161.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-24T17:15:18.750 INFO:teuthology.orchestra.run.smithi161.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-24T17:15:18.752 INFO:teuthology.orchestra.run.smithi161.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-24T17:15:18.925 INFO:teuthology.orchestra.run.smithi161.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-24T17:15:18.925 INFO:teuthology.orchestra.run.smithi161.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-24T17:15:18.925 INFO:teuthology.orchestra.run.smithi161.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-24T17:15:18.969 INFO:teuthology.orchestra.run.smithi161.stdout:done 2024-04-24T17:15:19.408 DEBUG:teuthology.orchestra.run.smithi161:> dpkg -s linux-image-generic 2024-04-24T17:15:19.428 INFO:teuthology.orchestra.run.smithi161.stdout:Package: linux-image-generic 2024-04-24T17:15:19.428 INFO:teuthology.orchestra.run.smithi161.stdout:Status: install ok installed 2024-04-24T17:15:19.429 INFO:teuthology.orchestra.run.smithi161.stdout:Priority: optional 2024-04-24T17:15:19.429 INFO:teuthology.orchestra.run.smithi161.stdout:Section: kernel 2024-04-24T17:15:19.429 INFO:teuthology.orchestra.run.smithi161.stdout:Installed-Size: 21 2024-04-24T17:15:19.429 INFO:teuthology.orchestra.run.smithi161.stdout:Maintainer: Ubuntu Kernel Team 2024-04-24T17:15:19.429 INFO:teuthology.orchestra.run.smithi161.stdout:Architecture: amd64 2024-04-24T17:15:19.429 INFO:teuthology.orchestra.run.smithi161.stdout:Source: linux-meta 2024-04-24T17:15:19.430 INFO:teuthology.orchestra.run.smithi161.stdout:Version: 5.15.0.105.102 2024-04-24T17:15:19.430 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-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-24T17:15:19.430 INFO:teuthology.orchestra.run.smithi161.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-24T17:15:19.430 INFO:teuthology.orchestra.run.smithi161.stdout:Recommends: thermald 2024-04-24T17:15:19.430 INFO:teuthology.orchestra.run.smithi161.stdout:Description: Generic Linux kernel image 2024-04-24T17:15:19.430 INFO:teuthology.orchestra.run.smithi161.stdout: This package will always depend on the latest generic kernel image 2024-04-24T17:15:19.431 INFO:teuthology.orchestra.run.smithi161.stdout: available. 2024-04-24T17:15:19.431 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-24T17:15:19.431 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-24T17:15:19.431 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-24T17:15:19.431 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-24T17:15:19.431 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi161.front.sepia.ceph.com, path=None, version=distro) 2024-04-24T17:15:19.432 DEBUG:teuthology.orchestra.run.smithi161:> sudo apt-get clean 2024-04-24T17:15:19.650 DEBUG:teuthology.orchestra.run.smithi161:> sudo apt-get update 2024-04-24T17:15:19.654 INFO:teuthology.orchestra.run.smithi132.stdout:Reading package lists... 2024-04-24T17:15:19.673 DEBUG:teuthology.orchestra.run.smithi132:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-24T17:15:19.724 INFO:teuthology.orchestra.run.smithi132.stdout:Reading package lists... 2024-04-24T17:15:19.851 INFO:teuthology.orchestra.run.smithi161.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-24T17:15:19.902 INFO:teuthology.orchestra.run.smithi132.stdout:Building dependency tree... 2024-04-24T17:15:19.902 INFO:teuthology.orchestra.run.smithi132.stdout:Reading state information... 2024-04-24T17:15:19.903 INFO:teuthology.orchestra.run.smithi161.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-24T17:15:19.956 INFO:teuthology.orchestra.run.smithi161.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-24T17:15:20.061 INFO:teuthology.orchestra.run.smithi132.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-24T17:15:20.061 INFO:teuthology.orchestra.run.smithi132.stdout:The following packages were automatically installed and are no longer required: 2024-04-24T17:15:20.061 INFO:teuthology.orchestra.run.smithi132.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-24T17:15:20.061 INFO:teuthology.orchestra.run.smithi132.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-24T17:15:20.061 INFO:teuthology.orchestra.run.smithi132.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-24T17:15:20.061 INFO:teuthology.orchestra.run.smithi132.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-24T17:15:20.062 INFO:teuthology.orchestra.run.smithi132.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-24T17:15:20.062 INFO:teuthology.orchestra.run.smithi132.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-24T17:15:20.100 INFO:teuthology.orchestra.run.smithi132.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-24T17:15:20.101 DEBUG:teuthology.orchestra.run.smithi132:> dpkg -s linux-image-generic 2024-04-24T17:15:20.158 INFO:teuthology.orchestra.run.smithi132.stdout:Package: linux-image-generic 2024-04-24T17:15:20.158 INFO:teuthology.orchestra.run.smithi132.stdout:Status: install ok installed 2024-04-24T17:15:20.158 INFO:teuthology.orchestra.run.smithi132.stdout:Priority: optional 2024-04-24T17:15:20.159 INFO:teuthology.orchestra.run.smithi132.stdout:Section: kernel 2024-04-24T17:15:20.159 INFO:teuthology.orchestra.run.smithi132.stdout:Installed-Size: 21 2024-04-24T17:15:20.159 INFO:teuthology.orchestra.run.smithi132.stdout:Maintainer: Ubuntu Kernel Team 2024-04-24T17:15:20.159 INFO:teuthology.orchestra.run.smithi132.stdout:Architecture: amd64 2024-04-24T17:15:20.159 INFO:teuthology.orchestra.run.smithi132.stdout:Source: linux-meta 2024-04-24T17:15:20.159 INFO:teuthology.orchestra.run.smithi132.stdout:Version: 5.15.0.105.102 2024-04-24T17:15:20.159 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-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-24T17:15:20.159 INFO:teuthology.orchestra.run.smithi132.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-24T17:15:20.159 INFO:teuthology.orchestra.run.smithi132.stdout:Recommends: thermald 2024-04-24T17:15:20.159 INFO:teuthology.orchestra.run.smithi132.stdout:Description: Generic Linux kernel image 2024-04-24T17:15:20.160 INFO:teuthology.orchestra.run.smithi132.stdout: This package will always depend on the latest generic kernel image 2024-04-24T17:15:20.160 INFO:teuthology.orchestra.run.smithi132.stdout: available. 2024-04-24T17:15:20.160 DEBUG:teuthology.orchestra.run.smithi132:> mktemp 2024-04-24T17:15:20.182 INFO:teuthology.orchestra.run.smithi161.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-24T17:15:20.206 INFO:teuthology.orchestra.run.smithi132.stdout:/tmp/tmp.nF3z05orqC 2024-04-24T17:15:20.206 DEBUG:teuthology.orchestra.run.smithi132:> sudo cp /boot/grub/grub.cfg /tmp/tmp.nF3z05orqC 2024-04-24T17:15:20.267 DEBUG:teuthology.orchestra.run.smithi132:> sudo chmod 0666 /tmp/tmp.nF3z05orqC 2024-04-24T17:15:20.385 DEBUG:teuthology.orchestra.remote:smithi132:/tmp/tmp.nF3z05orqC is 10KB 2024-04-24T17:15:20.398 DEBUG:teuthology.orchestra.run.smithi132:> rm -fr /tmp/tmp.nF3z05orqC 2024-04-24T17:15:20.404 DEBUG:teuthology.orchestra.run.smithi132:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-24T17:15:20.461 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2024-04-24T17:15:20.462 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-24T17:15:20.462 DEBUG:teuthology.orchestra.run.smithi132:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-24T17:15:20.529 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-24T17:15:20.530 DEBUG:teuthology.orchestra.run.smithi132:> sudo update-grub 2024-04-24T17:15:21.260 INFO:teuthology.orchestra.run.smithi161.stdout:Reading package lists... 2024-04-24T17:15:21.279 DEBUG:teuthology.orchestra.run.smithi161:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-24T17:15:21.337 INFO:teuthology.orchestra.run.smithi161.stdout:Reading package lists... 2024-04-24T17:15:21.537 INFO:teuthology.orchestra.run.smithi161.stdout:Building dependency tree... 2024-04-24T17:15:21.538 INFO:teuthology.orchestra.run.smithi161.stdout:Reading state information... 2024-04-24T17:15:21.677 INFO:teuthology.orchestra.run.smithi132.stderr:Sourcing file `/etc/default/grub' 2024-04-24T17:15:21.678 INFO:teuthology.orchestra.run.smithi132.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-24T17:15:21.690 INFO:teuthology.orchestra.run.smithi132.stderr:Generating grub configuration file ... 2024-04-24T17:15:21.716 INFO:teuthology.orchestra.run.smithi161.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-24T17:15:21.716 INFO:teuthology.orchestra.run.smithi161.stdout:The following packages were automatically installed and are no longer required: 2024-04-24T17:15:21.716 INFO:teuthology.orchestra.run.smithi161.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-24T17:15:21.716 INFO:teuthology.orchestra.run.smithi161.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-24T17:15:21.716 INFO:teuthology.orchestra.run.smithi161.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-24T17:15:21.717 INFO:teuthology.orchestra.run.smithi161.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-24T17:15:21.717 INFO:teuthology.orchestra.run.smithi161.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-24T17:15:21.717 INFO:teuthology.orchestra.run.smithi161.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-24T17:15:21.756 INFO:teuthology.orchestra.run.smithi161.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-24T17:15:21.759 DEBUG:teuthology.orchestra.run.smithi161:> dpkg -s linux-image-generic 2024-04-24T17:15:21.771 INFO:teuthology.orchestra.run.smithi161.stdout:Package: linux-image-generic 2024-04-24T17:15:21.771 INFO:teuthology.orchestra.run.smithi161.stdout:Status: install ok installed 2024-04-24T17:15:21.772 INFO:teuthology.orchestra.run.smithi161.stdout:Priority: optional 2024-04-24T17:15:21.772 INFO:teuthology.orchestra.run.smithi161.stdout:Section: kernel 2024-04-24T17:15:21.772 INFO:teuthology.orchestra.run.smithi161.stdout:Installed-Size: 21 2024-04-24T17:15:21.772 INFO:teuthology.orchestra.run.smithi161.stdout:Maintainer: Ubuntu Kernel Team 2024-04-24T17:15:21.772 INFO:teuthology.orchestra.run.smithi161.stdout:Architecture: amd64 2024-04-24T17:15:21.772 INFO:teuthology.orchestra.run.smithi161.stdout:Source: linux-meta 2024-04-24T17:15:21.772 INFO:teuthology.orchestra.run.smithi161.stdout:Version: 5.15.0.105.102 2024-04-24T17:15:21.772 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-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-24T17:15:21.772 INFO:teuthology.orchestra.run.smithi161.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-24T17:15:21.772 INFO:teuthology.orchestra.run.smithi161.stdout:Recommends: thermald 2024-04-24T17:15:21.772 INFO:teuthology.orchestra.run.smithi161.stdout:Description: Generic Linux kernel image 2024-04-24T17:15:21.772 INFO:teuthology.orchestra.run.smithi161.stdout: This package will always depend on the latest generic kernel image 2024-04-24T17:15:21.772 INFO:teuthology.orchestra.run.smithi161.stdout: available. 2024-04-24T17:15:21.773 DEBUG:teuthology.orchestra.run.smithi161:> mktemp 2024-04-24T17:15:21.816 INFO:teuthology.orchestra.run.smithi161.stdout:/tmp/tmp.5n2Jq2zYfw 2024-04-24T17:15:21.816 DEBUG:teuthology.orchestra.run.smithi161:> sudo cp /boot/grub/grub.cfg /tmp/tmp.5n2Jq2zYfw 2024-04-24T17:15:21.863 INFO:teuthology.orchestra.run.smithi132.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-24T17:15:21.869 INFO:teuthology.orchestra.run.smithi132.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-24T17:15:21.872 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod 0666 /tmp/tmp.5n2Jq2zYfw 2024-04-24T17:15:21.992 DEBUG:teuthology.orchestra.remote:smithi161:/tmp/tmp.5n2Jq2zYfw is 10KB 2024-04-24T17:15:22.004 DEBUG:teuthology.orchestra.run.smithi161:> rm -fr /tmp/tmp.5n2Jq2zYfw 2024-04-24T17:15:22.009 DEBUG:teuthology.orchestra.run.smithi161:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-24T17:15:22.065 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-24T17:15:22.065 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-24T17:15:22.065 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-24T17:15:22.112 INFO:teuthology.orchestra.run.smithi132.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-24T17:15:22.118 INFO:teuthology.orchestra.run.smithi132.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-24T17:15:22.145 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-24T17:15:22.145 DEBUG:teuthology.orchestra.run.smithi161:> sudo update-grub 2024-04-24T17:15:22.156 INFO:teuthology.orchestra.run.smithi132.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-24T17:15:22.161 INFO:teuthology.orchestra.run.smithi132.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-24T17:15:22.298 INFO:teuthology.orchestra.run.smithi132.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-24T17:15:22.298 INFO:teuthology.orchestra.run.smithi132.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-24T17:15:22.298 INFO:teuthology.orchestra.run.smithi132.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-24T17:15:22.314 INFO:teuthology.orchestra.run.smithi132.stderr:done 2024-04-24T17:15:22.322 DEBUG:teuthology.orchestra.run.smithi132:> sudo shutdown -r now 2024-04-24T17:15:23.281 INFO:teuthology.orchestra.run.smithi161.stderr:Sourcing file `/etc/default/grub' 2024-04-24T17:15:23.283 INFO:teuthology.orchestra.run.smithi161.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-24T17:15:23.286 INFO:teuthology.orchestra.run.smithi161.stderr:Generating grub configuration file ... 2024-04-24T17:15:23.453 INFO:teuthology.orchestra.run.smithi161.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-24T17:15:23.459 INFO:teuthology.orchestra.run.smithi161.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-24T17:15:23.677 INFO:teuthology.orchestra.run.smithi161.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-24T17:15:23.684 INFO:teuthology.orchestra.run.smithi161.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-24T17:15:23.729 INFO:teuthology.orchestra.run.smithi161.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-24T17:15:23.735 INFO:teuthology.orchestra.run.smithi161.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-24T17:15:23.882 INFO:teuthology.orchestra.run.smithi161.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-24T17:15:23.882 INFO:teuthology.orchestra.run.smithi161.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-24T17:15:23.882 INFO:teuthology.orchestra.run.smithi161.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-24T17:15:23.906 INFO:teuthology.orchestra.run.smithi161.stderr:done 2024-04-24T17:15:23.921 DEBUG:teuthology.orchestra.run.smithi161:> sudo shutdown -r now 2024-04-24T17:15:52.350 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-24T17:15:52.351 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi132.front.sepia.ceph.com' 2024-04-24T17:15:52.352 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:15:53.925 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-24T17:15:53.925 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-04-24T17:15:53.926 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:16:10.911 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.132 2024-04-24T17:16:12.446 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.161 2024-04-24T17:16:19.919 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi132.front.sepia.ceph.com' 2024-04-24T17:16:19.920 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:16:21.448 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-04-24T17:16:21.449 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:16:24.510 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.161 2024-04-24T17:16:36.521 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-04-24T17:16:36.522 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:16:38.302 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.132 2024-04-24T17:16:50.314 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi132.front.sepia.ceph.com' 2024-04-24T17:16:50.315 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:16:53.374 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.132 2024-04-24T17:17:08.386 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi132.front.sepia.ceph.com' 2024-04-24T17:17:08.387 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:17:08.571 DEBUG:teuthology.orchestra.run.smithi132:> true 2024-04-24T17:17:09.057 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi132.front.sepia.ceph.com' 2024-04-24T17:17:09.057 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-105-generic"... 2024-04-24T17:17:09.057 DEBUG:teuthology.orchestra.run.smithi132:> uname -r 2024-04-24T17:17:09.103 INFO:teuthology.orchestra.run.smithi132.stdout:5.15.0-105-generic 2024-04-24T17:17:09.103 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-24T17:17:09.103 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-24T17:17:09.104 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-24T17:17:10.104 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-24T17:17:10.104 DEBUG:teuthology.orchestra.run.smithi132:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-24T17:17:10.474 INFO:teuthology.orchestra.run.smithi132.stdout:ttyS1 2024-04-24T17:17:10.493 DEBUG:teuthology.parallel:result is None 2024-04-24T17:17:36.525 DEBUG:teuthology.orchestra.remote:timed out 2024-04-24T17:17:51.527 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-04-24T17:17:51.528 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:17:51.810 DEBUG:teuthology.orchestra.run.smithi161:> true 2024-04-24T17:17:52.367 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-04-24T17:17:52.367 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-105-generic"... 2024-04-24T17:17:52.368 DEBUG:teuthology.orchestra.run.smithi161:> uname -r 2024-04-24T17:17:52.414 INFO:teuthology.orchestra.run.smithi161.stdout:5.15.0-105-generic 2024-04-24T17:17:52.414 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-24T17:17:52.414 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-24T17:17:52.414 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-24T17:17:53.415 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-24T17:17:53.415 DEBUG:teuthology.orchestra.run.smithi161:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-24T17:17:53.503 INFO:teuthology.orchestra.run.smithi161.stdout:ttyS1 2024-04-24T17:17:53.531 DEBUG:teuthology.parallel:result is None 2024-04-24T17:17:53.532 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-24T17:17:53.541 INFO:teuthology.task.internal:Creating test directory... 2024-04-24T17:17:53.541 DEBUG:teuthology.orchestra.run.smithi132:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-24T17:17:53.543 DEBUG:teuthology.orchestra.run.smithi161:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-24T17:17:53.549 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-24T17:17:53.555 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-24T17:17:53.564 INFO:teuthology.task.internal:Creating archive directory... 2024-04-24T17:17:53.565 DEBUG:teuthology.orchestra.run.smithi132:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-24T17:17:53.592 DEBUG:teuthology.orchestra.run.smithi161:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-24T17:17:53.611 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-24T17:17:53.617 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-24T17:17:53.617 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-24T17:17:53.648 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-24T17:17:53.668 INFO:teuthology.orchestra.run.smithi132.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-24T17:17:53.672 INFO:teuthology.orchestra.run.smithi161.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-24T17:17:53.675 INFO:teuthology.orchestra.run.smithi132.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-24T17:17:53.680 INFO:teuthology.orchestra.run.smithi161.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-24T17:17:53.682 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-24T17:17:53.689 INFO:teuthology.task.internal:Configuring sudo... 2024-04-24T17:17:53.689 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-24T17:17:53.720 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-24T17:17:53.741 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-24T17:17:53.750 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-24T17:17:53.750 DEBUG:teuthology.orchestra.run.smithi132:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-24T17:17:53.776 DEBUG:teuthology.orchestra.run.smithi161:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-24T17:17:53.789 DEBUG:teuthology.orchestra.run.smithi132:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-24T17:17:53.827 DEBUG:teuthology.orchestra.run.smithi132:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-24T17:17:53.876 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2024-04-24T17:17:53.876 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-24T17:17:53.944 DEBUG:teuthology.orchestra.run.smithi161:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-24T17:17:53.950 DEBUG:teuthology.orchestra.run.smithi161:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-24T17:17:53.998 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-24T17:17:53.998 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-24T17:17:54.072 DEBUG:teuthology.orchestra.run.smithi132:> sudo service rsyslog restart 2024-04-24T17:17:54.075 DEBUG:teuthology.orchestra.run.smithi161:> sudo service rsyslog restart 2024-04-24T17:17:54.147 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-24T17:17:54.156 INFO:teuthology.task.internal:Starting timer... 2024-04-24T17:17:54.156 INFO:teuthology.run_tasks:Running task pcp... 2024-04-24T17:17:54.167 INFO:teuthology.run_tasks:Running task selinux... 2024-04-24T17:17:54.175 DEBUG:teuthology.task.selinux:Excluding smithi132: OS 'ubuntu' does not support SELinux 2024-04-24T17:17:54.175 DEBUG:teuthology.task.selinux:Excluding smithi161: OS 'ubuntu' does not support SELinux 2024-04-24T17:17:54.176 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-24T17:17:54.176 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-04-24T17:17:54.176 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-24T17:17:54.176 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-24T17:17:54.184 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-24T17:17:54.202 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-24T17:17:54.203 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-24T17:24:54.594 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi132.front.sepia.ceph.com'), Remote(name='ubuntu@smithi161.front.sepia.ceph.com')] 2024-04-24T17:24:54.595 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi132.front.sepia.ceph.com' 2024-04-24T17:24:54.596 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:24:54.682 DEBUG:teuthology.orchestra.run.smithi132:> true 2024-04-24T17:24:54.758 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi132.front.sepia.ceph.com' 2024-04-24T17:24:54.759 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-04-24T17:24:54.759 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:24:54.836 DEBUG:teuthology.orchestra.run.smithi161:> true 2024-04-24T17:24:54.910 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-04-24T17:24:54.911 INFO:teuthology.run_tasks:Running task clock... 2024-04-24T17:24:54.920 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-24T17:24:54.920 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-24T17:24:54.920 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-24T17:24:54.923 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-24T17:24:54.923 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-24T17:24:54.951 INFO:teuthology.orchestra.run.smithi132.stdout:24 Apr 17:24:54 ntpd[17211]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-24T17:24:54.952 INFO:teuthology.orchestra.run.smithi132.stdout:24 Apr 17:24:54 ntpd[17211]: Command line: ntpd -gq 2024-04-24T17:24:54.952 INFO:teuthology.orchestra.run.smithi132.stdout:24 Apr 17:24:54 ntpd[17211]: ---------------------------------------------------- 2024-04-24T17:24:54.952 INFO:teuthology.orchestra.run.smithi132.stdout:24 Apr 17:24:54 ntpd[17211]: ntp-4 is maintained by Network Time Foundation, 2024-04-24T17:24:54.952 INFO:teuthology.orchestra.run.smithi132.stdout:24 Apr 17:24:54 ntpd[17211]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-24T17:24:54.952 INFO:teuthology.orchestra.run.smithi132.stdout:24 Apr 17:24:54 ntpd[17211]: corporation. Support and training for ntp-4 are 2024-04-24T17:24:54.952 INFO:teuthology.orchestra.run.smithi132.stdout:24 Apr 17:24:54 ntpd[17211]: available at https://www.nwtime.org/support 2024-04-24T17:24:54.952 INFO:teuthology.orchestra.run.smithi132.stdout:24 Apr 17:24:54 ntpd[17211]: ---------------------------------------------------- 2024-04-24T17:24:54.953 INFO:teuthology.orchestra.run.smithi132.stdout:24 Apr 17:24:54 ntpd[17211]: proto: precision = 0.046 usec (-24) 2024-04-24T17:24:54.953 INFO:teuthology.orchestra.run.smithi132.stdout:24 Apr 17:24:54 ntpd[17211]: basedate set to 2022-02-04 2024-04-24T17:24:54.953 INFO:teuthology.orchestra.run.smithi132.stdout:24 Apr 17:24:54 ntpd[17211]: gps base set to 2022-02-06 (week 2196) 2024-04-24T17:24:54.953 INFO:teuthology.orchestra.run.smithi132.stdout:24 Apr 17:24:54 ntpd[17211]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-24T17:24:54.953 INFO:teuthology.orchestra.run.smithi132.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-24T17:24:54.953 INFO:teuthology.orchestra.run.smithi132.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-24T17:24:54.954 INFO:teuthology.orchestra.run.smithi132.stdout:24 Apr 17:24:54 ntpd[17211]: restrict ::: KOD does nothing without LIMITED. 2024-04-24T17:24:54.954 INFO:teuthology.orchestra.run.smithi132.stdout:24 Apr 17:24:54 ntpd[17211]: Listen and drop on 0 v6wildcard [::]:123 2024-04-24T17:24:54.954 INFO:teuthology.orchestra.run.smithi132.stdout:24 Apr 17:24:54 ntpd[17211]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-24T17:24:54.955 INFO:teuthology.orchestra.run.smithi132.stdout:24 Apr 17:24:54 ntpd[17211]: Listen normally on 2 lo 127.0.0.1:123 2024-04-24T17:24:54.955 INFO:teuthology.orchestra.run.smithi132.stdout:24 Apr 17:24:54 ntpd[17211]: Listen normally on 3 enp3s0f1 172.21.15.132:123 2024-04-24T17:24:54.955 INFO:teuthology.orchestra.run.smithi132.stdout:24 Apr 17:24:54 ntpd[17211]: Listen normally on 4 lo [::1]:123 2024-04-24T17:24:54.955 INFO:teuthology.orchestra.run.smithi132.stdout:24 Apr 17:24:54 ntpd[17211]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:773f%5]:123 2024-04-24T17:24:54.955 INFO:teuthology.orchestra.run.smithi132.stdout:24 Apr 17:24:54 ntpd[17211]: Listening on routing socket on fd #22 for interface updates 2024-04-24T17:24:54.979 INFO:teuthology.orchestra.run.smithi161.stdout:24 Apr 17:24:54 ntpd[17208]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-24T17:24:54.979 INFO:teuthology.orchestra.run.smithi161.stdout:24 Apr 17:24:54 ntpd[17208]: Command line: ntpd -gq 2024-04-24T17:24:54.979 INFO:teuthology.orchestra.run.smithi161.stdout:24 Apr 17:24:54 ntpd[17208]: ---------------------------------------------------- 2024-04-24T17:24:54.979 INFO:teuthology.orchestra.run.smithi161.stdout:24 Apr 17:24:54 ntpd[17208]: ntp-4 is maintained by Network Time Foundation, 2024-04-24T17:24:54.979 INFO:teuthology.orchestra.run.smithi161.stdout:24 Apr 17:24:54 ntpd[17208]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-24T17:24:54.979 INFO:teuthology.orchestra.run.smithi161.stdout:24 Apr 17:24:54 ntpd[17208]: corporation. Support and training for ntp-4 are 2024-04-24T17:24:54.979 INFO:teuthology.orchestra.run.smithi161.stdout:24 Apr 17:24:54 ntpd[17208]: available at https://www.nwtime.org/support 2024-04-24T17:24:54.979 INFO:teuthology.orchestra.run.smithi161.stdout:24 Apr 17:24:54 ntpd[17208]: ---------------------------------------------------- 2024-04-24T17:24:54.980 INFO:teuthology.orchestra.run.smithi161.stdout:24 Apr 17:24:54 ntpd[17208]: proto: precision = 0.045 usec (-24) 2024-04-24T17:24:54.980 INFO:teuthology.orchestra.run.smithi161.stdout:24 Apr 17:24:54 ntpd[17208]: basedate set to 2022-02-04 2024-04-24T17:24:54.980 INFO:teuthology.orchestra.run.smithi161.stdout:24 Apr 17:24:54 ntpd[17208]: gps base set to 2022-02-06 (week 2196) 2024-04-24T17:24:54.980 INFO:teuthology.orchestra.run.smithi161.stdout:24 Apr 17:24:54 ntpd[17208]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-24T17:24:54.981 INFO:teuthology.orchestra.run.smithi161.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-24T17:24:54.981 INFO:teuthology.orchestra.run.smithi161.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-24T17:24:54.981 INFO:teuthology.orchestra.run.smithi161.stdout:24 Apr 17:24:54 ntpd[17208]: restrict ::: KOD does nothing without LIMITED. 2024-04-24T17:24:54.982 INFO:teuthology.orchestra.run.smithi161.stdout:24 Apr 17:24:54 ntpd[17208]: Listen and drop on 0 v6wildcard [::]:123 2024-04-24T17:24:54.982 INFO:teuthology.orchestra.run.smithi161.stdout:24 Apr 17:24:54 ntpd[17208]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-24T17:24:54.982 INFO:teuthology.orchestra.run.smithi161.stdout:24 Apr 17:24:54 ntpd[17208]: Listen normally on 2 lo 127.0.0.1:123 2024-04-24T17:24:54.982 INFO:teuthology.orchestra.run.smithi161.stdout:24 Apr 17:24:54 ntpd[17208]: Listen normally on 3 enp3s0f1 172.21.15.161:123 2024-04-24T17:24:54.982 INFO:teuthology.orchestra.run.smithi161.stdout:24 Apr 17:24:54 ntpd[17208]: Listen normally on 4 lo [::1]:123 2024-04-24T17:24:54.982 INFO:teuthology.orchestra.run.smithi161.stdout:24 Apr 17:24:54 ntpd[17208]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7251%5]:123 2024-04-24T17:24:54.982 INFO:teuthology.orchestra.run.smithi161.stdout:24 Apr 17:24:54 ntpd[17208]: Listening on routing socket on fd #22 for interface updates 2024-04-24T17:24:55.953 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:24:55 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:24:55.953 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:24:55 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:24:55.953 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:24:55 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:24:55.954 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:24:55 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:24:55.954 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:24:55 ntpd[17211]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:24:55.954 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:24:55 ntpd[17211]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:24:55.980 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 17:24:55 ntpd[17208]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:24:55.980 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 17:24:55 ntpd[17208]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:24:56.952 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:24:56 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:24:56.953 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:24:56 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:24:56.953 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:24:56 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:24:56.953 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:24:56 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:24:56.953 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:24:56 ntpd[17211]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:24:56.953 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:24:56 ntpd[17211]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:24:56.980 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 17:24:56 ntpd[17208]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:24:56.980 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 17:24:56 ntpd[17208]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:24:56.980 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 17:24:56 ntpd[17208]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:24:56.980 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 17:24:56 ntpd[17208]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:24:56.980 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 17:24:56 ntpd[17208]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:24:56.980 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 17:24:56 ntpd[17208]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:24:57.952 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:24:57 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:24:57.952 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:24:57 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:24:57.953 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:24:57 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:24:57.953 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:24:57 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:24:57.953 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:24:57 ntpd[17211]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:24:57.953 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:24:57 ntpd[17211]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:24:58.953 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:24:58 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:24:58.953 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:24:58 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:24:58.953 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:24:58 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:24:58.953 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:24:58 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:24:58.953 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:24:58 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:24:58.954 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:24:58 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:24:58.954 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:24:58 ntpd[17211]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:24:58.954 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:24:58 ntpd[17211]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:24:58.954 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:24:58 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:24:58.954 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:24:58 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:24:58.954 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:24:58 ntpd[17211]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:24:58.954 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:24:58 ntpd[17211]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:24:58.980 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 17:24:58 ntpd[17208]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:24:58.981 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 17:24:58 ntpd[17208]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:24:58.981 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 17:24:58 ntpd[17208]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:24:58.981 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 17:24:58 ntpd[17208]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:24:58.981 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 17:24:58 ntpd[17208]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:24:58.981 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 17:24:58 ntpd[17208]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:24:58.981 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 17:24:58 ntpd[17208]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:24:58.981 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 17:24:58 ntpd[17208]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:24:58.981 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 17:24:58 ntpd[17208]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:24:58.981 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 17:24:58 ntpd[17208]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:24:58.981 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 17:24:58 ntpd[17208]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:24:58.981 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 17:24:58 ntpd[17208]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:24:59.952 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:24:59 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:24:59.953 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:24:59 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:24:59.953 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:24:59 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:24:59.953 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:24:59 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:24:59.953 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:24:59 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:24:59.953 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:24:59 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:24:59.953 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:24:59 ntpd[17211]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:24:59.953 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:24:59 ntpd[17211]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:24:59.980 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 17:24:59 ntpd[17208]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:24:59.980 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 17:24:59 ntpd[17208]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:24:59.980 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 17:24:59 ntpd[17208]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:24:59.980 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 17:24:59 ntpd[17208]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:24:59.980 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 17:24:59 ntpd[17208]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:24:59.980 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 17:24:59 ntpd[17208]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:25:00.953 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:25:00 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:25:00.953 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:25:00 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:25:00.953 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:25:00 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:25:00.953 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:25:00 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:25:00.953 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:25:00 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:25:00.953 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:25:00 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:25:00.953 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:25:00 ntpd[17211]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:25:00.953 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:25:00 ntpd[17211]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:25:00.954 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:25:00 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:25:00.954 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:25:00 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:25:00.954 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:25:00 ntpd[17211]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:25:00.954 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:25:00 ntpd[17211]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:25:00.980 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 17:25:00 ntpd[17208]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:25:00.980 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 17:25:00 ntpd[17208]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:25:00.980 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 17:25:00 ntpd[17208]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:25:00.980 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 17:25:00 ntpd[17208]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:25:00.980 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 17:25:00 ntpd[17208]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:25:00.980 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 17:25:00 ntpd[17208]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:25:00.980 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 17:25:00 ntpd[17208]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:25:00.981 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 17:25:00 ntpd[17208]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:25:00.981 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 17:25:00 ntpd[17208]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:25:00.981 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 17:25:00 ntpd[17208]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:25:00.981 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 17:25:00 ntpd[17208]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:25:00.981 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 17:25:00 ntpd[17208]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:25:01.953 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:25:01 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:25:01.953 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:25:01 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:25:01.953 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:25:01 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:25:01.953 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:25:01 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:25:01.953 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:25:01 ntpd[17211]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:25:01.953 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:25:01 ntpd[17211]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:25:01.953 INFO:teuthology.orchestra.run.smithi132.stdout:24 Apr 17:25:01 ntpd[17211]: ntpd: time slew -0.001182 s 2024-04-24T17:25:01.953 INFO:teuthology.orchestra.run.smithi132.stdout:ntpd: time slew -0.001182s 2024-04-24T17:25:01.954 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:25:01 ntpd[17211]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-24T17:25:01.954 INFO:teuthology.orchestra.run.smithi132.stderr:24 Apr 17:25:01 ntpd[17211]: can't open /var/log/ntpstats/loopstats.20240424: Permission denied 2024-04-24T17:25:01.980 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 17:25:01 ntpd[17208]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:25:01.980 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 17:25:01 ntpd[17208]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:25:01.980 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 17:25:01 ntpd[17208]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:25:01.980 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 17:25:01 ntpd[17208]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:25:01.980 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 17:25:01 ntpd[17208]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:25:01.980 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 17:25:01 ntpd[17208]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:25:02.000 INFO:teuthology.orchestra.run.smithi132.stdout: remote refid st t when poll reach delay offset jitter 2024-04-24T17:25:02.000 INFO:teuthology.orchestra.run.smithi132.stdout:============================================================================== 2024-04-24T17:25:02.000 INFO:teuthology.orchestra.run.smithi132.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T17:25:02.000 INFO:teuthology.orchestra.run.smithi132.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T17:25:02.000 INFO:teuthology.orchestra.run.smithi132.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T17:25:02.000 INFO:teuthology.orchestra.run.smithi132.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T17:25:02.980 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 17:25:02 ntpd[17208]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:25:02.980 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 17:25:02 ntpd[17208]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:25:02.980 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 17:25:02 ntpd[17208]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:25:02.980 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 17:25:02 ntpd[17208]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:25:02.980 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 17:25:02 ntpd[17208]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:25:02.981 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 17:25:02 ntpd[17208]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:25:02.981 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 17:25:02 ntpd[17208]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:25:02.981 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 17:25:02 ntpd[17208]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:25:02.981 INFO:teuthology.orchestra.run.smithi161.stdout:24 Apr 17:25:02 ntpd[17208]: ntpd: time slew -0.001079 s 2024-04-24T17:25:02.981 INFO:teuthology.orchestra.run.smithi161.stdout:ntpd: time slew -0.001079s 2024-04-24T17:25:02.981 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 17:25:02 ntpd[17208]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-24T17:25:02.981 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 17:25:02 ntpd[17208]: can't open /var/log/ntpstats/loopstats.20240424: Permission denied 2024-04-24T17:25:03.028 INFO:teuthology.orchestra.run.smithi161.stdout: remote refid st t when poll reach delay offset jitter 2024-04-24T17:25:03.028 INFO:teuthology.orchestra.run.smithi161.stdout:============================================================================== 2024-04-24T17:25:03.028 INFO:teuthology.orchestra.run.smithi161.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T17:25:03.028 INFO:teuthology.orchestra.run.smithi161.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T17:25:03.028 INFO:teuthology.orchestra.run.smithi161.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T17:25:03.028 INFO:teuthology.orchestra.run.smithi161.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T17:25:03.029 INFO:teuthology.run_tasks:Running task cephadm.deploy_samba_ad_dc... 2024-04-24T17:25:03.120 INFO:tasks.cephadm:Testing if podman is available 2024-04-24T17:25:03.120 DEBUG:teuthology.orchestra.run.smithi161:> sudo podman --help 2024-04-24T17:25:03.128 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T17:25:03.129 INFO:teuthology.orchestra.run.smithi161.stderr:sudo: podman: command not found 2024-04-24T17:25:03.129 INFO:tasks.cephadm:Failed to find podman. Using docker 2024-04-24T17:25:03.129 DEBUG:teuthology.orchestra.run.smithi161:> sudo docker pull quay.io/samba.org/samba-ad-server:latest 2024-04-24T17:25:03.960 INFO:teuthology.orchestra.run.smithi161.stdout:latest: Pulling from samba.org/samba-ad-server 2024-04-24T17:25:03.960 INFO:teuthology.orchestra.run.smithi161.stdout:0aaf541ec2cb: Pulling fs layer 2024-04-24T17:25:03.960 INFO:teuthology.orchestra.run.smithi161.stdout:6b2611a1c02e: Pulling fs layer 2024-04-24T17:25:03.960 INFO:teuthology.orchestra.run.smithi161.stdout:c6f46af1cfec: Pulling fs layer 2024-04-24T17:25:03.960 INFO:teuthology.orchestra.run.smithi161.stdout:bd0a439b4f9f: Pulling fs layer 2024-04-24T17:25:03.961 INFO:teuthology.orchestra.run.smithi161.stdout:57c4ad9000d3: Pulling fs layer 2024-04-24T17:25:03.961 INFO:teuthology.orchestra.run.smithi161.stdout:6f2f7eb5cf92: Pulling fs layer 2024-04-24T17:25:03.961 INFO:teuthology.orchestra.run.smithi161.stdout:bd0a439b4f9f: Waiting 2024-04-24T17:25:03.961 INFO:teuthology.orchestra.run.smithi161.stdout:6f2f7eb5cf92: Waiting 2024-04-24T17:25:03.961 INFO:teuthology.orchestra.run.smithi161.stdout:57c4ad9000d3: Waiting 2024-04-24T17:25:04.290 INFO:teuthology.orchestra.run.smithi161.stdout:6b2611a1c02e: Download complete 2024-04-24T17:25:04.703 INFO:teuthology.orchestra.run.smithi161.stdout:bd0a439b4f9f: Download complete 2024-04-24T17:25:05.357 INFO:teuthology.orchestra.run.smithi161.stdout:57c4ad9000d3: Download complete 2024-04-24T17:25:06.031 INFO:teuthology.orchestra.run.smithi161.stdout:0aaf541ec2cb: Verifying Checksum 2024-04-24T17:25:06.031 INFO:teuthology.orchestra.run.smithi161.stdout:0aaf541ec2cb: Download complete 2024-04-24T17:25:06.075 INFO:teuthology.orchestra.run.smithi161.stdout:c6f46af1cfec: Verifying Checksum 2024-04-24T17:25:06.075 INFO:teuthology.orchestra.run.smithi161.stdout:c6f46af1cfec: Download complete 2024-04-24T17:25:06.306 INFO:teuthology.orchestra.run.smithi161.stdout:6f2f7eb5cf92: Verifying Checksum 2024-04-24T17:25:06.306 INFO:teuthology.orchestra.run.smithi161.stdout:6f2f7eb5cf92: Download complete 2024-04-24T17:25:10.105 INFO:teuthology.orchestra.run.smithi161.stdout:0aaf541ec2cb: Pull complete 2024-04-24T17:25:10.248 INFO:teuthology.orchestra.run.smithi161.stdout:6b2611a1c02e: Pull complete 2024-04-24T17:25:14.366 INFO:teuthology.orchestra.run.smithi161.stdout:c6f46af1cfec: Pull complete 2024-04-24T17:25:14.543 INFO:teuthology.orchestra.run.smithi161.stdout:bd0a439b4f9f: Pull complete 2024-04-24T17:25:14.686 INFO:teuthology.orchestra.run.smithi161.stdout:57c4ad9000d3: Pull complete 2024-04-24T17:25:15.718 INFO:teuthology.orchestra.run.smithi161.stdout:6f2f7eb5cf92: Pull complete 2024-04-24T17:25:15.857 INFO:teuthology.orchestra.run.smithi161.stdout:Digest: sha256:a48f208fa799892cfbe7725a3574d5be3f42feeca66ca6c60b61f5a6b2570060 2024-04-24T17:25:15.911 INFO:teuthology.orchestra.run.smithi161.stdout:Status: Downloaded newer image for quay.io/samba.org/samba-ad-server:latest 2024-04-24T17:25:15.948 INFO:teuthology.orchestra.run.smithi161.stdout:quay.io/samba.org/samba-ad-server:latest 2024-04-24T17:25:15.951 DEBUG:teuthology.orchestra.run.smithi161:> sudo docker pull quay.io/samba.org/samba-client:latest 2024-04-24T17:25:16.941 INFO:teuthology.orchestra.run.smithi161.stdout:latest: Pulling from samba.org/samba-client 2024-04-24T17:25:16.941 INFO:teuthology.orchestra.run.smithi161.stdout:0aaf541ec2cb: Already exists 2024-04-24T17:25:16.987 INFO:teuthology.orchestra.run.smithi161.stdout:b3f300e2ce97: Pulling fs layer 2024-04-24T17:25:18.246 INFO:teuthology.orchestra.run.smithi161.stdout:b3f300e2ce97: Verifying Checksum 2024-04-24T17:25:18.247 INFO:teuthology.orchestra.run.smithi161.stdout:b3f300e2ce97: Download complete 2024-04-24T17:25:20.174 INFO:teuthology.orchestra.run.smithi161.stdout:b3f300e2ce97: Pull complete 2024-04-24T17:25:20.323 INFO:teuthology.orchestra.run.smithi161.stdout:Digest: sha256:b0e4d02978877cbc593b57338834847533eafc34b8c6bc5c098d24450a5b1c2c 2024-04-24T17:25:20.367 INFO:teuthology.orchestra.run.smithi161.stdout:Status: Downloaded newer image for quay.io/samba.org/samba-client:latest 2024-04-24T17:25:20.398 INFO:teuthology.orchestra.run.smithi161.stdout:quay.io/samba.org/samba-client:latest 2024-04-24T17:25:20.401 DEBUG:teuthology.orchestra.run.smithi161:> ss -lunH 2024-04-24T17:25:20.430 INFO:teuthology.orchestra.run.smithi161.stdout:UNCONN 0 0 0.0.0.0:47509 0.0.0.0:* 2024-04-24T17:25:20.430 INFO:teuthology.orchestra.run.smithi161.stdout:UNCONN 0 0 0.0.0.0:48863 0.0.0.0:* 2024-04-24T17:25:20.430 INFO:teuthology.orchestra.run.smithi161.stdout:UNCONN 0 0 127.0.0.53%lo:53 0.0.0.0:* 2024-04-24T17:25:20.430 INFO:teuthology.orchestra.run.smithi161.stdout:UNCONN 0 0 172.21.15.161%enp3s0f1:68 0.0.0.0:* 2024-04-24T17:25:20.430 INFO:teuthology.orchestra.run.smithi161.stdout:UNCONN 0 0 0.0.0.0:68 0.0.0.0:* 2024-04-24T17:25:20.430 INFO:teuthology.orchestra.run.smithi161.stdout:UNCONN 0 0 0.0.0.0:111 0.0.0.0:* 2024-04-24T17:25:20.430 INFO:teuthology.orchestra.run.smithi161.stdout:UNCONN 0 0 172.21.15.161:123 0.0.0.0:* 2024-04-24T17:25:20.430 INFO:teuthology.orchestra.run.smithi161.stdout:UNCONN 0 0 127.0.0.1:123 0.0.0.0:* 2024-04-24T17:25:20.430 INFO:teuthology.orchestra.run.smithi161.stdout:UNCONN 0 0 0.0.0.0:123 0.0.0.0:* 2024-04-24T17:25:20.431 INFO:teuthology.orchestra.run.smithi161.stdout:UNCONN 0 0 127.0.0.1:711 0.0.0.0:* 2024-04-24T17:25:20.431 INFO:teuthology.orchestra.run.smithi161.stdout:UNCONN 0 0 0.0.0.0:50650 0.0.0.0:* 2024-04-24T17:25:20.431 INFO:teuthology.orchestra.run.smithi161.stdout:UNCONN 0 0 0.0.0.0:35634 0.0.0.0:* 2024-04-24T17:25:20.431 INFO:teuthology.orchestra.run.smithi161.stdout:UNCONN 0 0 0.0.0.0:36750 0.0.0.0:* 2024-04-24T17:25:20.431 INFO:teuthology.orchestra.run.smithi161.stdout:UNCONN 0 0 [::]:38867 [::]:* 2024-04-24T17:25:20.431 INFO:teuthology.orchestra.run.smithi161.stdout:UNCONN 0 0 [::]:55721 [::]:* 2024-04-24T17:25:20.431 INFO:teuthology.orchestra.run.smithi161.stdout:UNCONN 0 0 [::]:56443 [::]:* 2024-04-24T17:25:20.431 INFO:teuthology.orchestra.run.smithi161.stdout:UNCONN 0 0 [::]:44343 [::]:* 2024-04-24T17:25:20.431 INFO:teuthology.orchestra.run.smithi161.stdout:UNCONN 0 0 [::]:111 [::]:* 2024-04-24T17:25:20.431 INFO:teuthology.orchestra.run.smithi161.stdout:UNCONN 0 0 [fe80::ec4:7aff:fe88:7251]%enp3s0f1:123 [::]:* 2024-04-24T17:25:20.431 INFO:teuthology.orchestra.run.smithi161.stdout:UNCONN 0 0 [::1]:123 [::]:* 2024-04-24T17:25:20.431 INFO:teuthology.orchestra.run.smithi161.stdout:UNCONN 0 0 [::]:123 [::]:* 2024-04-24T17:25:20.431 INFO:teuthology.orchestra.run.smithi161.stdout:UNCONN 0 0 [::]:49825 [::]:* 2024-04-24T17:25:20.431 INFO:tasks.cephadm:Disabling systemd-resolved on smithi161 2024-04-24T17:25:20.432 DEBUG:teuthology.orchestra.run.smithi161:> sudo cat /etc/systemd/resolved.conf 2024-04-24T17:25:20.482 INFO:teuthology.orchestra.run.smithi161.stdout:# This file is part of systemd. 2024-04-24T17:25:20.482 INFO:teuthology.orchestra.run.smithi161.stdout:# 2024-04-24T17:25:20.482 INFO:teuthology.orchestra.run.smithi161.stdout:# systemd is free software; you can redistribute it and/or modify it under the 2024-04-24T17:25:20.482 INFO:teuthology.orchestra.run.smithi161.stdout:# terms of the GNU Lesser General Public License as published by the Free 2024-04-24T17:25:20.482 INFO:teuthology.orchestra.run.smithi161.stdout:# Software Foundation; either version 2.1 of the License, or (at your option) 2024-04-24T17:25:20.483 INFO:teuthology.orchestra.run.smithi161.stdout:# any later version. 2024-04-24T17:25:20.483 INFO:teuthology.orchestra.run.smithi161.stdout:# 2024-04-24T17:25:20.483 INFO:teuthology.orchestra.run.smithi161.stdout:# Entries in this file show the compile time defaults. Local configuration 2024-04-24T17:25:20.483 INFO:teuthology.orchestra.run.smithi161.stdout:# should be created by either modifying this file, or by creating "drop-ins" in 2024-04-24T17:25:20.483 INFO:teuthology.orchestra.run.smithi161.stdout:# the resolved.conf.d/ subdirectory. The latter is generally recommended. 2024-04-24T17:25:20.483 INFO:teuthology.orchestra.run.smithi161.stdout:# Defaults can be restored by simply deleting this file and all drop-ins. 2024-04-24T17:25:20.483 INFO:teuthology.orchestra.run.smithi161.stdout:# 2024-04-24T17:25:20.483 INFO:teuthology.orchestra.run.smithi161.stdout:# Use 'systemd-analyze cat-config systemd/resolved.conf' to display the full config. 2024-04-24T17:25:20.483 INFO:teuthology.orchestra.run.smithi161.stdout:# 2024-04-24T17:25:20.483 INFO:teuthology.orchestra.run.smithi161.stdout:# See resolved.conf(5) for details. 2024-04-24T17:25:20.483 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-24T17:25:20.483 INFO:teuthology.orchestra.run.smithi161.stdout:[Resolve] 2024-04-24T17:25:20.483 INFO:teuthology.orchestra.run.smithi161.stdout:# Some examples of DNS servers which may be used for DNS= and FallbackDNS=: 2024-04-24T17:25:20.483 INFO:teuthology.orchestra.run.smithi161.stdout:# Cloudflare: 1.1.1.1#cloudflare-dns.com 1.0.0.1#cloudflare-dns.com 2606:4700:4700::1111#cloudflare-dns.com 2606:4700:4700::1001#cloudflare-dns.com 2024-04-24T17:25:20.483 INFO:teuthology.orchestra.run.smithi161.stdout:# Google: 8.8.8.8#dns.google 8.8.4.4#dns.google 2001:4860:4860::8888#dns.google 2001:4860:4860::8844#dns.google 2024-04-24T17:25:20.484 INFO:teuthology.orchestra.run.smithi161.stdout:# Quad9: 9.9.9.9#dns.quad9.net 149.112.112.112#dns.quad9.net 2620:fe::fe#dns.quad9.net 2620:fe::9#dns.quad9.net 2024-04-24T17:25:20.484 INFO:teuthology.orchestra.run.smithi161.stdout:#DNS= 2024-04-24T17:25:20.484 INFO:teuthology.orchestra.run.smithi161.stdout:#FallbackDNS= 2024-04-24T17:25:20.484 INFO:teuthology.orchestra.run.smithi161.stdout:#Domains= 2024-04-24T17:25:20.484 INFO:teuthology.orchestra.run.smithi161.stdout:#DNSSEC=no 2024-04-24T17:25:20.484 INFO:teuthology.orchestra.run.smithi161.stdout:#DNSOverTLS=no 2024-04-24T17:25:20.484 INFO:teuthology.orchestra.run.smithi161.stdout:#MulticastDNS=no 2024-04-24T17:25:20.484 INFO:teuthology.orchestra.run.smithi161.stdout:#LLMNR=no 2024-04-24T17:25:20.484 INFO:teuthology.orchestra.run.smithi161.stdout:#Cache=no-negative 2024-04-24T17:25:20.484 INFO:teuthology.orchestra.run.smithi161.stdout:#CacheFromLocalhost=no 2024-04-24T17:25:20.484 INFO:teuthology.orchestra.run.smithi161.stdout:#DNSStubListener=yes 2024-04-24T17:25:20.484 INFO:teuthology.orchestra.run.smithi161.stdout:#DNSStubListenerExtra= 2024-04-24T17:25:20.484 INFO:teuthology.orchestra.run.smithi161.stdout:#ReadEtcHosts=yes 2024-04-24T17:25:20.484 INFO:teuthology.orchestra.run.smithi161.stdout:#ResolveUnicastSingleLabel=no 2024-04-24T17:25:20.485 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-24T17:25:20.485 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/systemd/resolved.conf 2024-04-24T17:25:20.552 DEBUG:teuthology.orchestra.run.smithi161:> sudo systemctl restart systemd-resolved 2024-04-24T17:25:20.688 DEBUG:teuthology.orchestra.run.smithi161:> ss -lunH 2024-04-24T17:25:20.695 INFO:teuthology.orchestra.run.smithi161.stdout:UNCONN 0 0 0.0.0.0:47509 0.0.0.0:* 2024-04-24T17:25:20.695 INFO:teuthology.orchestra.run.smithi161.stdout:UNCONN 0 0 0.0.0.0:48863 0.0.0.0:* 2024-04-24T17:25:20.695 INFO:teuthology.orchestra.run.smithi161.stdout:UNCONN 0 0 172.21.15.161%enp3s0f1:68 0.0.0.0:* 2024-04-24T17:25:20.695 INFO:teuthology.orchestra.run.smithi161.stdout:UNCONN 0 0 0.0.0.0:68 0.0.0.0:* 2024-04-24T17:25:20.695 INFO:teuthology.orchestra.run.smithi161.stdout:UNCONN 0 0 0.0.0.0:111 0.0.0.0:* 2024-04-24T17:25:20.695 INFO:teuthology.orchestra.run.smithi161.stdout:UNCONN 0 0 172.21.15.161:123 0.0.0.0:* 2024-04-24T17:25:20.695 INFO:teuthology.orchestra.run.smithi161.stdout:UNCONN 0 0 127.0.0.1:123 0.0.0.0:* 2024-04-24T17:25:20.695 INFO:teuthology.orchestra.run.smithi161.stdout:UNCONN 0 0 0.0.0.0:123 0.0.0.0:* 2024-04-24T17:25:20.695 INFO:teuthology.orchestra.run.smithi161.stdout:UNCONN 0 0 127.0.0.1:711 0.0.0.0:* 2024-04-24T17:25:20.695 INFO:teuthology.orchestra.run.smithi161.stdout:UNCONN 0 0 0.0.0.0:50650 0.0.0.0:* 2024-04-24T17:25:20.695 INFO:teuthology.orchestra.run.smithi161.stdout:UNCONN 0 0 0.0.0.0:35634 0.0.0.0:* 2024-04-24T17:25:20.696 INFO:teuthology.orchestra.run.smithi161.stdout:UNCONN 0 0 0.0.0.0:36750 0.0.0.0:* 2024-04-24T17:25:20.696 INFO:teuthology.orchestra.run.smithi161.stdout:UNCONN 0 0 [::]:38867 [::]:* 2024-04-24T17:25:20.696 INFO:teuthology.orchestra.run.smithi161.stdout:UNCONN 0 0 [::]:55721 [::]:* 2024-04-24T17:25:20.696 INFO:teuthology.orchestra.run.smithi161.stdout:UNCONN 0 0 [::]:56443 [::]:* 2024-04-24T17:25:20.696 INFO:teuthology.orchestra.run.smithi161.stdout:UNCONN 0 0 [::]:44343 [::]:* 2024-04-24T17:25:20.696 INFO:teuthology.orchestra.run.smithi161.stdout:UNCONN 0 0 [::]:111 [::]:* 2024-04-24T17:25:20.696 INFO:teuthology.orchestra.run.smithi161.stdout:UNCONN 0 0 [fe80::ec4:7aff:fe88:7251]%enp3s0f1:123 [::]:* 2024-04-24T17:25:20.696 INFO:teuthology.orchestra.run.smithi161.stdout:UNCONN 0 0 [::1]:123 [::]:* 2024-04-24T17:25:20.696 INFO:teuthology.orchestra.run.smithi161.stdout:UNCONN 0 0 [::]:123 [::]:* 2024-04-24T17:25:20.696 INFO:teuthology.orchestra.run.smithi161.stdout:UNCONN 0 0 [::]:49825 [::]:* 2024-04-24T17:25:20.696 DEBUG:teuthology.orchestra.run.smithi161:> sudo systemctl restart docker 2024-04-24T17:25:20.756 INFO:teuthology.orchestra.run.smithi161.stderr:Warning: The unit file, source configuration file or drop-ins of docker.service changed on disk. Run 'systemctl daemon-reload' to reload units. 2024-04-24T17:25:25.702 DEBUG:teuthology.orchestra.run.smithi161:> sudo mkdir -p /var/lib/samba/container/logs /var/lib/samba/container/data 2024-04-24T17:25:25.755 DEBUG:teuthology.orchestra.run.smithi161:> sudo mkdir -p /var/tmp/samba 2024-04-24T17:25:25.811 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-24T17:25:25.811 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/var/tmp/samba/container.json 2024-04-24T17:25:25.866 DEBUG:teuthology.orchestra.run.smithi161:> sudo docker run -d --name=samba-ad --network=host --privileged --volume=/var/tmp/samba:/etc/samba-container:ro -eSAMBACC_CONFIG=/etc/samba-container/container.json quay.io/samba.org/samba-ad-server:latest 2024-04-24T17:25:26.374 INFO:teuthology.orchestra.run.smithi161.stdout:35f79d22091c061d983a3c84a0271f3f35960e0de01489425fa8e3833cef1230 2024-04-24T17:25:27.295 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.161, idx=0 2024-04-24T17:25:27.296 DEBUG:teuthology.orchestra.run.smithi161:> sudo docker run --rm --net=host --dns=172.21.15.161 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-04-24T17:25:28.620 INFO:teuthology.orchestra.run.smithi161.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-04-24T17:25:29.598 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T17:25:30.100 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.161, idx=1 2024-04-24T17:25:30.100 DEBUG:teuthology.orchestra.run.smithi161:> sudo docker run --rm --net=host --dns=172.21.15.161 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-04-24T17:25:31.365 INFO:teuthology.orchestra.run.smithi161.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-04-24T17:25:32.279 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T17:25:33.280 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.161, idx=2 2024-04-24T17:25:33.280 DEBUG:teuthology.orchestra.run.smithi161:> sudo docker run --rm --net=host --dns=172.21.15.161 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-04-24T17:25:34.455 INFO:teuthology.orchestra.run.smithi161.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-04-24T17:25:35.010 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T17:25:37.012 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.161, idx=3 2024-04-24T17:25:37.012 DEBUG:teuthology.orchestra.run.smithi161:> sudo docker run --rm --net=host --dns=172.21.15.161 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-04-24T17:25:37.904 INFO:teuthology.orchestra.run.smithi161.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-04-24T17:25:38.650 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T17:25:42.651 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.161, idx=4 2024-04-24T17:25:42.651 DEBUG:teuthology.orchestra.run.smithi161:> sudo docker run --rm --net=host --dns=172.21.15.161 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-04-24T17:25:43.849 INFO:teuthology.orchestra.run.smithi161.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-04-24T17:25:44.729 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T17:25:52.730 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.161, idx=5 2024-04-24T17:25:52.730 DEBUG:teuthology.orchestra.run.smithi161:> sudo docker run --rm --net=host --dns=172.21.15.161 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-04-24T17:25:53.668 INFO:teuthology.orchestra.run.smithi161.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_CONNECTION_REFUSED) 2024-04-24T17:25:54.684 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T17:26:10.686 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.161, idx=6 2024-04-24T17:26:10.686 DEBUG:teuthology.orchestra.run.smithi161:> sudo docker run --rm --net=host --dns=172.21.15.161 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-04-24T17:26:12.010 INFO:teuthology.orchestra.run.smithi161.stdout: . D 0 Wed Apr 24 17:25:39 2024 2024-04-24T17:26:12.010 INFO:teuthology.orchestra.run.smithi161.stdout: .. D 0 Wed Apr 24 17:25:39 2024 2024-04-24T17:26:12.010 INFO:teuthology.orchestra.run.smithi161.stdout: domain1.sink.test D 0 Wed Apr 24 17:25:37 2024 2024-04-24T17:26:12.011 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-24T17:26:12.011 INFO:teuthology.orchestra.run.smithi161.stdout: 960311348 blocks of size 1024. 902342232 blocks available 2024-04-24T17:26:12.641 INFO:tasks.cephadm:SMB status probe succeeded 2024-04-24T17:26:12.641 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-24T17:26:12.650 INFO:tasks.cephadm:Config: {'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'log-only-match': ['CEPHADM_'], 'sha1': '5904d29475f5be602879d9fb26280e89b808d5cc'} 2024-04-24T17:26:12.650 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc 2024-04-24T17:26:12.651 INFO:tasks.cephadm:Cluster fsid is bf4e6422-025f-11ef-bc93-c7b262605968 2024-04-24T17:26:12.651 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-24T17:26:12.651 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.132'} 2024-04-24T17:26:12.651 INFO:tasks.cephadm:First mon is mon.a on smithi132 2024-04-24T17:26:12.651 INFO:tasks.cephadm:First mgr is x 2024-04-24T17:26:12.651 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-24T17:26:12.651 DEBUG:teuthology.orchestra.run.smithi132:> sudo hostname $(hostname -s) 2024-04-24T17:26:12.666 DEBUG:teuthology.orchestra.run.smithi161:> sudo hostname $(hostname -s) 2024-04-24T17:26:12.680 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-24T17:26:12.680 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5904d29475f5be602879d9fb26280e89b808d5cc 2024-04-24T17:26:12.903 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '5904d29475f5be602879d9fb26280e89b808d5cc', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic/78851/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3285-g5904d294', 'node_name': '172.21.2.13+braggi13', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-3285-g5904d294-1jammy'}, 'url': 'https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-04-24 15:35:30.146514', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk-testing-2024-04-24-0937', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-04-24T17:26:13.046 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref wip-adk-testing-2024-04-24-0937, sha1 5904d29475f5be602879d9fb26280e89b808d5cc from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=5904d29475f5be602879d9fb26280e89b808d5cc 2024-04-24T17:26:13.047 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-04-24T17:26:13.047 DEBUG:teuthology.orchestra.run.smithi132:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-24T17:26:13.562 INFO:teuthology.orchestra.run.smithi132.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789946 Apr 24 17:26 /home/ubuntu/cephtest/cephadm 2024-04-24T17:26:13.562 DEBUG:teuthology.orchestra.run.smithi161:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-24T17:26:14.222 INFO:teuthology.orchestra.run.smithi161.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789946 Apr 24 17:26 /home/ubuntu/cephtest/cephadm 2024-04-24T17:26:14.223 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-24T17:26:14.231 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-24T17:26:14.247 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc on all hosts... 2024-04-24T17:26:14.247 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc pull 2024-04-24T17:26:14.276 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc pull 2024-04-24T17:26:14.439 INFO:teuthology.orchestra.run.smithi132.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc... 2024-04-24T17:26:14.442 INFO:teuthology.orchestra.run.smithi161.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc... 2024-04-24T17:27:52.697 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-04-24T17:27:52.698 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph_version": "ceph version 19.0.0-3285-g5904d294 (5904d29475f5be602879d9fb26280e89b808d5cc) squid (dev)", 2024-04-24T17:27:52.698 INFO:teuthology.orchestra.run.smithi132.stdout: "image_id": "8bb2087275ff8b3edc22adaa46e72c303749ca6355b50780fa41551d025b2f8d", 2024-04-24T17:27:52.698 INFO:teuthology.orchestra.run.smithi132.stdout: "repo_digests": [ 2024-04-24T17:27:52.698 INFO:teuthology.orchestra.run.smithi132.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a" 2024-04-24T17:27:52.698 INFO:teuthology.orchestra.run.smithi132.stdout: ] 2024-04-24T17:27:52.698 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-04-24T17:27:59.064 INFO:teuthology.orchestra.run.smithi161.stdout:{ 2024-04-24T17:27:59.064 INFO:teuthology.orchestra.run.smithi161.stdout: "ceph_version": "ceph version 19.0.0-3285-g5904d294 (5904d29475f5be602879d9fb26280e89b808d5cc) squid (dev)", 2024-04-24T17:27:59.064 INFO:teuthology.orchestra.run.smithi161.stdout: "image_id": "8bb2087275ff8b3edc22adaa46e72c303749ca6355b50780fa41551d025b2f8d", 2024-04-24T17:27:59.064 INFO:teuthology.orchestra.run.smithi161.stdout: "repo_digests": [ 2024-04-24T17:27:59.064 INFO:teuthology.orchestra.run.smithi161.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a" 2024-04-24T17:27:59.065 INFO:teuthology.orchestra.run.smithi161.stdout: ] 2024-04-24T17:27:59.065 INFO:teuthology.orchestra.run.smithi161.stdout:} 2024-04-24T17:27:59.096 DEBUG:teuthology.orchestra.run.smithi132:> sudo mkdir -p /etc/ceph 2024-04-24T17:27:59.110 DEBUG:teuthology.orchestra.run.smithi161:> sudo mkdir -p /etc/ceph 2024-04-24T17:27:59.123 DEBUG:teuthology.orchestra.run.smithi132:> sudo chmod 777 /etc/ceph 2024-04-24T17:27:59.168 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod 777 /etc/ceph 2024-04-24T17:27:59.180 INFO:tasks.cephadm:Writing seed config... 2024-04-24T17:27:59.181 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-24T17:27:59.181 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-24T17:27:59.181 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-24T17:27:59.181 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-24T17:27:59.182 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-24T17:27:59.182 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-24T17:27:59.182 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-24T17:27:59.182 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2024-04-24T17:27:59.182 DEBUG:teuthology.orchestra.run.smithi132:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-24T17:27:59.213 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 = bf4e6422-025f-11ef-bc93-c7b262605968 [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-24T17:27:59.213 DEBUG:teuthology.orchestra.run.smithi132:mon.a> sudo journalctl -f -n 0 -u ceph-bf4e6422-025f-11ef-bc93-c7b262605968@mon.a.service 2024-04-24T17:27:59.258 DEBUG:teuthology.orchestra.run.smithi132:mgr.x> sudo journalctl -f -n 0 -u ceph-bf4e6422-025f-11ef-bc93-c7b262605968@mgr.x.service 2024-04-24T17:27:59.306 INFO:tasks.cephadm:Bootstrapping... 2024-04-24T17:27:59.306 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc -v bootstrap --fsid bf4e6422-025f-11ef-bc93-c7b262605968 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id x --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.132 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-24T17:27:59.513 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2024-04-24T17:27:59.513 INFO:teuthology.orchestra.run.smithi132.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc', '-v', 'bootstrap', '--fsid', 'bf4e6422-025f-11ef-bc93-c7b262605968', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'x', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.132', '--skip-admin-label'] 2024-04-24T17:27:59.513 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-24T17:27:59.514 INFO:teuthology.orchestra.run.smithi132.stdout:Verifying podman|docker is present... 2024-04-24T17:27:59.514 INFO:teuthology.orchestra.run.smithi132.stdout:Verifying lvm2 is present... 2024-04-24T17:27:59.514 INFO:teuthology.orchestra.run.smithi132.stdout:Verifying time synchronization is in place... 2024-04-24T17:27:59.518 INFO:teuthology.orchestra.run.smithi132.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-24T17:27:59.519 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-24T17:27:59.522 INFO:teuthology.orchestra.run.smithi132.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-24T17:27:59.522 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stdout inactive 2024-04-24T17:27:59.527 INFO:teuthology.orchestra.run.smithi132.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-24T17:27:59.527 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-24T17:27:59.530 INFO:teuthology.orchestra.run.smithi132.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-24T17:27:59.530 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stdout inactive 2024-04-24T17:27:59.533 INFO:teuthology.orchestra.run.smithi132.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-24T17:27:59.533 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stdout masked 2024-04-24T17:27:59.536 INFO:teuthology.orchestra.run.smithi132.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-24T17:27:59.537 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stdout inactive 2024-04-24T17:27:59.540 INFO:teuthology.orchestra.run.smithi132.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-24T17:27:59.540 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-24T17:27:59.543 INFO:teuthology.orchestra.run.smithi132.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-24T17:27:59.543 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stdout inactive 2024-04-24T17:27:59.547 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stdout enabled 2024-04-24T17:27:59.551 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stdout active 2024-04-24T17:27:59.551 INFO:teuthology.orchestra.run.smithi132.stdout:Unit ntp.service is enabled and running 2024-04-24T17:27:59.551 INFO:teuthology.orchestra.run.smithi132.stdout:Repeating the final host check... 2024-04-24T17:27:59.551 INFO:teuthology.orchestra.run.smithi132.stdout:docker (/usr/bin/docker) is present 2024-04-24T17:27:59.551 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl is present 2024-04-24T17:27:59.551 INFO:teuthology.orchestra.run.smithi132.stdout:lvcreate is present 2024-04-24T17:27:59.554 INFO:teuthology.orchestra.run.smithi132.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-24T17:27:59.554 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-24T17:27:59.557 INFO:teuthology.orchestra.run.smithi132.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-24T17:27:59.557 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stdout inactive 2024-04-24T17:27:59.560 INFO:teuthology.orchestra.run.smithi132.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-24T17:27:59.560 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-24T17:27:59.564 INFO:teuthology.orchestra.run.smithi132.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-24T17:27:59.564 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stdout inactive 2024-04-24T17:27:59.567 INFO:teuthology.orchestra.run.smithi132.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-24T17:27:59.567 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stdout masked 2024-04-24T17:27:59.570 INFO:teuthology.orchestra.run.smithi132.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-24T17:27:59.570 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stdout inactive 2024-04-24T17:27:59.573 INFO:teuthology.orchestra.run.smithi132.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-24T17:27:59.574 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-24T17:27:59.577 INFO:teuthology.orchestra.run.smithi132.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-24T17:27:59.577 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stdout inactive 2024-04-24T17:27:59.580 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stdout enabled 2024-04-24T17:27:59.584 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stdout active 2024-04-24T17:27:59.584 INFO:teuthology.orchestra.run.smithi132.stdout:Unit ntp.service is enabled and running 2024-04-24T17:27:59.584 INFO:teuthology.orchestra.run.smithi132.stdout:Host looks OK 2024-04-24T17:27:59.584 INFO:teuthology.orchestra.run.smithi132.stdout:Cluster fsid: bf4e6422-025f-11ef-bc93-c7b262605968 2024-04-24T17:27:59.585 INFO:teuthology.orchestra.run.smithi132.stdout:Acquiring lock 139855933548784 on /run/cephadm/bf4e6422-025f-11ef-bc93-c7b262605968.lock 2024-04-24T17:27:59.585 INFO:teuthology.orchestra.run.smithi132.stdout:Lock 139855933548784 acquired on /run/cephadm/bf4e6422-025f-11ef-bc93-c7b262605968.lock 2024-04-24T17:27:59.585 INFO:teuthology.orchestra.run.smithi132.stdout:Verifying IP 172.21.15.132 port 3300 ... 2024-04-24T17:27:59.585 INFO:teuthology.orchestra.run.smithi132.stdout:Verifying IP 172.21.15.132 port 6789 ... 2024-04-24T17:27:59.585 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-24T17:27:59.587 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 2024-04-24T17:27:59.587 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-24T17:27:59.587 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-24T17:27:59.588 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-24T17:27:59.588 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-24T17:27:59.588 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-24T17:27:59.588 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-24T17:27:59.588 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-24T17:27:59.590 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-24T17:27:59.590 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-04-24T17:27:59.590 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1797sec pref medium 2024-04-24T17:27:59.591 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-24T17:27:59.591 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-24T17:27:59.591 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-24T17:27:59.591 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-04-24T17:27:59.592 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:fe88:773f/64 scope link 2024-04-24T17:27:59.592 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-24T17:27:59.593 INFO:teuthology.orchestra.run.smithi132.stdout:Mon IP `172.21.15.132` is in CIDR network `172.21.0.0/20` 2024-04-24T17:27:59.593 INFO:teuthology.orchestra.run.smithi132.stdout:Mon IP `172.21.15.132` is in CIDR network `172.21.0.0/20` 2024-04-24T17:27:59.593 INFO:teuthology.orchestra.run.smithi132.stdout:Mon IP `172.21.15.132` is in CIDR network `172.21.0.1/32` 2024-04-24T17:27:59.593 INFO:teuthology.orchestra.run.smithi132.stdout:Mon IP `172.21.15.132` is in CIDR network `172.21.0.1/32` 2024-04-24T17:27:59.593 INFO:teuthology.orchestra.run.smithi132.stdout:Mon IP `172.21.15.132` is in CIDR network `172.21.0.2/32` 2024-04-24T17:27:59.593 INFO:teuthology.orchestra.run.smithi132.stdout:Mon IP `172.21.15.132` is in CIDR network `172.21.0.2/32` 2024-04-24T17:27:59.593 INFO:teuthology.orchestra.run.smithi132.stdout:Mon IP `172.21.15.132` is in CIDR network `172.21.15.254/32` 2024-04-24T17:27:59.593 INFO:teuthology.orchestra.run.smithi132.stdout:Mon IP `172.21.15.132` is in CIDR network `172.21.15.254/32` 2024-04-24T17:27:59.593 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-24T17:27:59.594 INFO:teuthology.orchestra.run.smithi132.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-24T17:27:59.594 INFO:teuthology.orchestra.run.smithi132.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc... 2024-04-24T17:27:59.834 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/docker: stdout 5904d29475f5be602879d9fb26280e89b808d5cc: Pulling from ceph-ci/ceph 2024-04-24T17:27:59.834 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/docker: stdout Digest: sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a 2024-04-24T17:27:59.834 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:5904d29475f5be602879d9fb26280e89b808d5cc 2024-04-24T17:27:59.834 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc 2024-04-24T17:28:01.175 INFO:teuthology.orchestra.run.smithi132.stdout:ceph: stdout ceph version 19.0.0-3285-g5904d294 (5904d29475f5be602879d9fb26280e89b808d5cc) squid (dev) 2024-04-24T17:28:01.176 INFO:teuthology.orchestra.run.smithi132.stdout:Ceph version: ceph version 19.0.0-3285-g5904d294 (5904d29475f5be602879d9fb26280e89b808d5cc) squid (dev) 2024-04-24T17:28:01.176 INFO:teuthology.orchestra.run.smithi132.stdout:Extracting ceph user uid/gid from container image... 2024-04-24T17:28:02.372 INFO:teuthology.orchestra.run.smithi132.stdout:stat: stdout 167 167 2024-04-24T17:28:02.372 INFO:teuthology.orchestra.run.smithi132.stdout:Creating initial keys... 2024-04-24T17:28:03.534 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-authtool: stdout AQAjQSlm4Di0ABAA/iv7u4VniYYJG3qARMpw4Q== 2024-04-24T17:28:04.731 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-authtool: stdout AQAkQSlmiqnzDBAAuOGIHSNEyyPLZPOxgGjHhg== 2024-04-24T17:28:05.910 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-authtool: stdout AQAlQSlmY20VGRAAYF3AEpxyIteS+0gpaibMDA== 2024-04-24T17:28:05.911 INFO:teuthology.orchestra.run.smithi132.stdout:Creating initial monmap... 2024-04-24T17:28:07.117 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-24T17:28:07.117 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-04-24T17:28:07.117 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to bf4e6422-025f-11ef-bc93-c7b262605968 2024-04-24T17:28:07.117 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-24T17:28:07.117 INFO:teuthology.orchestra.run.smithi132.stdout:monmaptool for a [v2:172.21.15.132:3300,v1:172.21.15.132:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-24T17:28:07.117 INFO:teuthology.orchestra.run.smithi132.stdout:setting min_mon_release = quincy 2024-04-24T17:28:07.117 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/monmaptool: set fsid to bf4e6422-025f-11ef-bc93-c7b262605968 2024-04-24T17:28:07.117 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-24T17:28:07.117 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-04-24T17:28:07.117 INFO:teuthology.orchestra.run.smithi132.stdout:Creating mon... 2024-04-24T17:28:08.293 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.806+0000 7f8872d00c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-24T17:28:08.293 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.806+0000 7f8872d00c80 1 imported monmap: 2024-04-24T17:28:08.293 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-04-24T17:28:08.293 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr fsid bf4e6422-025f-11ef-bc93-c7b262605968 2024-04-24T17:28:08.293 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-04-24T17:28:06.628010+0000 2024-04-24T17:28:08.293 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr created 2024-04-24T17:28:06.628010+0000 2024-04-24T17:28:08.293 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-04-24T17:28:08.293 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-04-24T17:28:08.294 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.a 2024-04-24T17:28:08.294 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:28:08.294 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.806+0000 7f8872d00c80 0 /usr/bin/ceph-mon: set fsid to bf4e6422-025f-11ef-bc93-c7b262605968 2024-04-24T17:28:08.294 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: RocksDB version: 7.9.2 2024-04-24T17:28:08.294 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:28:08.294 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Git sha 0 2024-04-24T17:28:08.294 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Compile date 2024-04-24 13:56:12 2024-04-24T17:28:08.294 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: DB SUMMARY 2024-04-24T17:28:08.294 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:28:08.294 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: DB Session ID: BNFUENWVG118XW0K302J 2024-04-24T17:28:08.294 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:28:08.294 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-04-24T17:28:08.294 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:28:08.294 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-04-24T17:28:08.294 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:28:08.295 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.error_if_exists: 0 2024-04-24T17:28:08.295 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.create_if_missing: 1 2024-04-24T17:28:08.295 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.paranoid_checks: 1 2024-04-24T17:28:08.295 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-24T17:28:08.295 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-24T17:28:08.295 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-24T17:28:08.295 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.env: 0x55d7c1457cc0 2024-04-24T17:28:08.295 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-24T17:28:08.295 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.info_log: 0x55d7c34c9020 2024-04-24T17:28:08.295 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-24T17:28:08.295 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.statistics: (nil) 2024-04-24T17:28:08.295 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.use_fsync: 0 2024-04-24T17:28:08.295 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.max_log_file_size: 0 2024-04-24T17:28:08.295 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-24T17:28:08.295 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-24T17:28:08.295 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-24T17:28:08.296 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-24T17:28:08.296 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.allow_fallocate: 1 2024-04-24T17:28:08.296 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-24T17:28:08.296 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-24T17:28:08.296 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.use_direct_reads: 0 2024-04-24T17:28:08.296 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-24T17:28:08.296 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-24T17:28:08.296 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.db_log_dir: 2024-04-24T17:28:08.296 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.wal_dir: 2024-04-24T17:28:08.296 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-24T17:28:08.296 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-24T17:28:08.296 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-24T17:28:08.296 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-24T17:28:08.296 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-24T17:28:08.296 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-24T17:28:08.296 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-24T17:28:08.297 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-24T17:28:08.318 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.write_buffer_manager: 0x55d7c3498aa0 2024-04-24T17:28:08.318 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-24T17:28:08.318 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-24T17:28:08.318 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-24T17:28:08.318 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-24T17:28:08.318 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-24T17:28:08.318 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-24T17:28:08.318 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-24T17:28:08.318 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-24T17:28:08.318 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.unordered_write: 0 2024-04-24T17:28:08.318 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-24T17:28:08.319 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-24T17:28:08.319 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-24T17:28:08.319 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-24T17:28:08.319 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.row_cache: None 2024-04-24T17:28:08.319 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.wal_filter: None 2024-04-24T17:28:08.319 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-24T17:28:08.319 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-24T17:28:08.319 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.two_write_queues: 0 2024-04-24T17:28:08.319 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-24T17:28:08.319 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.wal_compression: 0 2024-04-24T17:28:08.319 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.atomic_flush: 0 2024-04-24T17:28:08.319 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-24T17:28:08.319 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-24T17:28:08.320 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-24T17:28:08.320 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.log_readahead_size: 0 2024-04-24T17:28:08.320 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-24T17:28:08.320 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-24T17:28:08.320 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-24T17:28:08.320 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-24T17:28:08.320 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-24T17:28:08.320 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-24T17:28:08.320 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-24T17:28:08.320 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.max_background_jobs: 2 2024-04-24T17:28:08.320 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.max_background_compactions: -1 2024-04-24T17:28:08.320 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.max_subcompactions: 1 2024-04-24T17:28:08.320 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-24T17:28:08.320 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-24T17:28:08.320 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-24T17:28:08.320 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-24T17:28:08.321 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-24T17:28:08.321 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-24T17:28:08.321 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-24T17:28:08.321 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-24T17:28:08.321 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.max_open_files: -1 2024-04-24T17:28:08.321 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-24T17:28:08.321 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-24T17:28:08.321 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-24T17:28:08.321 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-24T17:28:08.321 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.max_background_flushes: -1 2024-04-24T17:28:08.321 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Compression algorithms supported: 2024-04-24T17:28:08.321 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-24T17:28:08.321 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: kZSTD supported: 0 2024-04-24T17:28:08.321 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: kXpressCompression supported: 0 2024-04-24T17:28:08.321 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-24T17:28:08.322 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: kZlibCompression supported: 1 2024-04-24T17:28:08.322 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: kSnappyCompression supported: 1 2024-04-24T17:28:08.322 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: kLZ4Compression supported: 1 2024-04-24T17:28:08.322 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: kBZip2Compression supported: 0 2024-04-24T17:28:08.322 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-24T17:28:08.322 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-24T17:28:08.322 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-04-24T17:28:08.322 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:28:08.322 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-04-24T17:28:08.322 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:28:08.322 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-24T17:28:08.322 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:28:08.322 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-24T17:28:08.322 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.merge_operator: 2024-04-24T17:28:08.322 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.compaction_filter: None 2024-04-24T17:28:08.322 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-24T17:28:08.323 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-24T17:28:08.323 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-24T17:28:08.323 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-24T17:28:08.323 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55d7c34c91e0) 2024-04-24T17:28:08.323 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-04-24T17:28:08.323 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-04-24T17:28:08.323 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-24T17:28:08.323 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-04-24T17:28:08.323 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-04-24T17:28:08.323 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-04-24T17:28:08.323 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-04-24T17:28:08.323 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-04-24T17:28:08.323 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-04-24T17:28:08.323 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-04-24T17:28:08.324 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x55d7c34cb1f0 2024-04-24T17:28:08.324 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-04-24T17:28:08.324 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-04-24T17:28:08.324 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-04-24T17:28:08.324 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-04-24T17:28:08.324 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-04-24T17:28:08.324 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-04-24T17:28:08.324 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-04-24T17:28:08.324 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-04-24T17:28:08.324 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-04-24T17:28:08.324 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-04-24T17:28:08.324 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-04-24T17:28:08.324 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-04-24T17:28:08.324 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-04-24T17:28:08.325 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-04-24T17:28:08.325 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-04-24T17:28:08.325 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-04-24T17:28:08.325 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-04-24T17:28:08.325 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-04-24T17:28:08.325 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-04-24T17:28:08.325 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-04-24T17:28:08.325 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-04-24T17:28:08.325 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-04-24T17:28:08.325 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-04-24T17:28:08.325 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-04-24T17:28:08.325 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-04-24T17:28:08.325 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-04-24T17:28:08.325 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:28:08.325 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-24T17:28:08.325 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-24T17:28:08.325 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.compression: NoCompression 2024-04-24T17:28:08.326 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-24T17:28:08.326 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-24T17:28:08.326 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-24T17:28:08.326 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.num_levels: 7 2024-04-24T17:28:08.326 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-24T17:28:08.326 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-24T17:28:08.326 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-24T17:28:08.326 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-24T17:28:08.326 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-24T17:28:08.326 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-24T17:28:08.326 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-24T17:28:08.326 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-24T17:28:08.326 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-24T17:28:08.326 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-24T17:28:08.326 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-24T17:28:08.326 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-24T17:28:08.327 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-24T17:28:08.327 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-24T17:28:08.327 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-24T17:28:08.327 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-24T17:28:08.327 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-24T17:28:08.327 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-24T17:28:08.327 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-24T17:28:08.327 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-24T17:28:08.327 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-24T17:28:08.327 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-24T17:28:08.327 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-24T17:28:08.327 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-24T17:28:08.327 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-24T17:28:08.327 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-24T17:28:08.327 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-24T17:28:08.328 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-24T17:28:08.328 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-24T17:28:08.328 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-24T17:28:08.328 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-24T17:28:08.328 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-24T17:28:08.328 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-24T17:28:08.328 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-24T17:28:08.328 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-24T17:28:08.328 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-24T17:28:08.328 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-24T17:28:08.328 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-24T17:28:08.328 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-24T17:28:08.328 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-24T17:28:08.328 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-24T17:28:08.328 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-24T17:28:08.329 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-24T17:28:08.329 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-24T17:28:08.329 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-24T17:28:08.329 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-24T17:28:08.329 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-24T17:28:08.329 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-24T17:28:08.329 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-24T17:28:08.329 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-24T17:28:08.329 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-24T17:28:08.329 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-24T17:28:08.329 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-24T17:28:08.329 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-24T17:28:08.329 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.inplace_update_support: 0 2024-04-24T17:28:08.329 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-24T17:28:08.330 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-24T17:28:08.330 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-24T17:28:08.330 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-24T17:28:08.330 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.bloom_locality: 0 2024-04-24T17:28:08.330 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.max_successive_merges: 0 2024-04-24T17:28:08.330 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-24T17:28:08.330 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-24T17:28:08.330 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-24T17:28:08.330 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-24T17:28:08.330 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.ttl: 2592000 2024-04-24T17:28:08.330 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-24T17:28:08.330 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-24T17:28:08.330 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-24T17:28:08.330 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.enable_blob_files: false 2024-04-24T17:28:08.330 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.min_blob_size: 0 2024-04-24T17:28:08.331 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-24T17:28:08.331 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-24T17:28:08.331 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-24T17:28:08.331 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-24T17:28:08.331 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-24T17:28:08.331 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-24T17:28:08.331 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-24T17:28:08.331 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.810+0000 7f8872d00c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-24T17:28:08.331 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.814+0000 7f8872d00c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-04-24T17:28:08.331 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:28:08.331 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.814+0000 7f8872d00c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-24T17:28:08.331 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:28:08.331 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.814+0000 7f8872d00c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 13651c74-9359-4228-8252-3ae7c127e118 2024-04-24T17:28:08.331 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:28:08.331 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.814+0000 7f8872d00c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-04-24T17:28:08.331 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:28:08.332 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.814+0000 7f8872d00c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55d7c35c2000 2024-04-24T17:28:08.332 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.814+0000 7f8872d00c80 4 rocksdb: DB pointer 0x55d7c35b2000 2024-04-24T17:28:08.332 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.814+0000 7f8862e60700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-24T17:28:08.332 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.814+0000 7f8862e60700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-24T17:28:08.332 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-04-24T17:28:08.332 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-24T17:28:08.332 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-24T17:28:08.332 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-24T17:28:08.332 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-24T17:28:08.332 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-24T17:28:08.332 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-24T17:28:08.332 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-24T17:28:08.332 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:28:08.332 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-24T17:28:08.332 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-24T17:28:08.332 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-24T17:28:08.332 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-24T17:28:08.333 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-24T17:28:08.333 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:28:08.333 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-24T17:28:08.333 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-24T17:28:08.333 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-24T17:28:08.333 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:28:08.333 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-24T17:28:08.333 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:28:08.333 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-24T17:28:08.333 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-04-24T17:28:08.333 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-04-24T17:28:08.333 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-04-24T17:28:08.333 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-04-24T17:28:08.333 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-04-24T17:28:08.333 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-24T17:28:08.333 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-24T17:28:08.334 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-24T17:28:08.334 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x55d7c34cb1f0#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-24T17:28:08.334 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-24T17:28:08.334 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:28:08.334 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-04-24T17:28:08.334 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:28:08.334 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.818+0000 7f8872d00c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-04-24T17:28:08.334 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.818+0000 7f8872d00c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-04-24T17:28:08.334 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:28:07.818+0000 7f8872d00c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-04-24T17:28:08.334 INFO:teuthology.orchestra.run.smithi132.stdout:create mon.a on 2024-04-24T17:28:08.739 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-24T17:28:08.943 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-bf4e6422-025f-11ef-bc93-c7b262605968.target -> /etc/systemd/system/ceph-bf4e6422-025f-11ef-bc93-c7b262605968.target. 2024-04-24T17:28:08.944 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-bf4e6422-025f-11ef-bc93-c7b262605968.target -> /etc/systemd/system/ceph-bf4e6422-025f-11ef-bc93-c7b262605968.target. 2024-04-24T17:28:09.209 INFO:teuthology.orchestra.run.smithi132.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-bf4e6422-025f-11ef-bc93-c7b262605968@mon.a 2024-04-24T17:28:09.210 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stderr Failed to reset failed state of unit ceph-bf4e6422-025f-11ef-bc93-c7b262605968@mon.a.service: Unit ceph-bf4e6422-025f-11ef-bc93-c7b262605968@mon.a.service not loaded. 2024-04-24T17:28:09.406 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-bf4e6422-025f-11ef-bc93-c7b262605968.target.wants/ceph-bf4e6422-025f-11ef-bc93-c7b262605968@mon.a.service -> /etc/systemd/system/ceph-bf4e6422-025f-11ef-bc93-c7b262605968@.service. 2024-04-24T17:28:09.416 INFO:teuthology.orchestra.run.smithi132.stdout:firewalld does not appear to be present 2024-04-24T17:28:09.416 INFO:teuthology.orchestra.run.smithi132.stdout:Not possible to enable service . firewalld.service is not available 2024-04-24T17:28:09.416 INFO:teuthology.orchestra.run.smithi132.stdout:Waiting for mon to start... 2024-04-24T17:28:09.416 INFO:teuthology.orchestra.run.smithi132.stdout:Waiting for mon... 2024-04-24T17:28:10.741 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:10 smithi132 bash[18103]: cluster 2024-04-24T17:28:10.561856+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-24T17:28:11.315 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout cluster: 2024-04-24T17:28:11.315 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout id: bf4e6422-025f-11ef-bc93-c7b262605968 2024-04-24T17:28:11.316 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-24T17:28:11.316 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout 2024-04-24T17:28:11.316 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout services: 2024-04-24T17:28:11.316 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.167676s) 2024-04-24T17:28:11.316 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-24T17:28:11.316 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-24T17:28:11.316 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout 2024-04-24T17:28:11.316 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout data: 2024-04-24T17:28:11.316 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-24T17:28:11.316 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-24T17:28:11.316 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-24T17:28:11.316 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout pgs: 2024-04-24T17:28:11.316 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout 2024-04-24T17:28:11.316 INFO:teuthology.orchestra.run.smithi132.stdout:mon is available 2024-04-24T17:28:11.317 INFO:teuthology.orchestra.run.smithi132.stdout:Assimilating anything we can from ceph.conf... 2024-04-24T17:28:11.632 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:11 smithi132 bash[18103]: cluster 2024-04-24T17:28:10.565383+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-24T17:28:11.632 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:11 smithi132 bash[18103]: cluster 2024-04-24T17:28:10.565383+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-24T17:28:11.632 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:11 smithi132 bash[18103]: cluster 2024-04-24T17:28:10.565574+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-04-24T17:28:11.632 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:11 smithi132 bash[18103]: cluster 2024-04-24T17:28:10.565574+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-04-24T17:28:11.632 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:11 smithi132 bash[18103]: cluster 2024-04-24T17:28:10.565588+0000 mon.a (mon.0) 4 : cluster [DBG] fsid bf4e6422-025f-11ef-bc93-c7b262605968 2024-04-24T17:28:11.632 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:11 smithi132 bash[18103]: cluster 2024-04-24T17:28:10.565588+0000 mon.a (mon.0) 4 : cluster [DBG] fsid bf4e6422-025f-11ef-bc93-c7b262605968 2024-04-24T17:28:11.632 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:11 smithi132 bash[18103]: cluster 2024-04-24T17:28:10.565602+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-04-24T17:28:06.628010+0000 2024-04-24T17:28:11.633 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:11 smithi132 bash[18103]: cluster 2024-04-24T17:28:10.565602+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-04-24T17:28:06.628010+0000 2024-04-24T17:28:11.633 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:11 smithi132 bash[18103]: cluster 2024-04-24T17:28:10.565616+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-04-24T17:28:06.628010+0000 2024-04-24T17:28:11.633 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:11 smithi132 bash[18103]: cluster 2024-04-24T17:28:10.565616+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-04-24T17:28:06.628010+0000 2024-04-24T17:28:11.633 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:11 smithi132 bash[18103]: cluster 2024-04-24T17:28:10.565628+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T17:28:11.633 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:11 smithi132 bash[18103]: cluster 2024-04-24T17:28:10.565628+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T17:28:11.633 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:11 smithi132 bash[18103]: cluster 2024-04-24T17:28:10.565640+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-04-24T17:28:11.633 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:11 smithi132 bash[18103]: cluster 2024-04-24T17:28:10.565640+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-04-24T17:28:11.633 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:11 smithi132 bash[18103]: cluster 2024-04-24T17:28:10.565652+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.132:3300/0,v1:172.21.15.132:6789/0] mon.a 2024-04-24T17:28:11.633 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:11 smithi132 bash[18103]: cluster 2024-04-24T17:28:10.565652+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.132:3300/0,v1:172.21.15.132:6789/0] mon.a 2024-04-24T17:28:11.633 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:11 smithi132 bash[18103]: cluster 2024-04-24T17:28:10.567803+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-04-24T17:28:11.633 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:11 smithi132 bash[18103]: cluster 2024-04-24T17:28:10.567803+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-04-24T17:28:11.633 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:11 smithi132 bash[18103]: cluster 2024-04-24T17:28:10.570259+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-24T17:28:11.633 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:11 smithi132 bash[18103]: cluster 2024-04-24T17:28:10.570259+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-24T17:28:11.634 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:11 smithi132 bash[18103]: cluster 2024-04-24T17:28:10.570770+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-04-24T17:28:11.634 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:11 smithi132 bash[18103]: cluster 2024-04-24T17:28:10.570770+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-04-24T17:28:11.634 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:11 smithi132 bash[18103]: audit 2024-04-24T17:28:10.733007+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.132:0/1230416482' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-24T17:28:11.634 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:11 smithi132 bash[18103]: audit 2024-04-24T17:28:10.733007+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.132:0/1230416482' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-24T17:28:12.805 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout 2024-04-24T17:28:12.805 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout [global] 2024-04-24T17:28:12.805 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout fsid = bf4e6422-025f-11ef-bc93-c7b262605968 2024-04-24T17:28:12.805 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-04-24T17:28:12.805 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-24T17:28:12.805 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-24T17:28:12.806 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-24T17:28:12.806 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-24T17:28:12.806 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-24T17:28:12.806 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout 2024-04-24T17:28:12.806 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-24T17:28:12.806 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-24T17:28:12.806 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout 2024-04-24T17:28:12.806 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout [osd] 2024-04-24T17:28:12.806 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-24T17:28:12.806 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-24T17:28:12.806 INFO:teuthology.orchestra.run.smithi132.stdout:Generating new minimal ceph.conf... 2024-04-24T17:28:12.824 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:12 smithi132 bash[18103]: audit 2024-04-24T17:28:12.249231+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.132:0/1314398820' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-24T17:28:12.824 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:12 smithi132 bash[18103]: audit 2024-04-24T17:28:12.249231+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.132:0/1314398820' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-24T17:28:12.824 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:12 smithi132 bash[18103]: audit 2024-04-24T17:28:12.252044+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.132:0/1314398820' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-24T17:28:12.825 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:12 smithi132 bash[18103]: audit 2024-04-24T17:28:12.252044+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.132:0/1314398820' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-24T17:28:14.131 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:13 smithi132 bash[18103]: audit 2024-04-24T17:28:13.805321+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.132:0/3782251670' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:28:14.131 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:13 smithi132 bash[18103]: audit 2024-04-24T17:28:13.805321+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.132:0/3782251670' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:28:14.317 INFO:teuthology.orchestra.run.smithi132.stdout:Restarting the monitor... 2024-04-24T17:28:14.632 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:14 smithi132 systemd[1]: Stopping Ceph mon.a for bf4e6422-025f-11ef-bc93-c7b262605968... 2024-04-24T17:28:14.632 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:14 smithi132 bash[18103]: debug 2024-04-24T17:28:14.450+0000 7f8330e2a700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-04-24T17:28:14.632 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:14 smithi132 bash[18103]: debug 2024-04-24T17:28:14.450+0000 7f8330e2a700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-24T17:28:15.180 INFO:teuthology.orchestra.run.smithi132.stdout:Setting public_network to 172.21.15.254/32,172.21.0.2/32,172.21.0.0/20,172.21.0.1/32 in mon config section 2024-04-24T17:28:15.381 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:15 smithi132 bash[18493]: ceph-bf4e6422-025f-11ef-bc93-c7b262605968-mon-a 2024-04-24T17:28:15.381 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:15 smithi132 bash[18554]: ceph-bf4e6422-025f-11ef-bc93-c7b262605968-mon-a 2024-04-24T17:28:15.381 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:15 smithi132 systemd[1]: ceph-bf4e6422-025f-11ef-bc93-c7b262605968@mon.a.service: Deactivated successfully. 2024-04-24T17:28:15.381 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:15 smithi132 systemd[1]: Stopped Ceph mon.a for bf4e6422-025f-11ef-bc93-c7b262605968. 2024-04-24T17:28:15.381 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:15 smithi132 systemd[1]: Started Ceph mon.a for bf4e6422-025f-11ef-bc93-c7b262605968. 2024-04-24T17:28:16.382 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.226+0000 7f1a2d36ec80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-24T17:28:16.382 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.226+0000 7f1a2d36ec80 0 ceph version 19.0.0-3285-g5904d294 (5904d29475f5be602879d9fb26280e89b808d5cc) squid (dev), process ceph-mon, pid 7 2024-04-24T17:28:16.382 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.226+0000 7f1a2d36ec80 0 pidfile_write: ignore empty --pid-file 2024-04-24T17:28:16.382 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 0 load: jerasure load: lrc 2024-04-24T17:28:16.382 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: RocksDB version: 7.9.2 2024-04-24T17:28:16.382 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Git sha 0 2024-04-24T17:28:16.382 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Compile date 2024-04-24 13:56:12 2024-04-24T17:28:16.383 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: DB SUMMARY 2024-04-24T17:28:16.383 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: DB Session ID: 6CVXMZ8SBWZ97HQWA3N3 2024-04-24T17:28:16.383 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: CURRENT file: CURRENT 2024-04-24T17:28:16.383 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: IDENTITY file: IDENTITY 2024-04-24T17:28:16.383 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-24T17:28:16.383 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-04-24T17:28:16.383 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88035 ; 2024-04-24T17:28:16.383 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.error_if_exists: 0 2024-04-24T17:28:16.383 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.create_if_missing: 0 2024-04-24T17:28:16.383 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.paranoid_checks: 1 2024-04-24T17:28:16.383 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-24T17:28:16.383 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-24T17:28:16.383 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-24T17:28:16.384 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.env: 0x555f23547cc0 2024-04-24T17:28:16.384 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-24T17:28:16.384 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.info_log: 0x555f23f21dc0 2024-04-24T17:28:16.384 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-24T17:28:16.384 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.statistics: (nil) 2024-04-24T17:28:16.384 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.use_fsync: 0 2024-04-24T17:28:16.384 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.max_log_file_size: 0 2024-04-24T17:28:16.384 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-24T17:28:16.385 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-24T17:28:16.385 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-24T17:28:16.385 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-24T17:28:16.385 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.allow_fallocate: 1 2024-04-24T17:28:16.385 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-24T17:28:16.385 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-24T17:28:16.385 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.use_direct_reads: 0 2024-04-24T17:28:16.385 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-24T17:28:16.385 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-24T17:28:16.385 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.db_log_dir: 2024-04-24T17:28:16.385 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.wal_dir: 2024-04-24T17:28:16.385 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-24T17:28:16.385 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-24T17:28:16.386 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-24T17:28:16.386 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-24T17:28:16.386 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-24T17:28:16.386 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-24T17:28:16.386 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-24T17:28:16.386 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-24T17:28:16.386 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.write_buffer_manager: 0x555f23ef30e0 2024-04-24T17:28:16.386 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-24T17:28:16.386 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-24T17:28:16.386 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-24T17:28:16.386 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-24T17:28:16.386 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-24T17:28:16.386 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-24T17:28:16.387 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-24T17:28:16.387 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-24T17:28:16.387 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.unordered_write: 0 2024-04-24T17:28:16.387 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-24T17:28:16.387 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-24T17:28:16.387 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-24T17:28:16.387 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-24T17:28:16.387 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.row_cache: None 2024-04-24T17:28:16.387 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.wal_filter: None 2024-04-24T17:28:16.387 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-24T17:28:16.387 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-24T17:28:16.387 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.two_write_queues: 0 2024-04-24T17:28:16.387 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-24T17:28:16.387 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.wal_compression: 0 2024-04-24T17:28:16.388 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.atomic_flush: 0 2024-04-24T17:28:16.388 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-24T17:28:16.388 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-24T17:28:16.388 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-24T17:28:16.388 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.log_readahead_size: 0 2024-04-24T17:28:16.388 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-24T17:28:16.388 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-24T17:28:16.388 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-24T17:28:16.388 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-24T17:28:16.388 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-24T17:28:16.388 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-24T17:28:16.388 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-24T17:28:16.388 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.max_background_jobs: 2 2024-04-24T17:28:16.388 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.max_background_compactions: -1 2024-04-24T17:28:16.388 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.max_subcompactions: 1 2024-04-24T17:28:16.389 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-24T17:28:16.389 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-24T17:28:16.389 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-24T17:28:16.389 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-24T17:28:16.389 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-24T17:28:16.389 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-24T17:28:16.389 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-24T17:28:16.389 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-24T17:28:16.389 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.max_open_files: -1 2024-04-24T17:28:16.389 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-24T17:28:16.389 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-24T17:28:16.389 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-24T17:28:16.389 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-24T17:28:16.389 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.max_background_flushes: -1 2024-04-24T17:28:16.389 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Compression algorithms supported: 2024-04-24T17:28:16.390 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-24T17:28:16.390 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: kZSTD supported: 0 2024-04-24T17:28:16.390 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: kXpressCompression supported: 0 2024-04-24T17:28:16.390 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-24T17:28:16.390 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: kZlibCompression supported: 1 2024-04-24T17:28:16.390 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: kSnappyCompression supported: 1 2024-04-24T17:28:16.390 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: kLZ4Compression supported: 1 2024-04-24T17:28:16.390 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: kBZip2Compression supported: 0 2024-04-24T17:28:16.390 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-24T17:28:16.390 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-24T17:28:16.390 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-04-24T17:28:16.391 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-24T17:28:16.391 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-24T17:28:16.392 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.merge_operator: 2024-04-24T17:28:16.392 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.compaction_filter: None 2024-04-24T17:28:16.392 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-24T17:28:16.392 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-24T17:28:16.392 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-24T17:28:16.392 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-24T17:28:16.392 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x555f23f21f80) 2024-04-24T17:28:16.392 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: cache_index_and_filter_blocks: 1 2024-04-24T17:28:16.392 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-24T17:28:16.392 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-24T17:28:16.392 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: pin_top_level_index_and_filter: 1 2024-04-24T17:28:16.392 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: index_type: 0 2024-04-24T17:28:16.392 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: data_block_index_type: 0 2024-04-24T17:28:16.392 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: index_shortening: 1 2024-04-24T17:28:16.392 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: data_block_hash_table_util_ratio: 0.750000 2024-04-24T17:28:16.392 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: checksum: 4 2024-04-24T17:28:16.393 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: no_block_cache: 0 2024-04-24T17:28:16.393 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: block_cache: 0x555f23f231f0 2024-04-24T17:28:16.393 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: block_cache_name: BinnedLRUCache 2024-04-24T17:28:16.393 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: block_cache_options: 2024-04-24T17:28:16.393 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: capacity : 536870912 2024-04-24T17:28:16.393 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: num_shard_bits : 4 2024-04-24T17:28:16.393 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: strict_capacity_limit : 0 2024-04-24T17:28:16.393 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: high_pri_pool_ratio: 0.000 2024-04-24T17:28:16.393 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: block_cache_compressed: (nil) 2024-04-24T17:28:16.393 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: persistent_cache: (nil) 2024-04-24T17:28:16.393 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: block_size: 4096 2024-04-24T17:28:16.393 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: block_size_deviation: 10 2024-04-24T17:28:16.393 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: block_restart_interval: 16 2024-04-24T17:28:16.393 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: index_block_restart_interval: 1 2024-04-24T17:28:16.393 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: metadata_block_size: 4096 2024-04-24T17:28:16.393 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: partition_filters: 0 2024-04-24T17:28:16.393 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: use_delta_encoding: 1 2024-04-24T17:28:16.394 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: filter_policy: bloomfilter 2024-04-24T17:28:16.394 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: whole_key_filtering: 1 2024-04-24T17:28:16.394 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: verify_compression: 0 2024-04-24T17:28:16.394 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: read_amp_bytes_per_bit: 0 2024-04-24T17:28:16.394 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: format_version: 5 2024-04-24T17:28:16.394 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: enable_index_compression: 1 2024-04-24T17:28:16.394 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: block_align: 0 2024-04-24T17:28:16.394 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: max_auto_readahead_size: 262144 2024-04-24T17:28:16.394 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: prepopulate_block_cache: 0 2024-04-24T17:28:16.394 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: initial_auto_readahead_size: 8192 2024-04-24T17:28:16.394 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: num_file_reads_for_auto_readahead: 2 2024-04-24T17:28:16.394 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-24T17:28:16.398 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-24T17:28:16.398 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.compression: NoCompression 2024-04-24T17:28:16.398 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-24T17:28:16.398 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-24T17:28:16.399 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-24T17:28:16.399 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.num_levels: 7 2024-04-24T17:28:16.399 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-24T17:28:16.399 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-24T17:28:16.399 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-24T17:28:16.399 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-24T17:28:16.399 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-24T17:28:16.399 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-24T17:28:16.399 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-24T17:28:16.399 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-24T17:28:16.399 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-24T17:28:16.399 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-24T17:28:16.399 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-24T17:28:16.399 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-24T17:28:16.399 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-24T17:28:16.400 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-24T17:28:16.400 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-24T17:28:16.400 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-24T17:28:16.400 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-24T17:28:16.400 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-24T17:28:16.400 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-24T17:28:16.400 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-24T17:28:16.400 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-24T17:28:16.400 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-24T17:28:16.400 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-24T17:28:16.400 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-24T17:28:16.401 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-24T17:28:16.401 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-24T17:28:16.401 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-24T17:28:16.401 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-24T17:28:16.401 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-24T17:28:16.401 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-24T17:28:16.401 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-24T17:28:16.401 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-24T17:28:16.401 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-24T17:28:16.401 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-24T17:28:16.401 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-24T17:28:16.401 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-24T17:28:16.401 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-24T17:28:16.401 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-24T17:28:16.401 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-24T17:28:16.402 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-24T17:28:16.402 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-24T17:28:16.402 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-24T17:28:16.402 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-24T17:28:16.402 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-24T17:28:16.402 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-24T17:28:16.402 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-24T17:28:16.402 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-24T17:28:16.402 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-24T17:28:16.402 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-24T17:28:16.402 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-24T17:28:16.402 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-24T17:28:16.402 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-24T17:28:16.402 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-24T17:28:16.403 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-24T17:28:16.403 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.inplace_update_support: 0 2024-04-24T17:28:16.403 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-24T17:28:16.403 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-24T17:28:16.403 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-24T17:28:16.403 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-24T17:28:16.403 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.bloom_locality: 0 2024-04-24T17:28:16.403 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.max_successive_merges: 0 2024-04-24T17:28:16.403 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-24T17:28:16.403 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-24T17:28:16.403 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-24T17:28:16.403 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-24T17:28:16.403 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.ttl: 2592000 2024-04-24T17:28:16.403 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-24T17:28:16.403 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-24T17:28:16.404 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-24T17:28:16.404 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.enable_blob_files: false 2024-04-24T17:28:16.404 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.min_blob_size: 0 2024-04-24T17:28:16.404 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-24T17:28:16.404 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-24T17:28:16.404 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-24T17:28:16.404 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-24T17:28:16.404 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-24T17:28:16.404 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-24T17:28:16.404 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-24T17:28:16.404 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-24T17:28:16.404 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-04-24T17:28:16.404 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-24T17:28:16.404 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 13651c74-9359-4228-8252-3ae7c127e118 2024-04-24T17:28:16.405 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713979696237064, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-24T17:28:16.405 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.230+0000 7f1a2d36ec80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-24T17:28:16.405 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.234+0000 7f1a2d36ec80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713979696238182, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 84805, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 254, "table_properties": {"data_size": 82945, "index_size": 244, "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": 9921, "raw_average_key_size": 46, "raw_value_size": 77266, "raw_average_value_size": 362, "num_data_blocks": 11, "num_entries": 213, "num_filter_entries": 213, "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": 1713979696, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "13651c74-9359-4228-8252-3ae7c127e118", "db_session_id": "6CVXMZ8SBWZ97HQWA3N3", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-24T17:28:16.405 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.234+0000 7f1a2d36ec80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713979696238286, "job": 1, "event": "recovery_finished"} 2024-04-24T17:28:16.405 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.234+0000 7f1a2d36ec80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-24T17:28:16.405 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.234+0000 7f1a2d36ec80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-24T17:28:16.405 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.234+0000 7f1a2d36ec80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x555f24044000 2024-04-24T17:28:16.405 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.234+0000 7f1a2d36ec80 4 rocksdb: DB pointer 0x555f24030000 2024-04-24T17:28:16.405 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.234+0000 7f1a1bac6700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-24T17:28:16.405 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.234+0000 7f1a1bac6700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-24T17:28:16.405 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: ** DB Stats ** 2024-04-24T17:28:16.405 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-24T17:28:16.405 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: 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-24T17:28:16.405 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-24T17:28:16.406 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-24T17:28:16.406 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: 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-24T17:28:16.406 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-24T17:28:16.406 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-24T17:28:16.406 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: ** Compaction Stats [default] ** 2024-04-24T17:28:16.406 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: 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-24T17:28:16.406 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-24T17:28:16.406 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: L0 2/0 84.68 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 124.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-24T17:28:16.406 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: Sum 2/0 84.68 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 124.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-24T17:28:16.406 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 124.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-24T17:28:16.406 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: ** Compaction Stats [default] ** 2024-04-24T17:28:16.406 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: 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-24T17:28:16.406 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-24T17:28:16.406 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 124.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-24T17:28:16.406 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-24T17:28:16.407 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-24T17:28:16.407 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-24T17:28:16.407 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-24T17:28:16.407 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: AddFile(Total Files): cumulative 0, interval 0 2024-04-24T17:28:16.407 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-24T17:28:16.407 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: AddFile(Keys): cumulative 0, interval 0 2024-04-24T17:28:16.407 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: Cumulative compaction: 0.00 GB write, 19.95 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-24T17:28:16.407 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: Interval compaction: 0.00 GB write, 19.95 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-24T17:28:16.407 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: 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-24T17:28:16.407 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: Block cache BinnedLRUCache@0x555f23f231f0#7 capacity: 512.00 MB usage: 1.20 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-04-24T17:28:16.407 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.44 KB,8.34465e-05%) Misc(1,0.00 KB,0%) 2024-04-24T17:28:16.407 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: ** File Read Latency Histogram By Level [default] ** 2024-04-24T17:28:16.407 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.234+0000 7f1a2d36ec80 0 starting mon.a 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-a fsid bf4e6422-025f-11ef-bc93-c7b262605968 2024-04-24T17:28:16.407 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.238+0000 7f1a2d36ec80 1 mon.a@-1(???) e1 preinit fsid bf4e6422-025f-11ef-bc93-c7b262605968 2024-04-24T17:28:16.407 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.238+0000 7f1a2d36ec80 0 mon.a@-1(???).mds e1 new map 2024-04-24T17:28:16.408 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.238+0000 7f1a2d36ec80 0 mon.a@-1(???).mds e1 print_map 2024-04-24T17:28:16.408 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: e1 2024-04-24T17:28:16.408 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-24T17:28:16.408 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: 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-24T17:28:16.408 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: legacy client fscid: -1 2024-04-24T17:28:16.408 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: 2024-04-24T17:28:16.408 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: No filesystems configured 2024-04-24T17:28:16.408 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.238+0000 7f1a2d36ec80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-24T17:28:16.408 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.238+0000 7f1a2d36ec80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-24T17:28:16.408 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.238+0000 7f1a2d36ec80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-24T17:28:16.408 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.238+0000 7f1a2d36ec80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-24T17:28:16.408 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: debug 2024-04-24T17:28:16.238+0000 7f1a2d36ec80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-24T17:28:16.408 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: cluster 2024-04-24T17:28:16.261855+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-24T17:28:16.408 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: cluster 2024-04-24T17:28:16.261855+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-24T17:28:16.408 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: cluster 2024-04-24T17:28:16.261947+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-04-24T17:28:16.409 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: cluster 2024-04-24T17:28:16.261947+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-04-24T17:28:16.409 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: cluster 2024-04-24T17:28:16.261964+0000 mon.a (mon.0) 3 : cluster [DBG] fsid bf4e6422-025f-11ef-bc93-c7b262605968 2024-04-24T17:28:16.409 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: cluster 2024-04-24T17:28:16.261964+0000 mon.a (mon.0) 3 : cluster [DBG] fsid bf4e6422-025f-11ef-bc93-c7b262605968 2024-04-24T17:28:16.409 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: cluster 2024-04-24T17:28:16.261979+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-04-24T17:28:06.628010+0000 2024-04-24T17:28:16.409 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: cluster 2024-04-24T17:28:16.261979+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-04-24T17:28:06.628010+0000 2024-04-24T17:28:16.409 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: cluster 2024-04-24T17:28:16.261987+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-04-24T17:28:06.628010+0000 2024-04-24T17:28:16.409 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: cluster 2024-04-24T17:28:16.261987+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-04-24T17:28:06.628010+0000 2024-04-24T17:28:16.409 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: cluster 2024-04-24T17:28:16.261994+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T17:28:16.409 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: cluster 2024-04-24T17:28:16.261994+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T17:28:16.409 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: cluster 2024-04-24T17:28:16.262001+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-04-24T17:28:16.409 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: cluster 2024-04-24T17:28:16.262001+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-04-24T17:28:16.409 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: cluster 2024-04-24T17:28:16.262014+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.132:3300/0,v1:172.21.15.132:6789/0] mon.a 2024-04-24T17:28:16.409 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: cluster 2024-04-24T17:28:16.262014+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.132:3300/0,v1:172.21.15.132:6789/0] mon.a 2024-04-24T17:28:16.409 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: cluster 2024-04-24T17:28:16.262444+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-04-24T17:28:16.409 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: cluster 2024-04-24T17:28:16.262444+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-04-24T17:28:16.409 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: cluster 2024-04-24T17:28:16.262476+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-24T17:28:16.410 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: cluster 2024-04-24T17:28:16.262476+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-24T17:28:16.410 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: cluster 2024-04-24T17:28:16.262872+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-04-24T17:28:16.410 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:16 smithi132 bash[18592]: cluster 2024-04-24T17:28:16.262872+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-04-24T17:28:17.018 INFO:teuthology.orchestra.run.smithi132.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-24T17:28:17.045 INFO:teuthology.orchestra.run.smithi132.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-24T17:28:17.045 INFO:teuthology.orchestra.run.smithi132.stdout:Creating mgr... 2024-04-24T17:28:17.045 INFO:teuthology.orchestra.run.smithi132.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-24T17:28:17.045 INFO:teuthology.orchestra.run.smithi132.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-24T17:28:17.374 INFO:teuthology.orchestra.run.smithi132.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-bf4e6422-025f-11ef-bc93-c7b262605968@mgr.x 2024-04-24T17:28:17.375 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stderr Failed to reset failed state of unit ceph-bf4e6422-025f-11ef-bc93-c7b262605968@mgr.x.service: Unit ceph-bf4e6422-025f-11ef-bc93-c7b262605968@mgr.x.service not loaded. 2024-04-24T17:28:17.378 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:17 smithi132 systemd[1]: /etc/systemd/system/ceph-bf4e6422-025f-11ef-bc93-c7b262605968@.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-24T17:28:17.378 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:17 smithi132 systemd[1]: /etc/systemd/system/ceph-bf4e6422-025f-11ef-bc93-c7b262605968@.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-24T17:28:17.573 INFO:teuthology.orchestra.run.smithi132.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-bf4e6422-025f-11ef-bc93-c7b262605968.target.wants/ceph-bf4e6422-025f-11ef-bc93-c7b262605968@mgr.x.service -> /etc/systemd/system/ceph-bf4e6422-025f-11ef-bc93-c7b262605968@.service. 2024-04-24T17:28:17.581 INFO:teuthology.orchestra.run.smithi132.stdout:firewalld does not appear to be present 2024-04-24T17:28:17.581 INFO:teuthology.orchestra.run.smithi132.stdout:Not possible to enable service . firewalld.service is not available 2024-04-24T17:28:17.581 INFO:teuthology.orchestra.run.smithi132.stdout:firewalld does not appear to be present 2024-04-24T17:28:17.582 INFO:teuthology.orchestra.run.smithi132.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-04-24T17:28:17.582 INFO:teuthology.orchestra.run.smithi132.stdout:Waiting for mgr to start... 2024-04-24T17:28:17.582 INFO:teuthology.orchestra.run.smithi132.stdout:Waiting for mgr... 2024-04-24T17:28:17.631 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:17 smithi132 bash[18592]: audit 2024-04-24T17:28:16.450406+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.132:0/3707086814' entity='client.admin' 2024-04-24T17:28:17.631 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:17 smithi132 bash[18592]: audit 2024-04-24T17:28:16.450406+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.132:0/3707086814' entity='client.admin' 2024-04-24T17:28:17.631 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:17 smithi132 systemd[1]: /etc/systemd/system/ceph-bf4e6422-025f-11ef-bc93-c7b262605968@.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-24T17:28:17.631 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:17 smithi132 systemd[1]: /etc/systemd/system/ceph-bf4e6422-025f-11ef-bc93-c7b262605968@.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-24T17:28:17.631 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:17 smithi132 systemd[1]: Started Ceph mgr.x for bf4e6422-025f-11ef-bc93-c7b262605968. 2024-04-24T17:28:19.381 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:19 smithi132 bash[18592]: audit 2024-04-24T17:28:19.214348+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.132:0/2184449295' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T17:28:19.381 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:19 smithi132 bash[18592]: audit 2024-04-24T17:28:19.214348+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.132:0/2184449295' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T17:28:19.382 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:19 smithi132 bash[18848]: debug 2024-04-24T17:28:19.313+0000 7f798de3f200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-24T17:28:19.980 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout 2024-04-24T17:28:19.980 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout { 2024-04-24T17:28:19.981 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "fsid": "bf4e6422-025f-11ef-bc93-c7b262605968", 2024-04-24T17:28:19.981 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "health": { 2024-04-24T17:28:19.981 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-24T17:28:19.981 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-24T17:28:19.981 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-24T17:28:19.981 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:28:19.981 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-24T17:28:19.981 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-24T17:28:19.981 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout 0 2024-04-24T17:28:19.981 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout ], 2024-04-24T17:28:19.981 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-24T17:28:19.981 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "a" 2024-04-24T17:28:19.981 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout ], 2024-04-24T17:28:19.981 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-04-24T17:28:19.982 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-24T17:28:19.982 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:28:19.982 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-24T17:28:19.982 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-24T17:28:19.982 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:28:19.982 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-24T17:28:19.982 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:28:19.982 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-24T17:28:19.982 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-24T17:28:19.982 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-24T17:28:19.982 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-24T17:28:19.982 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-24T17:28:19.982 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-24T17:28:19.985 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:28:19.986 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-24T17:28:19.986 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-24T17:28:19.986 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-24T17:28:19.986 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-24T17:28:19.986 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-24T17:28:19.986 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-24T17:28:19.986 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-24T17:28:19.986 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-24T17:28:19.986 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-24T17:28:19.986 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:28:19.986 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-24T17:28:19.986 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:28:19.986 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-24T17:28:19.987 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-24T17:28:19.987 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:28:19.987 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-24T17:28:19.987 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-24T17:28:19.987 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-24T17:28:19.987 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-24T17:28:19.987 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-24T17:28:19.987 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-24T17:28:19.987 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "restful" 2024-04-24T17:28:19.987 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout ], 2024-04-24T17:28:19.987 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T17:28:19.987 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:28:19.987 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-24T17:28:19.987 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:28:19.987 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "modified": "2024-04-24T17:28:10.566788+0000", 2024-04-24T17:28:19.988 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T17:28:19.988 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:28:19.988 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-24T17:28:19.988 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout } 2024-04-24T17:28:19.988 INFO:teuthology.orchestra.run.smithi132.stdout:mgr not available, waiting (1/15)... 2024-04-24T17:28:21.235 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:20 smithi132 bash[18848]: debug 2024-04-24T17:28:20.889+0000 7f798de3f200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-24T17:28:21.235 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:20 smithi132 bash[18848]: debug 2024-04-24T17:28:20.985+0000 7f798de3f200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-24T17:28:22.254 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:21 smithi132 bash[18848]: debug 2024-04-24T17:28:21.233+0000 7f798de3f200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-24T17:28:22.254 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:22 smithi132 bash[18848]: debug 2024-04-24T17:28:22.041+0000 7f798de3f200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-24T17:28:22.255 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:22 smithi132 bash[18848]: debug 2024-04-24T17:28:22.149+0000 7f798de3f200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-24T17:28:22.877 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:22 smithi132 bash[18848]: debug 2024-04-24T17:28:22.253+0000 7f798de3f200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-24T17:28:22.877 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:22 smithi132 bash[18848]: debug 2024-04-24T17:28:22.609+0000 7f798de3f200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-24T17:28:22.877 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:22 smithi132 bash[18848]: debug 2024-04-24T17:28:22.721+0000 7f798de3f200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-24T17:28:22.877 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:22 smithi132 bash[18848]: debug 2024-04-24T17:28:22.825+0000 7f798de3f200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-24T17:28:23.632 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:23 smithi132 bash[18592]: audit 2024-04-24T17:28:23.211109+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.132:0/2965839311' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T17:28:23.632 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:23 smithi132 bash[18592]: audit 2024-04-24T17:28:23.211109+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.132:0/2965839311' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T17:28:23.632 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:23 smithi132 bash[18848]: debug 2024-04-24T17:28:23.189+0000 7f798de3f200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-24T17:28:23.632 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:23 smithi132 bash[18848]: debug 2024-04-24T17:28:23.433+0000 7f798de3f200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-24T17:28:23.755 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout 2024-04-24T17:28:23.755 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout { 2024-04-24T17:28:23.755 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "fsid": "bf4e6422-025f-11ef-bc93-c7b262605968", 2024-04-24T17:28:23.756 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "health": { 2024-04-24T17:28:23.756 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-24T17:28:23.756 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-24T17:28:23.756 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-24T17:28:23.756 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:28:23.756 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-24T17:28:23.756 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-24T17:28:23.756 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout 0 2024-04-24T17:28:23.756 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout ], 2024-04-24T17:28:23.756 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-24T17:28:23.756 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "a" 2024-04-24T17:28:23.756 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout ], 2024-04-24T17:28:23.756 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-04-24T17:28:23.756 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-24T17:28:23.757 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:28:23.757 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-24T17:28:23.757 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-24T17:28:23.757 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:28:23.757 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-24T17:28:23.757 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:28:23.757 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-24T17:28:23.757 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-24T17:28:23.757 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-24T17:28:23.757 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-24T17:28:23.757 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-24T17:28:23.757 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-24T17:28:23.760 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:28:23.760 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-24T17:28:23.761 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-24T17:28:23.761 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-24T17:28:23.761 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-24T17:28:23.761 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-24T17:28:23.761 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-24T17:28:23.761 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-24T17:28:23.761 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-24T17:28:23.761 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-24T17:28:23.761 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:28:23.761 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-24T17:28:23.761 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:28:23.761 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-24T17:28:23.761 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-24T17:28:23.761 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:28:23.762 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-24T17:28:23.762 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-24T17:28:23.762 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-24T17:28:23.762 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-24T17:28:23.762 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-24T17:28:23.762 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-24T17:28:23.762 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "restful" 2024-04-24T17:28:23.762 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout ], 2024-04-24T17:28:23.762 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T17:28:23.762 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:28:23.762 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-24T17:28:23.762 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:28:23.762 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "modified": "2024-04-24T17:28:10.566788+0000", 2024-04-24T17:28:23.762 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T17:28:23.763 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:28:23.763 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-24T17:28:23.763 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout } 2024-04-24T17:28:23.763 INFO:teuthology.orchestra.run.smithi132.stdout:mgr not available, waiting (2/15)... 2024-04-24T17:28:24.079 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:23 smithi132 bash[18848]: debug 2024-04-24T17:28:23.693+0000 7f798de3f200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-24T17:28:24.079 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:23 smithi132 bash[18848]: debug 2024-04-24T17:28:23.805+0000 7f798de3f200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-24T17:28:24.847 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:24 smithi132 bash[18848]: debug 2024-04-24T17:28:24.077+0000 7f798de3f200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-24T17:28:24.847 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:24 smithi132 bash[18848]: debug 2024-04-24T17:28:24.493+0000 7f798de3f200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-24T17:28:24.847 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:24 smithi132 bash[18848]: debug 2024-04-24T17:28:24.729+0000 7f798de3f200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-24T17:28:25.131 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:24 smithi132 bash[18848]: debug 2024-04-24T17:28:24.845+0000 7f798de3f200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-24T17:28:25.132 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:25 smithi132 bash[18848]: debug 2024-04-24T17:28:25.093+0000 7f798de3f200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-24T17:28:26.382 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:26 smithi132 bash[18848]: debug 2024-04-24T17:28:26.105+0000 7f798de3f200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-24T17:28:26.382 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:26 smithi132 bash[18848]: debug 2024-04-24T17:28:26.221+0000 7f798de3f200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-24T17:28:26.748 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:26 smithi132 bash[18848]: debug 2024-04-24T17:28:26.521+0000 7f798de3f200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-24T17:28:26.749 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:26 smithi132 bash[18848]: debug 2024-04-24T17:28:26.637+0000 7f798de3f200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-24T17:28:27.091 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:26 smithi132 bash[18592]: audit 2024-04-24T17:28:26.739508+0000 mon.a (mon.0) 15 : audit [DBG] from='client.? 172.21.15.132:0/2328188080' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T17:28:27.091 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:26 smithi132 bash[18592]: audit 2024-04-24T17:28:26.739508+0000 mon.a (mon.0) 15 : audit [DBG] from='client.? 172.21.15.132:0/2328188080' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T17:28:27.275 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout 2024-04-24T17:28:27.275 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout { 2024-04-24T17:28:27.275 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "fsid": "bf4e6422-025f-11ef-bc93-c7b262605968", 2024-04-24T17:28:27.275 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "health": { 2024-04-24T17:28:27.275 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-24T17:28:27.275 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-24T17:28:27.275 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-24T17:28:27.275 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:28:27.275 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-24T17:28:27.276 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-24T17:28:27.276 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout 0 2024-04-24T17:28:27.276 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout ], 2024-04-24T17:28:27.276 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-24T17:28:27.276 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "a" 2024-04-24T17:28:27.276 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout ], 2024-04-24T17:28:27.276 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-04-24T17:28:27.276 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-24T17:28:27.276 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:28:27.276 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-24T17:28:27.276 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-24T17:28:27.276 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:28:27.276 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-24T17:28:27.276 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:28:27.276 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-24T17:28:27.277 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-24T17:28:27.277 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-24T17:28:27.277 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-24T17:28:27.277 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-24T17:28:27.277 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-24T17:28:27.280 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:28:27.280 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-24T17:28:27.280 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-24T17:28:27.280 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-24T17:28:27.280 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-24T17:28:27.280 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-24T17:28:27.281 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-24T17:28:27.281 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-24T17:28:27.281 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-24T17:28:27.281 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-24T17:28:27.281 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:28:27.281 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-24T17:28:27.281 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:28:27.281 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-24T17:28:27.281 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-24T17:28:27.281 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:28:27.281 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-24T17:28:27.281 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-24T17:28:27.281 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-24T17:28:27.282 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-24T17:28:27.282 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-24T17:28:27.282 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-24T17:28:27.282 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "restful" 2024-04-24T17:28:27.282 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout ], 2024-04-24T17:28:27.282 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T17:28:27.282 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:28:27.282 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-24T17:28:27.282 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:28:27.282 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "modified": "2024-04-24T17:28:10.566788+0000", 2024-04-24T17:28:27.282 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T17:28:27.282 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:28:27.282 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-24T17:28:27.282 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout } 2024-04-24T17:28:27.283 INFO:teuthology.orchestra.run.smithi132.stdout:mgr not available, waiting (3/15)... 2024-04-24T17:28:27.382 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:27 smithi132 bash[18848]: debug 2024-04-24T17:28:27.093+0000 7f798de3f200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-24T17:28:27.382 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:27 smithi132 bash[18848]: debug 2024-04-24T17:28:27.209+0000 7f798de3f200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-24T17:28:28.133 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:27 smithi132 bash[18592]: cluster 2024-04-24T17:28:27.230850+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon x 2024-04-24T17:28:28.133 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:27 smithi132 bash[18592]: cluster 2024-04-24T17:28:27.230850+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon x 2024-04-24T17:28:28.133 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:27 smithi132 bash[18592]: cluster 2024-04-24T17:28:27.235245+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e2: x(active, starting, since 0.00454588s) 2024-04-24T17:28:28.133 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:27 smithi132 bash[18592]: cluster 2024-04-24T17:28:27.235245+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e2: x(active, starting, since 0.00454588s) 2024-04-24T17:28:28.133 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:27 smithi132 bash[18592]: audit 2024-04-24T17:28:27.237797+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14102 172.21.15.132:0/2511575745' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-24T17:28:28.133 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:27 smithi132 bash[18592]: audit 2024-04-24T17:28:27.237797+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14102 172.21.15.132:0/2511575745' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-24T17:28:28.133 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:27 smithi132 bash[18592]: audit 2024-04-24T17:28:27.238343+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14102 172.21.15.132:0/2511575745' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-24T17:28:28.133 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:27 smithi132 bash[18592]: audit 2024-04-24T17:28:27.238343+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14102 172.21.15.132:0/2511575745' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-24T17:28:28.133 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:27 smithi132 bash[18592]: audit 2024-04-24T17:28:27.238768+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14102 172.21.15.132:0/2511575745' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-24T17:28:28.133 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:27 smithi132 bash[18592]: audit 2024-04-24T17:28:27.238768+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14102 172.21.15.132:0/2511575745' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-24T17:28:28.133 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:27 smithi132 bash[18592]: audit 2024-04-24T17:28:27.239147+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14102 172.21.15.132:0/2511575745' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T17:28:28.133 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:27 smithi132 bash[18592]: audit 2024-04-24T17:28:27.239147+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14102 172.21.15.132:0/2511575745' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T17:28:28.134 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:27 smithi132 bash[18592]: audit 2024-04-24T17:28:27.239508+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.14102 172.21.15.132:0/2511575745' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-04-24T17:28:28.134 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:27 smithi132 bash[18592]: audit 2024-04-24T17:28:27.239508+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.14102 172.21.15.132:0/2511575745' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-04-24T17:28:28.134 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:27 smithi132 bash[18592]: cluster 2024-04-24T17:28:27.263627+0000 mon.a (mon.0) 23 : cluster [INF] Manager daemon x is now available 2024-04-24T17:28:28.134 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:27 smithi132 bash[18592]: cluster 2024-04-24T17:28:27.263627+0000 mon.a (mon.0) 23 : cluster [INF] Manager daemon x is now available 2024-04-24T17:28:28.134 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:27 smithi132 bash[18592]: audit 2024-04-24T17:28:27.275900+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14102 172.21.15.132:0/2511575745' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-04-24T17:28:28.134 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:27 smithi132 bash[18592]: audit 2024-04-24T17:28:27.275900+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14102 172.21.15.132:0/2511575745' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-04-24T17:28:28.134 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:27 smithi132 bash[18592]: audit 2024-04-24T17:28:27.278843+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14102 172.21.15.132:0/2511575745' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-04-24T17:28:28.134 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:27 smithi132 bash[18592]: audit 2024-04-24T17:28:27.278843+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14102 172.21.15.132:0/2511575745' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-04-24T17:28:28.134 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:27 smithi132 bash[18592]: audit 2024-04-24T17:28:27.284023+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14102 172.21.15.132:0/2511575745' entity='mgr.x' 2024-04-24T17:28:28.134 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:27 smithi132 bash[18592]: audit 2024-04-24T17:28:27.284023+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14102 172.21.15.132:0/2511575745' entity='mgr.x' 2024-04-24T17:28:28.134 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:27 smithi132 bash[18592]: audit 2024-04-24T17:28:27.289280+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14102 172.21.15.132:0/2511575745' entity='mgr.x' 2024-04-24T17:28:28.134 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:27 smithi132 bash[18592]: audit 2024-04-24T17:28:27.289280+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14102 172.21.15.132:0/2511575745' entity='mgr.x' 2024-04-24T17:28:28.134 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:27 smithi132 bash[18592]: audit 2024-04-24T17:28:27.294608+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14102 172.21.15.132:0/2511575745' entity='mgr.x' 2024-04-24T17:28:28.134 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:27 smithi132 bash[18592]: audit 2024-04-24T17:28:27.294608+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14102 172.21.15.132:0/2511575745' entity='mgr.x' 2024-04-24T17:28:29.632 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:29 smithi132 bash[18592]: cluster 2024-04-24T17:28:28.245937+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e3: x(active, since 1.01519s) 2024-04-24T17:28:29.632 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:29 smithi132 bash[18592]: cluster 2024-04-24T17:28:28.245937+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e3: x(active, since 1.01519s) 2024-04-24T17:28:31.251 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout 2024-04-24T17:28:31.251 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout { 2024-04-24T17:28:31.251 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "fsid": "bf4e6422-025f-11ef-bc93-c7b262605968", 2024-04-24T17:28:31.251 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "health": { 2024-04-24T17:28:31.251 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-24T17:28:31.251 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-24T17:28:31.251 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-24T17:28:31.252 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:28:31.252 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-24T17:28:31.252 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-24T17:28:31.252 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout 0 2024-04-24T17:28:31.252 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout ], 2024-04-24T17:28:31.252 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-24T17:28:31.252 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "a" 2024-04-24T17:28:31.252 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout ], 2024-04-24T17:28:31.252 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "quorum_age": 14, 2024-04-24T17:28:31.252 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-24T17:28:31.252 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:28:31.253 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-24T17:28:31.253 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-24T17:28:31.253 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:28:31.253 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-24T17:28:31.253 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:28:31.253 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-24T17:28:31.253 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-24T17:28:31.253 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-24T17:28:31.253 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-24T17:28:31.253 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-24T17:28:31.254 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-24T17:28:31.259 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:28:31.259 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-24T17:28:31.259 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-24T17:28:31.259 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-24T17:28:31.259 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-24T17:28:31.259 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-24T17:28:31.259 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-24T17:28:31.259 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-24T17:28:31.259 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-24T17:28:31.259 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-24T17:28:31.259 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:28:31.259 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-24T17:28:31.260 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:28:31.260 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-24T17:28:31.260 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-24T17:28:31.260 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:28:31.260 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-24T17:28:31.260 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-24T17:28:31.260 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-24T17:28:31.260 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-24T17:28:31.260 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-24T17:28:31.260 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-24T17:28:31.260 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "restful" 2024-04-24T17:28:31.260 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout ], 2024-04-24T17:28:31.260 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T17:28:31.260 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:28:31.260 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-24T17:28:31.261 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:28:31.261 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "modified": "2024-04-24T17:28:10.566788+0000", 2024-04-24T17:28:31.261 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T17:28:31.261 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:28:31.261 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-24T17:28:31.261 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout } 2024-04-24T17:28:31.261 INFO:teuthology.orchestra.run.smithi132.stdout:mgr is available 2024-04-24T17:28:31.632 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:31 smithi132 bash[18592]: cluster 2024-04-24T17:28:30.243999+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e4: x(active, since 3s) 2024-04-24T17:28:31.632 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:31 smithi132 bash[18592]: cluster 2024-04-24T17:28:30.243999+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e4: x(active, since 3s) 2024-04-24T17:28:31.632 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:31 smithi132 bash[18592]: audit 2024-04-24T17:28:30.685117+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.132:0/1390744888' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T17:28:31.632 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:31 smithi132 bash[18592]: audit 2024-04-24T17:28:30.685117+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.132:0/1390744888' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T17:28:32.882 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:32 smithi132 bash[18592]: audit 2024-04-24T17:28:32.541737+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.132:0/4138772521' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-24T17:28:32.882 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:32 smithi132 bash[18592]: audit 2024-04-24T17:28:32.541737+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.132:0/4138772521' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-24T17:28:33.047 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout 2024-04-24T17:28:33.047 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout [global] 2024-04-24T17:28:33.047 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout fsid = bf4e6422-025f-11ef-bc93-c7b262605968 2024-04-24T17:28:33.048 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-04-24T17:28:33.048 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-24T17:28:33.048 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-24T17:28:33.048 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-24T17:28:33.048 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-24T17:28:33.048 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout 2024-04-24T17:28:33.048 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-24T17:28:33.048 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-24T17:28:33.048 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout 2024-04-24T17:28:33.048 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout [osd] 2024-04-24T17:28:33.048 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-24T17:28:33.048 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-24T17:28:33.048 INFO:teuthology.orchestra.run.smithi132.stdout:Enabling cephadm module... 2024-04-24T17:28:34.678 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:34 smithi132 bash[18592]: audit 2024-04-24T17:28:34.373799+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.132:0/1436222132' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-24T17:28:34.678 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:34 smithi132 bash[18592]: audit 2024-04-24T17:28:34.373799+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.132:0/1436222132' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-24T17:28:34.678 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:34 smithi132 bash[18848]: ignoring --setuser ceph since I am not root 2024-04-24T17:28:34.678 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:34 smithi132 bash[18848]: ignoring --setgroup ceph since I am not root 2024-04-24T17:28:34.678 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:34 smithi132 bash[18848]: debug 2024-04-24T17:28:34.612+0000 7fbe0dfcd200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-24T17:28:35.690 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:35 smithi132 bash[18592]: audit 2024-04-24T17:28:34.425391+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.132:0/1436222132' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-24T17:28:35.690 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:35 smithi132 bash[18592]: audit 2024-04-24T17:28:34.425391+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.132:0/1436222132' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-24T17:28:35.690 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:35 smithi132 bash[18592]: cluster 2024-04-24T17:28:34.430125+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e5: x(active, since 7s) 2024-04-24T17:28:35.690 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:35 smithi132 bash[18592]: cluster 2024-04-24T17:28:34.430125+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e5: x(active, since 7s) 2024-04-24T17:28:36.518 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:36 smithi132 bash[18848]: debug 2024-04-24T17:28:36.200+0000 7fbe0dfcd200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-24T17:28:36.518 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:36 smithi132 bash[18848]: debug 2024-04-24T17:28:36.296+0000 7fbe0dfcd200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-24T17:28:36.518 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:36 smithi132 bash[18592]: audit 2024-04-24T17:28:36.320413+0000 mon.a (mon.0) 36 : audit [DBG] from='client.? 172.21.15.132:0/1107837824' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-24T17:28:36.518 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:36 smithi132 bash[18592]: audit 2024-04-24T17:28:36.320413+0000 mon.a (mon.0) 36 : audit [DBG] from='client.? 172.21.15.132:0/1107837824' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-24T17:28:36.847 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout { 2024-04-24T17:28:36.848 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-04-24T17:28:36.848 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-24T17:28:36.848 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "active_name": "x", 2024-04-24T17:28:36.848 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-24T17:28:36.848 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout } 2024-04-24T17:28:36.848 INFO:teuthology.orchestra.run.smithi132.stdout:Waiting for the mgr to restart... 2024-04-24T17:28:36.848 INFO:teuthology.orchestra.run.smithi132.stdout:Waiting for mgr epoch 5... 2024-04-24T17:28:36.862 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:36 smithi132 bash[18848]: debug 2024-04-24T17:28:36.552+0000 7fbe0dfcd200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-24T17:28:37.632 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:37 smithi132 bash[18848]: debug 2024-04-24T17:28:37.352+0000 7fbe0dfcd200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-24T17:28:37.632 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:37 smithi132 bash[18848]: debug 2024-04-24T17:28:37.464+0000 7fbe0dfcd200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-24T17:28:37.633 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:37 smithi132 bash[18848]: debug 2024-04-24T17:28:37.572+0000 7fbe0dfcd200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-24T17:28:38.382 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:37 smithi132 bash[18848]: debug 2024-04-24T17:28:37.928+0000 7fbe0dfcd200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-24T17:28:38.382 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:38 smithi132 bash[18848]: debug 2024-04-24T17:28:38.040+0000 7fbe0dfcd200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-24T17:28:38.382 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:38 smithi132 bash[18848]: debug 2024-04-24T17:28:38.144+0000 7fbe0dfcd200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-24T17:28:38.882 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:38 smithi132 bash[18848]: debug 2024-04-24T17:28:38.496+0000 7fbe0dfcd200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-24T17:28:38.882 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:38 smithi132 bash[18848]: debug 2024-04-24T17:28:38.736+0000 7fbe0dfcd200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-24T17:28:39.378 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:38 smithi132 bash[18848]: debug 2024-04-24T17:28:38.996+0000 7fbe0dfcd200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-24T17:28:39.378 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:39 smithi132 bash[18848]: debug 2024-04-24T17:28:39.108+0000 7fbe0dfcd200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-24T17:28:39.378 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:39 smithi132 bash[18848]: debug 2024-04-24T17:28:39.376+0000 7fbe0dfcd200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-24T17:28:40.132 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:39 smithi132 bash[18848]: debug 2024-04-24T17:28:39.808+0000 7fbe0dfcd200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-24T17:28:40.132 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:40 smithi132 bash[18848]: debug 2024-04-24T17:28:40.044+0000 7fbe0dfcd200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-24T17:28:40.632 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:40 smithi132 bash[18848]: debug 2024-04-24T17:28:40.160+0000 7fbe0dfcd200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-24T17:28:40.632 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:40 smithi132 bash[18848]: debug 2024-04-24T17:28:40.404+0000 7fbe0dfcd200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-24T17:28:41.827 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:41 smithi132 bash[18848]: debug 2024-04-24T17:28:41.420+0000 7fbe0dfcd200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-24T17:28:41.827 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:41 smithi132 bash[18848]: debug 2024-04-24T17:28:41.536+0000 7fbe0dfcd200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-24T17:28:41.827 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:41 smithi132 bash[18848]: debug 2024-04-24T17:28:41.828+0000 7fbe0dfcd200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-24T17:28:42.132 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:41 smithi132 bash[18848]: debug 2024-04-24T17:28:41.940+0000 7fbe0dfcd200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-24T17:28:42.882 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:42 smithi132 bash[18848]: debug 2024-04-24T17:28:42.384+0000 7fbe0dfcd200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-24T17:28:42.883 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:42 smithi132 bash[18848]: debug 2024-04-24T17:28:42.500+0000 7fbe0dfcd200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-24T17:28:42.883 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:42 smithi132 bash[18592]: cluster 2024-04-24T17:28:42.523675+0000 mon.a (mon.0) 37 : cluster [INF] Active manager daemon x restarted 2024-04-24T17:28:42.883 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:42 smithi132 bash[18592]: cluster 2024-04-24T17:28:42.523675+0000 mon.a (mon.0) 37 : cluster [INF] Active manager daemon x restarted 2024-04-24T17:28:42.883 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:42 smithi132 bash[18592]: cluster 2024-04-24T17:28:42.524250+0000 mon.a (mon.0) 38 : cluster [INF] Activating manager daemon x 2024-04-24T17:28:42.883 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:42 smithi132 bash[18592]: cluster 2024-04-24T17:28:42.524250+0000 mon.a (mon.0) 38 : cluster [INF] Activating manager daemon x 2024-04-24T17:28:42.883 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:42 smithi132 bash[18592]: cluster 2024-04-24T17:28:42.533511+0000 mon.a (mon.0) 39 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-04-24T17:28:42.883 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:42 smithi132 bash[18592]: cluster 2024-04-24T17:28:42.533511+0000 mon.a (mon.0) 39 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-04-24T17:28:42.883 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:42 smithi132 bash[18592]: cluster 2024-04-24T17:28:42.533799+0000 mon.a (mon.0) 40 : cluster [DBG] mgrmap e6: x(active, starting, since 0.00974909s) 2024-04-24T17:28:42.883 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:42 smithi132 bash[18592]: cluster 2024-04-24T17:28:42.533799+0000 mon.a (mon.0) 40 : cluster [DBG] mgrmap e6: x(active, starting, since 0.00974909s) 2024-04-24T17:28:42.884 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:42 smithi132 bash[18592]: audit 2024-04-24T17:28:42.535079+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.14120 172.21.15.132:0/3583388631' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T17:28:42.884 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:42 smithi132 bash[18592]: audit 2024-04-24T17:28:42.535079+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.14120 172.21.15.132:0/3583388631' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T17:28:42.884 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:42 smithi132 bash[18592]: audit 2024-04-24T17:28:42.536712+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14120 172.21.15.132:0/3583388631' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-04-24T17:28:42.884 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:42 smithi132 bash[18592]: audit 2024-04-24T17:28:42.536712+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14120 172.21.15.132:0/3583388631' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-04-24T17:28:42.884 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:42 smithi132 bash[18592]: audit 2024-04-24T17:28:42.537949+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14120 172.21.15.132:0/3583388631' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-24T17:28:42.884 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:42 smithi132 bash[18592]: audit 2024-04-24T17:28:42.537949+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14120 172.21.15.132:0/3583388631' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-24T17:28:42.884 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:42 smithi132 bash[18592]: audit 2024-04-24T17:28:42.538151+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.132:0/3583388631' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-24T17:28:42.884 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:42 smithi132 bash[18592]: audit 2024-04-24T17:28:42.538151+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.132:0/3583388631' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-24T17:28:42.884 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:42 smithi132 bash[18592]: audit 2024-04-24T17:28:42.538268+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.132:0/3583388631' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-24T17:28:42.884 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:42 smithi132 bash[18592]: audit 2024-04-24T17:28:42.538268+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.132:0/3583388631' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-24T17:28:42.884 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:42 smithi132 bash[18592]: cluster 2024-04-24T17:28:42.564208+0000 mon.a (mon.0) 46 : cluster [INF] Manager daemon x is now available 2024-04-24T17:28:42.884 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:42 smithi132 bash[18592]: cluster 2024-04-24T17:28:42.564208+0000 mon.a (mon.0) 46 : cluster [INF] Manager daemon x is now available 2024-04-24T17:28:43.883 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:43 smithi132 bash[18592]: cephadm 2024-04-24T17:28:42.583681+0000 mgr.x (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-04-24T17:28:43.883 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:43 smithi132 bash[18592]: cephadm 2024-04-24T17:28:42.583681+0000 mgr.x (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-04-24T17:28:43.883 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:43 smithi132 bash[18592]: audit 2024-04-24T17:28:42.588501+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.14120 172.21.15.132:0/3583388631' entity='mgr.x' 2024-04-24T17:28:43.883 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:43 smithi132 bash[18592]: audit 2024-04-24T17:28:42.588501+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.14120 172.21.15.132:0/3583388631' entity='mgr.x' 2024-04-24T17:28:43.883 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:43 smithi132 bash[18592]: audit 2024-04-24T17:28:42.592155+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.132:0/3583388631' entity='mgr.x' 2024-04-24T17:28:43.883 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:43 smithi132 bash[18592]: audit 2024-04-24T17:28:42.592155+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.132:0/3583388631' entity='mgr.x' 2024-04-24T17:28:43.884 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:43 smithi132 bash[18592]: audit 2024-04-24T17:28:42.596066+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.14120 172.21.15.132:0/3583388631' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:28:43.884 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:43 smithi132 bash[18592]: audit 2024-04-24T17:28:42.596066+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.14120 172.21.15.132:0/3583388631' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:28:43.884 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:43 smithi132 bash[18592]: audit 2024-04-24T17:28:42.598993+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.14120 172.21.15.132:0/3583388631' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:28:43.884 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:43 smithi132 bash[18592]: audit 2024-04-24T17:28:42.598993+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.14120 172.21.15.132:0/3583388631' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:28:43.884 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:43 smithi132 bash[18592]: audit 2024-04-24T17:28:42.609572+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14120 172.21.15.132:0/3583388631' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-04-24T17:28:43.884 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:43 smithi132 bash[18592]: audit 2024-04-24T17:28:42.609572+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14120 172.21.15.132:0/3583388631' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-04-24T17:28:43.884 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:43 smithi132 bash[18592]: audit 2024-04-24T17:28:42.612502+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14120 172.21.15.132:0/3583388631' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-04-24T17:28:43.884 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:43 smithi132 bash[18592]: audit 2024-04-24T17:28:42.612502+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14120 172.21.15.132:0/3583388631' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-04-24T17:28:43.884 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:43 smithi132 bash[18592]: audit 2024-04-24T17:28:43.226706+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.132:0/3583388631' entity='mgr.x' 2024-04-24T17:28:43.884 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:43 smithi132 bash[18592]: audit 2024-04-24T17:28:43.226706+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.132:0/3583388631' entity='mgr.x' 2024-04-24T17:28:43.884 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:43 smithi132 bash[18592]: audit 2024-04-24T17:28:43.230796+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.132:0/3583388631' entity='mgr.x' 2024-04-24T17:28:43.884 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:43 smithi132 bash[18592]: audit 2024-04-24T17:28:43.230796+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.132:0/3583388631' entity='mgr.x' 2024-04-24T17:28:43.884 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:43 smithi132 bash[18592]: cluster 2024-04-24T17:28:43.532379+0000 mon.a (mon.0) 55 : cluster [DBG] mgrmap e7: x(active, since 1.00834s) 2024-04-24T17:28:43.884 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:43 smithi132 bash[18592]: cluster 2024-04-24T17:28:43.532379+0000 mon.a (mon.0) 55 : cluster [DBG] mgrmap e7: x(active, since 1.00834s) 2024-04-24T17:28:44.146 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout { 2024-04-24T17:28:44.146 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-04-24T17:28:44.146 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-24T17:28:44.146 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout } 2024-04-24T17:28:44.146 INFO:teuthology.orchestra.run.smithi132.stdout:mgr epoch 5 is available 2024-04-24T17:28:44.146 INFO:teuthology.orchestra.run.smithi132.stdout:Setting orchestrator backend to cephadm... 2024-04-24T17:28:44.883 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:44 smithi132 bash[18592]: audit 2024-04-24T17:28:43.534092+0000 mgr.x (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-24T17:28:44.883 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:44 smithi132 bash[18592]: audit 2024-04-24T17:28:43.534092+0000 mgr.x (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-24T17:28:44.883 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:44 smithi132 bash[18592]: audit 2024-04-24T17:28:43.553819+0000 mgr.x (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-24T17:28:44.883 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:44 smithi132 bash[18592]: audit 2024-04-24T17:28:43.553819+0000 mgr.x (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-24T17:28:44.883 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:44 smithi132 bash[18592]: cephadm 2024-04-24T17:28:44.179855+0000 mgr.x (mgr.14120) 4 : cephadm [INF] [24/Apr/2024:17:28:44] ENGINE Bus STARTING 2024-04-24T17:28:44.883 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:44 smithi132 bash[18592]: cephadm 2024-04-24T17:28:44.179855+0000 mgr.x (mgr.14120) 4 : cephadm [INF] [24/Apr/2024:17:28:44] ENGINE Bus STARTING 2024-04-24T17:28:44.883 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:44 smithi132 bash[18592]: cephadm 2024-04-24T17:28:44.281862+0000 mgr.x (mgr.14120) 5 : cephadm [INF] [24/Apr/2024:17:28:44] ENGINE Serving on http://172.21.15.132:8765 2024-04-24T17:28:44.883 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:44 smithi132 bash[18592]: cephadm 2024-04-24T17:28:44.281862+0000 mgr.x (mgr.14120) 5 : cephadm [INF] [24/Apr/2024:17:28:44] ENGINE Serving on http://172.21.15.132:8765 2024-04-24T17:28:44.883 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:44 smithi132 bash[18592]: cephadm 2024-04-24T17:28:44.397513+0000 mgr.x (mgr.14120) 6 : cephadm [INF] [24/Apr/2024:17:28:44] ENGINE Serving on https://172.21.15.132:7150 2024-04-24T17:28:44.883 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:44 smithi132 bash[18592]: cephadm 2024-04-24T17:28:44.397513+0000 mgr.x (mgr.14120) 6 : cephadm [INF] [24/Apr/2024:17:28:44] ENGINE Serving on https://172.21.15.132:7150 2024-04-24T17:28:44.883 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:44 smithi132 bash[18592]: cephadm 2024-04-24T17:28:44.397776+0000 mgr.x (mgr.14120) 7 : cephadm [INF] [24/Apr/2024:17:28:44] ENGINE Bus STARTED 2024-04-24T17:28:44.883 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:44 smithi132 bash[18592]: cephadm 2024-04-24T17:28:44.397776+0000 mgr.x (mgr.14120) 7 : cephadm [INF] [24/Apr/2024:17:28:44] ENGINE Bus STARTED 2024-04-24T17:28:44.883 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:44 smithi132 bash[18592]: audit 2024-04-24T17:28:44.420047+0000 mon.a (mon.0) 56 : audit [DBG] from='mgr.14120 172.21.15.132:0/3583388631' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:28:44.883 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:44 smithi132 bash[18592]: audit 2024-04-24T17:28:44.420047+0000 mon.a (mon.0) 56 : audit [DBG] from='mgr.14120 172.21.15.132:0/3583388631' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:28:45.633 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:45 smithi132 bash[18592]: cluster 2024-04-24T17:28:44.596423+0000 mon.a (mon.0) 57 : cluster [DBG] mgrmap e8: x(active, since 2s) 2024-04-24T17:28:45.633 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:45 smithi132 bash[18592]: cluster 2024-04-24T17:28:44.596423+0000 mon.a (mon.0) 57 : cluster [DBG] mgrmap e8: x(active, since 2s) 2024-04-24T17:28:45.633 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:45 smithi132 bash[18592]: audit 2024-04-24T17:28:45.335094+0000 mgr.x (mgr.14120) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:28:45.633 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:45 smithi132 bash[18592]: audit 2024-04-24T17:28:45.335094+0000 mgr.x (mgr.14120) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:28:45.633 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:45 smithi132 bash[18592]: audit 2024-04-24T17:28:45.345555+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14120 172.21.15.132:0/3583388631' entity='mgr.x' 2024-04-24T17:28:45.634 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:45 smithi132 bash[18592]: audit 2024-04-24T17:28:45.345555+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14120 172.21.15.132:0/3583388631' entity='mgr.x' 2024-04-24T17:28:45.634 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:45 smithi132 bash[18592]: audit 2024-04-24T17:28:45.391385+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.14120 172.21.15.132:0/3583388631' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:28:45.634 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:45 smithi132 bash[18592]: audit 2024-04-24T17:28:45.391385+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.14120 172.21.15.132:0/3583388631' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:28:47.658 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout value unchanged 2024-04-24T17:28:47.658 INFO:teuthology.orchestra.run.smithi132.stdout:Generating ssh key... 2024-04-24T17:28:47.883 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:47 smithi132 bash[18592]: audit 2024-04-24T17:28:47.140169+0000 mgr.x (mgr.14120) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:28:47.883 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:47 smithi132 bash[18592]: audit 2024-04-24T17:28:47.140169+0000 mgr.x (mgr.14120) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:28:49.383 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:49 smithi132 bash[18848]: Generating public/private rsa key pair. 2024-04-24T17:28:49.383 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:49 smithi132 bash[18848]: Your identification has been saved in /tmp/tmp7mvdivic/key. 2024-04-24T17:28:49.383 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:49 smithi132 bash[18848]: Your public key has been saved in /tmp/tmp7mvdivic/key.pub. 2024-04-24T17:28:49.383 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:49 smithi132 bash[18848]: The key fingerprint is: 2024-04-24T17:28:49.383 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:49 smithi132 bash[18848]: SHA256:glmSwKnj7DfppU3n8gp3M0s6PvhkxMSSw/01wCbDpcc ceph-bf4e6422-025f-11ef-bc93-c7b262605968 2024-04-24T17:28:49.383 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:49 smithi132 bash[18848]: The key's randomart image is: 2024-04-24T17:28:49.383 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:49 smithi132 bash[18848]: +---[RSA 3072]----+ 2024-04-24T17:28:49.384 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:49 smithi132 bash[18848]: | .... oo | 2024-04-24T17:28:49.384 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:49 smithi132 bash[18848]: | +.+=oo. | 2024-04-24T17:28:49.384 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:49 smithi132 bash[18848]: | . =o==E o | 2024-04-24T17:28:49.384 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:49 smithi132 bash[18848]: |o ==o . . | 2024-04-24T17:28:49.384 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:49 smithi132 bash[18848]: |o. oo..S | 2024-04-24T17:28:49.384 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:49 smithi132 bash[18848]: | o . . | 2024-04-24T17:28:49.384 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:49 smithi132 bash[18848]: |. .o* * | 2024-04-24T17:28:49.384 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:49 smithi132 bash[18848]: | . =X+* + | 2024-04-24T17:28:49.384 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:49 smithi132 bash[18848]: | oo+**+ | 2024-04-24T17:28:49.384 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:28:49 smithi132 bash[18848]: +----[SHA256]-----+ 2024-04-24T17:28:50.383 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:50 smithi132 bash[18592]: audit 2024-04-24T17:28:48.851735+0000 mgr.x (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:28:50.383 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:50 smithi132 bash[18592]: audit 2024-04-24T17:28:48.851735+0000 mgr.x (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:28:50.383 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:50 smithi132 bash[18592]: cephadm 2024-04-24T17:28:48.852136+0000 mgr.x (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-04-24T17:28:50.383 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:50 smithi132 bash[18592]: cephadm 2024-04-24T17:28:48.852136+0000 mgr.x (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-04-24T17:28:50.384 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:50 smithi132 bash[18592]: audit 2024-04-24T17:28:49.025086+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.132:0/3583388631' entity='mgr.x' 2024-04-24T17:28:50.384 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:50 smithi132 bash[18592]: audit 2024-04-24T17:28:49.025086+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.132:0/3583388631' entity='mgr.x' 2024-04-24T17:28:50.384 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:50 smithi132 bash[18592]: audit 2024-04-24T17:28:49.030689+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14120 172.21.15.132:0/3583388631' entity='mgr.x' 2024-04-24T17:28:50.384 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:50 smithi132 bash[18592]: audit 2024-04-24T17:28:49.030689+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14120 172.21.15.132:0/3583388631' entity='mgr.x' 2024-04-24T17:28:51.310 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC0ykzYMKdUMZFQXgPqqNA7V04IvPY1RAzTSL1LlP1Hj2jfk5ykVVwTqTjpiLWiFTn3NiWi95ygxWiS6zyK3iLA+DPuQjEmKvulYjVeI97E9C5Kzu6+npLGaRmMsuPbp7UpmGIAqRzASDtMNZJ5RINeOJlR/M/jOOWG7CRDoCZk7jcXCHmUHg1Mqpu8Ulv2DK2arLnWpnLj6sqLEkaIDqQCb+0JZahNRjpOXo/IWAIczoeDLFLMQfTJme5Afu1bqjpZwGogMTszjQgiZV9TRZoYkN7AUE4kF6jLDmojeBqFhtpyp5LHXx+pw/CKgcCfrKg7iH7jxwLQMsRFY96Yw2WV5hYVLYgyR7ifLPokO2aEGXshKOwn7EAhRfMBBu4PaiLGbSlFqhghYSN88h/E8mRbIXN6McAY6DWvVvPoP4Hqe9CTyjFV6+pluJKhIQ70XazPxQOhHQucOhM/sHw8G8b8ivIGA0AGrTvyTtL2IbBW2g5gncPdxY9G7V72bcBK1uM= ceph-bf4e6422-025f-11ef-bc93-c7b262605968 2024-04-24T17:28:51.310 INFO:teuthology.orchestra.run.smithi132.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-04-24T17:28:51.310 INFO:teuthology.orchestra.run.smithi132.stdout:Adding key to root@localhost authorized_keys... 2024-04-24T17:28:51.311 INFO:teuthology.orchestra.run.smithi132.stdout:Adding host smithi132... 2024-04-24T17:28:51.633 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:51 smithi132 bash[18592]: audit 2024-04-24T17:28:50.765810+0000 mgr.x (mgr.14120) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:28:51.633 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:51 smithi132 bash[18592]: audit 2024-04-24T17:28:50.765810+0000 mgr.x (mgr.14120) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:28:53.883 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:53 smithi132 bash[18592]: audit 2024-04-24T17:28:52.554546+0000 mgr.x (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi132", "addr": "172.21.15.132", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:28:53.883 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:53 smithi132 bash[18592]: audit 2024-04-24T17:28:52.554546+0000 mgr.x (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi132", "addr": "172.21.15.132", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:28:53.883 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:53 smithi132 bash[18592]: cephadm 2024-04-24T17:28:53.123494+0000 mgr.x (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi132 2024-04-24T17:28:53.883 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:53 smithi132 bash[18592]: cephadm 2024-04-24T17:28:53.123494+0000 mgr.x (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi132 2024-04-24T17:28:58.599 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout Added host 'smithi132' with addr '172.21.15.132' 2024-04-24T17:28:58.599 INFO:teuthology.orchestra.run.smithi132.stdout:Deploying unmanaged mon service... 2024-04-24T17:28:58.872 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:58 smithi132 bash[18592]: audit 2024-04-24T17:28:57.873809+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.132:0/3583388631' entity='mgr.x' 2024-04-24T17:28:59.133 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:58 smithi132 bash[18592]: audit 2024-04-24T17:28:57.873809+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.132:0/3583388631' entity='mgr.x' 2024-04-24T17:28:59.133 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:58 smithi132 bash[18592]: cephadm 2024-04-24T17:28:57.874263+0000 mgr.x (mgr.14120) 15 : cephadm [INF] Added host smithi132 2024-04-24T17:28:59.133 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:58 smithi132 bash[18592]: cephadm 2024-04-24T17:28:57.874263+0000 mgr.x (mgr.14120) 15 : cephadm [INF] Added host smithi132 2024-04-24T17:28:59.133 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:58 smithi132 bash[18592]: audit 2024-04-24T17:28:57.921778+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.14120 172.21.15.132:0/3583388631' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:28:59.133 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:28:58 smithi132 bash[18592]: audit 2024-04-24T17:28:57.921778+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.14120 172.21.15.132:0/3583388631' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:29:01.025 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-04-24T17:29:01.025 INFO:teuthology.orchestra.run.smithi132.stdout:Deploying unmanaged mgr service... 2024-04-24T17:29:01.755 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:01 smithi132 bash[18592]: audit 2024-04-24T17:29:00.496754+0000 mgr.x (mgr.14120) 16 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:29:01.755 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:01 smithi132 bash[18592]: audit 2024-04-24T17:29:00.496754+0000 mgr.x (mgr.14120) 16 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:29:01.755 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:01 smithi132 bash[18592]: cephadm 2024-04-24T17:29:00.500047+0000 mgr.x (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-04-24T17:29:01.755 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:01 smithi132 bash[18592]: cephadm 2024-04-24T17:29:00.500047+0000 mgr.x (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-04-24T17:29:01.755 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:01 smithi132 bash[18592]: audit 2024-04-24T17:29:00.503743+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.132:0/3583388631' entity='mgr.x' 2024-04-24T17:29:01.755 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:01 smithi132 bash[18592]: audit 2024-04-24T17:29:00.503743+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.132:0/3583388631' entity='mgr.x' 2024-04-24T17:29:01.755 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:01 smithi132 bash[18592]: audit 2024-04-24T17:29:00.645461+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.132:0/3583388631' entity='mgr.x' 2024-04-24T17:29:01.756 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:01 smithi132 bash[18592]: audit 2024-04-24T17:29:00.645461+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.132:0/3583388631' entity='mgr.x' 2024-04-24T17:29:01.756 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:01 smithi132 bash[18592]: audit 2024-04-24T17:29:01.121776+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.132:0/3583388631' entity='mgr.x' 2024-04-24T17:29:01.756 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:01 smithi132 bash[18592]: audit 2024-04-24T17:29:01.121776+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.132:0/3583388631' entity='mgr.x' 2024-04-24T17:29:02.935 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-04-24T17:29:03.633 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:03 smithi132 bash[18592]: audit 2024-04-24T17:29:02.326579+0000 mgr.x (mgr.14120) 18 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:29:03.633 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:03 smithi132 bash[18592]: audit 2024-04-24T17:29:02.326579+0000 mgr.x (mgr.14120) 18 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:29:03.633 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:03 smithi132 bash[18592]: cephadm 2024-04-24T17:29:02.328941+0000 mgr.x (mgr.14120) 19 : cephadm [INF] Saving service mgr spec with placement count:2 2024-04-24T17:29:03.633 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:03 smithi132 bash[18592]: cephadm 2024-04-24T17:29:02.328941+0000 mgr.x (mgr.14120) 19 : cephadm [INF] Saving service mgr spec with placement count:2 2024-04-24T17:29:03.633 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:03 smithi132 bash[18592]: audit 2024-04-24T17:29:02.334076+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.132:0/3583388631' entity='mgr.x' 2024-04-24T17:29:03.633 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:03 smithi132 bash[18592]: audit 2024-04-24T17:29:02.334076+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.132:0/3583388631' entity='mgr.x' 2024-04-24T17:29:04.383 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:04 smithi132 bash[18592]: cluster 2024-04-24T17:29:02.539545+0000 mgr.x (mgr.14120) 20 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:04.383 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:04 smithi132 bash[18592]: cluster 2024-04-24T17:29:02.539545+0000 mgr.x (mgr.14120) 20 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:04.383 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:04 smithi132 bash[18592]: audit 2024-04-24T17:29:04.112459+0000 mon.a (mon.0) 68 : audit [INF] from='client.? 172.21.15.132:0/3318251645' entity='client.admin' 2024-04-24T17:29:04.383 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:04 smithi132 bash[18592]: audit 2024-04-24T17:29:04.112459+0000 mon.a (mon.0) 68 : audit [INF] from='client.? 172.21.15.132:0/3318251645' entity='client.admin' 2024-04-24T17:29:06.361 INFO:teuthology.orchestra.run.smithi132.stdout:Enabling the dashboard module... 2024-04-24T17:29:06.633 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:06 smithi132 bash[18592]: cluster 2024-04-24T17:29:04.539948+0000 mgr.x (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:06.633 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:06 smithi132 bash[18592]: cluster 2024-04-24T17:29:04.539948+0000 mgr.x (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:06.633 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:06 smithi132 bash[18592]: audit 2024-04-24T17:29:05.844795+0000 mon.a (mon.0) 69 : audit [INF] from='client.? 172.21.15.132:0/2376792044' entity='client.admin' 2024-04-24T17:29:06.633 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:06 smithi132 bash[18592]: audit 2024-04-24T17:29:05.844795+0000 mon.a (mon.0) 69 : audit [INF] from='client.? 172.21.15.132:0/2376792044' entity='client.admin' 2024-04-24T17:29:08.633 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:29:08 smithi132 bash[18848]: ignoring --setuser ceph since I am not root 2024-04-24T17:29:08.633 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:29:08 smithi132 bash[18848]: ignoring --setgroup ceph since I am not root 2024-04-24T17:29:08.633 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:29:08 smithi132 bash[18848]: debug 2024-04-24T17:29:08.534+0000 7fbb1daad200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-24T17:29:08.633 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:08 smithi132 bash[18592]: cluster 2024-04-24T17:29:06.540242+0000 mgr.x (mgr.14120) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:08.633 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:08 smithi132 bash[18592]: cluster 2024-04-24T17:29:06.540242+0000 mgr.x (mgr.14120) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:08.633 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:08 smithi132 bash[18592]: audit 2024-04-24T17:29:07.713527+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.132:0/140727609' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-24T17:29:08.634 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:08 smithi132 bash[18592]: audit 2024-04-24T17:29:07.713527+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.132:0/140727609' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-24T17:29:09.615 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:09 smithi132 bash[18592]: audit 2024-04-24T17:29:08.342204+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.132:0/140727609' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-24T17:29:09.615 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:09 smithi132 bash[18592]: audit 2024-04-24T17:29:08.342204+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.132:0/140727609' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-24T17:29:09.615 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:09 smithi132 bash[18592]: cluster 2024-04-24T17:29:08.347450+0000 mon.a (mon.0) 72 : cluster [DBG] mgrmap e9: x(active, since 25s) 2024-04-24T17:29:09.615 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:09 smithi132 bash[18592]: cluster 2024-04-24T17:29:08.347450+0000 mon.a (mon.0) 72 : cluster [DBG] mgrmap e9: x(active, since 25s) 2024-04-24T17:29:10.496 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:29:10 smithi132 bash[18848]: debug 2024-04-24T17:29:10.142+0000 7fbb1daad200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-24T17:29:10.496 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:29:10 smithi132 bash[18848]: debug 2024-04-24T17:29:10.242+0000 7fbb1daad200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-24T17:29:10.496 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:29:10 smithi132 bash[18848]: debug 2024-04-24T17:29:10.494+0000 7fbb1daad200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-24T17:29:10.496 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:10 smithi132 bash[18592]: audit 2024-04-24T17:29:10.276465+0000 mon.a (mon.0) 73 : audit [DBG] from='client.? 172.21.15.132:0/2489025155' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-24T17:29:10.496 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:10 smithi132 bash[18592]: audit 2024-04-24T17:29:10.276465+0000 mon.a (mon.0) 73 : audit [DBG] from='client.? 172.21.15.132:0/2489025155' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-24T17:29:10.840 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout { 2024-04-24T17:29:10.840 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-04-24T17:29:10.840 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-24T17:29:10.840 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "active_name": "x", 2024-04-24T17:29:10.841 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-24T17:29:10.841 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout } 2024-04-24T17:29:10.841 INFO:teuthology.orchestra.run.smithi132.stdout:Waiting for the mgr to restart... 2024-04-24T17:29:10.841 INFO:teuthology.orchestra.run.smithi132.stdout:Waiting for mgr epoch 9... 2024-04-24T17:29:11.633 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:29:11 smithi132 bash[18848]: debug 2024-04-24T17:29:11.298+0000 7fbb1daad200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-24T17:29:11.633 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:29:11 smithi132 bash[18848]: debug 2024-04-24T17:29:11.410+0000 7fbb1daad200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-24T17:29:11.633 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:29:11 smithi132 bash[18848]: debug 2024-04-24T17:29:11.518+0000 7fbb1daad200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-24T17:29:12.133 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:29:11 smithi132 bash[18848]: debug 2024-04-24T17:29:11.878+0000 7fbb1daad200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-24T17:29:12.133 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:29:11 smithi132 bash[18848]: debug 2024-04-24T17:29:11.994+0000 7fbb1daad200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-24T17:29:12.133 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:29:12 smithi132 bash[18848]: debug 2024-04-24T17:29:12.098+0000 7fbb1daad200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-24T17:29:12.883 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:29:12 smithi132 bash[18848]: debug 2024-04-24T17:29:12.454+0000 7fbb1daad200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-24T17:29:12.883 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:29:12 smithi132 bash[18848]: debug 2024-04-24T17:29:12.694+0000 7fbb1daad200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-24T17:29:13.344 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:29:12 smithi132 bash[18848]: debug 2024-04-24T17:29:12.954+0000 7fbb1daad200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-24T17:29:13.344 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:29:13 smithi132 bash[18848]: debug 2024-04-24T17:29:13.070+0000 7fbb1daad200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-24T17:29:13.633 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:29:13 smithi132 bash[18848]: debug 2024-04-24T17:29:13.342+0000 7fbb1daad200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-24T17:29:14.121 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:29:13 smithi132 bash[18848]: debug 2024-04-24T17:29:13.754+0000 7fbb1daad200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-24T17:29:14.122 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:29:14 smithi132 bash[18848]: debug 2024-04-24T17:29:13.998+0000 7fbb1daad200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-24T17:29:14.383 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:29:14 smithi132 bash[18848]: debug 2024-04-24T17:29:14.118+0000 7fbb1daad200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-24T17:29:14.383 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:29:14 smithi132 bash[18848]: debug 2024-04-24T17:29:14.366+0000 7fbb1daad200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-24T17:29:15.633 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:29:15 smithi132 bash[18848]: debug 2024-04-24T17:29:15.378+0000 7fbb1daad200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-24T17:29:15.633 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:29:15 smithi132 bash[18848]: debug 2024-04-24T17:29:15.494+0000 7fbb1daad200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-24T17:29:16.133 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:29:15 smithi132 bash[18848]: debug 2024-04-24T17:29:15.790+0000 7fbb1daad200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-24T17:29:16.133 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:29:15 smithi132 bash[18848]: debug 2024-04-24T17:29:15.902+0000 7fbb1daad200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-24T17:29:16.615 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:29:16 smithi132 bash[18848]: debug 2024-04-24T17:29:16.358+0000 7fbb1daad200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-24T17:29:16.615 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:29:16 smithi132 bash[18848]: debug 2024-04-24T17:29:16.482+0000 7fbb1daad200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-24T17:29:16.615 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:16 smithi132 bash[18592]: cluster 2024-04-24T17:29:16.507498+0000 mon.a (mon.0) 74 : cluster [INF] Active manager daemon x restarted 2024-04-24T17:29:16.615 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:16 smithi132 bash[18592]: cluster 2024-04-24T17:29:16.507498+0000 mon.a (mon.0) 74 : cluster [INF] Active manager daemon x restarted 2024-04-24T17:29:16.615 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:16 smithi132 bash[18592]: cluster 2024-04-24T17:29:16.507991+0000 mon.a (mon.0) 75 : cluster [INF] Activating manager daemon x 2024-04-24T17:29:16.615 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:16 smithi132 bash[18592]: cluster 2024-04-24T17:29:16.507991+0000 mon.a (mon.0) 75 : cluster [INF] Activating manager daemon x 2024-04-24T17:29:16.615 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:16 smithi132 bash[18592]: cluster 2024-04-24T17:29:16.515012+0000 mon.a (mon.0) 76 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-04-24T17:29:16.615 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:16 smithi132 bash[18592]: cluster 2024-04-24T17:29:16.515012+0000 mon.a (mon.0) 76 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-04-24T17:29:16.615 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:16 smithi132 bash[18592]: cluster 2024-04-24T17:29:16.515259+0000 mon.a (mon.0) 77 : cluster [DBG] mgrmap e10: x(active, starting, since 0.00745779s) 2024-04-24T17:29:16.616 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:16 smithi132 bash[18592]: cluster 2024-04-24T17:29:16.515259+0000 mon.a (mon.0) 77 : cluster [DBG] mgrmap e10: x(active, starting, since 0.00745779s) 2024-04-24T17:29:16.616 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:16 smithi132 bash[18592]: audit 2024-04-24T17:29:16.518141+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T17:29:16.616 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:16 smithi132 bash[18592]: audit 2024-04-24T17:29:16.518141+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T17:29:16.616 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:16 smithi132 bash[18592]: audit 2024-04-24T17:29:16.519858+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-04-24T17:29:16.616 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:16 smithi132 bash[18592]: audit 2024-04-24T17:29:16.519858+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-04-24T17:29:16.616 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:16 smithi132 bash[18592]: audit 2024-04-24T17:29:16.521038+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-24T17:29:16.616 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:16 smithi132 bash[18592]: audit 2024-04-24T17:29:16.521038+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-24T17:29:16.616 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:16 smithi132 bash[18592]: audit 2024-04-24T17:29:16.521438+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-24T17:29:16.616 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:16 smithi132 bash[18592]: audit 2024-04-24T17:29:16.521438+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-24T17:29:16.616 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:16 smithi132 bash[18592]: audit 2024-04-24T17:29:16.521623+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-24T17:29:16.616 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:16 smithi132 bash[18592]: audit 2024-04-24T17:29:16.521623+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-24T17:29:16.616 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:16 smithi132 bash[18592]: cluster 2024-04-24T17:29:16.547325+0000 mon.a (mon.0) 83 : cluster [INF] Manager daemon x is now available 2024-04-24T17:29:16.616 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:16 smithi132 bash[18592]: cluster 2024-04-24T17:29:16.547325+0000 mon.a (mon.0) 83 : cluster [INF] Manager daemon x is now available 2024-04-24T17:29:17.883 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:17 smithi132 bash[18592]: audit 2024-04-24T17:29:16.571126+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:29:17.884 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:17 smithi132 bash[18592]: audit 2024-04-24T17:29:16.571126+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:29:17.884 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:17 smithi132 bash[18592]: audit 2024-04-24T17:29:16.589483+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-04-24T17:29:17.884 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:17 smithi132 bash[18592]: audit 2024-04-24T17:29:16.589483+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-04-24T17:29:17.884 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:17 smithi132 bash[18592]: audit 2024-04-24T17:29:16.593210+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-04-24T17:29:17.884 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:17 smithi132 bash[18592]: audit 2024-04-24T17:29:16.593210+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-04-24T17:29:17.884 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:17 smithi132 bash[18592]: cephadm 2024-04-24T17:29:16.900968+0000 mgr.x (mgr.14152) 1 : cephadm [INF] [24/Apr/2024:17:29:16] ENGINE Bus STARTING 2024-04-24T17:29:17.884 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:17 smithi132 bash[18592]: cephadm 2024-04-24T17:29:16.900968+0000 mgr.x (mgr.14152) 1 : cephadm [INF] [24/Apr/2024:17:29:16] ENGINE Bus STARTING 2024-04-24T17:29:17.884 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:17 smithi132 bash[18592]: cephadm 2024-04-24T17:29:17.003089+0000 mgr.x (mgr.14152) 2 : cephadm [INF] [24/Apr/2024:17:29:17] ENGINE Serving on http://172.21.15.132:8765 2024-04-24T17:29:17.884 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:17 smithi132 bash[18592]: cephadm 2024-04-24T17:29:17.003089+0000 mgr.x (mgr.14152) 2 : cephadm [INF] [24/Apr/2024:17:29:17] ENGINE Serving on http://172.21.15.132:8765 2024-04-24T17:29:17.884 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:17 smithi132 bash[18592]: cephadm 2024-04-24T17:29:17.121214+0000 mgr.x (mgr.14152) 3 : cephadm [INF] [24/Apr/2024:17:29:17] ENGINE Serving on https://172.21.15.132:7150 2024-04-24T17:29:17.884 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:17 smithi132 bash[18592]: cephadm 2024-04-24T17:29:17.121214+0000 mgr.x (mgr.14152) 3 : cephadm [INF] [24/Apr/2024:17:29:17] ENGINE Serving on https://172.21.15.132:7150 2024-04-24T17:29:17.884 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:17 smithi132 bash[18592]: cephadm 2024-04-24T17:29:17.121350+0000 mgr.x (mgr.14152) 4 : cephadm [INF] [24/Apr/2024:17:29:17] ENGINE Bus STARTED 2024-04-24T17:29:17.885 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:17 smithi132 bash[18592]: cephadm 2024-04-24T17:29:17.121350+0000 mgr.x (mgr.14152) 4 : cephadm [INF] [24/Apr/2024:17:29:17] ENGINE Bus STARTED 2024-04-24T17:29:17.885 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:17 smithi132 bash[18592]: cluster 2024-04-24T17:29:17.521881+0000 mon.a (mon.0) 87 : cluster [DBG] mgrmap e11: x(active, since 1.01407s) 2024-04-24T17:29:17.885 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:17 smithi132 bash[18592]: cluster 2024-04-24T17:29:17.521881+0000 mon.a (mon.0) 87 : cluster [DBG] mgrmap e11: x(active, since 1.01407s) 2024-04-24T17:29:18.154 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout { 2024-04-24T17:29:18.155 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-04-24T17:29:18.155 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-24T17:29:18.155 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout } 2024-04-24T17:29:18.155 INFO:teuthology.orchestra.run.smithi132.stdout:mgr epoch 9 is available 2024-04-24T17:29:18.155 INFO:teuthology.orchestra.run.smithi132.stdout:Generating a dashboard self-signed certificate... 2024-04-24T17:29:18.883 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:18 smithi132 bash[18592]: audit 2024-04-24T17:29:17.519325+0000 mgr.x (mgr.14152) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-24T17:29:18.883 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:18 smithi132 bash[18592]: audit 2024-04-24T17:29:17.519325+0000 mgr.x (mgr.14152) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-24T17:29:18.883 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:18 smithi132 bash[18592]: audit 2024-04-24T17:29:17.536756+0000 mgr.x (mgr.14152) 6 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-24T17:29:18.883 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:18 smithi132 bash[18592]: audit 2024-04-24T17:29:17.536756+0000 mgr.x (mgr.14152) 6 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-24T17:29:19.862 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:19 smithi132 bash[18592]: cluster 2024-04-24T17:29:18.568558+0000 mon.a (mon.0) 88 : cluster [DBG] mgrmap e12: x(active, since 2s) 2024-04-24T17:29:19.862 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:19 smithi132 bash[18592]: cluster 2024-04-24T17:29:18.568558+0000 mon.a (mon.0) 88 : cluster [DBG] mgrmap e12: x(active, since 2s) 2024-04-24T17:29:19.862 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:19 smithi132 bash[18592]: audit 2024-04-24T17:29:19.347838+0000 mgr.x (mgr.14152) 7 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:29:19.862 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:19 smithi132 bash[18592]: audit 2024-04-24T17:29:19.347838+0000 mgr.x (mgr.14152) 7 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:29:20.184 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-04-24T17:29:20.184 INFO:teuthology.orchestra.run.smithi132.stdout:Creating initial admin user... 2024-04-24T17:29:21.133 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:20 smithi132 bash[18592]: audit 2024-04-24T17:29:19.650882+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' 2024-04-24T17:29:21.133 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:20 smithi132 bash[18592]: audit 2024-04-24T17:29:19.650882+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' 2024-04-24T17:29:21.133 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:20 smithi132 bash[18592]: audit 2024-04-24T17:29:19.653993+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' 2024-04-24T17:29:21.133 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:20 smithi132 bash[18592]: audit 2024-04-24T17:29:19.653993+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' 2024-04-24T17:29:22.240 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$PQFjN.HyWbdIkrfxCBrCQ.6LzkkCb8UX4UMpoVnI5TMns565TeBFS", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1713979761, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-04-24T17:29:22.240 INFO:teuthology.orchestra.run.smithi132.stdout:Fetching dashboard port number... 2024-04-24T17:29:22.920 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:22 smithi132 bash[18592]: audit 2024-04-24T17:29:21.425801+0000 mgr.x (mgr.14152) 8 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:29:22.920 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:22 smithi132 bash[18592]: audit 2024-04-24T17:29:21.425801+0000 mgr.x (mgr.14152) 8 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:29:22.920 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:22 smithi132 bash[18592]: audit 2024-04-24T17:29:21.655875+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' 2024-04-24T17:29:22.920 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:22 smithi132 bash[18592]: audit 2024-04-24T17:29:21.655875+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' 2024-04-24T17:29:23.774 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:23 smithi132 bash[18592]: cluster 2024-04-24T17:29:22.664252+0000 mon.a (mon.0) 92 : cluster [DBG] mgrmap e13: x(active, since 6s) 2024-04-24T17:29:23.775 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:23 smithi132 bash[18592]: cluster 2024-04-24T17:29:22.664252+0000 mon.a (mon.0) 92 : cluster [DBG] mgrmap e13: x(active, since 6s) 2024-04-24T17:29:23.775 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:23 smithi132 bash[18592]: audit 2024-04-24T17:29:23.422023+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' 2024-04-24T17:29:23.775 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:23 smithi132 bash[18592]: audit 2024-04-24T17:29:23.422023+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' 2024-04-24T17:29:23.775 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:23 smithi132 bash[18592]: audit 2024-04-24T17:29:23.499144+0000 mon.a (mon.0) 94 : audit [DBG] from='client.? 172.21.15.132:0/769837524' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-24T17:29:23.775 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:23 smithi132 bash[18592]: audit 2024-04-24T17:29:23.499144+0000 mon.a (mon.0) 94 : audit [DBG] from='client.? 172.21.15.132:0/769837524' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-24T17:29:24.153 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stdout 8443 2024-04-24T17:29:24.153 INFO:teuthology.orchestra.run.smithi132.stdout:firewalld does not appear to be present 2024-04-24T17:29:24.153 INFO:teuthology.orchestra.run.smithi132.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-04-24T17:29:24.156 INFO:teuthology.orchestra.run.smithi132.stdout:Ceph Dashboard is now available at: 2024-04-24T17:29:24.156 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-04-24T17:29:24.156 INFO:teuthology.orchestra.run.smithi132.stdout: URL: https://smithi132.front.sepia.ceph.com:8443/ 2024-04-24T17:29:24.156 INFO:teuthology.orchestra.run.smithi132.stdout: User: admin 2024-04-24T17:29:24.156 INFO:teuthology.orchestra.run.smithi132.stdout: Password: tt684h1hta 2024-04-24T17:29:24.156 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-04-24T17:29:24.156 INFO:teuthology.orchestra.run.smithi132.stdout:Saving cluster configuration to /var/lib/ceph/bf4e6422-025f-11ef-bc93-c7b262605968/config directory 2024-04-24T17:29:24.157 INFO:teuthology.orchestra.run.smithi132.stdout:Enabling autotune for osd_memory_target 2024-04-24T17:29:25.633 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:25 smithi132 bash[18592]: audit 2024-04-24T17:29:24.608044+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' 2024-04-24T17:29:25.633 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:25 smithi132 bash[18592]: audit 2024-04-24T17:29:24.608044+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' 2024-04-24T17:29:27.858 INFO:teuthology.orchestra.run.smithi132.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-04-24T17:29:27.858 INFO:teuthology.orchestra.run.smithi132.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-04-24T17:29:27.858 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-04-24T17:29:27.858 INFO:teuthology.orchestra.run.smithi132.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid bf4e6422-025f-11ef-bc93-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-04-24T17:29:27.858 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-04-24T17:29:27.858 INFO:teuthology.orchestra.run.smithi132.stdout:Or, if you are only running a single cluster on this host: 2024-04-24T17:29:27.858 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-04-24T17:29:27.859 INFO:teuthology.orchestra.run.smithi132.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-04-24T17:29:27.859 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-04-24T17:29:27.859 INFO:teuthology.orchestra.run.smithi132.stdout:Please consider enabling telemetry to help improve Ceph: 2024-04-24T17:29:27.859 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-04-24T17:29:27.859 INFO:teuthology.orchestra.run.smithi132.stdout: ceph telemetry on 2024-04-24T17:29:27.859 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-04-24T17:29:27.859 INFO:teuthology.orchestra.run.smithi132.stdout:For more information see: 2024-04-24T17:29:27.859 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-04-24T17:29:27.859 INFO:teuthology.orchestra.run.smithi132.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-04-24T17:29:27.859 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-04-24T17:29:27.859 INFO:teuthology.orchestra.run.smithi132.stdout:Bootstrap complete. 2024-04-24T17:29:27.919 INFO:tasks.cephadm:Fetching config... 2024-04-24T17:29:27.920 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2024-04-24T17:29:27.920 DEBUG:teuthology.orchestra.run.smithi132:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-04-24T17:29:27.926 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-04-24T17:29:27.926 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2024-04-24T17:29:27.926 DEBUG:teuthology.orchestra.run.smithi132:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-04-24T17:29:27.971 INFO:tasks.cephadm:Fetching mon keyring... 2024-04-24T17:29:27.971 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2024-04-24T17:29:27.971 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd if=/var/lib/ceph/bf4e6422-025f-11ef-bc93-c7b262605968/mon.a/keyring of=/dev/stdout 2024-04-24T17:29:28.026 INFO:tasks.cephadm:Fetching pub ssh key... 2024-04-24T17:29:28.027 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2024-04-24T17:29:28.027 DEBUG:teuthology.orchestra.run.smithi132:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-04-24T17:29:28.075 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-04-24T17:29:28.075 DEBUG:teuthology.orchestra.run.smithi132:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC0ykzYMKdUMZFQXgPqqNA7V04IvPY1RAzTSL1LlP1Hj2jfk5ykVVwTqTjpiLWiFTn3NiWi95ygxWiS6zyK3iLA+DPuQjEmKvulYjVeI97E9C5Kzu6+npLGaRmMsuPbp7UpmGIAqRzASDtMNZJ5RINeOJlR/M/jOOWG7CRDoCZk7jcXCHmUHg1Mqpu8Ulv2DK2arLnWpnLj6sqLEkaIDqQCb+0JZahNRjpOXo/IWAIczoeDLFLMQfTJme5Afu1bqjpZwGogMTszjQgiZV9TRZoYkN7AUE4kF6jLDmojeBqFhtpyp5LHXx+pw/CKgcCfrKg7iH7jxwLQMsRFY96Yw2WV5hYVLYgyR7ifLPokO2aEGXshKOwn7EAhRfMBBu4PaiLGbSlFqhghYSN88h/E8mRbIXN6McAY6DWvVvPoP4Hqe9CTyjFV6+pluJKhIQ70XazPxQOhHQucOhM/sHw8G8b8ivIGA0AGrTvyTtL2IbBW2g5gncPdxY9G7V72bcBK1uM= ceph-bf4e6422-025f-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-24T17:29:28.141 INFO:teuthology.orchestra.run.smithi132.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC0ykzYMKdUMZFQXgPqqNA7V04IvPY1RAzTSL1LlP1Hj2jfk5ykVVwTqTjpiLWiFTn3NiWi95ygxWiS6zyK3iLA+DPuQjEmKvulYjVeI97E9C5Kzu6+npLGaRmMsuPbp7UpmGIAqRzASDtMNZJ5RINeOJlR/M/jOOWG7CRDoCZk7jcXCHmUHg1Mqpu8Ulv2DK2arLnWpnLj6sqLEkaIDqQCb+0JZahNRjpOXo/IWAIczoeDLFLMQfTJme5Afu1bqjpZwGogMTszjQgiZV9TRZoYkN7AUE4kF6jLDmojeBqFhtpyp5LHXx+pw/CKgcCfrKg7iH7jxwLQMsRFY96Yw2WV5hYVLYgyR7ifLPokO2aEGXshKOwn7EAhRfMBBu4PaiLGbSlFqhghYSN88h/E8mRbIXN6McAY6DWvVvPoP4Hqe9CTyjFV6+pluJKhIQ70XazPxQOhHQucOhM/sHw8G8b8ivIGA0AGrTvyTtL2IbBW2g5gncPdxY9G7V72bcBK1uM= ceph-bf4e6422-025f-11ef-bc93-c7b262605968 2024-04-24T17:29:28.150 DEBUG:teuthology.orchestra.run.smithi161:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC0ykzYMKdUMZFQXgPqqNA7V04IvPY1RAzTSL1LlP1Hj2jfk5ykVVwTqTjpiLWiFTn3NiWi95ygxWiS6zyK3iLA+DPuQjEmKvulYjVeI97E9C5Kzu6+npLGaRmMsuPbp7UpmGIAqRzASDtMNZJ5RINeOJlR/M/jOOWG7CRDoCZk7jcXCHmUHg1Mqpu8Ulv2DK2arLnWpnLj6sqLEkaIDqQCb+0JZahNRjpOXo/IWAIczoeDLFLMQfTJme5Afu1bqjpZwGogMTszjQgiZV9TRZoYkN7AUE4kF6jLDmojeBqFhtpyp5LHXx+pw/CKgcCfrKg7iH7jxwLQMsRFY96Yw2WV5hYVLYgyR7ifLPokO2aEGXshKOwn7EAhRfMBBu4PaiLGbSlFqhghYSN88h/E8mRbIXN6McAY6DWvVvPoP4Hqe9CTyjFV6+pluJKhIQ70XazPxQOhHQucOhM/sHw8G8b8ivIGA0AGrTvyTtL2IbBW2g5gncPdxY9G7V72bcBK1uM= ceph-bf4e6422-025f-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-24T17:29:28.173 INFO:teuthology.orchestra.run.smithi161.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC0ykzYMKdUMZFQXgPqqNA7V04IvPY1RAzTSL1LlP1Hj2jfk5ykVVwTqTjpiLWiFTn3NiWi95ygxWiS6zyK3iLA+DPuQjEmKvulYjVeI97E9C5Kzu6+npLGaRmMsuPbp7UpmGIAqRzASDtMNZJ5RINeOJlR/M/jOOWG7CRDoCZk7jcXCHmUHg1Mqpu8Ulv2DK2arLnWpnLj6sqLEkaIDqQCb+0JZahNRjpOXo/IWAIczoeDLFLMQfTJme5Afu1bqjpZwGogMTszjQgiZV9TRZoYkN7AUE4kF6jLDmojeBqFhtpyp5LHXx+pw/CKgcCfrKg7iH7jxwLQMsRFY96Yw2WV5hYVLYgyR7ifLPokO2aEGXshKOwn7EAhRfMBBu4PaiLGbSlFqhghYSN88h/E8mRbIXN6McAY6DWvVvPoP4Hqe9CTyjFV6+pluJKhIQ70XazPxQOhHQucOhM/sHw8G8b8ivIGA0AGrTvyTtL2IbBW2g5gncPdxY9G7V72bcBK1uM= ceph-bf4e6422-025f-11ef-bc93-c7b262605968 2024-04-24T17:29:28.183 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf4e6422-025f-11ef-bc93-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-04-24T17:29:28.633 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:28 smithi132 bash[18592]: audit 2024-04-24T17:29:27.344083+0000 mon.a (mon.0) 96 : audit [INF] from='client.? 172.21.15.132:0/2306842672' entity='client.admin' 2024-04-24T17:29:28.633 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:28 smithi132 bash[18592]: audit 2024-04-24T17:29:27.344083+0000 mon.a (mon.0) 96 : audit [INF] from='client.? 172.21.15.132:0/2306842672' entity='client.admin' 2024-04-24T17:29:32.851 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/bf4e6422-025f-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T17:29:33.133 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:32 smithi132 bash[18592]: audit 2024-04-24T17:29:32.642656+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi132", "name": "osd_memory_target"}]: dispatch 2024-04-24T17:29:33.134 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:32 smithi132 bash[18592]: audit 2024-04-24T17:29:32.642656+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi132", "name": "osd_memory_target"}]: dispatch 2024-04-24T17:29:33.134 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:32 smithi132 bash[18592]: audit 2024-04-24T17:29:32.650045+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' 2024-04-24T17:29:33.134 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:32 smithi132 bash[18592]: audit 2024-04-24T17:29:32.650045+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' 2024-04-24T17:29:33.134 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:32 smithi132 bash[18592]: audit 2024-04-24T17:29:32.685172+0000 mon.a (mon.0) 99 : audit [DBG] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:29:33.134 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:32 smithi132 bash[18592]: audit 2024-04-24T17:29:32.685172+0000 mon.a (mon.0) 99 : audit [DBG] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:29:34.560 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-04-24T17:29:34.560 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf4e6422-025f-11ef-bc93-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-04-24T17:29:35.384 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:34 smithi132 bash[18592]: audit 2024-04-24T17:29:33.984405+0000 mon.a (mon.0) 100 : audit [INF] from='client.? 172.21.15.132:0/2565705016' entity='client.admin' 2024-04-24T17:29:35.384 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:34 smithi132 bash[18592]: audit 2024-04-24T17:29:33.984405+0000 mon.a (mon.0) 100 : audit [INF] from='client.? 172.21.15.132:0/2565705016' entity='client.admin' 2024-04-24T17:29:37.058 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:36 smithi132 bash[18592]: cluster 2024-04-24T17:29:36.697004+0000 mon.a (mon.0) 101 : cluster [WRN] Health check failed: failed to probe daemons or devices (CEPHADM_REFRESH_FAILED) 2024-04-24T17:29:37.058 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:36 smithi132 bash[18592]: cluster 2024-04-24T17:29:36.697004+0000 mon.a (mon.0) 101 : cluster [WRN] Health check failed: failed to probe daemons or devices (CEPHADM_REFRESH_FAILED) 2024-04-24T17:29:38.058 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:37 smithi132 bash[18592]: cluster 2024-04-24T17:29:36.645878+0000 mgr.x (mgr.14152) 9 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:38.058 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:37 smithi132 bash[18592]: cluster 2024-04-24T17:29:36.645878+0000 mgr.x (mgr.14152) 9 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:39.053 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/bf4e6422-025f-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T17:29:40.123 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:39 smithi132 bash[18592]: cluster 2024-04-24T17:29:38.646562+0000 mgr.x (mgr.14152) 10 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:40.124 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:39 smithi132 bash[18592]: cluster 2024-04-24T17:29:38.646562+0000 mgr.x (mgr.14152) 10 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:40.124 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:39 smithi132 bash[18592]: cluster 2024-04-24T17:29:38.717540+0000 mgr.x (mgr.14152) 11 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:40.124 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:39 smithi132 bash[18592]: cluster 2024-04-24T17:29:38.717540+0000 mgr.x (mgr.14152) 11 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:40.124 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:39 smithi132 bash[18592]: cluster 2024-04-24T17:29:38.717920+0000 mgr.x (mgr.14152) 12 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:40.124 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:39 smithi132 bash[18592]: cluster 2024-04-24T17:29:38.717920+0000 mgr.x (mgr.14152) 12 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:40.124 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:39 smithi132 bash[18592]: audit 2024-04-24T17:29:38.722059+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' 2024-04-24T17:29:40.124 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:39 smithi132 bash[18592]: audit 2024-04-24T17:29:38.722059+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' 2024-04-24T17:29:40.124 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:39 smithi132 bash[18592]: audit 2024-04-24T17:29:38.756541+0000 mon.a (mon.0) 103 : audit [DBG] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:29:40.124 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:39 smithi132 bash[18592]: audit 2024-04-24T17:29:38.756541+0000 mon.a (mon.0) 103 : audit [DBG] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:29:40.762 INFO:tasks.cephadm:Remote smithi161 excluded from cephadm cluster by role 2024-04-24T17:29:40.763 INFO:tasks.cephadm:Setting crush tunables to default 2024-04-24T17:29:40.763 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf4e6422-025f-11ef-bc93-c7b262605968 -- ceph osd crush tunables default 2024-04-24T17:29:41.384 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:41 smithi132 bash[18592]: audit 2024-04-24T17:29:40.108122+0000 mgr.x (mgr.14152) 13 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:29:41.384 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:41 smithi132 bash[18592]: audit 2024-04-24T17:29:40.108122+0000 mgr.x (mgr.14152) 13 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:29:41.384 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:41 smithi132 bash[18592]: audit 2024-04-24T17:29:40.111545+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' 2024-04-24T17:29:41.384 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:41 smithi132 bash[18592]: audit 2024-04-24T17:29:40.111545+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' 2024-04-24T17:29:42.384 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:42 smithi132 bash[18592]: cluster 2024-04-24T17:29:40.718549+0000 mgr.x (mgr.14152) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:42.384 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:42 smithi132 bash[18592]: cluster 2024-04-24T17:29:40.718549+0000 mgr.x (mgr.14152) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:44.239 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:44 smithi132 bash[18592]: cluster 2024-04-24T17:29:42.719051+0000 mgr.x (mgr.14152) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:44.239 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:44 smithi132 bash[18592]: cluster 2024-04-24T17:29:42.719051+0000 mgr.x (mgr.14152) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:45.233 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/bf4e6422-025f-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T17:29:45.384 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:45 smithi132 bash[18592]: audit 2024-04-24T17:29:44.988216+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:29:45.384 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:45 smithi132 bash[18592]: audit 2024-04-24T17:29:44.988216+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:29:45.384 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:45 smithi132 bash[18592]: audit 2024-04-24T17:29:44.990307+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:29:45.384 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:45 smithi132 bash[18592]: audit 2024-04-24T17:29:44.990307+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:29:46.384 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:46 smithi132 bash[18592]: cluster 2024-04-24T17:29:44.719699+0000 mgr.x (mgr.14152) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:46.384 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:46 smithi132 bash[18592]: cluster 2024-04-24T17:29:44.719699+0000 mgr.x (mgr.14152) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:46.384 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:46 smithi132 bash[18592]: cephadm 2024-04-24T17:29:44.993101+0000 mgr.x (mgr.14152) 17 : cephadm [INF] Updating smithi132:/etc/ceph/ceph.conf 2024-04-24T17:29:46.384 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:46 smithi132 bash[18592]: cephadm 2024-04-24T17:29:44.993101+0000 mgr.x (mgr.14152) 17 : cephadm [INF] Updating smithi132:/etc/ceph/ceph.conf 2024-04-24T17:29:46.384 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:46 smithi132 bash[18592]: cephadm 2024-04-24T17:29:45.208470+0000 mgr.x (mgr.14152) 18 : cephadm [INF] Updating smithi132:/var/lib/ceph/bf4e6422-025f-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:29:46.385 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:46 smithi132 bash[18592]: cephadm 2024-04-24T17:29:45.208470+0000 mgr.x (mgr.14152) 18 : cephadm [INF] Updating smithi132:/var/lib/ceph/bf4e6422-025f-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:29:46.385 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:46 smithi132 bash[18592]: cephadm 2024-04-24T17:29:45.374887+0000 mgr.x (mgr.14152) 19 : cephadm [INF] Updating smithi132:/etc/ceph/ceph.client.admin.keyring 2024-04-24T17:29:46.385 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:46 smithi132 bash[18592]: cephadm 2024-04-24T17:29:45.374887+0000 mgr.x (mgr.14152) 19 : cephadm [INF] Updating smithi132:/etc/ceph/ceph.client.admin.keyring 2024-04-24T17:29:46.385 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:46 smithi132 bash[18592]: audit 2024-04-24T17:29:45.608099+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' 2024-04-24T17:29:46.385 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:46 smithi132 bash[18592]: audit 2024-04-24T17:29:45.608099+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' 2024-04-24T17:29:46.385 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:46 smithi132 bash[18592]: audit 2024-04-24T17:29:45.611604+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' 2024-04-24T17:29:46.385 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:46 smithi132 bash[18592]: audit 2024-04-24T17:29:45.611604+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' 2024-04-24T17:29:46.385 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:46 smithi132 bash[18592]: audit 2024-04-24T17:29:45.645572+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:29:46.385 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:46 smithi132 bash[18592]: audit 2024-04-24T17:29:45.645572+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:29:47.126 INFO:teuthology.orchestra.run.smithi132.stderr:adjusted tunables profile to default 2024-04-24T17:29:47.384 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:47 smithi132 bash[18592]: cephadm 2024-04-24T17:29:45.489751+0000 mgr.x (mgr.14152) 20 : cephadm [INF] Updating smithi132:/var/lib/ceph/bf4e6422-025f-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-24T17:29:47.384 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:47 smithi132 bash[18592]: cephadm 2024-04-24T17:29:45.489751+0000 mgr.x (mgr.14152) 20 : cephadm [INF] Updating smithi132:/var/lib/ceph/bf4e6422-025f-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-24T17:29:47.385 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:47 smithi132 bash[18592]: cluster 2024-04-24T17:29:45.608846+0000 mgr.x (mgr.14152) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:47.385 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:47 smithi132 bash[18592]: cluster 2024-04-24T17:29:45.608846+0000 mgr.x (mgr.14152) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:47.385 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:47 smithi132 bash[18592]: cluster 2024-04-24T17:29:45.609092+0000 mgr.x (mgr.14152) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:47.385 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:47 smithi132 bash[18592]: cluster 2024-04-24T17:29:45.609092+0000 mgr.x (mgr.14152) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:47.385 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:47 smithi132 bash[18592]: audit 2024-04-24T17:29:46.417096+0000 mon.a (mon.0) 110 : audit [INF] from='client.? 172.21.15.132:0/2433065331' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-24T17:29:47.385 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:47 smithi132 bash[18592]: audit 2024-04-24T17:29:46.417096+0000 mon.a (mon.0) 110 : audit [INF] from='client.? 172.21.15.132:0/2433065331' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-24T17:29:47.756 INFO:tasks.cephadm:Adding mon.a on smithi132 2024-04-24T17:29:47.756 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf4e6422-025f-11ef-bc93-c7b262605968 -- ceph orch apply mon '1;smithi132:172.21.15.132=a' 2024-04-24T17:29:48.634 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:48 smithi132 bash[18592]: audit 2024-04-24T17:29:47.122853+0000 mon.a (mon.0) 111 : audit [INF] from='client.? 172.21.15.132:0/2433065331' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-24T17:29:48.634 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:48 smithi132 bash[18592]: audit 2024-04-24T17:29:47.122853+0000 mon.a (mon.0) 111 : audit [INF] from='client.? 172.21.15.132:0/2433065331' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-24T17:29:48.634 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:48 smithi132 bash[18592]: cluster 2024-04-24T17:29:47.127059+0000 mon.a (mon.0) 112 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-24T17:29:48.634 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:48 smithi132 bash[18592]: cluster 2024-04-24T17:29:47.127059+0000 mon.a (mon.0) 112 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-24T17:29:49.634 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:49 smithi132 bash[18592]: cluster 2024-04-24T17:29:47.609771+0000 mgr.x (mgr.14152) 23 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:49.634 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:49 smithi132 bash[18592]: cluster 2024-04-24T17:29:47.609771+0000 mgr.x (mgr.14152) 23 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:51.404 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:51 smithi132 bash[18592]: cluster 2024-04-24T17:29:49.610216+0000 mgr.x (mgr.14152) 24 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:51.404 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:51 smithi132 bash[18592]: cluster 2024-04-24T17:29:49.610216+0000 mgr.x (mgr.14152) 24 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:51.591 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/bf4e6422-025f-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T17:29:53.102 INFO:teuthology.orchestra.run.smithi132.stdout:Scheduled mon update... 2024-04-24T17:29:53.384 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:53 smithi132 bash[18592]: cluster 2024-04-24T17:29:51.610620+0000 mgr.x (mgr.14152) 25 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:53.385 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:53 smithi132 bash[18592]: cluster 2024-04-24T17:29:51.610620+0000 mgr.x (mgr.14152) 25 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:53.385 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:53 smithi132 bash[18592]: audit 2024-04-24T17:29:52.678824+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:29:53.385 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:53 smithi132 bash[18592]: audit 2024-04-24T17:29:52.678824+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:29:53.385 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:53 smithi132 bash[18592]: audit 2024-04-24T17:29:52.680812+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:29:53.385 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:53 smithi132 bash[18592]: audit 2024-04-24T17:29:52.680812+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:29:53.385 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:53 smithi132 bash[18592]: audit 2024-04-24T17:29:52.689037+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' 2024-04-24T17:29:53.385 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:53 smithi132 bash[18592]: audit 2024-04-24T17:29:52.689037+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' 2024-04-24T17:29:53.385 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:53 smithi132 bash[18592]: audit 2024-04-24T17:29:53.102822+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' 2024-04-24T17:29:53.385 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:53 smithi132 bash[18592]: audit 2024-04-24T17:29:53.102822+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' 2024-04-24T17:29:53.385 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:53 smithi132 bash[18592]: audit 2024-04-24T17:29:53.137574+0000 mon.a (mon.0) 117 : audit [DBG] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:29:53.385 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:53 smithi132 bash[18592]: audit 2024-04-24T17:29:53.137574+0000 mon.a (mon.0) 117 : audit [DBG] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:29:53.799 INFO:tasks.cephadm:Waiting for 1 mons in monmap... 2024-04-24T17:29:53.799 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf4e6422-025f-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-24T17:29:54.634 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:54 smithi132 bash[18592]: cluster 2024-04-24T17:29:52.683466+0000 mgr.x (mgr.14152) 26 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:54.635 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:54 smithi132 bash[18592]: cluster 2024-04-24T17:29:52.683466+0000 mgr.x (mgr.14152) 26 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:54.635 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:54 smithi132 bash[18592]: cluster 2024-04-24T17:29:52.684034+0000 mgr.x (mgr.14152) 27 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:54.635 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:54 smithi132 bash[18592]: cluster 2024-04-24T17:29:52.684034+0000 mgr.x (mgr.14152) 27 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:54.635 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:54 smithi132 bash[18592]: audit 2024-04-24T17:29:53.092006+0000 mgr.x (mgr.14152) 28 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "1;smithi132:172.21.15.132=a", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:29:54.635 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:54 smithi132 bash[18592]: audit 2024-04-24T17:29:53.092006+0000 mgr.x (mgr.14152) 28 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "1;smithi132:172.21.15.132=a", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:29:54.635 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:54 smithi132 bash[18592]: cephadm 2024-04-24T17:29:53.097929+0000 mgr.x (mgr.14152) 29 : cephadm [INF] Saving service mon spec with placement smithi132:172.21.15.132=a;count:1 2024-04-24T17:29:54.635 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:54 smithi132 bash[18592]: cephadm 2024-04-24T17:29:53.097929+0000 mgr.x (mgr.14152) 29 : cephadm [INF] Saving service mon spec with placement smithi132:172.21.15.132=a;count:1 2024-04-24T17:29:56.634 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:56 smithi132 bash[18592]: cluster 2024-04-24T17:29:54.684692+0000 mgr.x (mgr.14152) 30 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:56.634 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:56 smithi132 bash[18592]: cluster 2024-04-24T17:29:54.684692+0000 mgr.x (mgr.14152) 30 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:58.042 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/bf4e6422-025f-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T17:29:58.384 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:58 smithi132 bash[18592]: cluster 2024-04-24T17:29:56.685325+0000 mgr.x (mgr.14152) 31 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:58.384 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:29:58 smithi132 bash[18592]: cluster 2024-04-24T17:29:56.685325+0000 mgr.x (mgr.14152) 31 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:59.645 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-04-24T17:29:59.646 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"bf4e6422-025f-11ef-bc93-c7b262605968","modified":"2024-04-24T17:28:06.628010Z","created":"2024-04-24T17:28:06.628010Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:3300","nonce":0},{"type":"v1","addr":"172.21.15.132:6789","nonce":0}]},"addr":"172.21.15.132:6789/0","public_addr":"172.21.15.132:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-24T17:29:59.648 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-04-24T17:30:00.384 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:00 smithi132 bash[18592]: cluster 2024-04-24T17:29:58.685993+0000 mgr.x (mgr.14152) 32 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:00.384 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:00 smithi132 bash[18592]: cluster 2024-04-24T17:29:58.685993+0000 mgr.x (mgr.14152) 32 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:00.384 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:00 smithi132 bash[18592]: audit 2024-04-24T17:29:59.646763+0000 mon.a (mon.0) 118 : audit [DBG] from='client.? 172.21.15.132:0/4286594819' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T17:30:00.384 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:00 smithi132 bash[18592]: audit 2024-04-24T17:29:59.646763+0000 mon.a (mon.0) 118 : audit [DBG] from='client.? 172.21.15.132:0/4286594819' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T17:30:00.386 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-04-24T17:30:00.386 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf4e6422-025f-11ef-bc93-c7b262605968 -- ceph config generate-minimal-conf 2024-04-24T17:30:01.547 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:01 smithi132 bash[18592]: audit 2024-04-24T17:30:00.370704+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:30:01.547 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:01 smithi132 bash[18592]: audit 2024-04-24T17:30:00.370704+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:30:01.547 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:01 smithi132 bash[18592]: audit 2024-04-24T17:30:00.372428+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:30:01.547 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:01 smithi132 bash[18592]: audit 2024-04-24T17:30:00.372428+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:30:01.547 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:01 smithi132 bash[18592]: cluster 2024-04-24T17:30:00.374730+0000 mgr.x (mgr.14152) 33 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:01.547 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:01 smithi132 bash[18592]: cluster 2024-04-24T17:30:00.374730+0000 mgr.x (mgr.14152) 33 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:01.547 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:01 smithi132 bash[18592]: cluster 2024-04-24T17:30:00.375109+0000 mgr.x (mgr.14152) 34 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:01.547 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:01 smithi132 bash[18592]: cluster 2024-04-24T17:30:00.375109+0000 mgr.x (mgr.14152) 34 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:01.547 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:01 smithi132 bash[18592]: audit 2024-04-24T17:30:00.379229+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' 2024-04-24T17:30:01.547 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:01 smithi132 bash[18592]: audit 2024-04-24T17:30:00.379229+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' 2024-04-24T17:30:01.547 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:01 smithi132 bash[18592]: audit 2024-04-24T17:30:00.385547+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' 2024-04-24T17:30:01.547 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:01 smithi132 bash[18592]: audit 2024-04-24T17:30:00.385547+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' 2024-04-24T17:30:01.548 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:01 smithi132 bash[18592]: audit 2024-04-24T17:30:00.422934+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' 2024-04-24T17:30:01.548 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:01 smithi132 bash[18592]: audit 2024-04-24T17:30:00.422934+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' 2024-04-24T17:30:01.548 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:01 smithi132 bash[18592]: audit 2024-04-24T17:30:00.425450+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' 2024-04-24T17:30:01.548 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:01 smithi132 bash[18592]: audit 2024-04-24T17:30:00.425450+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' 2024-04-24T17:30:01.548 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:01 smithi132 bash[18592]: audit 2024-04-24T17:30:00.427849+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' 2024-04-24T17:30:01.548 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:01 smithi132 bash[18592]: audit 2024-04-24T17:30:00.427849+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' 2024-04-24T17:30:01.548 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:01 smithi132 bash[18592]: audit 2024-04-24T17:30:00.430402+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' 2024-04-24T17:30:01.548 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:01 smithi132 bash[18592]: audit 2024-04-24T17:30:00.430402+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' 2024-04-24T17:30:01.548 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:01 smithi132 bash[18592]: audit 2024-04-24T17:30:00.431259+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:30:01.548 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:01 smithi132 bash[18592]: audit 2024-04-24T17:30:00.431259+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:30:01.548 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:01 smithi132 bash[18592]: audit 2024-04-24T17:30:00.432071+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T17:30:01.548 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:01 smithi132 bash[18592]: audit 2024-04-24T17:30:00.432071+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T17:30:01.548 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:01 smithi132 bash[18592]: audit 2024-04-24T17:30:00.432872+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:30:01.548 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:01 smithi132 bash[18592]: audit 2024-04-24T17:30:00.432872+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:30:02.634 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:02 smithi132 bash[18592]: cephadm 2024-04-24T17:30:00.430879+0000 mgr.x (mgr.14152) 35 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-24T17:30:02.634 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:02 smithi132 bash[18592]: cephadm 2024-04-24T17:30:00.430879+0000 mgr.x (mgr.14152) 35 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-24T17:30:02.635 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:02 smithi132 bash[18592]: cephadm 2024-04-24T17:30:00.433941+0000 mgr.x (mgr.14152) 36 : cephadm [INF] Reconfiguring daemon mon.a on smithi132 2024-04-24T17:30:02.635 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:02 smithi132 bash[18592]: cephadm 2024-04-24T17:30:00.433941+0000 mgr.x (mgr.14152) 36 : cephadm [INF] Reconfiguring daemon mon.a on smithi132 2024-04-24T17:30:03.634 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:03 smithi132 bash[18592]: audit 2024-04-24T17:30:02.298792+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' 2024-04-24T17:30:03.634 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:03 smithi132 bash[18592]: audit 2024-04-24T17:30:02.298792+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' 2024-04-24T17:30:03.635 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:03 smithi132 bash[18592]: cluster 2024-04-24T17:30:02.375879+0000 mgr.x (mgr.14152) 37 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:03.635 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:03 smithi132 bash[18592]: cluster 2024-04-24T17:30:02.375879+0000 mgr.x (mgr.14152) 37 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:04.884 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:04 smithi132 bash[18592]: cluster 2024-04-24T17:30:04.376594+0000 mgr.x (mgr.14152) 38 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:04.884 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:04 smithi132 bash[18592]: cluster 2024-04-24T17:30:04.376594+0000 mgr.x (mgr.14152) 38 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:05.098 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/bf4e6422-025f-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T17:30:06.188 INFO:teuthology.orchestra.run.smithi132.stdout:# minimal ceph.conf for bf4e6422-025f-11ef-bc93-c7b262605968 2024-04-24T17:30:06.189 INFO:teuthology.orchestra.run.smithi132.stdout:[global] 2024-04-24T17:30:06.189 INFO:teuthology.orchestra.run.smithi132.stdout: fsid = bf4e6422-025f-11ef-bc93-c7b262605968 2024-04-24T17:30:06.189 INFO:teuthology.orchestra.run.smithi132.stdout: mon_host = [v2:172.21.15.132:3300/0,v1:172.21.15.132:6789/0] 2024-04-24T17:30:06.634 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:06 smithi132 bash[18592]: audit 2024-04-24T17:30:06.189691+0000 mon.a (mon.0) 131 : audit [DBG] from='client.? 172.21.15.132:0/376894997' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:30:06.634 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:06 smithi132 bash[18592]: audit 2024-04-24T17:30:06.189691+0000 mon.a (mon.0) 131 : audit [DBG] from='client.? 172.21.15.132:0/376894997' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:30:06.767 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-04-24T17:30:06.767 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2024-04-24T17:30:06.767 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd of=/etc/ceph/ceph.conf 2024-04-24T17:30:06.781 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2024-04-24T17:30:06.781 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-24T17:30:06.835 INFO:tasks.cephadm:Adding mgr.x on smithi132 2024-04-24T17:30:06.835 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf4e6422-025f-11ef-bc93-c7b262605968 -- ceph orch apply mgr '1;smithi132=x' 2024-04-24T17:30:07.634 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:07 smithi132 bash[18592]: cluster 2024-04-24T17:30:06.377249+0000 mgr.x (mgr.14152) 39 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:07.634 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:07 smithi132 bash[18592]: cluster 2024-04-24T17:30:06.377249+0000 mgr.x (mgr.14152) 39 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:08.884 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:08 smithi132 bash[18592]: cluster 2024-04-24T17:30:08.377911+0000 mgr.x (mgr.14152) 40 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:08.885 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:08 smithi132 bash[18592]: cluster 2024-04-24T17:30:08.377911+0000 mgr.x (mgr.14152) 40 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:10.884 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:10 smithi132 bash[18592]: cluster 2024-04-24T17:30:10.378637+0000 mgr.x (mgr.14152) 41 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:10.884 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:10 smithi132 bash[18592]: cluster 2024-04-24T17:30:10.378637+0000 mgr.x (mgr.14152) 41 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:11.591 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/bf4e6422-025f-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T17:30:12.634 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:12 smithi132 bash[18592]: cluster 2024-04-24T17:30:12.379049+0000 mgr.x (mgr.14152) 42 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:12.634 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:12 smithi132 bash[18592]: cluster 2024-04-24T17:30:12.379049+0000 mgr.x (mgr.14152) 42 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:12.735 INFO:teuthology.orchestra.run.smithi132.stdout:Scheduled mgr update... 2024-04-24T17:30:13.343 INFO:tasks.cephadm:Deploying OSDs... 2024-04-24T17:30:13.343 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2024-04-24T17:30:13.343 DEBUG:teuthology.orchestra.run.smithi132:> dd if=/scratch_devs of=/dev/stdout 2024-04-24T17:30:13.350 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-24T17:30:13.350 DEBUG:teuthology.orchestra.run.smithi132:> stat /dev/vg_nvme/lv_1 2024-04-24T17:30:13.397 INFO:teuthology.orchestra.run.smithi132.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-24T17:30:13.397 INFO:teuthology.orchestra.run.smithi132.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T17:30:13.397 INFO:teuthology.orchestra.run.smithi132.stdout:Device: 5h/5d Inode: 875 Links: 1 2024-04-24T17:30:13.397 INFO:teuthology.orchestra.run.smithi132.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T17:30:13.397 INFO:teuthology.orchestra.run.smithi132.stdout:Access: 2024-04-24 17:21:38.118542677 +0000 2024-04-24T17:30:13.397 INFO:teuthology.orchestra.run.smithi132.stdout:Modify: 2024-04-24 17:21:37.842545142 +0000 2024-04-24T17:30:13.397 INFO:teuthology.orchestra.run.smithi132.stdout:Change: 2024-04-24 17:21:37.842545142 +0000 2024-04-24T17:30:13.397 INFO:teuthology.orchestra.run.smithi132.stdout: Birth: - 2024-04-24T17:30:13.397 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-24T17:30:13.451 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records in 2024-04-24T17:30:13.451 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records out 2024-04-24T17:30:13.451 INFO:teuthology.orchestra.run.smithi132.stderr:512 bytes copied, 0.000444921 s, 1.2 MB/s 2024-04-24T17:30:13.452 DEBUG:teuthology.orchestra.run.smithi132:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-24T17:30:13.501 DEBUG:teuthology.orchestra.run.smithi132:> stat /dev/vg_nvme/lv_2 2024-04-24T17:30:13.548 INFO:teuthology.orchestra.run.smithi132.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-24T17:30:13.548 INFO:teuthology.orchestra.run.smithi132.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T17:30:13.548 INFO:teuthology.orchestra.run.smithi132.stdout:Device: 5h/5d Inode: 891 Links: 1 2024-04-24T17:30:13.548 INFO:teuthology.orchestra.run.smithi132.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T17:30:13.548 INFO:teuthology.orchestra.run.smithi132.stdout:Access: 2024-04-24 17:21:38.590538462 +0000 2024-04-24T17:30:13.548 INFO:teuthology.orchestra.run.smithi132.stdout:Modify: 2024-04-24 17:21:38.342540677 +0000 2024-04-24T17:30:13.548 INFO:teuthology.orchestra.run.smithi132.stdout:Change: 2024-04-24 17:21:38.342540677 +0000 2024-04-24T17:30:13.548 INFO:teuthology.orchestra.run.smithi132.stdout: Birth: - 2024-04-24T17:30:13.549 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-24T17:30:13.603 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records in 2024-04-24T17:30:13.603 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records out 2024-04-24T17:30:13.603 INFO:teuthology.orchestra.run.smithi132.stderr:512 bytes copied, 0.000422502 s, 1.2 MB/s 2024-04-24T17:30:13.604 DEBUG:teuthology.orchestra.run.smithi132:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-24T17:30:13.654 DEBUG:teuthology.orchestra.run.smithi132:> stat /dev/vg_nvme/lv_3 2024-04-24T17:30:13.704 INFO:teuthology.orchestra.run.smithi132.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-24T17:30:13.704 INFO:teuthology.orchestra.run.smithi132.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T17:30:13.704 INFO:teuthology.orchestra.run.smithi132.stdout:Device: 5h/5d Inode: 910 Links: 1 2024-04-24T17:30:13.704 INFO:teuthology.orchestra.run.smithi132.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T17:30:13.705 INFO:teuthology.orchestra.run.smithi132.stdout:Access: 2024-04-24 17:21:39.094533959 +0000 2024-04-24T17:30:13.705 INFO:teuthology.orchestra.run.smithi132.stdout:Modify: 2024-04-24 17:21:38.830536318 +0000 2024-04-24T17:30:13.705 INFO:teuthology.orchestra.run.smithi132.stdout:Change: 2024-04-24 17:21:38.830536318 +0000 2024-04-24T17:30:13.705 INFO:teuthology.orchestra.run.smithi132.stdout: Birth: - 2024-04-24T17:30:13.705 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-24T17:30:13.759 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records in 2024-04-24T17:30:13.759 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records out 2024-04-24T17:30:13.759 INFO:teuthology.orchestra.run.smithi132.stderr:512 bytes copied, 0.000396939 s, 1.3 MB/s 2024-04-24T17:30:13.760 DEBUG:teuthology.orchestra.run.smithi132:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-24T17:30:13.809 DEBUG:teuthology.orchestra.run.smithi132:> stat /dev/vg_nvme/lv_4 2024-04-24T17:30:13.856 INFO:teuthology.orchestra.run.smithi132.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-24T17:30:13.856 INFO:teuthology.orchestra.run.smithi132.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T17:30:13.856 INFO:teuthology.orchestra.run.smithi132.stdout:Device: 5h/5d Inode: 928 Links: 1 2024-04-24T17:30:13.856 INFO:teuthology.orchestra.run.smithi132.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T17:30:13.856 INFO:teuthology.orchestra.run.smithi132.stdout:Access: 2024-04-24 17:21:39.322531924 +0000 2024-04-24T17:30:13.856 INFO:teuthology.orchestra.run.smithi132.stdout:Modify: 2024-04-24 17:21:39.318531958 +0000 2024-04-24T17:30:13.856 INFO:teuthology.orchestra.run.smithi132.stdout:Change: 2024-04-24 17:21:39.318531958 +0000 2024-04-24T17:30:13.856 INFO:teuthology.orchestra.run.smithi132.stdout: Birth: - 2024-04-24T17:30:13.857 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-24T17:30:13.884 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:13 smithi132 bash[18592]: audit 2024-04-24T17:30:12.729066+0000 mgr.x (mgr.14152) 43 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "1;smithi132=x", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:30:13.884 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:13 smithi132 bash[18592]: audit 2024-04-24T17:30:12.729066+0000 mgr.x (mgr.14152) 43 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "1;smithi132=x", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:30:13.885 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:13 smithi132 bash[18592]: cephadm 2024-04-24T17:30:12.730917+0000 mgr.x (mgr.14152) 44 : cephadm [INF] Saving service mgr spec with placement smithi132=x;count:1 2024-04-24T17:30:13.885 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:13 smithi132 bash[18592]: cephadm 2024-04-24T17:30:12.730917+0000 mgr.x (mgr.14152) 44 : cephadm [INF] Saving service mgr spec with placement smithi132=x;count:1 2024-04-24T17:30:13.885 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:13 smithi132 bash[18592]: audit 2024-04-24T17:30:12.735738+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' 2024-04-24T17:30:13.885 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:13 smithi132 bash[18592]: audit 2024-04-24T17:30:12.735738+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' 2024-04-24T17:30:13.885 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:13 smithi132 bash[18592]: audit 2024-04-24T17:30:12.742664+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:30:13.885 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:13 smithi132 bash[18592]: audit 2024-04-24T17:30:12.742664+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:30:13.896 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records in 2024-04-24T17:30:13.896 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records out 2024-04-24T17:30:13.896 INFO:teuthology.orchestra.run.smithi132.stderr:512 bytes copied, 0.000298593 s, 1.7 MB/s 2024-04-24T17:30:13.897 DEBUG:teuthology.orchestra.run.smithi132:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-24T17:30:13.945 INFO:tasks.cephadm:Deploying osd.0 on smithi132 with /dev/vg_nvme/lv_4... 2024-04-24T17:30:13.945 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf4e6422-025f-11ef-bc93-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-04-24T17:30:15.134 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:14 smithi132 bash[18592]: cluster 2024-04-24T17:30:14.379774+0000 mgr.x (mgr.14152) 45 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:15.134 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:14 smithi132 bash[18592]: cluster 2024-04-24T17:30:14.379774+0000 mgr.x (mgr.14152) 45 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:16.884 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:16 smithi132 bash[18592]: cluster 2024-04-24T17:30:16.380455+0000 mgr.x (mgr.14152) 46 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:16.884 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:16 smithi132 bash[18592]: cluster 2024-04-24T17:30:16.380455+0000 mgr.x (mgr.14152) 46 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:18.634 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:18 smithi132 bash[18592]: cluster 2024-04-24T17:30:18.380897+0000 mgr.x (mgr.14152) 47 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:18.634 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:18 smithi132 bash[18592]: cluster 2024-04-24T17:30:18.380897+0000 mgr.x (mgr.14152) 47 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:18.645 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/bf4e6422-025f-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T17:30:20.112 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:19 smithi132 bash[18592]: audit 2024-04-24T17:30:19.825659+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:30:20.112 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:19 smithi132 bash[18592]: audit 2024-04-24T17:30:19.825659+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:30:20.112 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:19 smithi132 bash[18592]: audit 2024-04-24T17:30:19.826767+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:30:20.112 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:19 smithi132 bash[18592]: audit 2024-04-24T17:30:19.826767+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:30:20.112 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:19 smithi132 bash[18592]: audit 2024-04-24T17:30:19.831730+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' 2024-04-24T17:30:20.112 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:19 smithi132 bash[18592]: audit 2024-04-24T17:30:19.831730+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' 2024-04-24T17:30:20.112 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:19 smithi132 bash[18592]: audit 2024-04-24T17:30:19.837496+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' 2024-04-24T17:30:20.112 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:19 smithi132 bash[18592]: audit 2024-04-24T17:30:19.837496+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' 2024-04-24T17:30:20.112 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:19 smithi132 bash[18592]: audit 2024-04-24T17:30:19.855228+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T17:30:20.112 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:19 smithi132 bash[18592]: audit 2024-04-24T17:30:19.855228+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T17:30:20.113 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:19 smithi132 bash[18592]: audit 2024-04-24T17:30:19.856421+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T17:30:20.113 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:19 smithi132 bash[18592]: audit 2024-04-24T17:30:19.856421+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T17:30:20.113 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:19 smithi132 bash[18592]: audit 2024-04-24T17:30:19.857439+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:30:20.113 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:19 smithi132 bash[18592]: audit 2024-04-24T17:30:19.857439+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.132:0/1668469052' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:30:20.977 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:20 smithi132 bash[18592]: cluster 2024-04-24T17:30:19.828336+0000 mgr.x (mgr.14152) 48 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:20.977 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:20 smithi132 bash[18592]: cluster 2024-04-24T17:30:19.828336+0000 mgr.x (mgr.14152) 48 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:20.977 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:20 smithi132 bash[18592]: cluster 2024-04-24T17:30:19.828661+0000 mgr.x (mgr.14152) 49 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:20.977 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:20 smithi132 bash[18592]: cluster 2024-04-24T17:30:19.828661+0000 mgr.x (mgr.14152) 49 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:20.977 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:20 smithi132 bash[18592]: cephadm 2024-04-24T17:30:19.854692+0000 mgr.x (mgr.14152) 50 : cephadm [INF] Reconfiguring mgr.x (unknown last config time)... 2024-04-24T17:30:20.977 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:20 smithi132 bash[18592]: cephadm 2024-04-24T17:30:19.854692+0000 mgr.x (mgr.14152) 50 : cephadm [INF] Reconfiguring mgr.x (unknown last config time)... 2024-04-24T17:30:20.978 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:20 smithi132 bash[18592]: cephadm 2024-04-24T17:30:19.858449+0000 mgr.x (mgr.14152) 51 : cephadm [INF] Reconfiguring daemon mgr.x on smithi132 2024-04-24T17:30:20.978 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:20 smithi132 bash[18592]: cephadm 2024-04-24T17:30:19.858449+0000 mgr.x (mgr.14152) 51 : cephadm [INF] Reconfiguring daemon mgr.x on smithi132 2024-04-24T17:30:22.067 INFO:teuthology.orchestra.run.smithi132.stderr:Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc -e NODE_NAME=smithi132 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/bf4e6422-025f-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/bf4e6422-025f-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/bf4e6422-025f-11ef-bc93-c7b262605968/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmpxr5y5djt:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpu7z5kd00:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc lvm zap /dev/vg_nvme/lv_4 2024-04-24T17:30:22.067 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:30:22.068 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T17:30:22.068 INFO:teuthology.orchestra.run.smithi132.stderr:Traceback (most recent call last): 2024-04-24T17:30:22.068 INFO:teuthology.orchestra.run.smithi132.stderr: File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T17:30:22.069 INFO:teuthology.orchestra.run.smithi132.stderr: return _run_code(code, main_globals, None, 2024-04-24T17:30:22.069 INFO:teuthology.orchestra.run.smithi132.stderr: File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T17:30:22.069 INFO:teuthology.orchestra.run.smithi132.stderr: exec(code, run_globals) 2024-04-24T17:30:22.069 INFO:teuthology.orchestra.run.smithi132.stderr: File "/tmp/tmp7kwbd9jv.cephadm.build/app/__main__.py", line 5642, in 2024-04-24T17:30:22.069 INFO:teuthology.orchestra.run.smithi132.stderr: File "/tmp/tmp7kwbd9jv.cephadm.build/app/__main__.py", line 5630, in main 2024-04-24T17:30:22.069 INFO:teuthology.orchestra.run.smithi132.stderr: File "/tmp/tmp7kwbd9jv.cephadm.build/app/__main__.py", line 408, in _infer_config 2024-04-24T17:30:22.069 INFO:teuthology.orchestra.run.smithi132.stderr: File "/tmp/tmp7kwbd9jv.cephadm.build/app/__main__.py", line 323, in _infer_fsid 2024-04-24T17:30:22.069 INFO:teuthology.orchestra.run.smithi132.stderr: File "/tmp/tmp7kwbd9jv.cephadm.build/app/__main__.py", line 436, in _infer_image 2024-04-24T17:30:22.069 INFO:teuthology.orchestra.run.smithi132.stderr: File "/tmp/tmp7kwbd9jv.cephadm.build/app/__main__.py", line 310, in _validate_fsid 2024-04-24T17:30:22.069 INFO:teuthology.orchestra.run.smithi132.stderr: File "/tmp/tmp7kwbd9jv.cephadm.build/app/__main__.py", line 3380, in command_ceph_volume 2024-04-24T17:30:22.069 INFO:teuthology.orchestra.run.smithi132.stderr: File "/tmp/tmp7kwbd9jv.cephadm.build/app/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T17:30:22.070 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/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc -e NODE_NAME=smithi132 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/bf4e6422-025f-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/bf4e6422-025f-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/bf4e6422-025f-11ef-bc93-c7b262605968/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmpxr5y5djt:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpu7z5kd00:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc lvm zap /dev/vg_nvme/lv_4: docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:30:22.070 INFO:teuthology.orchestra.run.smithi132.stderr:See 'docker run --help'. 2024-04-24T17:30:22.070 INFO:teuthology.orchestra.run.smithi132.stderr: 2024-04-24T17:30:22.100 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T17:30:22.101 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_5904d29475f5be602879d9fb26280e89b808d5cc/qa/tasks/cephadm.py", line 1091, in ceph_osds remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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:5904d29475f5be602879d9fb26280e89b808d5cc ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf4e6422-025f-11ef-bc93-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4' 2024-04-24T17:30:22.103 DEBUG:teuthology.orchestra.run.smithi132:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-24T17:30:22.116 DEBUG:teuthology.orchestra.run.smithi161:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-24T17:30:22.130 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-24T17:30:22.130 DEBUG:teuthology.orchestra.run.smithi132:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-24T17:30:22.164 DEBUG:teuthology.orchestra.run.smithi161:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-24T17:30:22.175 INFO:tasks.cephadm:Stopping all daemons... 2024-04-24T17:30:22.175 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-04-24T17:30:22.175 DEBUG:teuthology.orchestra.run.smithi132:> sudo systemctl stop ceph-bf4e6422-025f-11ef-bc93-c7b262605968@mon.a 2024-04-24T17:30:22.384 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:22 smithi132 systemd[1]: Stopping Ceph mon.a for bf4e6422-025f-11ef-bc93-c7b262605968... 2024-04-24T17:30:22.384 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:22 smithi132 bash[18592]: debug 2024-04-24T17:30:22.335+0000 7f1a242d7700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-04-24T17:30:22.384 INFO:journalctl@ceph.mon.a.smithi132.stdout:Apr 24 17:30:22 smithi132 bash[18592]: debug 2024-04-24T17:30:22.335+0000 7f1a242d7700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-24T17:30:23.147 DEBUG:teuthology.orchestra.run.smithi132:> sudo pkill -f 'journalctl -f -n 0 -u ceph-bf4e6422-025f-11ef-bc93-c7b262605968@mon.a.service' 2024-04-24T17:30:23.178 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-24T17:30:23.178 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-04-24T17:30:23.178 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2024-04-24T17:30:23.178 DEBUG:teuthology.orchestra.run.smithi132:> sudo systemctl stop ceph-bf4e6422-025f-11ef-bc93-c7b262605968@mgr.x 2024-04-24T17:30:23.404 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:30:23 smithi132 systemd[1]: Stopping Ceph mgr.x for bf4e6422-025f-11ef-bc93-c7b262605968... 2024-04-24T17:30:23.492 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:30:23 smithi132 bash[18848]: debug 2024-04-24T17:30:23.347+0000 7fbb124b6700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mgr -n mgr.x -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-24T17:30:23.492 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:30:23 smithi132 bash[18848]: debug 2024-04-24T17:30:23.347+0000 7fbb124b6700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-04-24T17:30:23.884 INFO:journalctl@ceph.mgr.x.smithi132.stdout:Apr 24 17:30:23 smithi132 bash[24639]: ceph-bf4e6422-025f-11ef-bc93-c7b262605968-mgr-x 2024-04-24T17:30:23.948 DEBUG:teuthology.orchestra.run.smithi132:> sudo pkill -f 'journalctl -f -n 0 -u ceph-bf4e6422-025f-11ef-bc93-c7b262605968@mgr.x.service' 2024-04-24T17:30:23.973 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-24T17:30:23.973 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2024-04-24T17:30:23.973 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid bf4e6422-025f-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-24T17:30:24.172 INFO:teuthology.orchestra.run.smithi132.stdout:Deleting cluster with fsid: bf4e6422-025f-11ef-bc93-c7b262605968 2024-04-24T17:30:26.160 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid bf4e6422-025f-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-24T17:30:26.328 INFO:teuthology.orchestra.run.smithi161.stdout:Deleting cluster with fsid: bf4e6422-025f-11ef-bc93-c7b262605968 2024-04-24T17:30:29.968 DEBUG:teuthology.orchestra.run.smithi132:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-24T17:30:29.983 DEBUG:teuthology.orchestra.run.smithi161:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-24T17:30:29.996 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-24T17:30:29.998 DEBUG:teuthology.misc:Transferring archived files from smithi132:/var/lib/ceph/bf4e6422-025f-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671855/remote/smithi132/crash 2024-04-24T17:30:29.999 DEBUG:teuthology.orchestra.run.smithi132:> sudo tar c -f - -C /var/lib/ceph/bf4e6422-025f-11ef-bc93-c7b262605968/crash -- . 2024-04-24T17:30:30.039 INFO:teuthology.orchestra.run.smithi132.stderr:tar: /var/lib/ceph/bf4e6422-025f-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-24T17:30:30.039 INFO:teuthology.orchestra.run.smithi132.stderr:tar: Error is not recoverable: exiting now 2024-04-24T17:30:30.041 DEBUG:teuthology.misc:Transferring archived files from smithi161:/var/lib/ceph/bf4e6422-025f-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671855/remote/smithi161/crash 2024-04-24T17:30:30.042 DEBUG:teuthology.orchestra.run.smithi161:> sudo tar c -f - -C /var/lib/ceph/bf4e6422-025f-11ef-bc93-c7b262605968/crash -- . 2024-04-24T17:30:30.054 INFO:teuthology.orchestra.run.smithi161.stderr:tar: /var/lib/ceph/bf4e6422-025f-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-24T17:30:30.054 INFO:teuthology.orchestra.run.smithi161.stderr:tar: Error is not recoverable: exiting now 2024-04-24T17:30:30.055 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-24T17:30:30.055 DEBUG:teuthology.orchestra.run.smithi132:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/bf4e6422-025f-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-24T17:30:30.097 INFO:teuthology.orchestra.run.smithi132.stdout:2024-04-24T17:29:36.697004+0000 mon.a (mon.0) 101 : cluster [WRN] Health check failed: failed to probe daemons or devices (CEPHADM_REFRESH_FAILED) 2024-04-24T17:30:30.098 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-04-24T17:30:30.098 DEBUG:teuthology.orchestra.run.smithi132:> sudo egrep '\[SEC\]' /var/log/ceph/bf4e6422-025f-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-24T17:30:30.153 DEBUG:teuthology.orchestra.run.smithi132:> sudo egrep '\[ERR\]' /var/log/ceph/bf4e6422-025f-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-24T17:30:30.208 DEBUG:teuthology.orchestra.run.smithi132:> sudo egrep '\[WRN\]' /var/log/ceph/bf4e6422-025f-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-24T17:30:30.265 INFO:teuthology.orchestra.run.smithi132.stdout:2024-04-24T17:29:36.697004+0000 mon.a (mon.0) 101 : cluster [WRN] Health check failed: failed to probe daemons or devices (CEPHADM_REFRESH_FAILED) 2024-04-24T17:30:30.265 INFO:tasks.cephadm:Compressing logs... 2024-04-24T17:30:30.265 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-24T17:30:30.309 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-24T17:30:30.318 INFO:teuthology.orchestra.run.smithi132.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-24T17:30:30.322 INFO:teuthology.orchestra.run.smithi161.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-24T17:30:30.333 INFO:teuthology.orchestra.run.smithi132.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-24T17:30:30.333 INFO:teuthology.orchestra.run.smithi132.stderr:gzip -5 --verbose -- /var/log/ceph/bf4e6422-025f-11ef-bc93-c7b262605968/ceph-mon.a.log 2024-04-24T17:30:30.334 INFO:teuthology.orchestra.run.smithi132.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/bf4e6422-025f-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-24T17:30:30.334 INFO:teuthology.orchestra.run.smithi132.stderr:/var/log/ceph/bf4e6422-025f-11ef-bc93-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/bf4e6422-025f-11ef-bc93-c7b262605968/ceph-mgr.x.log 2024-04-24T17:30:30.335 INFO:teuthology.orchestra.run.smithi132.stderr:/var/log/ceph/bf4e6422-025f-11ef-bc93-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/bf4e6422-025f-11ef-bc93-c7b262605968/ceph.log 2024-04-24T17:30:30.335 INFO:teuthology.orchestra.run.smithi132.stderr: 75.2% -- replaced with /var/log/ceph/bf4e6422-025f-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-24T17:30:30.335 INFO:teuthology.orchestra.run.smithi132.stderr:/var/log/ceph/bf4e6422-025f-11ef-bc93-c7b262605968/ceph-mgr.x.log: gzip -5 --verbose -- /var/log/ceph/bf4e6422-025f-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-24T17:30:30.336 INFO:teuthology.orchestra.run.smithi132.stderr:/var/log/ceph/bf4e6422-025f-11ef-bc93-c7b262605968/ceph.log: 83.7% -- replaced with /var/log/ceph/bf4e6422-025f-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-24T17:30:30.336 INFO:teuthology.orchestra.run.smithi132.stderr:/var/log/ceph/bf4e6422-025f-11ef-bc93-c7b262605968/ceph.audit.log: 88.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-24T17:30:30.336 INFO:teuthology.orchestra.run.smithi132.stderr: 87.0% -- replaced with /var/log/ceph/bf4e6422-025f-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-24T17:30:30.359 INFO:teuthology.orchestra.run.smithi132.stderr: 89.5% -- replaced with /var/log/ceph/bf4e6422-025f-11ef-bc93-c7b262605968/ceph-mgr.x.log.gz 2024-04-24T17:30:30.371 INFO:teuthology.orchestra.run.smithi132.stderr: 91.2% -- replaced with /var/log/ceph/bf4e6422-025f-11ef-bc93-c7b262605968/ceph-mon.a.log.gz 2024-04-24T17:30:30.373 INFO:teuthology.orchestra.run.smithi132.stderr: 2024-04-24T17:30:30.373 INFO:teuthology.orchestra.run.smithi132.stderr:real 0m0.062s 2024-04-24T17:30:30.373 INFO:teuthology.orchestra.run.smithi132.stderr:user 0m0.072s 2024-04-24T17:30:30.373 INFO:teuthology.orchestra.run.smithi132.stderr:sys 0m0.016s 2024-04-24T17:30:30.391 INFO:teuthology.orchestra.run.smithi161.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-24T17:30:30.392 INFO:teuthology.orchestra.run.smithi161.stderr:/var/log/ceph/cephadm.log: 76.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-24T17:30:30.394 INFO:teuthology.orchestra.run.smithi161.stderr: 2024-04-24T17:30:30.394 INFO:teuthology.orchestra.run.smithi161.stderr:real 0m0.080s 2024-04-24T17:30:30.394 INFO:teuthology.orchestra.run.smithi161.stderr:user 0m0.014s 2024-04-24T17:30:30.394 INFO:teuthology.orchestra.run.smithi161.stderr:sys 0m0.007s 2024-04-24T17:30:30.395 INFO:tasks.cephadm:Archiving logs... 2024-04-24T17:30:30.395 DEBUG:teuthology.misc:Transferring archived files from smithi132:/var/log/ceph to /home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671855/remote/smithi132/log 2024-04-24T17:30:30.396 DEBUG:teuthology.orchestra.run.smithi132:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-24T17:30:30.441 DEBUG:teuthology.misc:Transferring archived files from smithi161:/var/log/ceph to /home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671855/remote/smithi161/log 2024-04-24T17:30:30.442 DEBUG:teuthology.orchestra.run.smithi161:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-24T17:30:30.456 INFO:tasks.cephadm:Removing cluster... 2024-04-24T17:30:30.457 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid bf4e6422-025f-11ef-bc93-c7b262605968 --force 2024-04-24T17:30:30.639 INFO:teuthology.orchestra.run.smithi132.stdout:Deleting cluster with fsid: bf4e6422-025f-11ef-bc93-c7b262605968 2024-04-24T17:30:31.758 INFO:tasks.cephadm:Removing cephadm ... 2024-04-24T17:30:31.758 DEBUG:teuthology.orchestra.run.smithi132:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-24T17:30:31.763 DEBUG:teuthology.orchestra.run.smithi161:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-24T17:30:31.769 INFO:tasks.cephadm:Teardown complete 2024-04-24T17:30:31.769 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_5904d29475f5be602879d9fb26280e89b808d5cc/qa/tasks/cephadm.py", line 2220, 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_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_5904d29475f5be602879d9fb26280e89b808d5cc/qa/tasks/cephadm.py", line 1849, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_5904d29475f5be602879d9fb26280e89b808d5cc/qa/tasks/cephadm.py", line 1091, in ceph_osds remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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:5904d29475f5be602879d9fb26280e89b808d5cc ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf4e6422-025f-11ef-bc93-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4' 2024-04-24T17:30:31.959 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=2818ab69491f4ded874cb5d25e979f59 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_5904d29475f5be602879d9fb26280e89b808d5cc/qa/tasks/cephadm.py", line 2220, 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_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_5904d29475f5be602879d9fb26280e89b808d5cc/qa/tasks/cephadm.py", line 1849, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_5904d29475f5be602879d9fb26280e89b808d5cc/qa/tasks/cephadm.py", line 1091, in ceph_osds remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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:5904d29475f5be602879d9fb26280e89b808d5cc ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bf4e6422-025f-11ef-bc93-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4' 2024-04-24T17:30:31.962 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-24T17:30:31.973 DEBUG:teuthology.run_tasks:Unwinding manager cephadm.deploy_samba_ad_dc 2024-04-24T17:30:32.079 DEBUG:teuthology.orchestra.run.smithi161:> sudo docker stop samba-ad 2024-04-24T17:30:32.784 INFO:teuthology.orchestra.run.smithi161.stdout:samba-ad 2024-04-24T17:30:32.787 DEBUG:teuthology.orchestra.run.smithi161:> sudo docker rm samba-ad 2024-04-24T17:30:32.942 INFO:teuthology.orchestra.run.smithi161.stdout:samba-ad 2024-04-24T17:30:32.944 DEBUG:teuthology.orchestra.run.smithi161:> sudo rm -rf /var/lib/samba/container/logs /var/lib/samba/container/data 2024-04-24T17:30:32.957 INFO:tasks.cephadm:Resetting systemd-resolved state on smithi161 2024-04-24T17:30:32.957 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-24T17:30:32.958 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/systemd/resolved.conf 2024-04-24T17:30:33.010 DEBUG:teuthology.orchestra.run.smithi161:> sudo systemctl restart systemd-resolved 2024-04-24T17:30:33.147 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-24T17:30:33.157 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-24T17:30:33.157 DEBUG:teuthology.orchestra.run.smithi132:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-24T17:30:33.160 DEBUG:teuthology.orchestra.run.smithi161:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-24T17:30:33.170 INFO:teuthology.orchestra.run.smithi132.stdout: remote refid st t when poll reach delay offset jitter 2024-04-24T17:30:33.170 INFO:teuthology.orchestra.run.smithi132.stdout:============================================================================== 2024-04-24T17:30:33.170 INFO:teuthology.orchestra.run.smithi132.stdout:+hv01.front.sepi 44.4.53.2 2 u 2 64 77 0.120 -2.218 1.746 2024-04-24T17:30:33.170 INFO:teuthology.orchestra.run.smithi132.stdout:+hv02.front.sepi 63.231.80.2 3 u 5 64 77 0.105 -0.581 1.650 2024-04-24T17:30:33.170 INFO:teuthology.orchestra.run.smithi132.stdout:*hv03.front.sepi 74.6.168.72 3 u 6 64 77 0.155 -0.335 1.739 2024-04-24T17:30:33.171 INFO:teuthology.orchestra.run.smithi132.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T17:30:33.172 INFO:teuthology.orchestra.run.smithi161.stdout: remote refid st t when poll reach delay offset jitter 2024-04-24T17:30:33.172 INFO:teuthology.orchestra.run.smithi161.stdout:============================================================================== 2024-04-24T17:30:33.172 INFO:teuthology.orchestra.run.smithi161.stdout:+hv01.front.sepi 44.4.53.2 2 u 62 64 37 0.098 -2.863 0.909 2024-04-24T17:30:33.172 INFO:teuthology.orchestra.run.smithi161.stdout:+hv02.front.sepi 63.231.80.2 3 u 64 64 37 0.057 -1.212 0.890 2024-04-24T17:30:33.172 INFO:teuthology.orchestra.run.smithi161.stdout:*hv03.front.sepi 74.6.168.72 3 u 2 64 77 0.124 -0.489 1.064 2024-04-24T17:30:33.172 INFO:teuthology.orchestra.run.smithi161.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T17:30:33.173 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-24T17:30:33.182 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-24T17:30:33.183 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-24T17:30:33.197 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-24T17:30:33.205 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-24T17:30:33.215 INFO:teuthology.task.internal:Duration was 759.059556 seconds 2024-04-24T17:30:33.216 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-24T17:30:33.224 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-24T17:30:33.224 DEBUG:teuthology.orchestra.run.smithi132:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-24T17:30:33.227 DEBUG:teuthology.orchestra.run.smithi161:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-24T17:30:33.263 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-24T17:30:33.263 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi132.front.sepia.ceph.com 2024-04-24T17:30:33.263 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-24T17:30:33.316 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi161.front.sepia.ceph.com 2024-04-24T17:30:33.317 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-24T17:30:33.326 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-24T17:30:33.326 DEBUG:teuthology.orchestra.run.smithi132:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-24T17:30:33.365 DEBUG:teuthology.orchestra.run.smithi161:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-24T17:30:33.393 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-24T17:30:33.393 DEBUG:teuthology.orchestra.run.smithi132:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-24T17:30:33.437 DEBUG:teuthology.orchestra.run.smithi161:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-24T17:30:33.505 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-24T17:30:33.515 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-24T17:30:33.515 DEBUG:teuthology.orchestra.run.smithi132:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-24T17:30:33.526 DEBUG:teuthology.orchestra.run.smithi161:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-24T17:30:33.536 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-24T17:30:33.546 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-24T17:30:33.569 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-24T17:30:33.577 INFO:teuthology.orchestra.run.smithi132.stdout:kernel.core_pattern = core 2024-04-24T17:30:33.587 INFO:teuthology.orchestra.run.smithi161.stdout:kernel.core_pattern = core 2024-04-24T17:30:33.605 DEBUG:teuthology.orchestra.run.smithi132:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-24T17:30:33.639 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T17:30:33.639 DEBUG:teuthology.orchestra.run.smithi161:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-24T17:30:33.650 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T17:30:33.650 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-24T17:30:33.660 INFO:teuthology.task.internal:Transferring archived files... 2024-04-24T17:30:33.661 DEBUG:teuthology.misc:Transferring archived files from smithi132:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671855/remote/smithi132 2024-04-24T17:30:33.661 DEBUG:teuthology.orchestra.run.smithi132:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-24T17:30:33.702 DEBUG:teuthology.misc:Transferring archived files from smithi161:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671855/remote/smithi161 2024-04-24T17:30:33.702 DEBUG:teuthology.orchestra.run.smithi161:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-24T17:30:33.721 INFO:teuthology.task.internal:Removing archive directory... 2024-04-24T17:30:33.721 DEBUG:teuthology.orchestra.run.smithi132:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-24T17:30:33.745 DEBUG:teuthology.orchestra.run.smithi161:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-24T17:30:33.764 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-24T17:30:33.774 INFO:teuthology.task.internal:Not uploading archives. 2024-04-24T17:30:33.775 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-24T17:30:33.783 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-24T17:30:33.784 DEBUG:teuthology.orchestra.run.smithi132:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-24T17:30:33.793 DEBUG:teuthology.orchestra.run.smithi161:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-24T17:30:33.796 INFO:teuthology.orchestra.run.smithi132.stdout: 658467 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 24 17:30 /home/ubuntu/cephtest 2024-04-24T17:30:33.811 INFO:teuthology.orchestra.run.smithi161.stdout: 658622 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 24 17:30 /home/ubuntu/cephtest 2024-04-24T17:30:33.812 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-24T17:30:33.821 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-24T17:30:33.840 INFO:teuthology.nuke:Checking targets against current locks 2024-04-24T17:30:33.867 DEBUG:teuthology.nuke:shortname: smithi132 2024-04-24T17:30:33.868 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-24T17:30:33.891 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi132.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671855', '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-24 17:08:07.309447', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCt6tztNNZVf0K/7EwMuhIQTi/58PbD3aDbAYfAck9XC+TJwYDSWxlGblSV3QpVHHJZ1+jXuAgod0bHNlGkeMuU='} 2024-04-24T17:30:33.894 DEBUG:teuthology.nuke:shortname: smithi161 2024-04-24T17:30:33.894 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-24T17:30:33.914 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi161.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671855', '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-24 17:08:07.308010', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDxV8FGQSabIeFaWQ6HbSutXEKjpiclYGXNaLwCgfHmCERmAF320kz7Z5JQczI/dMbsx5G0uI7HvBZ6ASQkNTBQ='} 2024-04-24T17:30:33.945 INFO:teuthology.orchestra.console.smithi132:Power off 2024-04-24T17:30:33.946 DEBUG:teuthology.orchestra.console.smithi132:pexpect command: ipmitool -H smithi132.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-24T17:30:33.971 DEBUG:teuthology.orchestra.console.smithi132:power off output: Chassis Power Control: Down/Off 2024-04-24T17:30:33.972 DEBUG:teuthology.orchestra.console.smithi132:pexpect command: ipmitool -H smithi132.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T17:30:33.987 INFO:teuthology.orchestra.console.smithi161:Power off 2024-04-24T17:30:33.987 DEBUG:teuthology.orchestra.console.smithi161:pexpect command: ipmitool -H smithi161.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-24T17:30:33.997 DEBUG:teuthology.orchestra.console.smithi132:check power output: Chassis Power is on 2024-04-24T17:30:34.010 DEBUG:teuthology.orchestra.console.smithi161:power off output: Chassis Power Control: Down/Off 2024-04-24T17:30:34.010 DEBUG:teuthology.orchestra.console.smithi161:pexpect command: ipmitool -H smithi161.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T17:30:34.033 DEBUG:teuthology.orchestra.console.smithi161:check power output: Chassis Power is on 2024-04-24T17:30:37.998 DEBUG:teuthology.orchestra.console.smithi132:pexpect command: ipmitool -H smithi132.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T17:30:38.034 DEBUG:teuthology.orchestra.console.smithi161:pexpect command: ipmitool -H smithi161.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T17:30:38.109 DEBUG:teuthology.orchestra.console.smithi132:check power output: Chassis Power is on 2024-04-24T17:30:38.143 DEBUG:teuthology.orchestra.console.smithi161:check power output: Chassis Power is on 2024-04-24T17:30:42.114 DEBUG:teuthology.orchestra.console.smithi132:pexpect command: ipmitool -H smithi132.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T17:30:42.144 DEBUG:teuthology.orchestra.console.smithi161:pexpect command: ipmitool -H smithi161.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T17:30:42.224 DEBUG:teuthology.orchestra.console.smithi132:check power output: Chassis Power is on 2024-04-24T17:30:42.252 DEBUG:teuthology.orchestra.console.smithi161:check power output: Chassis Power is on 2024-04-24T17:30:46.229 DEBUG:teuthology.orchestra.console.smithi132:pexpect command: ipmitool -H smithi132.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T17:30:46.253 DEBUG:teuthology.orchestra.console.smithi161:pexpect command: ipmitool -H smithi161.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T17:30:46.339 DEBUG:teuthology.orchestra.console.smithi132:check power output: Chassis Power is off 2024-04-24T17:30:46.362 DEBUG:teuthology.orchestra.console.smithi161:check power output: Chassis Power is off 2024-04-24T17:30:46.441 INFO:teuthology.orchestra.console.smithi132:Power off completed 2024-04-24T17:30:46.463 INFO:teuthology.orchestra.console.smithi161:Power off completed 2024-04-24T17:30:46.568 INFO:teuthology.run:Summary data: description: orch:cephadm/smb/{0-distro/ubuntu_22.04 tasks/deploy_smb_domain} duration: 759.0595555305481 failure_reason: '"2024-04-24T17:29:36.697004+0000 mon.a (mon.0) 101 : cluster [WRN] Health check failed: failed to probe daemons or devices (CEPHADM_REFRESH_FAILED)" in cluster log' owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=2818ab69491f4ded874cb5d25e979f59 status: fail success: false 2024-04-24T17:30:46.568 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-24T17:30:46.649 INFO:teuthology.run:FAIL