2024-03-21T21:52:06.116 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-03-21T21:52:06.116 DEBUG:teuthology.run:Teuthology command: teuthology --description orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_rgw_multisite} --verbose --name phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi --archive /home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615196 --owner scheduled_phlogistonjohn@teuthology -- /home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615196/orig.config.yaml 2024-03-21T21:52:06.150 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-21T21:52:06.231 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615196 branch: wip-phlogistonjohn-testing-2024-03-21-1131 description: orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_rgw_multisite} email: jmulligan@redhat.com first_in_suite: false job_id: '7615196' kernel: kdb: true sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-phlogistonjohn-testing-2024-03-21-1131 ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true 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\) - MON_DOWN sha1: 5d87ad5bd031c000b3eb3ea886a68e118ae09d38 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 5d87ad5bd031c000b3eb3ea886a68e118ae09d38 workunit: branch: wip-phlogistonjohn-testing-2024-03-21-1131 sha1: 5d87ad5bd031c000b3eb3ea886a68e118ae09d38 owner: scheduled_phlogistonjohn@teuthology priority: 95 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 1248 sha1: 5d87ad5bd031c000b3eb3ea886a68e118ae09d38 sleep_before_teardown: 0 subset: 1/16 suite: orch:cephadm suite_branch: wip-phlogistonjohn-testing-2024-03-21-1131 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_5d87ad5bd031c000b3eb3ea886a68e118ae09d38/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 5d87ad5bd031c000b3eb3ea886a68e118ae09d38 targets: smithi031.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDxIyIcywkIMG0zoys/jonSgCO8KVKqpRnnMkrEIWSs88gz1HWUNj92Uf6JY0MgpDqFsJrT1m2ewl34XQzCV0EI= smithi033.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMJaIwGXN4289v9ZVloNbTIDVjMqCuyTXu7VkZws4SndxYGCIYMKQqB+KHcaoHqoEFWcBvX/WT0TCpoQbRUTP10= smithi098.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAMey+MfA05J0phHBKyMQ10WHGLq2yoINyq1KHgSXbnEmXqSD/ghaYscUCZvmhdNgapNjVCkUJs6/W9bZQSufJ0= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - ceph mgr module enable rgw - rgw_module.apply: specs: - rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 - cephadm.shell: host.a: - 'set -e set -x while true; do TOKEN=$(ceph rgw realm tokens | jq -r ''.[0].token''); echo $TOKEN; if [ "$TOKEN" != "master zone has no endpoint" ]; then break; fi; sleep 5; done TOKENS=$(ceph rgw realm tokens) echo $TOKENS | jq --exit-status ''.[0].realm == "myrealm1"'' echo $TOKENS | jq --exit-status ''.[0].token'' TOKEN_JSON=$(ceph rgw realm tokens | jq -r ''.[0].token'' | base64 --decode) echo $TOKEN_JSON | jq --exit-status ''.realm_name == "myrealm1"'' echo $TOKEN_JSON | jq --exit-status ''.endpoint | test("http://.+:\\d+")'' echo $TOKEN_JSON | jq --exit-status ''.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")'' echo $TOKEN_JSON | jq --exit-status ''.access_key'' echo $TOKEN_JSON | jq --exit-status ''.secret'' ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: e691533f9cbb33d85b2187bba20d7102f098636d timestamp: 2024-03-21_20:44:17 tube: smithi user: phlogistonjohn verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-03-21T21:52:06.232 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_5d87ad5bd031c000b3eb3ea886a68e118ae09d38/qa; will attempt to use it 2024-03-21T21:52:06.232 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_5d87ad5bd031c000b3eb3ea886a68e118ae09d38/qa/tasks 2024-03-21T21:52:06.232 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-03-21T21:52:06.234 INFO:teuthology.task.internal:Checking packages... 2024-03-21T21:52:06.256 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '5d87ad5bd031c000b3eb3ea886a68e118ae09d38' 2024-03-21T21:52:06.256 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-21T21:52:06.256 INFO:teuthology.packaging:ref: None 2024-03-21T21:52:06.256 INFO:teuthology.packaging:tag: None 2024-03-21T21:52:06.256 INFO:teuthology.packaging:branch: wip-phlogistonjohn-testing-2024-03-21-1131 2024-03-21T21:52:06.256 INFO:teuthology.packaging:sha1: 5d87ad5bd031c000b3eb3ea886a68e118ae09d38 2024-03-21T21:52:06.256 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-phlogistonjohn-testing-2024-03-21-1131 2024-03-21T21:52:06.392 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2286-g5d87ad5b-1jammy 2024-03-21T21:52:06.394 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-03-21T21:52:06.403 INFO:teuthology.task.internal:no buildpackages task found 2024-03-21T21:52:06.403 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-03-21T21:52:06.425 INFO:teuthology.task.internal:Saving configuration 2024-03-21T21:52:06.437 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-03-21T21:52:06.452 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T21:52:06.478 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi031.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615196', '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-03-21 21:46:23.095107', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILHOlAk8H0+tTTSJxgUAMGd3NVsY1XOSj/zCZk8a4Fhz'} 2024-03-21T21:52:06.500 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi033.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615196', '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-03-21 21:46:23.096417', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAU7EoG+7BBLN1x7S7UWEGP++dZVxvqUXK3zZ7STh6oE'} 2024-03-21T21:52:06.525 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi098.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615196', '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-03-21 21:46:23.097408', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIE+du2pcuDGI1XCHy7gUjRbiM2IXyjCNbQbY5I8ulxrC'} 2024-03-21T21:52:06.525 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-03-21T21:52:06.536 INFO:teuthology.task.internal:roles: ubuntu@smithi031.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-03-21T21:52:06.537 INFO:teuthology.task.internal:roles: ubuntu@smithi033.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-03-21T21:52:06.537 INFO:teuthology.task.internal:roles: ubuntu@smithi098.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-03-21T21:52:06.537 INFO:teuthology.run_tasks:Running task console_log... 2024-03-21T21:52:06.649 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f73bc748e50>, signals=[15]) 2024-03-21T21:52:06.649 INFO:teuthology.run_tasks:Running task internal.connect... 2024-03-21T21:52:06.658 INFO:teuthology.task.internal:Opening connections... 2024-03-21T21:52:06.658 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi031.front.sepia.ceph.com 2024-03-21T21:52:06.660 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:52:06.741 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi033.front.sepia.ceph.com 2024-03-21T21:52:06.742 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi033.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:52:06.824 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi098.front.sepia.ceph.com 2024-03-21T21:52:06.824 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:52:06.904 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-03-21T21:52:06.926 DEBUG:teuthology.orchestra.run.smithi031:> uname -m 2024-03-21T21:52:06.932 INFO:teuthology.orchestra.run.smithi031.stdout:x86_64 2024-03-21T21:52:06.933 DEBUG:teuthology.orchestra.run.smithi031:> cat /etc/os-release 2024-03-21T21:52:06.981 INFO:teuthology.orchestra.run.smithi031.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-21T21:52:06.981 INFO:teuthology.orchestra.run.smithi031.stdout:NAME="Ubuntu" 2024-03-21T21:52:06.981 INFO:teuthology.orchestra.run.smithi031.stdout:VERSION_ID="22.04" 2024-03-21T21:52:06.981 INFO:teuthology.orchestra.run.smithi031.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-21T21:52:06.981 INFO:teuthology.orchestra.run.smithi031.stdout:VERSION_CODENAME=jammy 2024-03-21T21:52:06.981 INFO:teuthology.orchestra.run.smithi031.stdout:ID=ubuntu 2024-03-21T21:52:06.981 INFO:teuthology.orchestra.run.smithi031.stdout:ID_LIKE=debian 2024-03-21T21:52:06.981 INFO:teuthology.orchestra.run.smithi031.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-21T21:52:06.981 INFO:teuthology.orchestra.run.smithi031.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-21T21:52:06.981 INFO:teuthology.orchestra.run.smithi031.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-21T21:52:06.982 INFO:teuthology.orchestra.run.smithi031.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-21T21:52:06.982 INFO:teuthology.orchestra.run.smithi031.stdout:UBUNTU_CODENAME=jammy 2024-03-21T21:52:06.982 INFO:teuthology.lock.ops:Updating smithi031.front.sepia.ceph.com on lock server 2024-03-21T21:52:07.002 DEBUG:teuthology.orchestra.run.smithi033:> uname -m 2024-03-21T21:52:07.008 INFO:teuthology.orchestra.run.smithi033.stdout:x86_64 2024-03-21T21:52:07.009 DEBUG:teuthology.orchestra.run.smithi033:> cat /etc/os-release 2024-03-21T21:52:07.055 INFO:teuthology.orchestra.run.smithi033.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-21T21:52:07.055 INFO:teuthology.orchestra.run.smithi033.stdout:NAME="Ubuntu" 2024-03-21T21:52:07.055 INFO:teuthology.orchestra.run.smithi033.stdout:VERSION_ID="22.04" 2024-03-21T21:52:07.056 INFO:teuthology.orchestra.run.smithi033.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-21T21:52:07.056 INFO:teuthology.orchestra.run.smithi033.stdout:VERSION_CODENAME=jammy 2024-03-21T21:52:07.056 INFO:teuthology.orchestra.run.smithi033.stdout:ID=ubuntu 2024-03-21T21:52:07.056 INFO:teuthology.orchestra.run.smithi033.stdout:ID_LIKE=debian 2024-03-21T21:52:07.056 INFO:teuthology.orchestra.run.smithi033.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-21T21:52:07.056 INFO:teuthology.orchestra.run.smithi033.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-21T21:52:07.056 INFO:teuthology.orchestra.run.smithi033.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-21T21:52:07.056 INFO:teuthology.orchestra.run.smithi033.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-21T21:52:07.056 INFO:teuthology.orchestra.run.smithi033.stdout:UBUNTU_CODENAME=jammy 2024-03-21T21:52:07.056 INFO:teuthology.lock.ops:Updating smithi033.front.sepia.ceph.com on lock server 2024-03-21T21:52:07.077 DEBUG:teuthology.orchestra.run.smithi098:> uname -m 2024-03-21T21:52:07.083 INFO:teuthology.orchestra.run.smithi098.stdout:x86_64 2024-03-21T21:52:07.083 DEBUG:teuthology.orchestra.run.smithi098:> cat /etc/os-release 2024-03-21T21:52:07.128 INFO:teuthology.orchestra.run.smithi098.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-21T21:52:07.128 INFO:teuthology.orchestra.run.smithi098.stdout:NAME="Ubuntu" 2024-03-21T21:52:07.128 INFO:teuthology.orchestra.run.smithi098.stdout:VERSION_ID="22.04" 2024-03-21T21:52:07.128 INFO:teuthology.orchestra.run.smithi098.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-21T21:52:07.129 INFO:teuthology.orchestra.run.smithi098.stdout:VERSION_CODENAME=jammy 2024-03-21T21:52:07.129 INFO:teuthology.orchestra.run.smithi098.stdout:ID=ubuntu 2024-03-21T21:52:07.129 INFO:teuthology.orchestra.run.smithi098.stdout:ID_LIKE=debian 2024-03-21T21:52:07.129 INFO:teuthology.orchestra.run.smithi098.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-21T21:52:07.129 INFO:teuthology.orchestra.run.smithi098.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-21T21:52:07.129 INFO:teuthology.orchestra.run.smithi098.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-21T21:52:07.129 INFO:teuthology.orchestra.run.smithi098.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-21T21:52:07.129 INFO:teuthology.orchestra.run.smithi098.stdout:UBUNTU_CODENAME=jammy 2024-03-21T21:52:07.129 INFO:teuthology.lock.ops:Updating smithi098.front.sepia.ceph.com on lock server 2024-03-21T21:52:07.152 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-03-21T21:52:07.162 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-03-21T21:52:07.177 INFO:teuthology.task.internal:Checking for old test directory... 2024-03-21T21:52:07.178 DEBUG:teuthology.orchestra.run.smithi031:> test '!' -e /home/ubuntu/cephtest 2024-03-21T21:52:07.180 DEBUG:teuthology.orchestra.run.smithi033:> test '!' -e /home/ubuntu/cephtest 2024-03-21T21:52:07.183 DEBUG:teuthology.orchestra.run.smithi098:> test '!' -e /home/ubuntu/cephtest 2024-03-21T21:52:07.187 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-03-21T21:52:07.203 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-03-21T21:52:07.203 DEBUG:teuthology.orchestra.run.smithi031:> test -z $(ls -A /var/lib/ceph) 2024-03-21T21:52:07.225 DEBUG:teuthology.orchestra.run.smithi033:> test -z $(ls -A /var/lib/ceph) 2024-03-21T21:52:07.228 DEBUG:teuthology.orchestra.run.smithi098:> test -z $(ls -A /var/lib/ceph) 2024-03-21T21:52:07.238 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-03-21T21:52:07.320 INFO:teuthology.run_tasks:Running task kernel... 2024-03-21T21:52:07.336 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-03-21T21:52:07.337 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}, 'host.c': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-03-21T21:52:07.337 DEBUG:teuthology.orchestra.run.smithi031:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-21T21:52:07.337 DEBUG:teuthology.orchestra.run.smithi033:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-21T21:52:07.338 DEBUG:teuthology.orchestra.run.smithi098:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-21T21:52:07.342 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:52:07.343 DEBUG:teuthology.orchestra.run.smithi098:> uname -r 2024-03-21T21:52:07.344 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:52:07.344 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:52:07.345 DEBUG:teuthology.orchestra.run.smithi033:> uname -r 2024-03-21T21:52:07.345 DEBUG:teuthology.orchestra.run.smithi031:> uname -r 2024-03-21T21:52:07.389 INFO:teuthology.orchestra.run.smithi098.stdout:5.15.0-56-generic 2024-03-21T21:52:07.389 INFO:teuthology.task.kernel:Running kernel on smithi098: 5.15.0-56-generic 2024-03-21T21:52:07.389 DEBUG:teuthology.orchestra.run.smithi098:> sudo apt-get clean 2024-03-21T21:52:07.391 INFO:teuthology.orchestra.run.smithi033.stdout:5.15.0-56-generic 2024-03-21T21:52:07.391 INFO:teuthology.task.kernel:Running kernel on smithi033: 5.15.0-56-generic 2024-03-21T21:52:07.391 DEBUG:teuthology.orchestra.run.smithi033:> sudo apt-get clean 2024-03-21T21:52:07.392 INFO:teuthology.orchestra.run.smithi031.stdout:5.15.0-56-generic 2024-03-21T21:52:07.392 INFO:teuthology.task.kernel:Running kernel on smithi031: 5.15.0-56-generic 2024-03-21T21:52:07.392 DEBUG:teuthology.orchestra.run.smithi031:> sudo apt-get clean 2024-03-21T21:52:07.513 DEBUG:teuthology.orchestra.run.smithi033:> sudo apt-get update 2024-03-21T21:52:07.520 DEBUG:teuthology.orchestra.run.smithi098:> sudo apt-get update 2024-03-21T21:52:07.523 DEBUG:teuthology.orchestra.run.smithi031:> sudo apt-get update 2024-03-21T21:52:07.654 INFO:teuthology.orchestra.run.smithi098.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T21:52:07.654 INFO:teuthology.orchestra.run.smithi098.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-21T21:52:07.656 INFO:teuthology.orchestra.run.smithi098.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-21T21:52:07.657 INFO:teuthology.orchestra.run.smithi033.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T21:52:07.674 INFO:teuthology.orchestra.run.smithi033.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-21T21:52:07.677 INFO:teuthology.orchestra.run.smithi031.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T21:52:07.677 INFO:teuthology.orchestra.run.smithi031.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-21T21:52:07.677 INFO:teuthology.orchestra.run.smithi031.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-21T21:52:07.742 INFO:teuthology.orchestra.run.smithi098.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-21T21:52:07.749 INFO:teuthology.orchestra.run.smithi033.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-21T21:52:07.758 INFO:teuthology.orchestra.run.smithi031.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-21T21:52:07.771 INFO:teuthology.orchestra.run.smithi033.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-21T21:52:07.894 INFO:teuthology.orchestra.run.smithi098.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [428 kB] 2024-03-21T21:52:07.905 INFO:teuthology.orchestra.run.smithi033.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,502 kB] 2024-03-21T21:52:07.914 INFO:teuthology.orchestra.run.smithi031.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,286 kB] 2024-03-21T21:52:07.974 INFO:teuthology.orchestra.run.smithi098.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,502 kB] 2024-03-21T21:52:07.975 INFO:teuthology.orchestra.run.smithi098.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,286 kB] 2024-03-21T21:52:07.990 INFO:teuthology.orchestra.run.smithi031.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,502 kB] 2024-03-21T21:52:08.010 INFO:teuthology.orchestra.run.smithi033.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [594 kB] 2024-03-21T21:52:08.018 INFO:teuthology.orchestra.run.smithi033.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [289 kB] 2024-03-21T21:52:08.022 INFO:teuthology.orchestra.run.smithi098.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [229 kB] 2024-03-21T21:52:08.023 INFO:teuthology.orchestra.run.smithi098.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-21T21:52:08.023 INFO:teuthology.orchestra.run.smithi033.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-21T21:52:08.024 INFO:teuthology.orchestra.run.smithi098.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-21T21:52:08.024 INFO:teuthology.orchestra.run.smithi033.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-21T21:52:08.024 INFO:teuthology.orchestra.run.smithi033.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,619 kB] 2024-03-21T21:52:08.026 INFO:teuthology.orchestra.run.smithi098.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,591 kB] 2024-03-21T21:52:08.041 INFO:teuthology.orchestra.run.smithi031.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [428 kB] 2024-03-21T21:52:08.051 INFO:teuthology.orchestra.run.smithi031.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [229 kB] 2024-03-21T21:52:08.059 INFO:teuthology.orchestra.run.smithi031.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-21T21:52:08.059 INFO:teuthology.orchestra.run.smithi031.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-21T21:52:08.059 INFO:teuthology.orchestra.run.smithi031.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,591 kB] 2024-03-21T21:52:08.068 INFO:teuthology.orchestra.run.smithi033.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [271 kB] 2024-03-21T21:52:08.073 INFO:teuthology.orchestra.run.smithi098.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [267 kB] 2024-03-21T21:52:08.074 INFO:teuthology.orchestra.run.smithi033.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-21T21:52:08.075 INFO:teuthology.orchestra.run.smithi033.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,059 kB] 2024-03-21T21:52:08.080 INFO:teuthology.orchestra.run.smithi098.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-21T21:52:08.080 INFO:teuthology.orchestra.run.smithi098.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [851 kB] 2024-03-21T21:52:08.098 INFO:teuthology.orchestra.run.smithi098.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-21T21:52:08.111 INFO:teuthology.orchestra.run.smithi033.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [697 kB] 2024-03-21T21:52:08.135 INFO:teuthology.orchestra.run.smithi098.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [594 kB] 2024-03-21T21:52:08.148 INFO:teuthology.orchestra.run.smithi098.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [289 kB] 2024-03-21T21:52:08.151 INFO:teuthology.orchestra.run.smithi033.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [240 kB] 2024-03-21T21:52:08.153 INFO:teuthology.orchestra.run.smithi033.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-21T21:52:08.157 INFO:teuthology.orchestra.run.smithi033.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-21T21:52:08.158 INFO:teuthology.orchestra.run.smithi031.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [267 kB] 2024-03-21T21:52:08.158 INFO:teuthology.orchestra.run.smithi033.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-21T21:52:08.159 INFO:teuthology.orchestra.run.smithi033.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-21T21:52:08.159 INFO:teuthology.orchestra.run.smithi033.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-21T21:52:08.159 INFO:teuthology.orchestra.run.smithi033.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-21T21:52:08.160 INFO:teuthology.orchestra.run.smithi033.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-21T21:52:08.161 INFO:teuthology.orchestra.run.smithi033.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-21T21:52:08.164 INFO:teuthology.orchestra.run.smithi031.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-21T21:52:08.164 INFO:teuthology.orchestra.run.smithi031.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [851 kB] 2024-03-21T21:52:08.165 INFO:teuthology.orchestra.run.smithi098.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-21T21:52:08.165 INFO:teuthology.orchestra.run.smithi098.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-21T21:52:08.166 INFO:teuthology.orchestra.run.smithi098.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,619 kB] 2024-03-21T21:52:08.167 INFO:teuthology.orchestra.run.smithi098.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-21T21:52:08.167 INFO:teuthology.orchestra.run.smithi098.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-21T21:52:08.167 INFO:teuthology.orchestra.run.smithi098.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-21T21:52:08.168 INFO:teuthology.orchestra.run.smithi098.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-21T21:52:08.168 INFO:teuthology.orchestra.run.smithi098.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-21T21:52:08.177 INFO:teuthology.orchestra.run.smithi033.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-21T21:52:08.177 INFO:teuthology.orchestra.run.smithi033.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-21T21:52:08.178 INFO:teuthology.orchestra.run.smithi031.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-21T21:52:08.183 INFO:teuthology.orchestra.run.smithi031.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [594 kB] 2024-03-21T21:52:08.189 INFO:teuthology.orchestra.run.smithi031.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-21T21:52:08.191 INFO:teuthology.orchestra.run.smithi031.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-21T21:52:08.192 INFO:teuthology.orchestra.run.smithi031.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-21T21:52:08.195 INFO:teuthology.orchestra.run.smithi098.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-21T21:52:08.196 INFO:teuthology.orchestra.run.smithi098.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [271 kB] 2024-03-21T21:52:08.196 INFO:teuthology.orchestra.run.smithi033.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-21T21:52:08.197 INFO:teuthology.orchestra.run.smithi033.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-21T21:52:08.197 INFO:teuthology.orchestra.run.smithi033.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-21T21:52:08.201 INFO:teuthology.orchestra.run.smithi098.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-21T21:52:08.201 INFO:teuthology.orchestra.run.smithi098.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,059 kB] 2024-03-21T21:52:08.205 INFO:teuthology.orchestra.run.smithi031.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-21T21:52:08.206 INFO:teuthology.orchestra.run.smithi031.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-21T21:52:08.206 INFO:teuthology.orchestra.run.smithi031.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [289 kB] 2024-03-21T21:52:08.206 INFO:teuthology.orchestra.run.smithi031.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-21T21:52:08.218 INFO:teuthology.orchestra.run.smithi098.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [697 kB] 2024-03-21T21:52:08.218 INFO:teuthology.orchestra.run.smithi031.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-21T21:52:08.220 INFO:teuthology.orchestra.run.smithi031.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-21T21:52:08.221 INFO:teuthology.orchestra.run.smithi031.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,619 kB] 2024-03-21T21:52:08.226 INFO:teuthology.orchestra.run.smithi098.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [240 kB] 2024-03-21T21:52:08.227 INFO:teuthology.orchestra.run.smithi033.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,286 kB] 2024-03-21T21:52:08.229 INFO:teuthology.orchestra.run.smithi098.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-21T21:52:08.229 INFO:teuthology.orchestra.run.smithi098.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-21T21:52:08.229 INFO:teuthology.orchestra.run.smithi098.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-21T21:52:08.230 INFO:teuthology.orchestra.run.smithi098.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-21T21:52:08.242 INFO:teuthology.orchestra.run.smithi098.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-21T21:52:08.242 INFO:teuthology.orchestra.run.smithi098.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-21T21:52:08.243 INFO:teuthology.orchestra.run.smithi098.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-21T21:52:08.244 INFO:teuthology.orchestra.run.smithi098.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-21T21:52:08.252 INFO:teuthology.orchestra.run.smithi031.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [271 kB] 2024-03-21T21:52:08.257 INFO:teuthology.orchestra.run.smithi031.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-21T21:52:08.257 INFO:teuthology.orchestra.run.smithi031.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,059 kB] 2024-03-21T21:52:08.265 INFO:teuthology.orchestra.run.smithi098.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-21T21:52:08.265 INFO:teuthology.orchestra.run.smithi098.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-21T21:52:08.266 INFO:teuthology.orchestra.run.smithi098.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-21T21:52:08.266 INFO:teuthology.orchestra.run.smithi098.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-21T21:52:08.267 INFO:teuthology.orchestra.run.smithi098.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-21T21:52:08.272 INFO:teuthology.orchestra.run.smithi031.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [697 kB] 2024-03-21T21:52:08.279 INFO:teuthology.orchestra.run.smithi031.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [240 kB] 2024-03-21T21:52:08.281 INFO:teuthology.orchestra.run.smithi031.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-21T21:52:08.281 INFO:teuthology.orchestra.run.smithi031.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-21T21:52:08.282 INFO:teuthology.orchestra.run.smithi031.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-21T21:52:08.283 INFO:teuthology.orchestra.run.smithi031.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-21T21:52:08.283 INFO:teuthology.orchestra.run.smithi031.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-21T21:52:08.295 INFO:teuthology.orchestra.run.smithi031.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-21T21:52:08.296 INFO:teuthology.orchestra.run.smithi031.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-21T21:52:08.297 INFO:teuthology.orchestra.run.smithi031.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-21T21:52:08.315 INFO:teuthology.orchestra.run.smithi031.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-21T21:52:08.315 INFO:teuthology.orchestra.run.smithi031.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-21T21:52:08.315 INFO:teuthology.orchestra.run.smithi031.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-21T21:52:08.316 INFO:teuthology.orchestra.run.smithi031.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-21T21:52:08.316 INFO:teuthology.orchestra.run.smithi031.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-21T21:52:08.636 INFO:teuthology.orchestra.run.smithi033.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [428 kB] 2024-03-21T21:52:08.654 INFO:teuthology.orchestra.run.smithi033.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [229 kB] 2024-03-21T21:52:08.665 INFO:teuthology.orchestra.run.smithi033.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-21T21:52:08.665 INFO:teuthology.orchestra.run.smithi033.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,591 kB] 2024-03-21T21:52:08.757 INFO:teuthology.orchestra.run.smithi033.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-21T21:52:08.758 INFO:teuthology.orchestra.run.smithi033.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [267 kB] 2024-03-21T21:52:08.772 INFO:teuthology.orchestra.run.smithi033.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-21T21:52:08.772 INFO:teuthology.orchestra.run.smithi033.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-21T21:52:08.792 INFO:teuthology.orchestra.run.smithi033.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [851 kB] 2024-03-21T21:52:08.978 INFO:teuthology.orchestra.run.smithi033.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-21T21:52:09.388 INFO:teuthology.orchestra.run.smithi033.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-21T21:52:09.393 INFO:teuthology.orchestra.run.smithi033.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-21T21:52:09.394 INFO:teuthology.orchestra.run.smithi033.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-21T21:52:09.408 INFO:teuthology.orchestra.run.smithi033.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-21T21:52:09.410 INFO:teuthology.orchestra.run.smithi033.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-21T21:52:13.893 INFO:teuthology.orchestra.run.smithi098.stdout:Fetched 12.5 MB in 2s (7,045 kB/s) 2024-03-21T21:52:13.921 INFO:teuthology.orchestra.run.smithi031.stdout:Fetched 12.5 MB in 2s (6,758 kB/s) 2024-03-21T21:52:14.019 INFO:teuthology.orchestra.run.smithi033.stdout:Fetched 12.5 MB in 2s (6,817 kB/s) 2024-03-21T21:52:15.225 INFO:teuthology.orchestra.run.smithi098.stdout:Reading package lists... 2024-03-21T21:52:15.242 DEBUG:teuthology.orchestra.run.smithi098:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T21:52:15.280 INFO:teuthology.orchestra.run.smithi031.stdout:Reading package lists... 2024-03-21T21:52:15.294 INFO:teuthology.orchestra.run.smithi098.stdout:Reading package lists... 2024-03-21T21:52:15.299 DEBUG:teuthology.orchestra.run.smithi031:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T21:52:15.322 INFO:teuthology.orchestra.run.smithi033.stdout:Reading package lists... 2024-03-21T21:52:15.340 DEBUG:teuthology.orchestra.run.smithi033:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T21:52:15.354 INFO:teuthology.orchestra.run.smithi031.stdout:Reading package lists... 2024-03-21T21:52:15.403 INFO:teuthology.orchestra.run.smithi033.stdout:Reading package lists... 2024-03-21T21:52:15.465 INFO:teuthology.orchestra.run.smithi098.stdout:Building dependency tree... 2024-03-21T21:52:15.466 INFO:teuthology.orchestra.run.smithi098.stdout:Reading state information... 2024-03-21T21:52:15.543 INFO:teuthology.orchestra.run.smithi031.stdout:Building dependency tree... 2024-03-21T21:52:15.544 INFO:teuthology.orchestra.run.smithi031.stdout:Reading state information... 2024-03-21T21:52:15.602 INFO:teuthology.orchestra.run.smithi033.stdout:Building dependency tree... 2024-03-21T21:52:15.603 INFO:teuthology.orchestra.run.smithi033.stdout:Reading state information... 2024-03-21T21:52:15.618 INFO:teuthology.orchestra.run.smithi098.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T21:52:15.618 INFO:teuthology.orchestra.run.smithi098.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T21:52:15.618 INFO:teuthology.orchestra.run.smithi098.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T21:52:15.618 INFO:teuthology.orchestra.run.smithi098.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T21:52:15.619 INFO:teuthology.orchestra.run.smithi098.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-21T21:52:15.619 INFO:teuthology.orchestra.run.smithi098.stdout: python2.7-minimal 2024-03-21T21:52:15.619 INFO:teuthology.orchestra.run.smithi098.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T21:52:15.619 INFO:teuthology.orchestra.run.smithi098.stdout:The following additional packages will be installed: 2024-03-21T21:52:15.620 INFO:teuthology.orchestra.run.smithi098.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-21T21:52:15.620 INFO:teuthology.orchestra.run.smithi098.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-21T21:52:15.620 INFO:teuthology.orchestra.run.smithi098.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-21T21:52:15.621 INFO:teuthology.orchestra.run.smithi098.stdout:Suggested packages: 2024-03-21T21:52:15.621 INFO:teuthology.orchestra.run.smithi098.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-21T21:52:15.621 INFO:teuthology.orchestra.run.smithi098.stdout:Recommended packages: 2024-03-21T21:52:15.621 INFO:teuthology.orchestra.run.smithi098.stdout: thermald 2024-03-21T21:52:15.666 INFO:teuthology.orchestra.run.smithi098.stdout:The following NEW packages will be installed: 2024-03-21T21:52:15.666 INFO:teuthology.orchestra.run.smithi098.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-21T21:52:15.666 INFO:teuthology.orchestra.run.smithi098.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-21T21:52:15.666 INFO:teuthology.orchestra.run.smithi098.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-21T21:52:15.667 INFO:teuthology.orchestra.run.smithi098.stdout:The following packages will be upgraded: 2024-03-21T21:52:15.668 INFO:teuthology.orchestra.run.smithi098.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-21T21:52:15.702 INFO:teuthology.orchestra.run.smithi031.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T21:52:15.703 INFO:teuthology.orchestra.run.smithi031.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T21:52:15.703 INFO:teuthology.orchestra.run.smithi031.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T21:52:15.703 INFO:teuthology.orchestra.run.smithi031.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T21:52:15.703 INFO:teuthology.orchestra.run.smithi031.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-21T21:52:15.704 INFO:teuthology.orchestra.run.smithi031.stdout: python2.7-minimal 2024-03-21T21:52:15.704 INFO:teuthology.orchestra.run.smithi031.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T21:52:15.704 INFO:teuthology.orchestra.run.smithi031.stdout:The following additional packages will be installed: 2024-03-21T21:52:15.704 INFO:teuthology.orchestra.run.smithi031.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-21T21:52:15.704 INFO:teuthology.orchestra.run.smithi031.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-21T21:52:15.705 INFO:teuthology.orchestra.run.smithi031.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-21T21:52:15.706 INFO:teuthology.orchestra.run.smithi031.stdout:Suggested packages: 2024-03-21T21:52:15.706 INFO:teuthology.orchestra.run.smithi031.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-21T21:52:15.706 INFO:teuthology.orchestra.run.smithi031.stdout:Recommended packages: 2024-03-21T21:52:15.706 INFO:teuthology.orchestra.run.smithi031.stdout: thermald 2024-03-21T21:52:15.752 INFO:teuthology.orchestra.run.smithi031.stdout:The following NEW packages will be installed: 2024-03-21T21:52:15.752 INFO:teuthology.orchestra.run.smithi031.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-21T21:52:15.752 INFO:teuthology.orchestra.run.smithi031.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-21T21:52:15.752 INFO:teuthology.orchestra.run.smithi031.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-21T21:52:15.753 INFO:teuthology.orchestra.run.smithi031.stdout:The following packages will be upgraded: 2024-03-21T21:52:15.754 INFO:teuthology.orchestra.run.smithi031.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-21T21:52:15.782 INFO:teuthology.orchestra.run.smithi033.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T21:52:15.782 INFO:teuthology.orchestra.run.smithi033.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T21:52:15.782 INFO:teuthology.orchestra.run.smithi033.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T21:52:15.783 INFO:teuthology.orchestra.run.smithi033.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T21:52:15.783 INFO:teuthology.orchestra.run.smithi033.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-21T21:52:15.783 INFO:teuthology.orchestra.run.smithi033.stdout: python2.7-minimal 2024-03-21T21:52:15.783 INFO:teuthology.orchestra.run.smithi033.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T21:52:15.784 INFO:teuthology.orchestra.run.smithi033.stdout:The following additional packages will be installed: 2024-03-21T21:52:15.784 INFO:teuthology.orchestra.run.smithi033.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-21T21:52:15.784 INFO:teuthology.orchestra.run.smithi033.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-21T21:52:15.785 INFO:teuthology.orchestra.run.smithi033.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-21T21:52:15.786 INFO:teuthology.orchestra.run.smithi033.stdout:Suggested packages: 2024-03-21T21:52:15.786 INFO:teuthology.orchestra.run.smithi033.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-21T21:52:15.786 INFO:teuthology.orchestra.run.smithi033.stdout:Recommended packages: 2024-03-21T21:52:15.786 INFO:teuthology.orchestra.run.smithi033.stdout: thermald 2024-03-21T21:52:15.832 INFO:teuthology.orchestra.run.smithi033.stdout:The following NEW packages will be installed: 2024-03-21T21:52:15.832 INFO:teuthology.orchestra.run.smithi033.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-21T21:52:15.832 INFO:teuthology.orchestra.run.smithi033.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-21T21:52:15.833 INFO:teuthology.orchestra.run.smithi033.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-21T21:52:15.834 INFO:teuthology.orchestra.run.smithi033.stdout:The following packages will be upgraded: 2024-03-21T21:52:15.834 INFO:teuthology.orchestra.run.smithi033.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-21T21:52:15.846 INFO:teuthology.orchestra.run.smithi031.stdout:3 upgraded, 5 newly installed, 0 to remove and 298 not upgraded. 2024-03-21T21:52:15.846 INFO:teuthology.orchestra.run.smithi031.stdout:Need to get 113 MB of archives. 2024-03-21T21:52:15.846 INFO:teuthology.orchestra.run.smithi031.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-21T21:52:15.846 INFO:teuthology.orchestra.run.smithi031.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-101-generic amd64 5.15.0-101.111 [22.6 MB] 2024-03-21T21:52:15.850 INFO:teuthology.orchestra.run.smithi098.stdout:3 upgraded, 5 newly installed, 0 to remove and 298 not upgraded. 2024-03-21T21:52:15.850 INFO:teuthology.orchestra.run.smithi098.stdout:Need to get 113 MB of archives. 2024-03-21T21:52:15.850 INFO:teuthology.orchestra.run.smithi098.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-21T21:52:15.850 INFO:teuthology.orchestra.run.smithi098.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-101-generic amd64 5.15.0-101.111 [22.6 MB] 2024-03-21T21:52:15.932 INFO:teuthology.orchestra.run.smithi033.stdout:3 upgraded, 5 newly installed, 0 to remove and 298 not upgraded. 2024-03-21T21:52:15.932 INFO:teuthology.orchestra.run.smithi033.stdout:Need to get 113 MB of archives. 2024-03-21T21:52:15.932 INFO:teuthology.orchestra.run.smithi033.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-21T21:52:15.932 INFO:teuthology.orchestra.run.smithi033.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-101-generic amd64 5.15.0-101.111 [22.6 MB] 2024-03-21T21:52:16.890 INFO:teuthology.orchestra.run.smithi031.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-101-generic amd64 5.15.0-101.111 [11.5 MB] 2024-03-21T21:52:17.262 INFO:teuthology.orchestra.run.smithi098.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-101-generic amd64 5.15.0-101.111 [11.5 MB] 2024-03-21T21:52:17.328 INFO:teuthology.orchestra.run.smithi031.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-101-generic amd64 5.15.0-101.111 [63.9 MB] 2024-03-21T21:52:17.346 INFO:teuthology.orchestra.run.smithi033.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-101-generic amd64 5.15.0-101.111 [11.5 MB] 2024-03-21T21:52:17.607 INFO:teuthology.orchestra.run.smithi098.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-101-generic amd64 5.15.0-101.111 [63.9 MB] 2024-03-21T21:52:17.821 INFO:teuthology.orchestra.run.smithi033.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-101-generic amd64 5.15.0-101.111 [63.9 MB] 2024-03-21T21:52:19.293 INFO:teuthology.orchestra.run.smithi031.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.101.98 [1,698 B] 2024-03-21T21:52:19.294 INFO:teuthology.orchestra.run.smithi031.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.101.98 [2,486 B] 2024-03-21T21:52:19.294 INFO:teuthology.orchestra.run.smithi031.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101 all 5.15.0-101.111 [12.3 MB] 2024-03-21T21:52:19.551 INFO:teuthology.orchestra.run.smithi031.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101-generic amd64 5.15.0-101.111 [2,876 kB] 2024-03-21T21:52:19.608 INFO:teuthology.orchestra.run.smithi031.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.101.98 [2,332 B] 2024-03-21T21:52:19.841 INFO:teuthology.orchestra.run.smithi098.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.101.98 [1,698 B] 2024-03-21T21:52:19.841 INFO:teuthology.orchestra.run.smithi098.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.101.98 [2,486 B] 2024-03-21T21:52:19.841 INFO:teuthology.orchestra.run.smithi098.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101 all 5.15.0-101.111 [12.3 MB] 2024-03-21T21:52:20.021 INFO:teuthology.orchestra.run.smithi031.stdout:Fetched 113 MB in 4s (29.4 MB/s) 2024-03-21T21:52:20.134 INFO:teuthology.orchestra.run.smithi033.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.101.98 [1,698 B] 2024-03-21T21:52:20.134 INFO:teuthology.orchestra.run.smithi033.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.101.98 [2,486 B] 2024-03-21T21:52:20.134 INFO:teuthology.orchestra.run.smithi033.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101 all 5.15.0-101.111 [12.3 MB] 2024-03-21T21:52:20.188 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-21T21:52:20.334 INFO:teuthology.orchestra.run.smithi033.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101-generic amd64 5.15.0-101.111 [2,876 kB] 2024-03-21T21:52:20.363 INFO:teuthology.orchestra.run.smithi098.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101-generic amd64 5.15.0-101.111 [2,876 kB] 2024-03-21T21:52:20.380 INFO:teuthology.orchestra.run.smithi033.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.101.98 [2,332 B] 2024-03-21T21:52:20.420 INFO:teuthology.orchestra.run.smithi098.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.101.98 [2,332 B] 2024-03-21T21:52:20.788 INFO:teuthology.orchestra.run.smithi098.stdout:Fetched 113 MB in 5s (23.8 MB/s) 2024-03-21T21:52:20.937 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-21T21:52:20.964 INFO:teuthology.orchestra.run.smithi033.stdout:Fetched 113 MB in 5s (24.9 MB/s) 2024-03-21T21:52:21.135 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-21T21:52:22.168 INFO:teuthology.orchestra.run.smithi031.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-03-21T21:52:22.172 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T21:52:22.235 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:52:22.940 INFO:teuthology.orchestra.run.smithi098.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-03-21T21:52:22.944 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T21:52:23.011 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:52:23.145 INFO:teuthology.orchestra.run.smithi033.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-03-21T21:52:23.150 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T21:52:23.208 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:52:24.235 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-21T21:52:24.257 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T21:52:24.354 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:52:24.788 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-21T21:52:24.809 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T21:52:24.846 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:52:25.038 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-21T21:52:25.059 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T21:52:25.153 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:52:25.658 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-21T21:52:25.678 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T21:52:25.716 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:52:25.752 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-21T21:52:25.774 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T21:52:25.850 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:52:26.255 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-21T21:52:26.276 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T21:52:26.322 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:52:30.903 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T21:52:31.029 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T21:52:31.345 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T21:52:31.474 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T21:52:31.777 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-21T21:52:31.788 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-21T21:52:31.827 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-21T21:52:32.251 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T21:52:32.360 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T21:52:32.497 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T21:52:32.610 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T21:52:32.684 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T21:52:32.831 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T21:52:32.960 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T21:52:33.089 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T21:52:33.142 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-21T21:52:33.165 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-21T21:52:33.209 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-21T21:52:33.377 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-21T21:52:33.400 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-21T21:52:33.443 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-21T21:52:37.401 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-21T21:52:37.438 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T21:52:37.476 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:52:38.531 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-21T21:52:38.568 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T21:52:38.606 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:52:38.873 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-21T21:52:38.911 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T21:52:38.948 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:52:40.053 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T21:52:40.179 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T21:52:40.496 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-21T21:52:40.609 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:52:40.735 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-21T21:52:40.864 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:52:41.362 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T21:52:41.486 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T21:52:41.835 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-21T21:52:41.957 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:52:42.083 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-21T21:52:42.203 INFO:teuthology.orchestra.run.smithi031.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-21T21:52:42.203 INFO:teuthology.orchestra.run.smithi031.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-21T21:52:42.203 INFO:teuthology.orchestra.run.smithi031.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-21T21:52:42.203 INFO:teuthology.orchestra.run.smithi031.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-21T21:52:42.212 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:52:42.229 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T21:52:42.350 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T21:52:42.364 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:52:42.700 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-21T21:52:42.821 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:52:42.948 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-21T21:52:43.076 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:52:43.588 INFO:teuthology.orchestra.run.smithi098.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-21T21:52:43.588 INFO:teuthology.orchestra.run.smithi098.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-21T21:52:43.588 INFO:teuthology.orchestra.run.smithi098.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-21T21:52:43.588 INFO:teuthology.orchestra.run.smithi098.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-21T21:52:43.833 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:52:44.134 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:52:45.209 INFO:teuthology.orchestra.run.smithi033.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-21T21:52:45.210 INFO:teuthology.orchestra.run.smithi033.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-21T21:52:45.210 INFO:teuthology.orchestra.run.smithi033.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-21T21:52:45.210 INFO:teuthology.orchestra.run.smithi033.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-21T21:52:45.225 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:52:45.362 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:52:45.535 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-21T21:52:45.661 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-21T21:52:45.788 INFO:teuthology.orchestra.run.smithi031.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:52:45.850 INFO:teuthology.orchestra.run.smithi031.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-21T21:52:45.851 INFO:teuthology.orchestra.run.smithi031.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-21T21:52:46.585 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-21T21:52:46.710 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-21T21:52:46.804 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:52:46.837 INFO:teuthology.orchestra.run.smithi098.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:52:46.904 INFO:teuthology.orchestra.run.smithi098.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-21T21:52:46.904 INFO:teuthology.orchestra.run.smithi098.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-21T21:52:48.247 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-21T21:52:48.373 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-21T21:52:48.499 INFO:teuthology.orchestra.run.smithi033.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:52:48.568 INFO:teuthology.orchestra.run.smithi033.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-21T21:52:48.568 INFO:teuthology.orchestra.run.smithi033.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-21T21:53:00.375 INFO:teuthology.orchestra.run.smithi031.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-21T21:53:00.375 INFO:teuthology.orchestra.run.smithi031.stdout:Sourcing file `/etc/default/grub' 2024-03-21T21:53:00.388 INFO:teuthology.orchestra.run.smithi031.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T21:53:00.443 INFO:teuthology.orchestra.run.smithi031.stdout:Generating grub configuration file ... 2024-03-21T21:53:00.711 INFO:teuthology.orchestra.run.smithi031.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-21T21:53:00.711 INFO:teuthology.orchestra.run.smithi098.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-21T21:53:00.711 INFO:teuthology.orchestra.run.smithi098.stdout:Sourcing file `/etc/default/grub' 2024-03-21T21:53:00.725 INFO:teuthology.orchestra.run.smithi098.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T21:53:00.728 INFO:teuthology.orchestra.run.smithi031.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-21T21:53:00.749 INFO:teuthology.orchestra.run.smithi098.stdout:Generating grub configuration file ... 2024-03-21T21:53:00.991 INFO:teuthology.orchestra.run.smithi031.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-21T21:53:00.997 INFO:teuthology.orchestra.run.smithi031.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-21T21:53:01.023 INFO:teuthology.orchestra.run.smithi098.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-21T21:53:01.045 INFO:teuthology.orchestra.run.smithi098.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-21T21:53:01.066 INFO:teuthology.orchestra.run.smithi031.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-21T21:53:01.072 INFO:teuthology.orchestra.run.smithi031.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-21T21:53:01.232 INFO:teuthology.orchestra.run.smithi031.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-21T21:53:01.232 INFO:teuthology.orchestra.run.smithi031.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-21T21:53:01.232 INFO:teuthology.orchestra.run.smithi031.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-21T21:53:01.284 INFO:teuthology.orchestra.run.smithi031.stdout:done 2024-03-21T21:53:01.347 INFO:teuthology.orchestra.run.smithi098.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-21T21:53:01.352 INFO:teuthology.orchestra.run.smithi098.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-21T21:53:01.415 INFO:teuthology.orchestra.run.smithi098.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-21T21:53:01.420 INFO:teuthology.orchestra.run.smithi098.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-21T21:53:01.594 INFO:teuthology.orchestra.run.smithi098.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-21T21:53:01.594 INFO:teuthology.orchestra.run.smithi098.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-21T21:53:01.594 INFO:teuthology.orchestra.run.smithi098.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-21T21:53:01.643 INFO:teuthology.orchestra.run.smithi098.stdout:done 2024-03-21T21:53:01.713 DEBUG:teuthology.orchestra.run.smithi031:> dpkg -s linux-image-generic 2024-03-21T21:53:01.732 INFO:teuthology.orchestra.run.smithi031.stdout:Package: linux-image-generic 2024-03-21T21:53:01.732 INFO:teuthology.orchestra.run.smithi031.stdout:Status: install ok installed 2024-03-21T21:53:01.732 INFO:teuthology.orchestra.run.smithi031.stdout:Priority: optional 2024-03-21T21:53:01.732 INFO:teuthology.orchestra.run.smithi031.stdout:Section: kernel 2024-03-21T21:53:01.732 INFO:teuthology.orchestra.run.smithi031.stdout:Installed-Size: 21 2024-03-21T21:53:01.732 INFO:teuthology.orchestra.run.smithi031.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T21:53:01.732 INFO:teuthology.orchestra.run.smithi031.stdout:Architecture: amd64 2024-03-21T21:53:01.732 INFO:teuthology.orchestra.run.smithi031.stdout:Source: linux-meta 2024-03-21T21:53:01.732 INFO:teuthology.orchestra.run.smithi031.stdout:Version: 5.15.0.101.98 2024-03-21T21:53:01.733 INFO:teuthology.orchestra.run.smithi031.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-21T21:53:01.733 INFO:teuthology.orchestra.run.smithi031.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-21T21:53:01.733 INFO:teuthology.orchestra.run.smithi031.stdout:Recommends: thermald 2024-03-21T21:53:01.733 INFO:teuthology.orchestra.run.smithi031.stdout:Description: Generic Linux kernel image 2024-03-21T21:53:01.733 INFO:teuthology.orchestra.run.smithi031.stdout: This package will always depend on the latest generic kernel image 2024-03-21T21:53:01.733 INFO:teuthology.orchestra.run.smithi031.stdout: available. 2024-03-21T21:53:01.733 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-21T21:53:01.733 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-21T21:53:01.733 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-21T21:53:01.733 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-03-21T21:53:01.733 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi031.front.sepia.ceph.com, path=None, version=distro) 2024-03-21T21:53:01.734 DEBUG:teuthology.orchestra.run.smithi031:> sudo apt-get clean 2024-03-21T21:53:01.882 DEBUG:teuthology.orchestra.run.smithi031:> sudo apt-get update 2024-03-21T21:53:02.115 DEBUG:teuthology.orchestra.run.smithi098:> dpkg -s linux-image-generic 2024-03-21T21:53:02.132 INFO:teuthology.orchestra.run.smithi098.stdout:Package: linux-image-generic 2024-03-21T21:53:02.133 INFO:teuthology.orchestra.run.smithi098.stdout:Status: install ok installed 2024-03-21T21:53:02.133 INFO:teuthology.orchestra.run.smithi098.stdout:Priority: optional 2024-03-21T21:53:02.133 INFO:teuthology.orchestra.run.smithi098.stdout:Section: kernel 2024-03-21T21:53:02.133 INFO:teuthology.orchestra.run.smithi098.stdout:Installed-Size: 21 2024-03-21T21:53:02.133 INFO:teuthology.orchestra.run.smithi098.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T21:53:02.133 INFO:teuthology.orchestra.run.smithi098.stdout:Architecture: amd64 2024-03-21T21:53:02.133 INFO:teuthology.orchestra.run.smithi098.stdout:Source: linux-meta 2024-03-21T21:53:02.133 INFO:teuthology.orchestra.run.smithi098.stdout:Version: 5.15.0.101.98 2024-03-21T21:53:02.133 INFO:teuthology.orchestra.run.smithi098.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-21T21:53:02.134 INFO:teuthology.orchestra.run.smithi098.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-21T21:53:02.134 INFO:teuthology.orchestra.run.smithi098.stdout:Recommends: thermald 2024-03-21T21:53:02.134 INFO:teuthology.orchestra.run.smithi098.stdout:Description: Generic Linux kernel image 2024-03-21T21:53:02.134 INFO:teuthology.orchestra.run.smithi098.stdout: This package will always depend on the latest generic kernel image 2024-03-21T21:53:02.134 INFO:teuthology.orchestra.run.smithi098.stdout: available. 2024-03-21T21:53:02.134 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-21T21:53:02.134 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-21T21:53:02.134 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-21T21:53:02.134 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-03-21T21:53:02.135 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi098.front.sepia.ceph.com, path=None, version=distro) 2024-03-21T21:53:02.135 DEBUG:teuthology.orchestra.run.smithi098:> sudo apt-get clean 2024-03-21T21:53:02.150 INFO:teuthology.orchestra.run.smithi031.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T21:53:02.151 INFO:teuthology.orchestra.run.smithi031.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-21T21:53:02.221 INFO:teuthology.orchestra.run.smithi031.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-21T21:53:02.306 DEBUG:teuthology.orchestra.run.smithi098:> sudo apt-get update 2024-03-21T21:53:02.429 INFO:teuthology.orchestra.run.smithi098.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T21:53:02.429 INFO:teuthology.orchestra.run.smithi098.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-21T21:53:02.432 INFO:teuthology.orchestra.run.smithi098.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-21T21:53:02.452 INFO:teuthology.orchestra.run.smithi098.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-21T21:53:02.573 INFO:teuthology.orchestra.run.smithi031.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-21T21:53:02.665 INFO:teuthology.orchestra.run.smithi031.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,059 kB] 2024-03-21T21:53:03.045 INFO:teuthology.orchestra.run.smithi031.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [697 kB] 2024-03-21T21:53:03.047 INFO:teuthology.orchestra.run.smithi033.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-21T21:53:03.047 INFO:teuthology.orchestra.run.smithi033.stdout:Sourcing file `/etc/default/grub' 2024-03-21T21:53:03.061 INFO:teuthology.orchestra.run.smithi033.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T21:53:03.082 INFO:teuthology.orchestra.run.smithi031.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [240 kB] 2024-03-21T21:53:03.085 INFO:teuthology.orchestra.run.smithi033.stdout:Generating grub configuration file ... 2024-03-21T21:53:03.315 INFO:teuthology.orchestra.run.smithi031.stdout:Fetched 2,225 kB in 1s (1,767 kB/s) 2024-03-21T21:53:03.350 INFO:teuthology.orchestra.run.smithi033.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-21T21:53:03.369 INFO:teuthology.orchestra.run.smithi033.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-21T21:53:03.655 INFO:teuthology.orchestra.run.smithi033.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-21T21:53:03.661 INFO:teuthology.orchestra.run.smithi033.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-21T21:53:03.708 INFO:teuthology.orchestra.run.smithi098.stdout:Reading package lists... 2024-03-21T21:53:03.725 DEBUG:teuthology.orchestra.run.smithi098:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T21:53:03.734 INFO:teuthology.orchestra.run.smithi033.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-21T21:53:03.739 INFO:teuthology.orchestra.run.smithi033.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-21T21:53:03.776 INFO:teuthology.orchestra.run.smithi098.stdout:Reading package lists... 2024-03-21T21:53:03.913 INFO:teuthology.orchestra.run.smithi033.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-21T21:53:03.913 INFO:teuthology.orchestra.run.smithi033.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-21T21:53:03.913 INFO:teuthology.orchestra.run.smithi033.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-21T21:53:03.949 INFO:teuthology.orchestra.run.smithi098.stdout:Building dependency tree... 2024-03-21T21:53:03.950 INFO:teuthology.orchestra.run.smithi098.stdout:Reading state information... 2024-03-21T21:53:03.956 INFO:teuthology.orchestra.run.smithi033.stdout:done 2024-03-21T21:53:04.101 INFO:teuthology.orchestra.run.smithi098.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-21T21:53:04.102 INFO:teuthology.orchestra.run.smithi098.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T21:53:04.102 INFO:teuthology.orchestra.run.smithi098.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T21:53:04.102 INFO:teuthology.orchestra.run.smithi098.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T21:53:04.102 INFO:teuthology.orchestra.run.smithi098.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T21:53:04.102 INFO:teuthology.orchestra.run.smithi098.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-21T21:53:04.103 INFO:teuthology.orchestra.run.smithi098.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-21T21:53:04.103 INFO:teuthology.orchestra.run.smithi098.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T21:53:04.140 INFO:teuthology.orchestra.run.smithi098.stdout:0 upgraded, 0 newly installed, 0 to remove and 298 not upgraded. 2024-03-21T21:53:04.142 DEBUG:teuthology.orchestra.run.smithi098:> dpkg -s linux-image-generic 2024-03-21T21:53:04.198 INFO:teuthology.orchestra.run.smithi098.stdout:Package: linux-image-generic 2024-03-21T21:53:04.198 INFO:teuthology.orchestra.run.smithi098.stdout:Status: install ok installed 2024-03-21T21:53:04.198 INFO:teuthology.orchestra.run.smithi098.stdout:Priority: optional 2024-03-21T21:53:04.198 INFO:teuthology.orchestra.run.smithi098.stdout:Section: kernel 2024-03-21T21:53:04.198 INFO:teuthology.orchestra.run.smithi098.stdout:Installed-Size: 21 2024-03-21T21:53:04.198 INFO:teuthology.orchestra.run.smithi098.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T21:53:04.198 INFO:teuthology.orchestra.run.smithi098.stdout:Architecture: amd64 2024-03-21T21:53:04.199 INFO:teuthology.orchestra.run.smithi098.stdout:Source: linux-meta 2024-03-21T21:53:04.199 INFO:teuthology.orchestra.run.smithi098.stdout:Version: 5.15.0.101.98 2024-03-21T21:53:04.199 INFO:teuthology.orchestra.run.smithi098.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-21T21:53:04.199 INFO:teuthology.orchestra.run.smithi098.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-21T21:53:04.199 INFO:teuthology.orchestra.run.smithi098.stdout:Recommends: thermald 2024-03-21T21:53:04.199 INFO:teuthology.orchestra.run.smithi098.stdout:Description: Generic Linux kernel image 2024-03-21T21:53:04.199 INFO:teuthology.orchestra.run.smithi098.stdout: This package will always depend on the latest generic kernel image 2024-03-21T21:53:04.199 INFO:teuthology.orchestra.run.smithi098.stdout: available. 2024-03-21T21:53:04.199 DEBUG:teuthology.orchestra.run.smithi098:> mktemp 2024-03-21T21:53:04.247 INFO:teuthology.orchestra.run.smithi098.stdout:/tmp/tmp.21WqM7ClcF 2024-03-21T21:53:04.247 DEBUG:teuthology.orchestra.run.smithi098:> sudo cp /boot/grub/grub.cfg /tmp/tmp.21WqM7ClcF 2024-03-21T21:53:04.271 INFO:teuthology.orchestra.run.smithi031.stdout:Reading package lists... 2024-03-21T21:53:04.289 DEBUG:teuthology.orchestra.run.smithi031:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T21:53:04.303 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod 0666 /tmp/tmp.21WqM7ClcF 2024-03-21T21:53:04.354 INFO:teuthology.orchestra.run.smithi031.stdout:Reading package lists... 2024-03-21T21:53:04.406 DEBUG:teuthology.orchestra.run.smithi033:> dpkg -s linux-image-generic 2024-03-21T21:53:04.426 INFO:teuthology.orchestra.run.smithi033.stdout:Package: linux-image-generic 2024-03-21T21:53:04.427 INFO:teuthology.orchestra.run.smithi033.stdout:Status: install ok installed 2024-03-21T21:53:04.427 INFO:teuthology.orchestra.run.smithi033.stdout:Priority: optional 2024-03-21T21:53:04.427 INFO:teuthology.orchestra.run.smithi033.stdout:Section: kernel 2024-03-21T21:53:04.427 INFO:teuthology.orchestra.run.smithi033.stdout:Installed-Size: 21 2024-03-21T21:53:04.427 INFO:teuthology.orchestra.run.smithi033.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T21:53:04.427 INFO:teuthology.orchestra.run.smithi033.stdout:Architecture: amd64 2024-03-21T21:53:04.427 INFO:teuthology.orchestra.run.smithi033.stdout:Source: linux-meta 2024-03-21T21:53:04.427 INFO:teuthology.orchestra.run.smithi033.stdout:Version: 5.15.0.101.98 2024-03-21T21:53:04.427 INFO:teuthology.orchestra.run.smithi033.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-21T21:53:04.427 INFO:teuthology.orchestra.run.smithi033.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-21T21:53:04.427 INFO:teuthology.orchestra.run.smithi033.stdout:Recommends: thermald 2024-03-21T21:53:04.428 INFO:teuthology.orchestra.run.smithi033.stdout:Description: Generic Linux kernel image 2024-03-21T21:53:04.428 INFO:teuthology.orchestra.run.smithi033.stdout: This package will always depend on the latest generic kernel image 2024-03-21T21:53:04.428 INFO:teuthology.orchestra.run.smithi033.stdout: available. 2024-03-21T21:53:04.428 DEBUG:teuthology.orchestra.remote:smithi098:/tmp/tmp.21WqM7ClcF is 10KB 2024-03-21T21:53:04.429 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-21T21:53:04.429 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-21T21:53:04.429 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-21T21:53:04.430 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-03-21T21:53:04.430 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi033.front.sepia.ceph.com, path=None, version=distro) 2024-03-21T21:53:04.430 DEBUG:teuthology.orchestra.run.smithi033:> sudo apt-get clean 2024-03-21T21:53:04.443 DEBUG:teuthology.orchestra.run.smithi098:> rm -fr /tmp/tmp.21WqM7ClcF 2024-03-21T21:53:04.448 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-21T21:53:04.503 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-03-21T21:53:04.503 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-21T21:53:04.503 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-21T21:53:04.553 INFO:teuthology.orchestra.run.smithi031.stdout:Building dependency tree... 2024-03-21T21:53:04.554 INFO:teuthology.orchestra.run.smithi031.stdout:Reading state information... 2024-03-21T21:53:04.566 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-21T21:53:04.566 DEBUG:teuthology.orchestra.run.smithi098:> sudo update-grub 2024-03-21T21:53:04.619 DEBUG:teuthology.orchestra.run.smithi033:> sudo apt-get update 2024-03-21T21:53:04.735 INFO:teuthology.orchestra.run.smithi031.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-21T21:53:04.735 INFO:teuthology.orchestra.run.smithi031.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T21:53:04.735 INFO:teuthology.orchestra.run.smithi031.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T21:53:04.735 INFO:teuthology.orchestra.run.smithi031.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T21:53:04.735 INFO:teuthology.orchestra.run.smithi031.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T21:53:04.735 INFO:teuthology.orchestra.run.smithi031.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-21T21:53:04.736 INFO:teuthology.orchestra.run.smithi031.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-21T21:53:04.736 INFO:teuthology.orchestra.run.smithi031.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T21:53:04.739 INFO:teuthology.orchestra.run.smithi033.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T21:53:04.750 INFO:teuthology.orchestra.run.smithi033.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-21T21:53:04.769 INFO:teuthology.orchestra.run.smithi033.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-21T21:53:04.779 INFO:teuthology.orchestra.run.smithi031.stdout:0 upgraded, 0 newly installed, 0 to remove and 298 not upgraded. 2024-03-21T21:53:04.781 DEBUG:teuthology.orchestra.run.smithi031:> dpkg -s linux-image-generic 2024-03-21T21:53:04.794 INFO:teuthology.orchestra.run.smithi031.stdout:Package: linux-image-generic 2024-03-21T21:53:04.794 INFO:teuthology.orchestra.run.smithi031.stdout:Status: install ok installed 2024-03-21T21:53:04.794 INFO:teuthology.orchestra.run.smithi031.stdout:Priority: optional 2024-03-21T21:53:04.795 INFO:teuthology.orchestra.run.smithi031.stdout:Section: kernel 2024-03-21T21:53:04.795 INFO:teuthology.orchestra.run.smithi031.stdout:Installed-Size: 21 2024-03-21T21:53:04.795 INFO:teuthology.orchestra.run.smithi031.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T21:53:04.795 INFO:teuthology.orchestra.run.smithi031.stdout:Architecture: amd64 2024-03-21T21:53:04.795 INFO:teuthology.orchestra.run.smithi031.stdout:Source: linux-meta 2024-03-21T21:53:04.795 INFO:teuthology.orchestra.run.smithi031.stdout:Version: 5.15.0.101.98 2024-03-21T21:53:04.795 INFO:teuthology.orchestra.run.smithi031.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-21T21:53:04.795 INFO:teuthology.orchestra.run.smithi031.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-21T21:53:04.795 INFO:teuthology.orchestra.run.smithi031.stdout:Recommends: thermald 2024-03-21T21:53:04.795 INFO:teuthology.orchestra.run.smithi031.stdout:Description: Generic Linux kernel image 2024-03-21T21:53:04.795 INFO:teuthology.orchestra.run.smithi031.stdout: This package will always depend on the latest generic kernel image 2024-03-21T21:53:04.795 INFO:teuthology.orchestra.run.smithi031.stdout: available. 2024-03-21T21:53:04.796 DEBUG:teuthology.orchestra.run.smithi031:> mktemp 2024-03-21T21:53:04.839 INFO:teuthology.orchestra.run.smithi031.stdout:/tmp/tmp.XPscsLGm3G 2024-03-21T21:53:04.839 DEBUG:teuthology.orchestra.run.smithi031:> sudo cp /boot/grub/grub.cfg /tmp/tmp.XPscsLGm3G 2024-03-21T21:53:04.854 INFO:teuthology.orchestra.run.smithi033.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-21T21:53:04.894 DEBUG:teuthology.orchestra.run.smithi031:> sudo chmod 0666 /tmp/tmp.XPscsLGm3G 2024-03-21T21:53:05.005 DEBUG:teuthology.orchestra.remote:smithi031:/tmp/tmp.XPscsLGm3G is 10KB 2024-03-21T21:53:05.018 DEBUG:teuthology.orchestra.run.smithi031:> rm -fr /tmp/tmp.XPscsLGm3G 2024-03-21T21:53:05.023 DEBUG:teuthology.orchestra.run.smithi031:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-21T21:53:05.083 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-03-21T21:53:05.083 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-21T21:53:05.083 DEBUG:teuthology.orchestra.run.smithi031:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-21T21:53:05.150 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-21T21:53:05.150 DEBUG:teuthology.orchestra.run.smithi031:> sudo update-grub 2024-03-21T21:53:05.751 INFO:teuthology.orchestra.run.smithi098.stderr:Sourcing file `/etc/default/grub' 2024-03-21T21:53:05.752 INFO:teuthology.orchestra.run.smithi098.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T21:53:05.756 INFO:teuthology.orchestra.run.smithi098.stderr:Generating grub configuration file ... 2024-03-21T21:53:05.942 INFO:teuthology.orchestra.run.smithi098.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-21T21:53:05.948 INFO:teuthology.orchestra.run.smithi098.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-21T21:53:06.091 INFO:teuthology.orchestra.run.smithi033.stdout:Reading package lists... 2024-03-21T21:53:06.109 DEBUG:teuthology.orchestra.run.smithi033:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T21:53:06.162 INFO:teuthology.orchestra.run.smithi033.stdout:Reading package lists... 2024-03-21T21:53:06.168 INFO:teuthology.orchestra.run.smithi098.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-21T21:53:06.173 INFO:teuthology.orchestra.run.smithi098.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-21T21:53:06.208 INFO:teuthology.orchestra.run.smithi098.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-21T21:53:06.213 INFO:teuthology.orchestra.run.smithi098.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-21T21:53:06.312 INFO:teuthology.orchestra.run.smithi098.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-21T21:53:06.312 INFO:teuthology.orchestra.run.smithi098.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-21T21:53:06.312 INFO:teuthology.orchestra.run.smithi098.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-21T21:53:06.321 INFO:teuthology.orchestra.run.smithi098.stderr:done 2024-03-21T21:53:06.323 DEBUG:teuthology.orchestra.run.smithi098:> sudo shutdown -r now 2024-03-21T21:53:06.353 INFO:teuthology.orchestra.run.smithi033.stdout:Building dependency tree... 2024-03-21T21:53:06.354 INFO:teuthology.orchestra.run.smithi033.stdout:Reading state information... 2024-03-21T21:53:06.395 INFO:teuthology.orchestra.run.smithi031.stderr:Sourcing file `/etc/default/grub' 2024-03-21T21:53:06.397 INFO:teuthology.orchestra.run.smithi031.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T21:53:06.399 INFO:teuthology.orchestra.run.smithi031.stderr:Generating grub configuration file ... 2024-03-21T21:53:06.512 INFO:teuthology.orchestra.run.smithi033.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-21T21:53:06.513 INFO:teuthology.orchestra.run.smithi033.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T21:53:06.513 INFO:teuthology.orchestra.run.smithi033.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T21:53:06.513 INFO:teuthology.orchestra.run.smithi033.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T21:53:06.513 INFO:teuthology.orchestra.run.smithi033.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T21:53:06.513 INFO:teuthology.orchestra.run.smithi033.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-21T21:53:06.513 INFO:teuthology.orchestra.run.smithi033.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-21T21:53:06.514 INFO:teuthology.orchestra.run.smithi033.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T21:53:06.553 INFO:teuthology.orchestra.run.smithi033.stdout:0 upgraded, 0 newly installed, 0 to remove and 298 not upgraded. 2024-03-21T21:53:06.555 DEBUG:teuthology.orchestra.run.smithi033:> dpkg -s linux-image-generic 2024-03-21T21:53:06.574 INFO:teuthology.orchestra.run.smithi031.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-21T21:53:06.579 INFO:teuthology.orchestra.run.smithi031.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-21T21:53:06.609 INFO:teuthology.orchestra.run.smithi033.stdout:Package: linux-image-generic 2024-03-21T21:53:06.609 INFO:teuthology.orchestra.run.smithi033.stdout:Status: install ok installed 2024-03-21T21:53:06.609 INFO:teuthology.orchestra.run.smithi033.stdout:Priority: optional 2024-03-21T21:53:06.609 INFO:teuthology.orchestra.run.smithi033.stdout:Section: kernel 2024-03-21T21:53:06.609 INFO:teuthology.orchestra.run.smithi033.stdout:Installed-Size: 21 2024-03-21T21:53:06.609 INFO:teuthology.orchestra.run.smithi033.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T21:53:06.609 INFO:teuthology.orchestra.run.smithi033.stdout:Architecture: amd64 2024-03-21T21:53:06.609 INFO:teuthology.orchestra.run.smithi033.stdout:Source: linux-meta 2024-03-21T21:53:06.609 INFO:teuthology.orchestra.run.smithi033.stdout:Version: 5.15.0.101.98 2024-03-21T21:53:06.610 INFO:teuthology.orchestra.run.smithi033.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-21T21:53:06.610 INFO:teuthology.orchestra.run.smithi033.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-21T21:53:06.610 INFO:teuthology.orchestra.run.smithi033.stdout:Recommends: thermald 2024-03-21T21:53:06.610 INFO:teuthology.orchestra.run.smithi033.stdout:Description: Generic Linux kernel image 2024-03-21T21:53:06.610 INFO:teuthology.orchestra.run.smithi033.stdout: This package will always depend on the latest generic kernel image 2024-03-21T21:53:06.610 INFO:teuthology.orchestra.run.smithi033.stdout: available. 2024-03-21T21:53:06.610 DEBUG:teuthology.orchestra.run.smithi033:> mktemp 2024-03-21T21:53:06.654 INFO:teuthology.orchestra.run.smithi033.stdout:/tmp/tmp.Z9tiWmDpuf 2024-03-21T21:53:06.654 DEBUG:teuthology.orchestra.run.smithi033:> sudo cp /boot/grub/grub.cfg /tmp/tmp.Z9tiWmDpuf 2024-03-21T21:53:06.707 DEBUG:teuthology.orchestra.run.smithi033:> sudo chmod 0666 /tmp/tmp.Z9tiWmDpuf 2024-03-21T21:53:06.805 INFO:teuthology.orchestra.run.smithi031.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-21T21:53:06.811 INFO:teuthology.orchestra.run.smithi031.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-21T21:53:06.820 DEBUG:teuthology.orchestra.remote:smithi033:/tmp/tmp.Z9tiWmDpuf is 10KB 2024-03-21T21:53:06.832 DEBUG:teuthology.orchestra.run.smithi033:> rm -fr /tmp/tmp.Z9tiWmDpuf 2024-03-21T21:53:06.836 DEBUG:teuthology.orchestra.run.smithi033:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-21T21:53:06.854 INFO:teuthology.orchestra.run.smithi031.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-21T21:53:06.860 INFO:teuthology.orchestra.run.smithi031.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-21T21:53:06.886 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-03-21T21:53:06.886 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-21T21:53:06.886 DEBUG:teuthology.orchestra.run.smithi033:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-21T21:53:06.950 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-21T21:53:06.950 DEBUG:teuthology.orchestra.run.smithi033:> sudo update-grub 2024-03-21T21:53:06.982 INFO:teuthology.orchestra.run.smithi031.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-21T21:53:06.982 INFO:teuthology.orchestra.run.smithi031.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-21T21:53:06.982 INFO:teuthology.orchestra.run.smithi031.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-21T21:53:06.994 INFO:teuthology.orchestra.run.smithi031.stderr:done 2024-03-21T21:53:07.016 DEBUG:teuthology.orchestra.run.smithi031:> sudo shutdown -r now 2024-03-21T21:53:08.126 INFO:teuthology.orchestra.run.smithi033.stderr:Sourcing file `/etc/default/grub' 2024-03-21T21:53:08.127 INFO:teuthology.orchestra.run.smithi033.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T21:53:08.129 INFO:teuthology.orchestra.run.smithi033.stderr:Generating grub configuration file ... 2024-03-21T21:53:08.314 INFO:teuthology.orchestra.run.smithi033.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-21T21:53:08.320 INFO:teuthology.orchestra.run.smithi033.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-21T21:53:08.527 INFO:teuthology.orchestra.run.smithi033.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-21T21:53:08.532 INFO:teuthology.orchestra.run.smithi033.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-21T21:53:08.577 INFO:teuthology.orchestra.run.smithi033.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-21T21:53:08.582 INFO:teuthology.orchestra.run.smithi033.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-21T21:53:08.713 INFO:teuthology.orchestra.run.smithi033.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-21T21:53:08.713 INFO:teuthology.orchestra.run.smithi033.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-21T21:53:08.713 INFO:teuthology.orchestra.run.smithi033.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-21T21:53:08.729 INFO:teuthology.orchestra.run.smithi033.stderr:done 2024-03-21T21:53:08.738 DEBUG:teuthology.orchestra.run.smithi033:> sudo shutdown -r now 2024-03-21T21:53:36.349 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-03-21T21:53:36.350 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-03-21T21:53:36.351 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:53:37.019 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-03-21T21:53:37.020 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-03-21T21:53:37.020 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:53:38.742 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-03-21T21:53:38.742 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi033.front.sepia.ceph.com' 2024-03-21T21:53:38.743 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi033.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:54:36.387 DEBUG:teuthology.orchestra.remote:timed out 2024-03-21T21:54:37.023 DEBUG:teuthology.orchestra.remote:timed out 2024-03-21T21:54:38.746 DEBUG:teuthology.orchestra.remote:timed out 2024-03-21T21:54:45.394 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-03-21T21:54:45.395 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:54:46.023 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-03-21T21:54:46.024 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:54:46.147 DEBUG:teuthology.orchestra.run.smithi098:> true 2024-03-21T21:54:46.349 DEBUG:teuthology.orchestra.run.smithi031:> true 2024-03-21T21:54:46.854 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-03-21T21:54:46.854 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-101-generic"... 2024-03-21T21:54:46.854 DEBUG:teuthology.orchestra.run.smithi031:> uname -r 2024-03-21T21:54:46.902 INFO:teuthology.orchestra.run.smithi031.stdout:5.15.0-101-generic 2024-03-21T21:54:46.902 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-21T21:54:46.902 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-21T21:54:46.902 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-21T21:54:47.168 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-03-21T21:54:47.168 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-101-generic"... 2024-03-21T21:54:47.168 DEBUG:teuthology.orchestra.run.smithi098:> uname -r 2024-03-21T21:54:47.173 INFO:teuthology.orchestra.run.smithi098.stdout:5.15.0-101-generic 2024-03-21T21:54:47.173 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-21T21:54:47.173 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-21T21:54:47.173 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-21T21:54:47.747 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi033.front.sepia.ceph.com' 2024-03-21T21:54:47.748 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi033.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:54:47.905 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-03-21T21:54:47.905 DEBUG:teuthology.orchestra.run.smithi031:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-21T21:54:47.984 INFO:teuthology.orchestra.run.smithi031.stdout:ttyS1 2024-03-21T21:54:48.004 DEBUG:teuthology.parallel:result is None 2024-03-21T21:54:48.175 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-03-21T21:54:48.175 DEBUG:teuthology.orchestra.run.smithi098:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-21T21:54:48.564 INFO:teuthology.orchestra.run.smithi098.stdout:ttyS1 2024-03-21T21:54:48.583 DEBUG:teuthology.parallel:result is None 2024-03-21T21:54:49.278 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.33 2024-03-21T21:55:01.279 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi033.front.sepia.ceph.com' 2024-03-21T21:55:01.280 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi033.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:55:01.435 DEBUG:teuthology.orchestra.run.smithi033:> true 2024-03-21T21:55:02.022 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi033.front.sepia.ceph.com' 2024-03-21T21:55:02.022 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-101-generic"... 2024-03-21T21:55:02.022 DEBUG:teuthology.orchestra.run.smithi033:> uname -r 2024-03-21T21:55:02.069 INFO:teuthology.orchestra.run.smithi033.stdout:5.15.0-101-generic 2024-03-21T21:55:02.069 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-21T21:55:02.069 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-21T21:55:02.070 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-21T21:55:03.071 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-03-21T21:55:03.071 DEBUG:teuthology.orchestra.run.smithi033:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-21T21:55:03.141 INFO:teuthology.orchestra.run.smithi033.stdout:ttyS1 2024-03-21T21:55:03.170 DEBUG:teuthology.parallel:result is None 2024-03-21T21:55:03.171 INFO:teuthology.run_tasks:Running task internal.base... 2024-03-21T21:55:03.178 INFO:teuthology.task.internal:Creating test directory... 2024-03-21T21:55:03.178 DEBUG:teuthology.orchestra.run.smithi031:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-21T21:55:03.181 DEBUG:teuthology.orchestra.run.smithi033:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-21T21:55:03.183 DEBUG:teuthology.orchestra.run.smithi098:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-21T21:55:03.189 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-03-21T21:55:03.196 INFO:teuthology.run_tasks:Running task internal.archive... 2024-03-21T21:55:03.203 INFO:teuthology.task.internal:Creating archive directory... 2024-03-21T21:55:03.204 DEBUG:teuthology.orchestra.run.smithi031:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-21T21:55:03.228 DEBUG:teuthology.orchestra.run.smithi033:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-21T21:55:03.230 DEBUG:teuthology.orchestra.run.smithi098:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-21T21:55:03.258 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-03-21T21:55:03.264 INFO:teuthology.task.internal:Enabling coredump saving... 2024-03-21T21:55:03.265 DEBUG:teuthology.orchestra.run.smithi031:> 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-03-21T21:55:03.287 DEBUG:teuthology.orchestra.run.smithi033:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-03-21T21:55:03.290 DEBUG:teuthology.orchestra.run.smithi098:> 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-03-21T21:55:03.302 INFO:teuthology.orchestra.run.smithi031.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T21:55:03.306 INFO:teuthology.orchestra.run.smithi033.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T21:55:03.311 INFO:teuthology.orchestra.run.smithi031.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T21:55:03.314 INFO:teuthology.orchestra.run.smithi033.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T21:55:03.316 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T21:55:03.324 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T21:55:03.325 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-03-21T21:55:03.331 INFO:teuthology.task.internal:Configuring sudo... 2024-03-21T21:55:03.331 DEBUG:teuthology.orchestra.run.smithi031:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-21T21:55:03.355 DEBUG:teuthology.orchestra.run.smithi033:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-21T21:55:03.357 DEBUG:teuthology.orchestra.run.smithi098:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-21T21:55:03.381 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-03-21T21:55:03.421 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-03-21T21:55:03.421 DEBUG:teuthology.orchestra.run.smithi031:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-21T21:55:03.424 DEBUG:teuthology.orchestra.run.smithi033:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-21T21:55:03.426 DEBUG:teuthology.orchestra.run.smithi098:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-21T21:55:03.431 DEBUG:teuthology.orchestra.run.smithi031:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T21:55:03.475 DEBUG:teuthology.orchestra.run.smithi031:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T21:55:03.523 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-03-21T21:55:03.523 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-21T21:55:03.591 DEBUG:teuthology.orchestra.run.smithi033:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T21:55:03.597 DEBUG:teuthology.orchestra.run.smithi033:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T21:55:03.645 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-03-21T21:55:03.646 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-21T21:55:03.710 DEBUG:teuthology.orchestra.run.smithi098:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T21:55:03.716 DEBUG:teuthology.orchestra.run.smithi098:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T21:55:03.761 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-03-21T21:55:03.761 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-21T21:55:03.834 DEBUG:teuthology.orchestra.run.smithi031:> sudo service rsyslog restart 2024-03-21T21:55:03.836 DEBUG:teuthology.orchestra.run.smithi033:> sudo service rsyslog restart 2024-03-21T21:55:03.838 DEBUG:teuthology.orchestra.run.smithi098:> sudo service rsyslog restart 2024-03-21T21:55:03.911 INFO:teuthology.run_tasks:Running task internal.timer... 2024-03-21T21:55:03.919 INFO:teuthology.task.internal:Starting timer... 2024-03-21T21:55:03.919 INFO:teuthology.run_tasks:Running task pcp... 2024-03-21T21:55:03.928 INFO:teuthology.run_tasks:Running task selinux... 2024-03-21T21:55:03.936 DEBUG:teuthology.task.selinux:Excluding smithi031: OS 'ubuntu' does not support SELinux 2024-03-21T21:55:03.936 DEBUG:teuthology.task.selinux:Excluding smithi033: OS 'ubuntu' does not support SELinux 2024-03-21T21:55:03.936 DEBUG:teuthology.task.selinux:Excluding smithi098: OS 'ubuntu' does not support SELinux 2024-03-21T21:55:03.936 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-03-21T21:55:03.936 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-03-21T21:55:03.936 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-03-21T21:55:03.936 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-03-21T21:55:03.944 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-03-21T21:55:03.959 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-03-21T21:55:03.961 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi031.front.sepia.ceph.com,smithi033.front.sepia.ceph.com,smithi098.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-03-21T22:02:15.359 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi031.front.sepia.ceph.com'), Remote(name='ubuntu@smithi033.front.sepia.ceph.com'), Remote(name='ubuntu@smithi098.front.sepia.ceph.com')] 2024-03-21T22:02:15.360 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-03-21T22:02:15.361 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T22:02:15.445 DEBUG:teuthology.orchestra.run.smithi031:> true 2024-03-21T22:02:15.522 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-03-21T22:02:15.522 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi033.front.sepia.ceph.com' 2024-03-21T22:02:15.523 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi033.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T22:02:15.606 DEBUG:teuthology.orchestra.run.smithi033:> true 2024-03-21T22:02:15.690 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi033.front.sepia.ceph.com' 2024-03-21T22:02:15.691 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-03-21T22:02:15.691 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T22:02:15.773 DEBUG:teuthology.orchestra.run.smithi098:> true 2024-03-21T22:02:15.850 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-03-21T22:02:15.851 INFO:teuthology.run_tasks:Running task clock... 2024-03-21T22:02:15.861 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-03-21T22:02:15.862 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-21T22:02:15.862 DEBUG:teuthology.orchestra.run.smithi031:> 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-03-21T22:02:15.864 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-21T22:02:15.865 DEBUG:teuthology.orchestra.run.smithi033:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T22:02:15.867 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-21T22:02:15.867 DEBUG:teuthology.orchestra.run.smithi098:> 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-03-21T22:02:15.892 INFO:teuthology.orchestra.run.smithi031.stdout:21 Mar 22:02:15 ntpd[17097]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-21T22:02:15.892 INFO:teuthology.orchestra.run.smithi031.stdout:21 Mar 22:02:15 ntpd[17097]: Command line: ntpd -gq 2024-03-21T22:02:15.892 INFO:teuthology.orchestra.run.smithi031.stdout:21 Mar 22:02:15 ntpd[17097]: ---------------------------------------------------- 2024-03-21T22:02:15.892 INFO:teuthology.orchestra.run.smithi031.stdout:21 Mar 22:02:15 ntpd[17097]: ntp-4 is maintained by Network Time Foundation, 2024-03-21T22:02:15.892 INFO:teuthology.orchestra.run.smithi031.stdout:21 Mar 22:02:15 ntpd[17097]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-21T22:02:15.892 INFO:teuthology.orchestra.run.smithi031.stdout:21 Mar 22:02:15 ntpd[17097]: corporation. Support and training for ntp-4 are 2024-03-21T22:02:15.892 INFO:teuthology.orchestra.run.smithi031.stdout:21 Mar 22:02:15 ntpd[17097]: available at https://www.nwtime.org/support 2024-03-21T22:02:15.892 INFO:teuthology.orchestra.run.smithi031.stdout:21 Mar 22:02:15 ntpd[17097]: ---------------------------------------------------- 2024-03-21T22:02:15.893 INFO:teuthology.orchestra.run.smithi031.stdout:21 Mar 22:02:15 ntpd[17097]: proto: precision = 0.051 usec (-24) 2024-03-21T22:02:15.893 INFO:teuthology.orchestra.run.smithi031.stdout:21 Mar 22:02:15 ntpd[17097]: basedate set to 2022-02-04 2024-03-21T22:02:15.893 INFO:teuthology.orchestra.run.smithi031.stdout:21 Mar 22:02:15 ntpd[17097]: gps base set to 2022-02-06 (week 2196) 2024-03-21T22:02:15.894 INFO:teuthology.orchestra.run.smithi031.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T22:02:15.894 INFO:teuthology.orchestra.run.smithi031.stdout:21 Mar 22:02:15 ntpd[17097]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T22:02:15.894 INFO:teuthology.orchestra.run.smithi031.stdout:21 Mar 22:02:15 ntpd[17097]: restrict ::: KOD does nothing without LIMITED. 2024-03-21T22:02:15.894 INFO:teuthology.orchestra.run.smithi031.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-21T22:02:15.895 INFO:teuthology.orchestra.run.smithi031.stdout:21 Mar 22:02:15 ntpd[17097]: Listen and drop on 0 v6wildcard [::]:123 2024-03-21T22:02:15.895 INFO:teuthology.orchestra.run.smithi031.stdout:21 Mar 22:02:15 ntpd[17097]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-21T22:02:15.895 INFO:teuthology.orchestra.run.smithi031.stdout:21 Mar 22:02:15 ntpd[17097]: Listen normally on 2 lo 127.0.0.1:123 2024-03-21T22:02:15.896 INFO:teuthology.orchestra.run.smithi031.stdout:21 Mar 22:02:15 ntpd[17097]: Listen normally on 3 ens1f0 172.21.15.31:123 2024-03-21T22:02:15.896 INFO:teuthology.orchestra.run.smithi031.stdout:21 Mar 22:02:15 ntpd[17097]: Listen normally on 4 lo [::1]:123 2024-03-21T22:02:15.896 INFO:teuthology.orchestra.run.smithi031.stdout:21 Mar 22:02:15 ntpd[17097]: Listen normally on 5 ens1f0 [fe80::ae1f:6bff:fea5:caba%4]:123 2024-03-21T22:02:15.896 INFO:teuthology.orchestra.run.smithi031.stdout:21 Mar 22:02:15 ntpd[17097]: Listening on routing socket on fd #22 for interface updates 2024-03-21T22:02:15.897 INFO:teuthology.orchestra.run.smithi033.stdout:21 Mar 22:02:15 ntpd[17081]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-21T22:02:15.897 INFO:teuthology.orchestra.run.smithi033.stdout:21 Mar 22:02:15 ntpd[17081]: Command line: ntpd -gq 2024-03-21T22:02:15.897 INFO:teuthology.orchestra.run.smithi033.stdout:21 Mar 22:02:15 ntpd[17081]: ---------------------------------------------------- 2024-03-21T22:02:15.897 INFO:teuthology.orchestra.run.smithi033.stdout:21 Mar 22:02:15 ntpd[17081]: ntp-4 is maintained by Network Time Foundation, 2024-03-21T22:02:15.898 INFO:teuthology.orchestra.run.smithi033.stdout:21 Mar 22:02:15 ntpd[17081]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-21T22:02:15.898 INFO:teuthology.orchestra.run.smithi033.stdout:21 Mar 22:02:15 ntpd[17081]: corporation. Support and training for ntp-4 are 2024-03-21T22:02:15.898 INFO:teuthology.orchestra.run.smithi033.stdout:21 Mar 22:02:15 ntpd[17081]: available at https://www.nwtime.org/support 2024-03-21T22:02:15.898 INFO:teuthology.orchestra.run.smithi033.stdout:21 Mar 22:02:15 ntpd[17081]: ---------------------------------------------------- 2024-03-21T22:02:15.898 INFO:teuthology.orchestra.run.smithi033.stdout:21 Mar 22:02:15 ntpd[17081]: proto: precision = 0.072 usec (-24) 2024-03-21T22:02:15.898 INFO:teuthology.orchestra.run.smithi033.stdout:21 Mar 22:02:15 ntpd[17081]: basedate set to 2022-02-04 2024-03-21T22:02:15.898 INFO:teuthology.orchestra.run.smithi033.stdout:21 Mar 22:02:15 ntpd[17081]: gps base set to 2022-02-06 (week 2196) 2024-03-21T22:02:15.898 INFO:teuthology.orchestra.run.smithi033.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T22:02:15.899 INFO:teuthology.orchestra.run.smithi033.stdout:21 Mar 22:02:15 ntpd[17081]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T22:02:15.899 INFO:teuthology.orchestra.run.smithi033.stdout:21 Mar 22:02:15 ntpd[17081]: restrict ::: KOD does nothing without LIMITED. 2024-03-21T22:02:15.899 INFO:teuthology.orchestra.run.smithi033.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-21T22:02:15.900 INFO:teuthology.orchestra.run.smithi033.stdout:21 Mar 22:02:15 ntpd[17081]: Listen and drop on 0 v6wildcard [::]:123 2024-03-21T22:02:15.900 INFO:teuthology.orchestra.run.smithi033.stdout:21 Mar 22:02:15 ntpd[17081]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-21T22:02:15.900 INFO:teuthology.orchestra.run.smithi033.stdout:21 Mar 22:02:15 ntpd[17081]: Listen normally on 2 lo 127.0.0.1:123 2024-03-21T22:02:15.900 INFO:teuthology.orchestra.run.smithi033.stdout:21 Mar 22:02:15 ntpd[17081]: Listen normally on 3 ens1f0 172.21.15.33:123 2024-03-21T22:02:15.900 INFO:teuthology.orchestra.run.smithi033.stdout:21 Mar 22:02:15 ntpd[17081]: Listen normally on 4 lo [::1]:123 2024-03-21T22:02:15.900 INFO:teuthology.orchestra.run.smithi033.stdout:21 Mar 22:02:15 ntpd[17081]: Listen normally on 5 ens1f0 [fe80::ae1f:6bff:fea5:d294%4]:123 2024-03-21T22:02:15.900 INFO:teuthology.orchestra.run.smithi033.stdout:21 Mar 22:02:15 ntpd[17081]: Listening on routing socket on fd #22 for interface updates 2024-03-21T22:02:15.922 INFO:teuthology.orchestra.run.smithi098.stdout:21 Mar 22:02:15 ntpd[17178]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-21T22:02:15.922 INFO:teuthology.orchestra.run.smithi098.stdout:21 Mar 22:02:15 ntpd[17178]: Command line: ntpd -gq 2024-03-21T22:02:15.922 INFO:teuthology.orchestra.run.smithi098.stdout:21 Mar 22:02:15 ntpd[17178]: ---------------------------------------------------- 2024-03-21T22:02:15.922 INFO:teuthology.orchestra.run.smithi098.stdout:21 Mar 22:02:15 ntpd[17178]: ntp-4 is maintained by Network Time Foundation, 2024-03-21T22:02:15.922 INFO:teuthology.orchestra.run.smithi098.stdout:21 Mar 22:02:15 ntpd[17178]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-21T22:02:15.922 INFO:teuthology.orchestra.run.smithi098.stdout:21 Mar 22:02:15 ntpd[17178]: corporation. Support and training for ntp-4 are 2024-03-21T22:02:15.922 INFO:teuthology.orchestra.run.smithi098.stdout:21 Mar 22:02:15 ntpd[17178]: available at https://www.nwtime.org/support 2024-03-21T22:02:15.922 INFO:teuthology.orchestra.run.smithi098.stdout:21 Mar 22:02:15 ntpd[17178]: ---------------------------------------------------- 2024-03-21T22:02:15.923 INFO:teuthology.orchestra.run.smithi098.stdout:21 Mar 22:02:15 ntpd[17178]: proto: precision = 0.061 usec (-24) 2024-03-21T22:02:15.923 INFO:teuthology.orchestra.run.smithi098.stdout:21 Mar 22:02:15 ntpd[17178]: basedate set to 2022-02-04 2024-03-21T22:02:15.923 INFO:teuthology.orchestra.run.smithi098.stdout:21 Mar 22:02:15 ntpd[17178]: gps base set to 2022-02-06 (week 2196) 2024-03-21T22:02:15.924 INFO:teuthology.orchestra.run.smithi098.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T22:02:15.924 INFO:teuthology.orchestra.run.smithi098.stdout:21 Mar 22:02:15 ntpd[17178]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T22:02:15.924 INFO:teuthology.orchestra.run.smithi098.stdout:21 Mar 22:02:15 ntpd[17178]: restrict ::: KOD does nothing without LIMITED. 2024-03-21T22:02:15.924 INFO:teuthology.orchestra.run.smithi098.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-21T22:02:15.925 INFO:teuthology.orchestra.run.smithi098.stdout:21 Mar 22:02:15 ntpd[17178]: Listen and drop on 0 v6wildcard [::]:123 2024-03-21T22:02:15.925 INFO:teuthology.orchestra.run.smithi098.stdout:21 Mar 22:02:15 ntpd[17178]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-21T22:02:15.925 INFO:teuthology.orchestra.run.smithi098.stdout:21 Mar 22:02:15 ntpd[17178]: Listen normally on 2 lo 127.0.0.1:123 2024-03-21T22:02:15.925 INFO:teuthology.orchestra.run.smithi098.stdout:21 Mar 22:02:15 ntpd[17178]: Listen normally on 3 enp3s0f1 172.21.15.98:123 2024-03-21T22:02:15.926 INFO:teuthology.orchestra.run.smithi098.stdout:21 Mar 22:02:15 ntpd[17178]: Listen normally on 4 lo [::1]:123 2024-03-21T22:02:15.926 INFO:teuthology.orchestra.run.smithi098.stdout:21 Mar 22:02:15 ntpd[17178]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d26b%5]:123 2024-03-21T22:02:15.926 INFO:teuthology.orchestra.run.smithi098.stdout:21 Mar 22:02:15 ntpd[17178]: Listening on routing socket on fd #22 for interface updates 2024-03-21T22:02:16.893 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:16 ntpd[17097]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:16.893 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:16 ntpd[17097]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:16.893 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:16 ntpd[17097]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:16.894 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:16 ntpd[17097]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:16.894 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:16 ntpd[17097]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:16.894 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:16 ntpd[17097]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:16.894 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:16 ntpd[17097]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T22:02:16.894 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:16 ntpd[17097]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T22:02:16.894 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:16 ntpd[17097]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:16.894 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:16 ntpd[17097]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:16.894 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:16 ntpd[17097]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T22:02:16.894 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:16 ntpd[17097]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T22:02:16.895 INFO:teuthology.orchestra.run.smithi033.stderr:21 Mar 22:02:16 ntpd[17081]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:16.895 INFO:teuthology.orchestra.run.smithi033.stderr:21 Mar 22:02:16 ntpd[17081]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:16.895 INFO:teuthology.orchestra.run.smithi033.stderr:21 Mar 22:02:16 ntpd[17081]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:16.895 INFO:teuthology.orchestra.run.smithi033.stderr:21 Mar 22:02:16 ntpd[17081]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:16.895 INFO:teuthology.orchestra.run.smithi033.stderr:21 Mar 22:02:16 ntpd[17081]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:16.895 INFO:teuthology.orchestra.run.smithi033.stderr:21 Mar 22:02:16 ntpd[17081]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:16.896 INFO:teuthology.orchestra.run.smithi033.stderr:21 Mar 22:02:16 ntpd[17081]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T22:02:16.896 INFO:teuthology.orchestra.run.smithi033.stderr:21 Mar 22:02:16 ntpd[17081]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T22:02:16.922 INFO:teuthology.orchestra.run.smithi098.stderr:21 Mar 22:02:16 ntpd[17178]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:16.922 INFO:teuthology.orchestra.run.smithi098.stderr:21 Mar 22:02:16 ntpd[17178]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:16.922 INFO:teuthology.orchestra.run.smithi098.stderr:21 Mar 22:02:16 ntpd[17178]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:16.922 INFO:teuthology.orchestra.run.smithi098.stderr:21 Mar 22:02:16 ntpd[17178]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:16.923 INFO:teuthology.orchestra.run.smithi098.stderr:21 Mar 22:02:16 ntpd[17178]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T22:02:16.923 INFO:teuthology.orchestra.run.smithi098.stderr:21 Mar 22:02:16 ntpd[17178]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T22:02:17.892 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:17 ntpd[17097]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:17.892 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:17 ntpd[17097]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:17.923 INFO:teuthology.orchestra.run.smithi098.stderr:21 Mar 22:02:17 ntpd[17178]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:17.923 INFO:teuthology.orchestra.run.smithi098.stderr:21 Mar 22:02:17 ntpd[17178]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:17.923 INFO:teuthology.orchestra.run.smithi098.stderr:21 Mar 22:02:17 ntpd[17178]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:17.923 INFO:teuthology.orchestra.run.smithi098.stderr:21 Mar 22:02:17 ntpd[17178]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:17.923 INFO:teuthology.orchestra.run.smithi098.stderr:21 Mar 22:02:17 ntpd[17178]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T22:02:17.923 INFO:teuthology.orchestra.run.smithi098.stderr:21 Mar 22:02:17 ntpd[17178]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T22:02:18.894 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:18 ntpd[17097]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:18.895 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:18 ntpd[17097]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:18.895 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:18 ntpd[17097]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:18.895 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:18 ntpd[17097]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:18.895 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:18 ntpd[17097]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:18.895 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:18 ntpd[17097]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:18.895 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:18 ntpd[17097]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:18.895 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:18 ntpd[17097]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:18.895 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:18 ntpd[17097]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T22:02:18.895 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:18 ntpd[17097]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T22:02:18.895 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:18 ntpd[17097]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:18.895 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:18 ntpd[17097]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:18.896 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:18 ntpd[17097]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T22:02:18.896 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:18 ntpd[17097]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T22:02:18.896 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:18 ntpd[17097]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:18.896 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:18 ntpd[17097]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:18.896 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:18 ntpd[17097]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T22:02:18.896 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:18 ntpd[17097]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T22:02:18.897 INFO:teuthology.orchestra.run.smithi033.stderr:21 Mar 22:02:18 ntpd[17081]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:18.898 INFO:teuthology.orchestra.run.smithi033.stderr:21 Mar 22:02:18 ntpd[17081]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:18.898 INFO:teuthology.orchestra.run.smithi033.stderr:21 Mar 22:02:18 ntpd[17081]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:18.898 INFO:teuthology.orchestra.run.smithi033.stderr:21 Mar 22:02:18 ntpd[17081]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:18.898 INFO:teuthology.orchestra.run.smithi033.stderr:21 Mar 22:02:18 ntpd[17081]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:18.898 INFO:teuthology.orchestra.run.smithi033.stderr:21 Mar 22:02:18 ntpd[17081]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:18.898 INFO:teuthology.orchestra.run.smithi033.stderr:21 Mar 22:02:18 ntpd[17081]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T22:02:18.898 INFO:teuthology.orchestra.run.smithi033.stderr:21 Mar 22:02:18 ntpd[17081]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T22:02:18.898 INFO:teuthology.orchestra.run.smithi033.stderr:21 Mar 22:02:18 ntpd[17081]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:18.898 INFO:teuthology.orchestra.run.smithi033.stderr:21 Mar 22:02:18 ntpd[17081]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:18.898 INFO:teuthology.orchestra.run.smithi033.stderr:21 Mar 22:02:18 ntpd[17081]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T22:02:18.898 INFO:teuthology.orchestra.run.smithi033.stderr:21 Mar 22:02:18 ntpd[17081]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T22:02:18.923 INFO:teuthology.orchestra.run.smithi098.stderr:21 Mar 22:02:18 ntpd[17178]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:18.923 INFO:teuthology.orchestra.run.smithi098.stderr:21 Mar 22:02:18 ntpd[17178]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:18.923 INFO:teuthology.orchestra.run.smithi098.stderr:21 Mar 22:02:18 ntpd[17178]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:18.923 INFO:teuthology.orchestra.run.smithi098.stderr:21 Mar 22:02:18 ntpd[17178]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:18.923 INFO:teuthology.orchestra.run.smithi098.stderr:21 Mar 22:02:18 ntpd[17178]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T22:02:18.923 INFO:teuthology.orchestra.run.smithi098.stderr:21 Mar 22:02:18 ntpd[17178]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T22:02:19.895 INFO:teuthology.orchestra.run.smithi033.stderr:21 Mar 22:02:19 ntpd[17081]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:19.895 INFO:teuthology.orchestra.run.smithi033.stderr:21 Mar 22:02:19 ntpd[17081]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:19.895 INFO:teuthology.orchestra.run.smithi033.stderr:21 Mar 22:02:19 ntpd[17081]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:19.895 INFO:teuthology.orchestra.run.smithi033.stderr:21 Mar 22:02:19 ntpd[17081]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:19.895 INFO:teuthology.orchestra.run.smithi033.stderr:21 Mar 22:02:19 ntpd[17081]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T22:02:19.896 INFO:teuthology.orchestra.run.smithi033.stderr:21 Mar 22:02:19 ntpd[17081]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T22:02:19.923 INFO:teuthology.orchestra.run.smithi098.stderr:21 Mar 22:02:19 ntpd[17178]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:19.923 INFO:teuthology.orchestra.run.smithi098.stderr:21 Mar 22:02:19 ntpd[17178]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:19.923 INFO:teuthology.orchestra.run.smithi098.stderr:21 Mar 22:02:19 ntpd[17178]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:19.923 INFO:teuthology.orchestra.run.smithi098.stderr:21 Mar 22:02:19 ntpd[17178]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:19.923 INFO:teuthology.orchestra.run.smithi098.stderr:21 Mar 22:02:19 ntpd[17178]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T22:02:19.923 INFO:teuthology.orchestra.run.smithi098.stderr:21 Mar 22:02:19 ntpd[17178]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T22:02:20.894 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:20 ntpd[17097]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:20.894 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:20 ntpd[17097]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:20.894 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:20 ntpd[17097]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:20.894 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:20 ntpd[17097]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:20.894 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:20 ntpd[17097]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:20.894 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:20 ntpd[17097]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:20.894 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:20 ntpd[17097]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:20.894 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:20 ntpd[17097]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:20.894 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:20 ntpd[17097]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T22:02:20.895 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:20 ntpd[17097]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T22:02:20.895 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:20 ntpd[17097]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:20.895 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:20 ntpd[17097]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:20.895 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:20 ntpd[17097]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T22:02:20.895 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:20 ntpd[17097]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T22:02:20.895 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:20 ntpd[17097]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:20.895 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:20 ntpd[17097]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:20.895 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:20 ntpd[17097]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T22:02:20.895 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:20 ntpd[17097]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T22:02:20.896 INFO:teuthology.orchestra.run.smithi033.stderr:21 Mar 22:02:20 ntpd[17081]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:20.897 INFO:teuthology.orchestra.run.smithi033.stderr:21 Mar 22:02:20 ntpd[17081]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:20.897 INFO:teuthology.orchestra.run.smithi033.stderr:21 Mar 22:02:20 ntpd[17081]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:20.897 INFO:teuthology.orchestra.run.smithi033.stderr:21 Mar 22:02:20 ntpd[17081]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:20.897 INFO:teuthology.orchestra.run.smithi033.stderr:21 Mar 22:02:20 ntpd[17081]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:20.897 INFO:teuthology.orchestra.run.smithi033.stderr:21 Mar 22:02:20 ntpd[17081]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:20.897 INFO:teuthology.orchestra.run.smithi033.stderr:21 Mar 22:02:20 ntpd[17081]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T22:02:20.897 INFO:teuthology.orchestra.run.smithi033.stderr:21 Mar 22:02:20 ntpd[17081]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T22:02:20.897 INFO:teuthology.orchestra.run.smithi033.stderr:21 Mar 22:02:20 ntpd[17081]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:20.897 INFO:teuthology.orchestra.run.smithi033.stderr:21 Mar 22:02:20 ntpd[17081]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:20.897 INFO:teuthology.orchestra.run.smithi033.stderr:21 Mar 22:02:20 ntpd[17081]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T22:02:20.897 INFO:teuthology.orchestra.run.smithi033.stderr:21 Mar 22:02:20 ntpd[17081]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T22:02:20.923 INFO:teuthology.orchestra.run.smithi098.stderr:21 Mar 22:02:20 ntpd[17178]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:20.923 INFO:teuthology.orchestra.run.smithi098.stderr:21 Mar 22:02:20 ntpd[17178]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:20.923 INFO:teuthology.orchestra.run.smithi098.stderr:21 Mar 22:02:20 ntpd[17178]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:20.924 INFO:teuthology.orchestra.run.smithi098.stderr:21 Mar 22:02:20 ntpd[17178]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:20.924 INFO:teuthology.orchestra.run.smithi098.stderr:21 Mar 22:02:20 ntpd[17178]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:20.924 INFO:teuthology.orchestra.run.smithi098.stderr:21 Mar 22:02:20 ntpd[17178]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:20.924 INFO:teuthology.orchestra.run.smithi098.stderr:21 Mar 22:02:20 ntpd[17178]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:20.924 INFO:teuthology.orchestra.run.smithi098.stderr:21 Mar 22:02:20 ntpd[17178]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:20.924 INFO:teuthology.orchestra.run.smithi098.stderr:21 Mar 22:02:20 ntpd[17178]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T22:02:20.924 INFO:teuthology.orchestra.run.smithi098.stderr:21 Mar 22:02:20 ntpd[17178]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T22:02:20.924 INFO:teuthology.orchestra.run.smithi098.stderr:21 Mar 22:02:20 ntpd[17178]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:20.924 INFO:teuthology.orchestra.run.smithi098.stderr:21 Mar 22:02:20 ntpd[17178]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:20.924 INFO:teuthology.orchestra.run.smithi098.stderr:21 Mar 22:02:20 ntpd[17178]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T22:02:20.924 INFO:teuthology.orchestra.run.smithi098.stderr:21 Mar 22:02:20 ntpd[17178]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T22:02:21.895 INFO:teuthology.orchestra.run.smithi033.stderr:21 Mar 22:02:21 ntpd[17081]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:21.895 INFO:teuthology.orchestra.run.smithi033.stderr:21 Mar 22:02:21 ntpd[17081]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:21.895 INFO:teuthology.orchestra.run.smithi033.stderr:21 Mar 22:02:21 ntpd[17081]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:21.895 INFO:teuthology.orchestra.run.smithi033.stderr:21 Mar 22:02:21 ntpd[17081]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:21.895 INFO:teuthology.orchestra.run.smithi033.stderr:21 Mar 22:02:21 ntpd[17081]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T22:02:21.896 INFO:teuthology.orchestra.run.smithi033.stderr:21 Mar 22:02:21 ntpd[17081]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T22:02:21.922 INFO:teuthology.orchestra.run.smithi098.stderr:21 Mar 22:02:21 ntpd[17178]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:21.923 INFO:teuthology.orchestra.run.smithi098.stderr:21 Mar 22:02:21 ntpd[17178]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:21.923 INFO:teuthology.orchestra.run.smithi098.stderr:21 Mar 22:02:21 ntpd[17178]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:21.923 INFO:teuthology.orchestra.run.smithi098.stderr:21 Mar 22:02:21 ntpd[17178]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:21.923 INFO:teuthology.orchestra.run.smithi098.stderr:21 Mar 22:02:21 ntpd[17178]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T22:02:21.923 INFO:teuthology.orchestra.run.smithi098.stderr:21 Mar 22:02:21 ntpd[17178]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T22:02:22.893 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:22 ntpd[17097]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:22.894 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:22 ntpd[17097]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:22.894 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:22 ntpd[17097]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:22.894 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:22 ntpd[17097]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:22.894 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:22 ntpd[17097]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:22.894 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:22 ntpd[17097]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:22.894 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:22 ntpd[17097]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:22.894 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:22 ntpd[17097]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:22.894 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:22 ntpd[17097]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T22:02:22.895 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:22 ntpd[17097]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T22:02:22.895 INFO:teuthology.orchestra.run.smithi031.stdout:21 Mar 22:02:22 ntpd[17097]: ntpd: time slew +0.000569 s 2024-03-21T22:02:22.895 INFO:teuthology.orchestra.run.smithi031.stdout:ntpd: time slew +0.000569s 2024-03-21T22:02:22.895 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:22 ntpd[17097]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-21T22:02:22.895 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 22:02:22 ntpd[17097]: can't open /var/log/ntpstats/loopstats.20240321: Permission denied 2024-03-21T22:02:22.896 INFO:teuthology.orchestra.run.smithi033.stderr:21 Mar 22:02:22 ntpd[17081]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:22.897 INFO:teuthology.orchestra.run.smithi033.stderr:21 Mar 22:02:22 ntpd[17081]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:22.897 INFO:teuthology.orchestra.run.smithi033.stderr:21 Mar 22:02:22 ntpd[17081]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:22.897 INFO:teuthology.orchestra.run.smithi033.stderr:21 Mar 22:02:22 ntpd[17081]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:22.897 INFO:teuthology.orchestra.run.smithi033.stderr:21 Mar 22:02:22 ntpd[17081]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:22.897 INFO:teuthology.orchestra.run.smithi033.stderr:21 Mar 22:02:22 ntpd[17081]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:22.897 INFO:teuthology.orchestra.run.smithi033.stderr:21 Mar 22:02:22 ntpd[17081]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T22:02:22.897 INFO:teuthology.orchestra.run.smithi033.stderr:21 Mar 22:02:22 ntpd[17081]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T22:02:22.897 INFO:teuthology.orchestra.run.smithi033.stdout:21 Mar 22:02:22 ntpd[17081]: ntpd: time slew -0.000575 s 2024-03-21T22:02:22.897 INFO:teuthology.orchestra.run.smithi033.stdout:ntpd: time slew -0.000575s 2024-03-21T22:02:22.898 INFO:teuthology.orchestra.run.smithi033.stderr:21 Mar 22:02:22 ntpd[17081]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-21T22:02:22.898 INFO:teuthology.orchestra.run.smithi033.stderr:21 Mar 22:02:22 ntpd[17081]: can't open /var/log/ntpstats/loopstats.20240321: Permission denied 2024-03-21T22:02:22.923 INFO:teuthology.orchestra.run.smithi098.stderr:21 Mar 22:02:22 ntpd[17178]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:22.924 INFO:teuthology.orchestra.run.smithi098.stderr:21 Mar 22:02:22 ntpd[17178]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:22.924 INFO:teuthology.orchestra.run.smithi098.stderr:21 Mar 22:02:22 ntpd[17178]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:22.924 INFO:teuthology.orchestra.run.smithi098.stderr:21 Mar 22:02:22 ntpd[17178]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:22.924 INFO:teuthology.orchestra.run.smithi098.stderr:21 Mar 22:02:22 ntpd[17178]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T22:02:22.924 INFO:teuthology.orchestra.run.smithi098.stderr:21 Mar 22:02:22 ntpd[17178]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T22:02:22.925 INFO:teuthology.orchestra.run.smithi098.stderr:21 Mar 22:02:22 ntpd[17178]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T22:02:22.925 INFO:teuthology.orchestra.run.smithi098.stderr:21 Mar 22:02:22 ntpd[17178]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T22:02:22.925 INFO:teuthology.orchestra.run.smithi098.stdout:21 Mar 22:02:22 ntpd[17178]: ntpd: time slew +0.000730 s 2024-03-21T22:02:22.925 INFO:teuthology.orchestra.run.smithi098.stdout:ntpd: time slew +0.000730s 2024-03-21T22:02:22.926 INFO:teuthology.orchestra.run.smithi098.stderr:21 Mar 22:02:22 ntpd[17178]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-21T22:02:22.927 INFO:teuthology.orchestra.run.smithi098.stderr:21 Mar 22:02:22 ntpd[17178]: can't open /var/log/ntpstats/loopstats.20240321: Permission denied 2024-03-21T22:02:22.946 INFO:teuthology.orchestra.run.smithi033.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T22:02:22.946 INFO:teuthology.orchestra.run.smithi033.stdout:============================================================================== 2024-03-21T22:02:22.946 INFO:teuthology.orchestra.run.smithi033.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T22:02:22.946 INFO:teuthology.orchestra.run.smithi033.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T22:02:22.946 INFO:teuthology.orchestra.run.smithi033.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T22:02:22.946 INFO:teuthology.orchestra.run.smithi033.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T22:02:22.949 INFO:teuthology.orchestra.run.smithi031.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T22:02:22.949 INFO:teuthology.orchestra.run.smithi031.stdout:============================================================================== 2024-03-21T22:02:22.949 INFO:teuthology.orchestra.run.smithi031.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T22:02:22.949 INFO:teuthology.orchestra.run.smithi031.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T22:02:22.949 INFO:teuthology.orchestra.run.smithi031.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T22:02:22.949 INFO:teuthology.orchestra.run.smithi031.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T22:02:22.971 INFO:teuthology.orchestra.run.smithi098.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T22:02:22.972 INFO:teuthology.orchestra.run.smithi098.stdout:============================================================================== 2024-03-21T22:02:22.972 INFO:teuthology.orchestra.run.smithi098.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T22:02:22.972 INFO:teuthology.orchestra.run.smithi098.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T22:02:22.972 INFO:teuthology.orchestra.run.smithi098.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T22:02:22.972 INFO:teuthology.orchestra.run.smithi098.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T22:02:22.973 INFO:teuthology.run_tasks:Running task install... 2024-03-21T22:02:22.984 DEBUG:teuthology.task.install:project ceph 2024-03-21T22:02:22.985 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '5d87ad5bd031c000b3eb3ea886a68e118ae09d38'}} 2024-03-21T22:02:22.985 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '5d87ad5bd031c000b3eb3ea886a68e118ae09d38'} 2024-03-21T22:02:22.985 INFO:teuthology.task.install:Using flavor: default 2024-03-21T22:02:22.991 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-03-21T22:02:22.991 INFO:teuthology.task.install:extra packages: [] 2024-03-21T22:02:22.991 DEBUG:teuthology.orchestra.run.smithi031:> sudo apt-key list | grep Ceph 2024-03-21T22:02:22.992 DEBUG:teuthology.orchestra.run.smithi033:> sudo apt-key list | grep Ceph 2024-03-21T22:02:22.992 DEBUG:teuthology.orchestra.run.smithi098:> sudo apt-key list | grep Ceph 2024-03-21T22:02:23.050 INFO:teuthology.orchestra.run.smithi033.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-03-21T22:02:23.051 INFO:teuthology.orchestra.run.smithi031.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-03-21T22:02:23.077 INFO:teuthology.orchestra.run.smithi033.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-03-21T22:02:23.077 INFO:teuthology.orchestra.run.smithi033.stdout:uid [ unknown] Ceph.com (release key) 2024-03-21T22:02:23.077 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-03-21T22:02:23.078 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5d87ad5bd031c000b3eb3ea886a68e118ae09d38 2024-03-21T22:02:23.082 INFO:teuthology.orchestra.run.smithi098.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-03-21T22:02:23.083 INFO:teuthology.orchestra.run.smithi031.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-03-21T22:02:23.083 INFO:teuthology.orchestra.run.smithi031.stdout:uid [ unknown] Ceph.com (release key) 2024-03-21T22:02:23.083 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-03-21T22:02:23.084 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5d87ad5bd031c000b3eb3ea886a68e118ae09d38 2024-03-21T22:02:23.112 INFO:teuthology.orchestra.run.smithi098.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-03-21T22:02:23.112 INFO:teuthology.orchestra.run.smithi098.stdout:uid [ unknown] Ceph.com (release key) 2024-03-21T22:02:23.112 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-03-21T22:02:23.113 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5d87ad5bd031c000b3eb3ea886a68e118ae09d38 2024-03-21T22:02:23.228 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default/ 2024-03-21T22:02:23.228 INFO:teuthology.task.install.deb:Package version is 19.0.0-2286-g5d87ad5b-1jammy 2024-03-21T22:02:23.341 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-03-21T22:02:23.341 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-03-21T22:02:23.355 DEBUG:teuthology.orchestra.run.smithi033:> sudo apt-get update 2024-03-21T22:02:23.440 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default/ 2024-03-21T22:02:23.440 INFO:teuthology.task.install.deb:Package version is 19.0.0-2286-g5d87ad5b-1jammy 2024-03-21T22:02:23.455 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default/ 2024-03-21T22:02:23.456 INFO:teuthology.task.install.deb:Package version is 19.0.0-2286-g5d87ad5b-1jammy 2024-03-21T22:02:23.573 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-03-21T22:02:23.573 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-03-21T22:02:23.577 INFO:teuthology.orchestra.run.smithi033.stdout:Ign:1 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy InRelease 2024-03-21T22:02:23.586 DEBUG:teuthology.orchestra.run.smithi098:> sudo apt-get update 2024-03-21T22:02:23.598 INFO:teuthology.orchestra.run.smithi033.stdout:Get:2 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-03-21T22:02:23.612 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-03-21T22:02:23.612 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-03-21T22:02:23.621 INFO:teuthology.orchestra.run.smithi033.stdout:Ign:3 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy Release.gpg 2024-03-21T22:02:23.626 DEBUG:teuthology.orchestra.run.smithi031:> sudo apt-get update 2024-03-21T22:02:23.652 INFO:teuthology.orchestra.run.smithi033.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T22:02:23.652 INFO:teuthology.orchestra.run.smithi033.stdout:Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-21T22:02:23.652 INFO:teuthology.orchestra.run.smithi033.stdout:Get:6 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,421 B] 2024-03-21T22:02:23.682 INFO:teuthology.orchestra.run.smithi033.stdout:Get:7 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-03-21T22:02:23.724 INFO:teuthology.orchestra.run.smithi033.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-21T22:02:23.758 INFO:teuthology.orchestra.run.smithi098.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-21T22:02:23.800 INFO:teuthology.orchestra.run.smithi031.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-21T22:02:23.806 INFO:teuthology.orchestra.run.smithi033.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-21T22:02:23.850 INFO:teuthology.orchestra.run.smithi031.stdout:Ign:2 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy InRelease 2024-03-21T22:02:23.870 INFO:teuthology.orchestra.run.smithi098.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T22:02:23.873 INFO:teuthology.orchestra.run.smithi031.stdout:Get:3 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-03-21T22:02:23.892 INFO:teuthology.orchestra.run.smithi098.stdout:Ign:3 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy InRelease 2024-03-21T22:02:23.894 INFO:teuthology.orchestra.run.smithi031.stdout:Ign:4 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy Release.gpg 2024-03-21T22:02:23.915 INFO:teuthology.orchestra.run.smithi031.stdout:Get:5 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,421 B] 2024-03-21T22:02:23.921 INFO:teuthology.orchestra.run.smithi031.stdout:Hit:6 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T22:02:23.928 INFO:teuthology.orchestra.run.smithi098.stdout:Get:4 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-03-21T22:02:23.943 INFO:teuthology.orchestra.run.smithi031.stdout:Get:7 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-03-21T22:02:23.952 INFO:teuthology.orchestra.run.smithi098.stdout:Hit:5 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-21T22:02:23.965 INFO:teuthology.orchestra.run.smithi098.stdout:Ign:6 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy Release.gpg 2024-03-21T22:02:23.998 INFO:teuthology.orchestra.run.smithi031.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-21T22:02:24.001 INFO:teuthology.orchestra.run.smithi098.stdout:Get:7 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-03-21T22:02:24.034 INFO:teuthology.orchestra.run.smithi098.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-21T22:02:24.050 INFO:teuthology.orchestra.run.smithi033.stdout:Fetched 29.2 kB in 1s (57.1 kB/s) 2024-03-21T22:02:24.058 INFO:teuthology.orchestra.run.smithi098.stdout:Get:9 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,421 B] 2024-03-21T22:02:24.080 INFO:teuthology.orchestra.run.smithi031.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-21T22:02:24.168 INFO:teuthology.orchestra.run.smithi098.stdout:Fetched 29.2 kB in 0s (70.8 kB/s) 2024-03-21T22:02:24.219 INFO:teuthology.orchestra.run.smithi031.stdout:Fetched 29.2 kB in 0s (70.2 kB/s) 2024-03-21T22:02:24.984 INFO:teuthology.orchestra.run.smithi033.stdout:Reading package lists... 2024-03-21T22:02:25.001 DEBUG:teuthology.orchestra.run.smithi033:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2286-g5d87ad5b-1jammy cephadm=19.0.0-2286-g5d87ad5b-1jammy ceph-mds=19.0.0-2286-g5d87ad5b-1jammy ceph-mgr=19.0.0-2286-g5d87ad5b-1jammy ceph-common=19.0.0-2286-g5d87ad5b-1jammy ceph-fuse=19.0.0-2286-g5d87ad5b-1jammy ceph-test=19.0.0-2286-g5d87ad5b-1jammy ceph-volume=19.0.0-2286-g5d87ad5b-1jammy radosgw=19.0.0-2286-g5d87ad5b-1jammy python3-rados=19.0.0-2286-g5d87ad5b-1jammy python3-rgw=19.0.0-2286-g5d87ad5b-1jammy python3-cephfs=19.0.0-2286-g5d87ad5b-1jammy python3-rbd=19.0.0-2286-g5d87ad5b-1jammy libcephfs2=19.0.0-2286-g5d87ad5b-1jammy libcephfs-dev=19.0.0-2286-g5d87ad5b-1jammy librados2=19.0.0-2286-g5d87ad5b-1jammy librbd1=19.0.0-2286-g5d87ad5b-1jammy rbd-fuse=19.0.0-2286-g5d87ad5b-1jammy 2024-03-21T22:02:25.065 INFO:teuthology.orchestra.run.smithi033.stdout:Reading package lists... 2024-03-21T22:02:25.114 INFO:teuthology.orchestra.run.smithi098.stdout:Reading package lists... 2024-03-21T22:02:25.129 DEBUG:teuthology.orchestra.run.smithi098:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2286-g5d87ad5b-1jammy cephadm=19.0.0-2286-g5d87ad5b-1jammy ceph-mds=19.0.0-2286-g5d87ad5b-1jammy ceph-mgr=19.0.0-2286-g5d87ad5b-1jammy ceph-common=19.0.0-2286-g5d87ad5b-1jammy ceph-fuse=19.0.0-2286-g5d87ad5b-1jammy ceph-test=19.0.0-2286-g5d87ad5b-1jammy ceph-volume=19.0.0-2286-g5d87ad5b-1jammy radosgw=19.0.0-2286-g5d87ad5b-1jammy python3-rados=19.0.0-2286-g5d87ad5b-1jammy python3-rgw=19.0.0-2286-g5d87ad5b-1jammy python3-cephfs=19.0.0-2286-g5d87ad5b-1jammy python3-rbd=19.0.0-2286-g5d87ad5b-1jammy libcephfs2=19.0.0-2286-g5d87ad5b-1jammy libcephfs-dev=19.0.0-2286-g5d87ad5b-1jammy librados2=19.0.0-2286-g5d87ad5b-1jammy librbd1=19.0.0-2286-g5d87ad5b-1jammy rbd-fuse=19.0.0-2286-g5d87ad5b-1jammy 2024-03-21T22:02:25.185 INFO:teuthology.orchestra.run.smithi031.stdout:Reading package lists... 2024-03-21T22:02:25.188 INFO:teuthology.orchestra.run.smithi098.stdout:Reading package lists... 2024-03-21T22:02:25.201 DEBUG:teuthology.orchestra.run.smithi031:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2286-g5d87ad5b-1jammy cephadm=19.0.0-2286-g5d87ad5b-1jammy ceph-mds=19.0.0-2286-g5d87ad5b-1jammy ceph-mgr=19.0.0-2286-g5d87ad5b-1jammy ceph-common=19.0.0-2286-g5d87ad5b-1jammy ceph-fuse=19.0.0-2286-g5d87ad5b-1jammy ceph-test=19.0.0-2286-g5d87ad5b-1jammy ceph-volume=19.0.0-2286-g5d87ad5b-1jammy radosgw=19.0.0-2286-g5d87ad5b-1jammy python3-rados=19.0.0-2286-g5d87ad5b-1jammy python3-rgw=19.0.0-2286-g5d87ad5b-1jammy python3-cephfs=19.0.0-2286-g5d87ad5b-1jammy python3-rbd=19.0.0-2286-g5d87ad5b-1jammy libcephfs2=19.0.0-2286-g5d87ad5b-1jammy libcephfs-dev=19.0.0-2286-g5d87ad5b-1jammy librados2=19.0.0-2286-g5d87ad5b-1jammy librbd1=19.0.0-2286-g5d87ad5b-1jammy rbd-fuse=19.0.0-2286-g5d87ad5b-1jammy 2024-03-21T22:02:25.256 INFO:teuthology.orchestra.run.smithi033.stdout:Building dependency tree... 2024-03-21T22:02:25.256 INFO:teuthology.orchestra.run.smithi033.stdout:Reading state information... 2024-03-21T22:02:25.264 INFO:teuthology.orchestra.run.smithi031.stdout:Reading package lists... 2024-03-21T22:02:25.375 INFO:teuthology.orchestra.run.smithi098.stdout:Building dependency tree... 2024-03-21T22:02:25.376 INFO:teuthology.orchestra.run.smithi098.stdout:Reading state information... 2024-03-21T22:02:25.438 INFO:teuthology.orchestra.run.smithi033.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T22:02:25.438 INFO:teuthology.orchestra.run.smithi033.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T22:02:25.438 INFO:teuthology.orchestra.run.smithi033.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T22:02:25.438 INFO:teuthology.orchestra.run.smithi033.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T22:02:25.439 INFO:teuthology.orchestra.run.smithi033.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-21T22:02:25.439 INFO:teuthology.orchestra.run.smithi033.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-21T22:02:25.439 INFO:teuthology.orchestra.run.smithi033.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T22:02:25.441 INFO:teuthology.orchestra.run.smithi033.stdout:The following additional packages will be installed: 2024-03-21T22:02:25.441 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-03-21T22:02:25.441 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-03-21T22:02:25.441 INFO:teuthology.orchestra.run.smithi033.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-03-21T22:02:25.441 INFO:teuthology.orchestra.run.smithi033.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-03-21T22:02:25.441 INFO:teuthology.orchestra.run.smithi033.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-03-21T22:02:25.441 INFO:teuthology.orchestra.run.smithi033.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-03-21T22:02:25.441 INFO:teuthology.orchestra.run.smithi033.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-03-21T22:02:25.441 INFO:teuthology.orchestra.run.smithi033.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-03-21T22:02:25.441 INFO:teuthology.orchestra.run.smithi033.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-03-21T22:02:25.441 INFO:teuthology.orchestra.run.smithi033.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-21T22:02:25.442 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-21T22:02:25.442 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-21T22:02:25.442 INFO:teuthology.orchestra.run.smithi033.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-21T22:02:25.442 INFO:teuthology.orchestra.run.smithi033.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-21T22:02:25.442 INFO:teuthology.orchestra.run.smithi033.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-21T22:02:25.442 INFO:teuthology.orchestra.run.smithi033.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-21T22:02:25.442 INFO:teuthology.orchestra.run.smithi033.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-03-21T22:02:25.442 INFO:teuthology.orchestra.run.smithi033.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-03-21T22:02:25.442 INFO:teuthology.orchestra.run.smithi033.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-03-21T22:02:25.442 INFO:teuthology.orchestra.run.smithi033.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-03-21T22:02:25.442 INFO:teuthology.orchestra.run.smithi033.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-03-21T22:02:25.442 INFO:teuthology.orchestra.run.smithi033.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-03-21T22:02:25.442 INFO:teuthology.orchestra.run.smithi033.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-03-21T22:02:25.443 INFO:teuthology.orchestra.run.smithi033.stdout: xmlstarlet zip 2024-03-21T22:02:25.443 INFO:teuthology.orchestra.run.smithi033.stdout:Suggested packages: 2024-03-21T22:02:25.443 INFO:teuthology.orchestra.run.smithi033.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-03-21T22:02:25.443 INFO:teuthology.orchestra.run.smithi033.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-03-21T22:02:25.443 INFO:teuthology.orchestra.run.smithi033.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-03-21T22:02:25.443 INFO:teuthology.orchestra.run.smithi033.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-03-21T22:02:25.443 INFO:teuthology.orchestra.run.smithi033.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-03-21T22:02:25.443 INFO:teuthology.orchestra.run.smithi033.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-03-21T22:02:25.443 INFO:teuthology.orchestra.run.smithi033.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-03-21T22:02:25.444 INFO:teuthology.orchestra.run.smithi033.stdout:Recommended packages: 2024-03-21T22:02:25.444 INFO:teuthology.orchestra.run.smithi033.stdout: btrfs-tools 2024-03-21T22:02:25.462 INFO:teuthology.orchestra.run.smithi031.stdout:Building dependency tree... 2024-03-21T22:02:25.463 INFO:teuthology.orchestra.run.smithi031.stdout:Reading state information... 2024-03-21T22:02:25.544 INFO:teuthology.orchestra.run.smithi033.stdout:The following NEW packages will be installed: 2024-03-21T22:02:25.545 INFO:teuthology.orchestra.run.smithi033.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-03-21T22:02:25.545 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-03-21T22:02:25.545 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-03-21T22:02:25.545 INFO:teuthology.orchestra.run.smithi033.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-03-21T22:02:25.545 INFO:teuthology.orchestra.run.smithi033.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-03-21T22:02:25.545 INFO:teuthology.orchestra.run.smithi033.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-03-21T22:02:25.546 INFO:teuthology.orchestra.run.smithi033.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-03-21T22:02:25.546 INFO:teuthology.orchestra.run.smithi033.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-03-21T22:02:25.546 INFO:teuthology.orchestra.run.smithi033.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-03-21T22:02:25.546 INFO:teuthology.orchestra.run.smithi033.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-03-21T22:02:25.546 INFO:teuthology.orchestra.run.smithi033.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-03-21T22:02:25.547 INFO:teuthology.orchestra.run.smithi033.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-21T22:02:25.547 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-21T22:02:25.547 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-21T22:02:25.547 INFO:teuthology.orchestra.run.smithi033.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-21T22:02:25.547 INFO:teuthology.orchestra.run.smithi033.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-21T22:02:25.547 INFO:teuthology.orchestra.run.smithi033.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-21T22:02:25.547 INFO:teuthology.orchestra.run.smithi033.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-21T22:02:25.547 INFO:teuthology.orchestra.run.smithi033.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-03-21T22:02:25.547 INFO:teuthology.orchestra.run.smithi033.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-03-21T22:02:25.547 INFO:teuthology.orchestra.run.smithi033.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-03-21T22:02:25.547 INFO:teuthology.orchestra.run.smithi033.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-03-21T22:02:25.547 INFO:teuthology.orchestra.run.smithi033.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-03-21T22:02:25.547 INFO:teuthology.orchestra.run.smithi033.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-03-21T22:02:25.547 INFO:teuthology.orchestra.run.smithi033.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-03-21T22:02:25.547 INFO:teuthology.orchestra.run.smithi033.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-03-21T22:02:25.549 INFO:teuthology.orchestra.run.smithi098.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T22:02:25.550 INFO:teuthology.orchestra.run.smithi098.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T22:02:25.550 INFO:teuthology.orchestra.run.smithi098.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T22:02:25.550 INFO:teuthology.orchestra.run.smithi098.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T22:02:25.550 INFO:teuthology.orchestra.run.smithi098.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-21T22:02:25.550 INFO:teuthology.orchestra.run.smithi098.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-21T22:02:25.550 INFO:teuthology.orchestra.run.smithi098.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T22:02:25.550 INFO:teuthology.orchestra.run.smithi098.stdout:The following additional packages will be installed: 2024-03-21T22:02:25.550 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-03-21T22:02:25.550 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-03-21T22:02:25.551 INFO:teuthology.orchestra.run.smithi098.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-03-21T22:02:25.551 INFO:teuthology.orchestra.run.smithi098.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-03-21T22:02:25.551 INFO:teuthology.orchestra.run.smithi098.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-03-21T22:02:25.551 INFO:teuthology.orchestra.run.smithi098.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-03-21T22:02:25.551 INFO:teuthology.orchestra.run.smithi098.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-03-21T22:02:25.551 INFO:teuthology.orchestra.run.smithi098.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-03-21T22:02:25.551 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-03-21T22:02:25.551 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-21T22:02:25.551 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-21T22:02:25.551 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-21T22:02:25.551 INFO:teuthology.orchestra.run.smithi098.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-21T22:02:25.551 INFO:teuthology.orchestra.run.smithi098.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-21T22:02:25.551 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-21T22:02:25.551 INFO:teuthology.orchestra.run.smithi098.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-21T22:02:25.552 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-03-21T22:02:25.552 INFO:teuthology.orchestra.run.smithi098.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-03-21T22:02:25.552 INFO:teuthology.orchestra.run.smithi098.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-03-21T22:02:25.552 INFO:teuthology.orchestra.run.smithi098.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-03-21T22:02:25.552 INFO:teuthology.orchestra.run.smithi098.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-03-21T22:02:25.552 INFO:teuthology.orchestra.run.smithi098.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-03-21T22:02:25.552 INFO:teuthology.orchestra.run.smithi098.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-03-21T22:02:25.552 INFO:teuthology.orchestra.run.smithi098.stdout: xmlstarlet zip 2024-03-21T22:02:25.552 INFO:teuthology.orchestra.run.smithi098.stdout:Suggested packages: 2024-03-21T22:02:25.552 INFO:teuthology.orchestra.run.smithi098.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-03-21T22:02:25.553 INFO:teuthology.orchestra.run.smithi098.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-03-21T22:02:25.553 INFO:teuthology.orchestra.run.smithi098.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-03-21T22:02:25.553 INFO:teuthology.orchestra.run.smithi098.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-03-21T22:02:25.553 INFO:teuthology.orchestra.run.smithi098.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-03-21T22:02:25.553 INFO:teuthology.orchestra.run.smithi098.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-03-21T22:02:25.553 INFO:teuthology.orchestra.run.smithi098.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-03-21T22:02:25.553 INFO:teuthology.orchestra.run.smithi098.stdout:Recommended packages: 2024-03-21T22:02:25.553 INFO:teuthology.orchestra.run.smithi098.stdout: btrfs-tools 2024-03-21T22:02:25.614 INFO:teuthology.orchestra.run.smithi033.stdout:0 upgraded, 118 newly installed, 0 to remove and 285 not upgraded. 2024-03-21T22:02:25.614 INFO:teuthology.orchestra.run.smithi033.stdout:Need to get 178 MB of archives. 2024-03-21T22:02:25.614 INFO:teuthology.orchestra.run.smithi033.stdout:After this operation, 818 MB of additional disk space will be used. 2024-03-21T22:02:25.614 INFO:teuthology.orchestra.run.smithi033.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-03-21T22:02:25.648 INFO:teuthology.orchestra.run.smithi031.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T22:02:25.648 INFO:teuthology.orchestra.run.smithi031.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T22:02:25.648 INFO:teuthology.orchestra.run.smithi031.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T22:02:25.649 INFO:teuthology.orchestra.run.smithi031.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T22:02:25.649 INFO:teuthology.orchestra.run.smithi031.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-21T22:02:25.649 INFO:teuthology.orchestra.run.smithi031.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-21T22:02:25.649 INFO:teuthology.orchestra.run.smithi031.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T22:02:25.650 INFO:teuthology.orchestra.run.smithi031.stdout:The following additional packages will be installed: 2024-03-21T22:02:25.650 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-03-21T22:02:25.650 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-03-21T22:02:25.653 INFO:teuthology.orchestra.run.smithi031.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-03-21T22:02:25.653 INFO:teuthology.orchestra.run.smithi031.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-03-21T22:02:25.653 INFO:teuthology.orchestra.run.smithi031.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-03-21T22:02:25.653 INFO:teuthology.orchestra.run.smithi031.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-03-21T22:02:25.653 INFO:teuthology.orchestra.run.smithi031.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-03-21T22:02:25.653 INFO:teuthology.orchestra.run.smithi031.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-03-21T22:02:25.653 INFO:teuthology.orchestra.run.smithi031.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-03-21T22:02:25.653 INFO:teuthology.orchestra.run.smithi031.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-21T22:02:25.653 INFO:teuthology.orchestra.run.smithi031.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-21T22:02:25.653 INFO:teuthology.orchestra.run.smithi031.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-21T22:02:25.653 INFO:teuthology.orchestra.run.smithi031.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-21T22:02:25.653 INFO:teuthology.orchestra.run.smithi031.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-21T22:02:25.653 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-21T22:02:25.653 INFO:teuthology.orchestra.run.smithi031.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-21T22:02:25.654 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-03-21T22:02:25.654 INFO:teuthology.orchestra.run.smithi031.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-03-21T22:02:25.654 INFO:teuthology.orchestra.run.smithi031.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-03-21T22:02:25.654 INFO:teuthology.orchestra.run.smithi031.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-03-21T22:02:25.654 INFO:teuthology.orchestra.run.smithi031.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-03-21T22:02:25.654 INFO:teuthology.orchestra.run.smithi031.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-03-21T22:02:25.654 INFO:teuthology.orchestra.run.smithi031.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-03-21T22:02:25.654 INFO:teuthology.orchestra.run.smithi031.stdout: xmlstarlet zip 2024-03-21T22:02:25.654 INFO:teuthology.orchestra.run.smithi031.stdout:Suggested packages: 2024-03-21T22:02:25.654 INFO:teuthology.orchestra.run.smithi031.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-03-21T22:02:25.654 INFO:teuthology.orchestra.run.smithi031.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-03-21T22:02:25.654 INFO:teuthology.orchestra.run.smithi031.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-03-21T22:02:25.654 INFO:teuthology.orchestra.run.smithi031.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-03-21T22:02:25.655 INFO:teuthology.orchestra.run.smithi031.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-03-21T22:02:25.655 INFO:teuthology.orchestra.run.smithi031.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-03-21T22:02:25.655 INFO:teuthology.orchestra.run.smithi031.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-03-21T22:02:25.655 INFO:teuthology.orchestra.run.smithi031.stdout:Recommended packages: 2024-03-21T22:02:25.655 INFO:teuthology.orchestra.run.smithi031.stdout: btrfs-tools 2024-03-21T22:02:25.655 INFO:teuthology.orchestra.run.smithi098.stdout:The following NEW packages will be installed: 2024-03-21T22:02:25.655 INFO:teuthology.orchestra.run.smithi098.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-03-21T22:02:25.655 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-03-21T22:02:25.655 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-03-21T22:02:25.656 INFO:teuthology.orchestra.run.smithi098.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-03-21T22:02:25.656 INFO:teuthology.orchestra.run.smithi098.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-03-21T22:02:25.656 INFO:teuthology.orchestra.run.smithi098.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-03-21T22:02:25.656 INFO:teuthology.orchestra.run.smithi098.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-03-21T22:02:25.656 INFO:teuthology.orchestra.run.smithi098.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-03-21T22:02:25.656 INFO:teuthology.orchestra.run.smithi098.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-03-21T22:02:25.656 INFO:teuthology.orchestra.run.smithi098.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-03-21T22:02:25.656 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-03-21T22:02:25.656 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-21T22:02:25.656 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-21T22:02:25.656 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-21T22:02:25.656 INFO:teuthology.orchestra.run.smithi098.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-21T22:02:25.656 INFO:teuthology.orchestra.run.smithi098.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-21T22:02:25.656 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-21T22:02:25.657 INFO:teuthology.orchestra.run.smithi098.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-21T22:02:25.657 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-03-21T22:02:25.657 INFO:teuthology.orchestra.run.smithi098.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-03-21T22:02:25.657 INFO:teuthology.orchestra.run.smithi098.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-03-21T22:02:25.657 INFO:teuthology.orchestra.run.smithi098.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-03-21T22:02:25.657 INFO:teuthology.orchestra.run.smithi098.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-03-21T22:02:25.657 INFO:teuthology.orchestra.run.smithi098.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-03-21T22:02:25.657 INFO:teuthology.orchestra.run.smithi098.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-03-21T22:02:25.657 INFO:teuthology.orchestra.run.smithi098.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-03-21T22:02:25.717 INFO:teuthology.orchestra.run.smithi033.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-03-21T22:02:25.719 INFO:teuthology.orchestra.run.smithi033.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-03-21T22:02:25.739 INFO:teuthology.orchestra.run.smithi033.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-03-21T22:02:25.762 INFO:teuthology.orchestra.run.smithi031.stdout:The following NEW packages will be installed: 2024-03-21T22:02:25.762 INFO:teuthology.orchestra.run.smithi031.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-03-21T22:02:25.762 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-03-21T22:02:25.762 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-03-21T22:02:25.762 INFO:teuthology.orchestra.run.smithi031.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-03-21T22:02:25.763 INFO:teuthology.orchestra.run.smithi031.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-03-21T22:02:25.763 INFO:teuthology.orchestra.run.smithi031.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-03-21T22:02:25.764 INFO:teuthology.orchestra.run.smithi031.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-03-21T22:02:25.764 INFO:teuthology.orchestra.run.smithi031.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-03-21T22:02:25.764 INFO:teuthology.orchestra.run.smithi031.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-03-21T22:02:25.764 INFO:teuthology.orchestra.run.smithi031.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-03-21T22:02:25.764 INFO:teuthology.orchestra.run.smithi031.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-03-21T22:02:25.764 INFO:teuthology.orchestra.run.smithi031.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-21T22:02:25.764 INFO:teuthology.orchestra.run.smithi031.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-21T22:02:25.764 INFO:teuthology.orchestra.run.smithi031.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-21T22:02:25.764 INFO:teuthology.orchestra.run.smithi031.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-21T22:02:25.765 INFO:teuthology.orchestra.run.smithi031.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-21T22:02:25.765 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-21T22:02:25.765 INFO:teuthology.orchestra.run.smithi031.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-21T22:02:25.765 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-03-21T22:02:25.765 INFO:teuthology.orchestra.run.smithi031.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-03-21T22:02:25.765 INFO:teuthology.orchestra.run.smithi031.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-03-21T22:02:25.765 INFO:teuthology.orchestra.run.smithi031.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-03-21T22:02:25.765 INFO:teuthology.orchestra.run.smithi031.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-03-21T22:02:25.765 INFO:teuthology.orchestra.run.smithi031.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-03-21T22:02:25.766 INFO:teuthology.orchestra.run.smithi031.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-03-21T22:02:25.766 INFO:teuthology.orchestra.run.smithi031.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-03-21T22:02:25.766 INFO:teuthology.orchestra.run.smithi033.stdout:Get:5 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2286-g5d87ad5b-1jammy [3,554 kB] 2024-03-21T22:02:25.805 INFO:teuthology.orchestra.run.smithi033.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-03-21T22:02:25.810 INFO:teuthology.orchestra.run.smithi033.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-03-21T22:02:25.823 INFO:teuthology.orchestra.run.smithi033.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-03-21T22:02:25.828 INFO:teuthology.orchestra.run.smithi033.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-03-21T22:02:25.828 INFO:teuthology.orchestra.run.smithi033.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-03-21T22:02:25.829 INFO:teuthology.orchestra.run.smithi033.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-03-21T22:02:25.836 INFO:teuthology.orchestra.run.smithi031.stdout:0 upgraded, 118 newly installed, 0 to remove and 285 not upgraded. 2024-03-21T22:02:25.837 INFO:teuthology.orchestra.run.smithi031.stdout:Need to get 178 MB of archives. 2024-03-21T22:02:25.837 INFO:teuthology.orchestra.run.smithi031.stdout:After this operation, 818 MB of additional disk space will be used. 2024-03-21T22:02:25.837 INFO:teuthology.orchestra.run.smithi031.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-03-21T22:02:25.838 INFO:teuthology.orchestra.run.smithi098.stdout:0 upgraded, 118 newly installed, 0 to remove and 285 not upgraded. 2024-03-21T22:02:25.838 INFO:teuthology.orchestra.run.smithi098.stdout:Need to get 178 MB of archives. 2024-03-21T22:02:25.838 INFO:teuthology.orchestra.run.smithi098.stdout:After this operation, 818 MB of additional disk space will be used. 2024-03-21T22:02:25.838 INFO:teuthology.orchestra.run.smithi098.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-03-21T22:02:25.839 INFO:teuthology.orchestra.run.smithi033.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-03-21T22:02:25.840 INFO:teuthology.orchestra.run.smithi033.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-03-21T22:02:25.843 INFO:teuthology.orchestra.run.smithi033.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-03-21T22:02:25.844 INFO:teuthology.orchestra.run.smithi033.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-03-21T22:02:25.863 INFO:teuthology.orchestra.run.smithi033.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-03-21T22:02:25.865 INFO:teuthology.orchestra.run.smithi033.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-03-21T22:02:25.868 INFO:teuthology.orchestra.run.smithi033.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-03-21T22:02:25.870 INFO:teuthology.orchestra.run.smithi033.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-03-21T22:02:25.870 INFO:teuthology.orchestra.run.smithi033.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-03-21T22:02:25.873 INFO:teuthology.orchestra.run.smithi098.stdout:Get:2 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2286-g5d87ad5b-1jammy [3,554 kB] 2024-03-21T22:02:25.883 INFO:teuthology.orchestra.run.smithi033.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-03-21T22:02:25.884 INFO:teuthology.orchestra.run.smithi033.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-03-21T22:02:25.884 INFO:teuthology.orchestra.run.smithi033.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-03-21T22:02:25.884 INFO:teuthology.orchestra.run.smithi033.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-03-21T22:02:25.885 INFO:teuthology.orchestra.run.smithi033.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-03-21T22:02:25.902 INFO:teuthology.orchestra.run.smithi033.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-03-21T22:02:25.903 INFO:teuthology.orchestra.run.smithi033.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-03-21T22:02:25.903 INFO:teuthology.orchestra.run.smithi033.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-03-21T22:02:25.906 INFO:teuthology.orchestra.run.smithi033.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-03-21T22:02:25.906 INFO:teuthology.orchestra.run.smithi033.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-03-21T22:02:25.907 INFO:teuthology.orchestra.run.smithi031.stdout:Get:2 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2286-g5d87ad5b-1jammy [3,554 kB] 2024-03-21T22:02:25.922 INFO:teuthology.orchestra.run.smithi033.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-03-21T22:02:25.922 INFO:teuthology.orchestra.run.smithi033.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-03-21T22:02:25.923 INFO:teuthology.orchestra.run.smithi033.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-03-21T22:02:25.923 INFO:teuthology.orchestra.run.smithi033.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-03-21T22:02:25.924 INFO:teuthology.orchestra.run.smithi033.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-03-21T22:02:25.937 INFO:teuthology.orchestra.run.smithi031.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-03-21T22:02:25.939 INFO:teuthology.orchestra.run.smithi031.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-03-21T22:02:25.941 INFO:teuthology.orchestra.run.smithi033.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-03-21T22:02:25.942 INFO:teuthology.orchestra.run.smithi033.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-03-21T22:02:25.943 INFO:teuthology.orchestra.run.smithi033.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-03-21T22:02:25.949 INFO:teuthology.orchestra.run.smithi033.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-03-21T22:02:25.949 INFO:teuthology.orchestra.run.smithi033.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-03-21T22:02:25.961 INFO:teuthology.orchestra.run.smithi031.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-03-21T22:02:25.962 INFO:teuthology.orchestra.run.smithi033.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-03-21T22:02:25.963 INFO:teuthology.orchestra.run.smithi033.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-03-21T22:02:25.964 INFO:teuthology.orchestra.run.smithi033.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-03-21T22:02:25.966 INFO:teuthology.orchestra.run.smithi033.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-03-21T22:02:25.967 INFO:teuthology.orchestra.run.smithi033.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-03-21T22:02:25.982 INFO:teuthology.orchestra.run.smithi033.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-03-21T22:02:25.982 INFO:teuthology.orchestra.run.smithi033.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-03-21T22:02:25.985 INFO:teuthology.orchestra.run.smithi033.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-03-21T22:02:25.985 INFO:teuthology.orchestra.run.smithi033.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-03-21T22:02:25.987 INFO:teuthology.orchestra.run.smithi033.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-03-21T22:02:26.009 INFO:teuthology.orchestra.run.smithi033.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-03-21T22:02:26.066 INFO:teuthology.orchestra.run.smithi031.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-03-21T22:02:26.071 INFO:teuthology.orchestra.run.smithi031.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-03-21T22:02:26.109 INFO:teuthology.orchestra.run.smithi033.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-03-21T22:02:26.111 INFO:teuthology.orchestra.run.smithi033.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-03-21T22:02:26.113 INFO:teuthology.orchestra.run.smithi033.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-03-21T22:02:26.114 INFO:teuthology.orchestra.run.smithi033.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-03-21T22:02:26.116 INFO:teuthology.orchestra.run.smithi031.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-03-21T22:02:26.116 INFO:teuthology.orchestra.run.smithi033.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-03-21T22:02:26.122 INFO:teuthology.orchestra.run.smithi031.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-03-21T22:02:26.123 INFO:teuthology.orchestra.run.smithi031.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-03-21T22:02:26.125 INFO:teuthology.orchestra.run.smithi031.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-03-21T22:02:26.165 INFO:teuthology.orchestra.run.smithi031.stdout:Get:12 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2286-g5d87ad5b-1jammy [3,224 kB] 2024-03-21T22:02:26.197 INFO:teuthology.orchestra.run.smithi031.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-03-21T22:02:26.201 INFO:teuthology.orchestra.run.smithi031.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-03-21T22:02:26.206 INFO:teuthology.orchestra.run.smithi031.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-03-21T22:02:26.206 INFO:teuthology.orchestra.run.smithi033.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-03-21T22:02:26.208 INFO:teuthology.orchestra.run.smithi031.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-03-21T22:02:26.209 INFO:teuthology.orchestra.run.smithi031.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-03-21T22:02:26.210 INFO:teuthology.orchestra.run.smithi033.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-03-21T22:02:26.210 INFO:teuthology.orchestra.run.smithi033.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-03-21T22:02:26.213 INFO:teuthology.orchestra.run.smithi031.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-03-21T22:02:26.218 INFO:teuthology.orchestra.run.smithi031.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-03-21T22:02:26.222 INFO:teuthology.orchestra.run.smithi031.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-03-21T22:02:26.223 INFO:teuthology.orchestra.run.smithi031.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-03-21T22:02:26.230 INFO:teuthology.orchestra.run.smithi031.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-03-21T22:02:26.237 INFO:teuthology.orchestra.run.smithi033.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-03-21T22:02:26.237 INFO:teuthology.orchestra.run.smithi033.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-03-21T22:02:26.238 INFO:teuthology.orchestra.run.smithi033.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-03-21T22:02:26.238 INFO:teuthology.orchestra.run.smithi033.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-03-21T22:02:26.239 INFO:teuthology.orchestra.run.smithi033.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-03-21T22:02:26.240 INFO:teuthology.orchestra.run.smithi033.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-03-21T22:02:26.240 INFO:teuthology.orchestra.run.smithi033.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-03-21T22:02:26.241 INFO:teuthology.orchestra.run.smithi033.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-03-21T22:02:26.246 INFO:teuthology.orchestra.run.smithi033.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-03-21T22:02:26.248 INFO:teuthology.orchestra.run.smithi031.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-03-21T22:02:26.249 INFO:teuthology.orchestra.run.smithi031.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-03-21T22:02:26.250 INFO:teuthology.orchestra.run.smithi031.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-03-21T22:02:26.251 INFO:teuthology.orchestra.run.smithi031.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-03-21T22:02:26.252 INFO:teuthology.orchestra.run.smithi031.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-03-21T22:02:26.252 INFO:teuthology.orchestra.run.smithi031.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-03-21T22:02:26.253 INFO:teuthology.orchestra.run.smithi031.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-03-21T22:02:26.258 INFO:teuthology.orchestra.run.smithi031.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-03-21T22:02:26.260 INFO:teuthology.orchestra.run.smithi031.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-03-21T22:02:26.262 INFO:teuthology.orchestra.run.smithi033.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-03-21T22:02:26.264 INFO:teuthology.orchestra.run.smithi098.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-03-21T22:02:26.270 INFO:teuthology.orchestra.run.smithi033.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-03-21T22:02:26.271 INFO:teuthology.orchestra.run.smithi033.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-03-21T22:02:26.276 INFO:teuthology.orchestra.run.smithi033.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-03-21T22:02:26.277 INFO:teuthology.orchestra.run.smithi098.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-03-21T22:02:26.279 INFO:teuthology.orchestra.run.smithi033.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-03-21T22:02:26.280 INFO:teuthology.orchestra.run.smithi033.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-03-21T22:02:26.281 INFO:teuthology.orchestra.run.smithi033.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-03-21T22:02:26.287 INFO:teuthology.orchestra.run.smithi033.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-03-21T22:02:26.288 INFO:teuthology.orchestra.run.smithi033.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-03-21T22:02:26.288 INFO:teuthology.orchestra.run.smithi031.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-03-21T22:02:26.288 INFO:teuthology.orchestra.run.smithi031.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-03-21T22:02:26.290 INFO:teuthology.orchestra.run.smithi031.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-03-21T22:02:26.291 INFO:teuthology.orchestra.run.smithi033.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-03-21T22:02:26.291 INFO:teuthology.orchestra.run.smithi031.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-03-21T22:02:26.292 INFO:teuthology.orchestra.run.smithi031.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-03-21T22:02:26.294 INFO:teuthology.orchestra.run.smithi031.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-03-21T22:02:26.308 INFO:teuthology.orchestra.run.smithi033.stdout:Get:79 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2286-g5d87ad5b-1jammy [3,224 kB] 2024-03-21T22:02:26.308 INFO:teuthology.orchestra.run.smithi031.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-03-21T22:02:26.309 INFO:teuthology.orchestra.run.smithi031.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-03-21T22:02:26.311 INFO:teuthology.orchestra.run.smithi033.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-03-21T22:02:26.312 INFO:teuthology.orchestra.run.smithi033.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-03-21T22:02:26.312 INFO:teuthology.orchestra.run.smithi033.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-03-21T22:02:26.314 INFO:teuthology.orchestra.run.smithi033.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-03-21T22:02:26.315 INFO:teuthology.orchestra.run.smithi033.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-03-21T22:02:26.315 INFO:teuthology.orchestra.run.smithi031.stdout:Get:40 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2286-g5d87ad5b-1jammy [711 kB] 2024-03-21T22:02:26.323 INFO:teuthology.orchestra.run.smithi033.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-03-21T22:02:26.324 INFO:teuthology.orchestra.run.smithi033.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-03-21T22:02:26.324 INFO:teuthology.orchestra.run.smithi033.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-03-21T22:02:26.333 INFO:teuthology.orchestra.run.smithi031.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-03-21T22:02:26.333 INFO:teuthology.orchestra.run.smithi031.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-03-21T22:02:26.336 INFO:teuthology.orchestra.run.smithi031.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-03-21T22:02:26.337 INFO:teuthology.orchestra.run.smithi031.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-03-21T22:02:26.341 INFO:teuthology.orchestra.run.smithi033.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-03-21T22:02:26.341 INFO:teuthology.orchestra.run.smithi031.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-03-21T22:02:26.342 INFO:teuthology.orchestra.run.smithi033.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-03-21T22:02:26.350 INFO:teuthology.orchestra.run.smithi031.stdout:Get:46 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2286-g5d87ad5b-1jammy [356 kB] 2024-03-21T22:02:26.357 INFO:teuthology.orchestra.run.smithi031.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-03-21T22:02:26.358 INFO:teuthology.orchestra.run.smithi098.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-03-21T22:02:26.364 INFO:teuthology.orchestra.run.smithi031.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-03-21T22:02:26.366 INFO:teuthology.orchestra.run.smithi031.stdout:Get:49 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2286-g5d87ad5b-1jammy [32.8 kB] 2024-03-21T22:02:26.367 INFO:teuthology.orchestra.run.smithi031.stdout:Get:50 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2286-g5d87ad5b-1jammy [180 kB] 2024-03-21T22:02:26.372 INFO:teuthology.orchestra.run.smithi031.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-03-21T22:02:26.378 INFO:teuthology.orchestra.run.smithi031.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-03-21T22:02:26.381 INFO:teuthology.orchestra.run.smithi031.stdout:Get:53 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2286-g5d87ad5b-1jammy [65.6 kB] 2024-03-21T22:02:26.384 INFO:teuthology.orchestra.run.smithi031.stdout:Get:54 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2286-g5d87ad5b-1jammy [330 kB] 2024-03-21T22:02:26.385 INFO:teuthology.orchestra.run.smithi031.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-03-21T22:02:26.386 INFO:teuthology.orchestra.run.smithi031.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-03-21T22:02:26.389 INFO:teuthology.orchestra.run.smithi031.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-03-21T22:02:26.395 INFO:teuthology.orchestra.run.smithi031.stdout:Get:58 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2286-g5d87ad5b-1jammy [6,665 kB] 2024-03-21T22:02:26.414 INFO:teuthology.orchestra.run.smithi031.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-03-21T22:02:26.588 INFO:teuthology.orchestra.run.smithi098.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-03-21T22:02:26.600 INFO:teuthology.orchestra.run.smithi098.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-03-21T22:02:26.602 INFO:teuthology.orchestra.run.smithi031.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-03-21T22:02:26.604 INFO:teuthology.orchestra.run.smithi031.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-03-21T22:02:26.607 INFO:teuthology.orchestra.run.smithi031.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-03-21T22:02:26.608 INFO:teuthology.orchestra.run.smithi031.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-03-21T22:02:26.610 INFO:teuthology.orchestra.run.smithi031.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-03-21T22:02:26.629 INFO:teuthology.orchestra.run.smithi098.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-03-21T22:02:26.639 INFO:teuthology.orchestra.run.smithi098.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-03-21T22:02:26.640 INFO:teuthology.orchestra.run.smithi098.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-03-21T22:02:26.641 INFO:teuthology.orchestra.run.smithi098.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-03-21T22:02:26.660 INFO:teuthology.orchestra.run.smithi098.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-03-21T22:02:26.670 INFO:teuthology.orchestra.run.smithi033.stdout:Get:90 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2286-g5d87ad5b-1jammy [711 kB] 2024-03-21T22:02:26.679 INFO:teuthology.orchestra.run.smithi031.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-03-21T22:02:26.687 INFO:teuthology.orchestra.run.smithi031.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-03-21T22:02:26.688 INFO:teuthology.orchestra.run.smithi031.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-03-21T22:02:26.740 INFO:teuthology.orchestra.run.smithi033.stdout:Get:91 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2286-g5d87ad5b-1jammy [356 kB] 2024-03-21T22:02:26.742 INFO:teuthology.orchestra.run.smithi031.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-03-21T22:02:26.742 INFO:teuthology.orchestra.run.smithi031.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-03-21T22:02:26.746 INFO:teuthology.orchestra.run.smithi031.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-03-21T22:02:26.748 INFO:teuthology.orchestra.run.smithi031.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-03-21T22:02:26.749 INFO:teuthology.orchestra.run.smithi031.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-03-21T22:02:26.750 INFO:teuthology.orchestra.run.smithi031.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-03-21T22:02:26.751 INFO:teuthology.orchestra.run.smithi031.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-03-21T22:02:26.752 INFO:teuthology.orchestra.run.smithi031.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-03-21T22:02:26.758 INFO:teuthology.orchestra.run.smithi031.stdout:Get:76 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2286-g5d87ad5b-1jammy [112 kB] 2024-03-21T22:02:26.761 INFO:teuthology.orchestra.run.smithi031.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-03-21T22:02:26.764 INFO:teuthology.orchestra.run.smithi031.stdout:Get:78 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2286-g5d87ad5b-1jammy [467 kB] 2024-03-21T22:02:26.764 INFO:teuthology.orchestra.run.smithi031.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-03-21T22:02:26.765 INFO:teuthology.orchestra.run.smithi033.stdout:Get:92 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2286-g5d87ad5b-1jammy [32.8 kB] 2024-03-21T22:02:26.766 INFO:teuthology.orchestra.run.smithi033.stdout:Get:93 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2286-g5d87ad5b-1jammy [180 kB] 2024-03-21T22:02:26.779 INFO:teuthology.orchestra.run.smithi033.stdout:Get:94 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2286-g5d87ad5b-1jammy [65.6 kB] 2024-03-21T22:02:26.783 INFO:teuthology.orchestra.run.smithi031.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-03-21T22:02:26.784 INFO:teuthology.orchestra.run.smithi031.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-03-21T22:02:26.787 INFO:teuthology.orchestra.run.smithi031.stdout:Get:82 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2286-g5d87ad5b-1jammy [25.0 MB] 2024-03-21T22:02:26.796 INFO:teuthology.orchestra.run.smithi031.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-03-21T22:02:26.806 INFO:teuthology.orchestra.run.smithi031.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-03-21T22:02:26.809 INFO:teuthology.orchestra.run.smithi031.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-03-21T22:02:26.812 INFO:teuthology.orchestra.run.smithi031.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-03-21T22:02:26.812 INFO:teuthology.orchestra.run.smithi033.stdout:Get:95 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2286-g5d87ad5b-1jammy [330 kB] 2024-03-21T22:02:26.821 INFO:teuthology.orchestra.run.smithi031.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-03-21T22:02:26.822 INFO:teuthology.orchestra.run.smithi031.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-03-21T22:02:26.828 INFO:teuthology.orchestra.run.smithi098.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-03-21T22:02:26.829 INFO:teuthology.orchestra.run.smithi031.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-03-21T22:02:26.829 INFO:teuthology.orchestra.run.smithi031.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-03-21T22:02:26.831 INFO:teuthology.orchestra.run.smithi031.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-03-21T22:02:26.832 INFO:teuthology.orchestra.run.smithi033.stdout:Get:96 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2286-g5d87ad5b-1jammy [6,665 kB] 2024-03-21T22:02:26.832 INFO:teuthology.orchestra.run.smithi031.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-03-21T22:02:26.839 INFO:teuthology.orchestra.run.smithi031.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-03-21T22:02:26.849 INFO:teuthology.orchestra.run.smithi031.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-03-21T22:02:26.872 INFO:teuthology.orchestra.run.smithi031.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-03-21T22:02:26.872 INFO:teuthology.orchestra.run.smithi031.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-03-21T22:02:26.873 INFO:teuthology.orchestra.run.smithi031.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-03-21T22:02:26.881 INFO:teuthology.orchestra.run.smithi031.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-03-21T22:02:26.882 INFO:teuthology.orchestra.run.smithi031.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-03-21T22:02:27.227 INFO:teuthology.orchestra.run.smithi098.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-03-21T22:02:27.239 INFO:teuthology.orchestra.run.smithi098.stdout:Get:15 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2286-g5d87ad5b-1jammy [3,224 kB] 2024-03-21T22:02:27.262 INFO:teuthology.orchestra.run.smithi098.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-03-21T22:02:27.264 INFO:teuthology.orchestra.run.smithi098.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-03-21T22:02:27.344 INFO:teuthology.orchestra.run.smithi098.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-03-21T22:02:27.395 INFO:teuthology.orchestra.run.smithi098.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-03-21T22:02:27.417 INFO:teuthology.orchestra.run.smithi098.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-03-21T22:02:27.423 INFO:teuthology.orchestra.run.smithi098.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-03-21T22:02:27.424 INFO:teuthology.orchestra.run.smithi098.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-03-21T22:02:27.435 INFO:teuthology.orchestra.run.smithi098.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-03-21T22:02:27.436 INFO:teuthology.orchestra.run.smithi098.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-03-21T22:02:27.520 INFO:teuthology.orchestra.run.smithi033.stdout:Get:97 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2286-g5d87ad5b-1jammy [112 kB] 2024-03-21T22:02:27.529 INFO:teuthology.orchestra.run.smithi033.stdout:Get:98 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2286-g5d87ad5b-1jammy [467 kB] 2024-03-21T22:02:27.585 INFO:teuthology.orchestra.run.smithi033.stdout:Get:99 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2286-g5d87ad5b-1jammy [25.0 MB] 2024-03-21T22:02:27.641 INFO:teuthology.orchestra.run.smithi098.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-03-21T22:02:27.724 INFO:teuthology.orchestra.run.smithi098.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-03-21T22:02:27.753 INFO:teuthology.orchestra.run.smithi098.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-03-21T22:02:27.770 INFO:teuthology.orchestra.run.smithi098.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-03-21T22:02:27.814 INFO:teuthology.orchestra.run.smithi098.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-03-21T22:02:28.029 INFO:teuthology.orchestra.run.smithi098.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-03-21T22:02:28.044 INFO:teuthology.orchestra.run.smithi098.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-03-21T22:02:28.050 INFO:teuthology.orchestra.run.smithi098.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-03-21T22:02:28.056 INFO:teuthology.orchestra.run.smithi098.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-03-21T22:02:28.078 INFO:teuthology.orchestra.run.smithi098.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-03-21T22:02:28.081 INFO:teuthology.orchestra.run.smithi098.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-03-21T22:02:28.247 INFO:teuthology.orchestra.run.smithi098.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-03-21T22:02:28.271 INFO:teuthology.orchestra.run.smithi098.stdout:Get:37 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2286-g5d87ad5b-1jammy [711 kB] 2024-03-21T22:02:28.294 INFO:teuthology.orchestra.run.smithi031.stdout:Get:100 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2286-g5d87ad5b-1jammy [5,084 kB] 2024-03-21T22:02:28.478 INFO:teuthology.orchestra.run.smithi031.stdout:Get:101 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2286-g5d87ad5b-1jammy [244 kB] 2024-03-21T22:02:28.491 INFO:teuthology.orchestra.run.smithi031.stdout:Get:102 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2286-g5d87ad5b-1jammy [124 kB] 2024-03-21T22:02:28.498 INFO:teuthology.orchestra.run.smithi031.stdout:Get:103 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2286-g5d87ad5b-1jammy [1,525 kB] 2024-03-21T22:02:28.511 INFO:teuthology.orchestra.run.smithi098.stdout:Get:38 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2286-g5d87ad5b-1jammy [356 kB] 2024-03-21T22:02:28.577 INFO:teuthology.orchestra.run.smithi098.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-03-21T22:02:28.582 INFO:teuthology.orchestra.run.smithi031.stdout:Get:104 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2286-g5d87ad5b-1jammy [6,253 kB] 2024-03-21T22:02:28.608 INFO:teuthology.orchestra.run.smithi098.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-03-21T22:02:28.618 INFO:teuthology.orchestra.run.smithi098.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-03-21T22:02:28.669 INFO:teuthology.orchestra.run.smithi098.stdout:Get:42 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2286-g5d87ad5b-1jammy [32.8 kB] 2024-03-21T22:02:28.671 INFO:teuthology.orchestra.run.smithi098.stdout:Get:43 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2286-g5d87ad5b-1jammy [180 kB] 2024-03-21T22:02:28.690 INFO:teuthology.orchestra.run.smithi098.stdout:Get:44 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2286-g5d87ad5b-1jammy [65.6 kB] 2024-03-21T22:02:28.757 INFO:teuthology.orchestra.run.smithi098.stdout:Get:45 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2286-g5d87ad5b-1jammy [330 kB] 2024-03-21T22:02:28.820 INFO:teuthology.orchestra.run.smithi098.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-03-21T22:02:28.821 INFO:teuthology.orchestra.run.smithi098.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-03-21T22:02:28.827 INFO:teuthology.orchestra.run.smithi098.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-03-21T22:02:28.833 INFO:teuthology.orchestra.run.smithi098.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-03-21T22:02:28.848 INFO:teuthology.orchestra.run.smithi098.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-03-21T22:02:28.852 INFO:teuthology.orchestra.run.smithi098.stdout:Get:51 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2286-g5d87ad5b-1jammy [6,665 kB] 2024-03-21T22:02:28.870 INFO:teuthology.orchestra.run.smithi098.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-03-21T22:02:28.875 INFO:teuthology.orchestra.run.smithi098.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-03-21T22:02:28.935 INFO:teuthology.orchestra.run.smithi031.stdout:Get:105 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2286-g5d87ad5b-1jammy [22.8 MB] 2024-03-21T22:02:29.050 INFO:teuthology.orchestra.run.smithi098.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-03-21T22:02:29.312 INFO:teuthology.orchestra.run.smithi098.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-03-21T22:02:29.490 INFO:teuthology.orchestra.run.smithi098.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-03-21T22:02:29.504 INFO:teuthology.orchestra.run.smithi098.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-03-21T22:02:29.523 INFO:teuthology.orchestra.run.smithi098.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-03-21T22:02:29.588 INFO:teuthology.orchestra.run.smithi098.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-03-21T22:02:29.877 INFO:teuthology.orchestra.run.smithi098.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-03-21T22:02:29.881 INFO:teuthology.orchestra.run.smithi098.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-03-21T22:02:29.883 INFO:teuthology.orchestra.run.smithi098.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-03-21T22:02:29.884 INFO:teuthology.orchestra.run.smithi098.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-03-21T22:02:29.886 INFO:teuthology.orchestra.run.smithi098.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-03-21T22:02:30.104 INFO:teuthology.orchestra.run.smithi098.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-03-21T22:02:30.185 INFO:teuthology.orchestra.run.smithi031.stdout:Get:106 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2286-g5d87ad5b-1jammy [14.0 kB] 2024-03-21T22:02:30.186 INFO:teuthology.orchestra.run.smithi031.stdout:Get:107 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2286-g5d87ad5b-1jammy [870 kB] 2024-03-21T22:02:30.203 INFO:teuthology.orchestra.run.smithi031.stdout:Get:108 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2286-g5d87ad5b-1jammy [2,382 kB] 2024-03-21T22:02:30.245 INFO:teuthology.orchestra.run.smithi031.stdout:Get:109 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2286-g5d87ad5b-1jammy [791 kB] 2024-03-21T22:02:30.263 INFO:teuthology.orchestra.run.smithi031.stdout:Get:110 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2286-g5d87ad5b-1jammy [147 kB] 2024-03-21T22:02:30.269 INFO:teuthology.orchestra.run.smithi031.stdout:Get:111 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2286-g5d87ad5b-1jammy [2,277 kB] 2024-03-21T22:02:30.368 INFO:teuthology.orchestra.run.smithi031.stdout:Get:112 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2286-g5d87ad5b-1jammy [8,625 kB] 2024-03-21T22:02:30.541 INFO:teuthology.orchestra.run.smithi098.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-03-21T22:02:30.547 INFO:teuthology.orchestra.run.smithi098.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-03-21T22:02:30.784 INFO:teuthology.orchestra.run.smithi031.stdout:Get:113 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2286-g5d87ad5b-1jammy [14.2 kB] 2024-03-21T22:02:30.784 INFO:teuthology.orchestra.run.smithi031.stdout:Get:114 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2286-g5d87ad5b-1jammy [50.3 MB] 2024-03-21T22:02:30.815 INFO:teuthology.orchestra.run.smithi033.stdout:Get:100 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2286-g5d87ad5b-1jammy [5,084 kB] 2024-03-21T22:02:30.836 INFO:teuthology.orchestra.run.smithi098.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-03-21T22:02:30.837 INFO:teuthology.orchestra.run.smithi098.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-03-21T22:02:30.839 INFO:teuthology.orchestra.run.smithi098.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-03-21T22:02:30.841 INFO:teuthology.orchestra.run.smithi098.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-03-21T22:02:30.842 INFO:teuthology.orchestra.run.smithi098.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-03-21T22:02:30.845 INFO:teuthology.orchestra.run.smithi098.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-03-21T22:02:30.846 INFO:teuthology.orchestra.run.smithi098.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-03-21T22:02:30.847 INFO:teuthology.orchestra.run.smithi098.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-03-21T22:02:30.966 INFO:teuthology.orchestra.run.smithi098.stdout:Get:76 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2286-g5d87ad5b-1jammy [112 kB] 2024-03-21T22:02:31.021 INFO:teuthology.orchestra.run.smithi098.stdout:Get:77 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2286-g5d87ad5b-1jammy [467 kB] 2024-03-21T22:02:31.028 INFO:teuthology.orchestra.run.smithi098.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-03-21T22:02:31.127 INFO:teuthology.orchestra.run.smithi098.stdout:Get:79 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2286-g5d87ad5b-1jammy [25.0 MB] 2024-03-21T22:02:31.433 INFO:teuthology.orchestra.run.smithi098.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-03-21T22:02:31.479 INFO:teuthology.orchestra.run.smithi098.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-03-21T22:02:31.514 INFO:teuthology.orchestra.run.smithi098.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-03-21T22:02:31.611 INFO:teuthology.orchestra.run.smithi098.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-03-21T22:02:31.650 INFO:teuthology.orchestra.run.smithi098.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-03-21T22:02:31.662 INFO:teuthology.orchestra.run.smithi098.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-03-21T22:02:31.667 INFO:teuthology.orchestra.run.smithi098.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-03-21T22:02:31.700 INFO:teuthology.orchestra.run.smithi033.stdout:Get:101 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2286-g5d87ad5b-1jammy [244 kB] 2024-03-21T22:02:31.716 INFO:teuthology.orchestra.run.smithi098.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-03-21T22:02:31.719 INFO:teuthology.orchestra.run.smithi098.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-03-21T22:02:31.732 INFO:teuthology.orchestra.run.smithi033.stdout:Get:102 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2286-g5d87ad5b-1jammy [124 kB] 2024-03-21T22:02:31.740 INFO:teuthology.orchestra.run.smithi098.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-03-21T22:02:31.746 INFO:teuthology.orchestra.run.smithi033.stdout:Get:103 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2286-g5d87ad5b-1jammy [1,525 kB] 2024-03-21T22:02:31.904 INFO:teuthology.orchestra.run.smithi098.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-03-21T22:02:32.169 INFO:teuthology.orchestra.run.smithi033.stdout:Get:104 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2286-g5d87ad5b-1jammy [6,253 kB] 2024-03-21T22:02:32.177 INFO:teuthology.orchestra.run.smithi098.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-03-21T22:02:32.195 INFO:teuthology.orchestra.run.smithi098.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-03-21T22:02:32.350 INFO:teuthology.orchestra.run.smithi098.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-03-21T22:02:32.379 INFO:teuthology.orchestra.run.smithi098.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-03-21T22:02:32.536 INFO:teuthology.orchestra.run.smithi098.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-03-21T22:02:32.539 INFO:teuthology.orchestra.run.smithi098.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-03-21T22:02:32.541 INFO:teuthology.orchestra.run.smithi098.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-03-21T22:02:32.563 INFO:teuthology.orchestra.run.smithi098.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-03-21T22:02:32.568 INFO:teuthology.orchestra.run.smithi098.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-03-21T22:02:33.236 INFO:teuthology.orchestra.run.smithi031.stdout:Get:115 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2286-g5d87ad5b-1jammy [121 kB] 2024-03-21T22:02:33.309 INFO:teuthology.orchestra.run.smithi031.stdout:Get:116 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2286-g5d87ad5b-1jammy [38.5 kB] 2024-03-21T22:02:33.310 INFO:teuthology.orchestra.run.smithi031.stdout:Get:117 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2286-g5d87ad5b-1jammy [13.2 MB] 2024-03-21T22:02:33.402 INFO:teuthology.orchestra.run.smithi033.stdout:Get:105 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2286-g5d87ad5b-1jammy [22.8 MB] 2024-03-21T22:02:33.765 INFO:teuthology.orchestra.run.smithi031.stdout:Get:118 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2286-g5d87ad5b-1jammy [91.3 kB] 2024-03-21T22:02:34.348 INFO:teuthology.orchestra.run.smithi031.stdout:Fetched 178 MB in 8s (22.3 MB/s) 2024-03-21T22:02:34.512 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-03-21T22:02:34.614 INFO:teuthology.orchestra.run.smithi031.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 ... 165997 files and directories currently installed.) 2024-03-21T22:02:34.620 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-03-21T22:02:34.710 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-21T22:02:35.005 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-03-21T22:02:35.032 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-03-21T22:02:35.063 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-21T22:02:35.416 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-03-21T22:02:35.443 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-03-21T22:02:35.483 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-21T22:02:35.936 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-03-21T22:02:35.963 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-21T22:02:36.011 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T22:02:36.092 INFO:teuthology.orchestra.run.smithi098.stdout:Get:100 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2286-g5d87ad5b-1jammy [5,084 kB] 2024-03-21T22:02:36.166 INFO:teuthology.orchestra.run.smithi033.stdout:Get:106 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2286-g5d87ad5b-1jammy [14.0 kB] 2024-03-21T22:02:36.167 INFO:teuthology.orchestra.run.smithi033.stdout:Get:107 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2286-g5d87ad5b-1jammy [870 kB] 2024-03-21T22:02:36.202 INFO:teuthology.orchestra.run.smithi033.stdout:Get:108 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2286-g5d87ad5b-1jammy [2,382 kB] 2024-03-21T22:02:36.386 INFO:teuthology.orchestra.run.smithi033.stdout:Get:109 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2286-g5d87ad5b-1jammy [791 kB] 2024-03-21T22:02:36.414 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-03-21T22:02:36.441 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-21T22:02:36.456 INFO:teuthology.orchestra.run.smithi033.stdout:Get:110 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2286-g5d87ad5b-1jammy [147 kB] 2024-03-21T22:02:36.459 INFO:teuthology.orchestra.run.smithi033.stdout:Get:111 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2286-g5d87ad5b-1jammy [2,277 kB] 2024-03-21T22:02:36.482 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T22:02:36.614 INFO:teuthology.orchestra.run.smithi098.stdout:Get:101 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2286-g5d87ad5b-1jammy [244 kB] 2024-03-21T22:02:36.644 INFO:teuthology.orchestra.run.smithi098.stdout:Get:102 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2286-g5d87ad5b-1jammy [124 kB] 2024-03-21T22:02:36.650 INFO:teuthology.orchestra.run.smithi098.stdout:Get:103 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2286-g5d87ad5b-1jammy [1,525 kB] 2024-03-21T22:02:36.666 INFO:teuthology.orchestra.run.smithi033.stdout:Get:112 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2286-g5d87ad5b-1jammy [8,625 kB] 2024-03-21T22:02:36.822 INFO:teuthology.orchestra.run.smithi098.stdout:Get:104 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2286-g5d87ad5b-1jammy [6,253 kB] 2024-03-21T22:02:36.825 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-03-21T22:02:36.852 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-21T22:02:36.892 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T22:02:37.170 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-03-21T22:02:37.186 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-03-21T22:02:37.220 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-21T22:02:37.376 INFO:teuthology.orchestra.run.smithi033.stdout:Get:113 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2286-g5d87ad5b-1jammy [14.2 kB] 2024-03-21T22:02:37.380 INFO:teuthology.orchestra.run.smithi033.stdout:Get:114 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2286-g5d87ad5b-1jammy [50.3 MB] 2024-03-21T22:02:37.441 INFO:teuthology.orchestra.run.smithi098.stdout:Get:105 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2286-g5d87ad5b-1jammy [22.8 MB] 2024-03-21T22:02:37.514 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package librados2. 2024-03-21T22:02:37.541 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../007-librados2_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:02:37.580 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking librados2 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:02:38.025 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package librbd1. 2024-03-21T22:02:38.052 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../008-librbd1_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:02:38.091 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking librbd1 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:02:38.544 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package libcephfs2. 2024-03-21T22:02:38.571 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:02:38.611 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking libcephfs2 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:02:38.880 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-rados. 2024-03-21T22:02:38.906 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:02:38.946 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-rados (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:02:39.257 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-03-21T22:02:39.284 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2286-g5d87ad5b-1jammy_all.deb ... 2024-03-21T22:02:39.324 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-ceph-argparse (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:02:39.576 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-cephfs. 2024-03-21T22:02:39.603 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:02:39.651 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-cephfs (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:02:39.667 INFO:teuthology.orchestra.run.smithi098.stdout:Get:106 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2286-g5d87ad5b-1jammy [14.0 kB] 2024-03-21T22:02:39.668 INFO:teuthology.orchestra.run.smithi098.stdout:Get:107 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2286-g5d87ad5b-1jammy [870 kB] 2024-03-21T22:02:39.685 INFO:teuthology.orchestra.run.smithi098.stdout:Get:108 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2286-g5d87ad5b-1jammy [2,382 kB] 2024-03-21T22:02:39.854 INFO:teuthology.orchestra.run.smithi098.stdout:Get:109 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2286-g5d87ad5b-1jammy [791 kB] 2024-03-21T22:02:39.923 INFO:teuthology.orchestra.run.smithi098.stdout:Get:110 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2286-g5d87ad5b-1jammy [147 kB] 2024-03-21T22:02:39.926 INFO:teuthology.orchestra.run.smithi098.stdout:Get:111 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2286-g5d87ad5b-1jammy [2,277 kB] 2024-03-21T22:02:39.954 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-ceph-common. 2024-03-21T22:02:39.981 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2286-g5d87ad5b-1jammy_all.deb ... 2024-03-21T22:02:40.020 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-ceph-common (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:02:40.102 INFO:teuthology.orchestra.run.smithi098.stdout:Get:112 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2286-g5d87ad5b-1jammy [8,625 kB] 2024-03-21T22:02:40.348 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-wcwidth. 2024-03-21T22:02:40.375 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-03-21T22:02:40.414 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-21T22:02:40.700 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-prettytable. 2024-03-21T22:02:40.728 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-03-21T22:02:40.736 INFO:teuthology.orchestra.run.smithi098.stdout:Get:113 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2286-g5d87ad5b-1jammy [14.2 kB] 2024-03-21T22:02:40.737 INFO:teuthology.orchestra.run.smithi098.stdout:Get:114 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2286-g5d87ad5b-1jammy [50.3 MB] 2024-03-21T22:02:40.759 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-03-21T22:02:41.011 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-rbd. 2024-03-21T22:02:41.027 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:02:41.069 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-rbd (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:02:41.414 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-03-21T22:02:41.441 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-03-21T22:02:41.480 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-21T22:02:41.766 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-03-21T22:02:41.793 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-03-21T22:02:41.833 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-03-21T22:02:41.902 INFO:teuthology.orchestra.run.smithi033.stdout:Get:115 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2286-g5d87ad5b-1jammy [121 kB] 2024-03-21T22:02:41.904 INFO:teuthology.orchestra.run.smithi033.stdout:Get:116 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2286-g5d87ad5b-1jammy [38.5 kB] 2024-03-21T22:02:41.906 INFO:teuthology.orchestra.run.smithi033.stdout:Get:117 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2286-g5d87ad5b-1jammy [13.2 MB] 2024-03-21T22:02:42.127 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-03-21T22:02:42.143 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-03-21T22:02:42.177 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-21T22:02:42.505 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package lua5.1. 2024-03-21T22:02:42.521 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-03-21T22:02:42.563 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-03-21T22:02:42.862 INFO:teuthology.orchestra.run.smithi033.stdout:Get:118 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2286-g5d87ad5b-1jammy [91.3 kB] 2024-03-21T22:02:42.875 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package lua-any. 2024-03-21T22:02:42.901 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-03-21T22:02:42.941 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking lua-any (27ubuntu1) ... 2024-03-21T22:02:43.210 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package zip. 2024-03-21T22:02:43.237 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-03-21T22:02:43.278 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking zip (3.0-12build2) ... 2024-03-21T22:02:43.447 INFO:teuthology.orchestra.run.smithi033.stdout:Fetched 178 MB in 17s (10.3 MB/s) 2024-03-21T22:02:43.538 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package unzip. 2024-03-21T22:02:43.565 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-03-21T22:02:43.574 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-03-21T22:02:43.605 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-03-21T22:02:43.674 INFO:teuthology.orchestra.run.smithi033.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165997 files and directories currently installed.) 2024-03-21T22:02:43.681 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-03-21T22:02:43.756 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-21T22:02:43.772 INFO:teuthology.orchestra.run.smithi098.stdout:Get:115 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2286-g5d87ad5b-1jammy [121 kB] 2024-03-21T22:02:43.775 INFO:teuthology.orchestra.run.smithi098.stdout:Get:116 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2286-g5d87ad5b-1jammy [38.5 kB] 2024-03-21T22:02:43.776 INFO:teuthology.orchestra.run.smithi098.stdout:Get:117 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2286-g5d87ad5b-1jammy [13.2 MB] 2024-03-21T22:02:43.983 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package luarocks. 2024-03-21T22:02:44.010 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-03-21T22:02:44.084 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-03-21T22:02:44.111 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-03-21T22:02:44.138 INFO:teuthology.orchestra.run.smithi098.stdout:Get:118 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2286-g5d87ad5b-1jammy [91.3 kB] 2024-03-21T22:02:44.151 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-21T22:02:44.285 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-03-21T22:02:44.487 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-03-21T22:02:44.514 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-03-21T22:02:44.554 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-21T22:02:44.703 INFO:teuthology.orchestra.run.smithi098.stdout:Fetched 178 MB in 18s (9,641 kB/s) 2024-03-21T22:02:44.707 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package librgw2. 2024-03-21T22:02:44.735 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../025-librgw2_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:02:44.774 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking librgw2 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:02:44.861 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-03-21T22:02:44.961 INFO:teuthology.orchestra.run.smithi098.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 ... 165997 files and directories currently installed.) 2024-03-21T22:02:44.966 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-03-21T22:02:44.983 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-03-21T22:02:45.010 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-21T22:02:45.049 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T22:02:45.051 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-21T22:02:45.284 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-rgw. 2024-03-21T22:02:45.311 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:02:45.360 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-rgw (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:02:45.388 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-03-21T22:02:45.414 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-03-21T22:02:45.454 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-21T22:02:45.561 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-03-21T22:02:45.588 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-21T22:02:45.627 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T22:02:45.670 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package liboath0:amd64. 2024-03-21T22:02:45.697 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-03-21T22:02:45.732 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-03-21T22:02:45.737 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-03-21T22:02:45.759 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-03-21T22:02:45.799 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-21T22:02:45.973 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-03-21T22:02:45.999 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-21T22:02:46.039 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T22:02:46.048 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package libradosstriper1. 2024-03-21T22:02:46.075 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:02:46.115 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking libradosstriper1 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:02:46.236 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-03-21T22:02:46.263 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-21T22:02:46.312 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T22:02:46.359 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-03-21T22:02:46.386 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-03-21T22:02:46.417 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-21T22:02:46.543 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package ceph-common. 2024-03-21T22:02:46.570 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:02:46.609 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking ceph-common (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:02:46.748 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-03-21T22:02:46.754 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package librados2. 2024-03-21T22:02:46.774 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-21T22:02:46.780 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../007-librados2_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:02:46.816 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T22:02:46.820 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking librados2 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:02:47.162 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-03-21T22:02:47.188 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-21T22:02:47.228 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T22:02:47.315 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package librbd1. 2024-03-21T22:02:47.341 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../008-librbd1_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:02:47.381 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking librbd1 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:02:47.565 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-03-21T22:02:47.591 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-03-21T22:02:47.631 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-21T22:02:47.785 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package libcephfs2. 2024-03-21T22:02:47.811 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:02:47.851 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking libcephfs2 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:02:47.872 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package ceph-base. 2024-03-21T22:02:47.899 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:02:47.901 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package librados2. 2024-03-21T22:02:47.927 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../007-librados2_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:02:47.940 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking ceph-base (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:02:47.967 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking librados2 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:02:48.137 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-rados. 2024-03-21T22:02:48.152 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:02:48.195 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-rados (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:02:48.412 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package librbd1. 2024-03-21T22:02:48.438 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../008-librbd1_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:02:48.468 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-03-21T22:02:48.478 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking librbd1 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:02:48.495 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-03-21T22:02:48.543 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-03-21T22:02:48.732 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-03-21T22:02:48.758 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2286-g5d87ad5b-1jammy_all.deb ... 2024-03-21T22:02:48.798 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-ceph-argparse (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:02:48.846 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-cheroot. 2024-03-21T22:02:48.873 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-03-21T22:02:48.912 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-21T22:02:48.940 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libcephfs2. 2024-03-21T22:02:48.966 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:02:49.006 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libcephfs2 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:02:49.042 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-cephfs. 2024-03-21T22:02:49.069 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:02:49.109 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-cephfs (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:02:49.240 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-03-21T22:02:49.267 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-03-21T22:02:49.276 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-rados. 2024-03-21T22:02:49.302 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:02:49.306 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-03-21T22:02:49.334 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-rados (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:02:49.395 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-ceph-common. 2024-03-21T22:02:49.422 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2286-g5d87ad5b-1jammy_all.deb ... 2024-03-21T22:02:49.462 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-ceph-common (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:02:49.593 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-jaraco.text. 2024-03-21T22:02:49.621 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-03-21T22:02:49.659 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-03-21T22:02:49.798 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-wcwidth. 2024-03-21T22:02:49.812 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-03-21T22:02:49.825 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-03-21T22:02:49.838 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2286-g5d87ad5b-1jammy_all.deb ... 2024-03-21T22:02:49.865 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-21T22:02:49.879 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-ceph-argparse (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:02:49.937 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-03-21T22:02:49.964 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-03-21T22:02:50.004 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-03-21T22:02:50.156 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-cephfs. 2024-03-21T22:02:50.171 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:02:50.184 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-prettytable. 2024-03-21T22:02:50.212 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-03-21T22:02:50.214 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-cephfs (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:02:50.251 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-03-21T22:02:50.306 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-tempora. 2024-03-21T22:02:50.333 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-03-21T22:02:50.373 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-03-21T22:02:50.512 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-rbd. 2024-03-21T22:02:50.526 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-ceph-common. 2024-03-21T22:02:50.528 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:02:50.552 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2286-g5d87ad5b-1jammy_all.deb ... 2024-03-21T22:02:50.562 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-rbd (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:02:50.592 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-ceph-common (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:02:50.697 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-portend. 2024-03-21T22:02:50.724 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-03-21T22:02:50.767 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-03-21T22:02:50.890 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-03-21T22:02:50.918 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-03-21T22:02:50.921 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-wcwidth. 2024-03-21T22:02:50.947 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-03-21T22:02:50.957 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-21T22:02:50.987 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-21T22:02:51.037 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-03-21T22:02:51.063 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-03-21T22:02:51.095 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-03-21T22:02:51.251 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-03-21T22:02:51.278 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-03-21T22:02:51.282 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-prettytable. 2024-03-21T22:02:51.297 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-03-21T22:02:51.318 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-03-21T22:02:51.332 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-03-21T22:02:51.389 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-cherrypy3. 2024-03-21T22:02:51.416 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-03-21T22:02:51.455 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-03-21T22:02:51.543 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-rbd. 2024-03-21T22:02:51.558 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:02:51.601 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-rbd (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:02:51.612 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-03-21T22:02:51.628 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-03-21T22:02:51.671 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-21T22:02:51.809 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-natsort. 2024-03-21T22:02:51.836 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-03-21T22:02:51.875 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-03-21T22:02:51.946 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-03-21T22:02:51.966 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package lua5.1. 2024-03-21T22:02:51.973 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-03-21T22:02:51.982 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-03-21T22:02:52.013 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-21T22:02:52.024 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-03-21T22:02:52.153 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-logutils. 2024-03-21T22:02:52.180 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-03-21T22:02:52.220 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-03-21T22:02:52.282 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-03-21T22:02:52.297 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-03-21T22:02:52.340 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-03-21T22:02:52.369 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package lua-any. 2024-03-21T22:02:52.396 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-03-21T22:02:52.436 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking lua-any (27ubuntu1) ... 2024-03-21T22:02:52.498 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-markupsafe. 2024-03-21T22:02:52.524 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-03-21T22:02:52.564 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-03-21T22:02:52.626 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-03-21T22:02:52.642 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-03-21T22:02:52.676 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-21T22:02:52.688 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package zip. 2024-03-21T22:02:52.704 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-03-21T22:02:52.746 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking zip (3.0-12build2) ... 2024-03-21T22:02:52.867 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-mako. 2024-03-21T22:02:52.893 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-03-21T22:02:52.933 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-21T22:02:52.972 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package lua5.1. 2024-03-21T22:02:52.998 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-03-21T22:02:53.038 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-03-21T22:02:53.066 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package unzip. 2024-03-21T22:02:53.094 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-03-21T22:02:53.133 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-03-21T22:02:53.278 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-simplegeneric. 2024-03-21T22:02:53.305 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-03-21T22:02:53.345 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-03-21T22:02:53.349 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package lua-any. 2024-03-21T22:02:53.365 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-03-21T22:02:53.408 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking lua-any (27ubuntu1) ... 2024-03-21T22:02:53.471 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package luarocks. 2024-03-21T22:02:53.498 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-03-21T22:02:53.529 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-03-21T22:02:53.647 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-singledispatch. 2024-03-21T22:02:53.674 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-03-21T22:02:53.686 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package zip. 2024-03-21T22:02:53.712 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-03-21T22:02:53.714 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-03-21T22:02:53.752 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking zip (3.0-12build2) ... 2024-03-21T22:02:53.975 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-webob. 2024-03-21T22:02:54.002 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-03-21T22:02:54.022 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package unzip. 2024-03-21T22:02:54.037 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-03-21T22:02:54.041 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-03-21T22:02:54.062 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package librgw2. 2024-03-21T22:02:54.072 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-03-21T22:02:54.089 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../025-librgw2_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:02:54.128 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking librgw2 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:02:54.344 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-waitress. 2024-03-21T22:02:54.371 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-03-21T22:02:54.413 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-21T22:02:54.443 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package luarocks. 2024-03-21T22:02:54.469 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-03-21T22:02:54.509 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-03-21T22:02:54.681 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-rgw. 2024-03-21T22:02:54.697 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:02:54.748 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-rgw (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:02:54.893 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package librgw2. 2024-03-21T22:02:54.914 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-tempita. 2024-03-21T22:02:54.923 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../025-librgw2_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:02:54.941 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-03-21T22:02:54.980 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-03-21T22:02:55.076 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking librgw2 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:02:55.159 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package liboath0:amd64. 2024-03-21T22:02:55.187 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-03-21T22:02:55.234 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-03-21T22:02:55.266 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-paste. 2024-03-21T22:02:55.293 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-03-21T22:02:55.332 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-03-21T22:02:55.562 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package libradosstriper1. 2024-03-21T22:02:55.589 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:02:55.629 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking libradosstriper1 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:02:55.629 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-rgw. 2024-03-21T22:02:55.644 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-03-21T22:02:55.646 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:02:55.660 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-03-21T22:02:55.687 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-rgw (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:02:55.702 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-03-21T22:02:56.005 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-pastedeploy. 2024-03-21T22:02:56.023 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package liboath0:amd64. 2024-03-21T22:02:56.032 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-03-21T22:02:56.050 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-03-21T22:02:56.066 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-common. 2024-03-21T22:02:56.071 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-03-21T22:02:56.090 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-03-21T22:02:56.093 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:02:56.132 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-common (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:02:56.357 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-webtest. 2024-03-21T22:02:56.368 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libradosstriper1. 2024-03-21T22:02:56.386 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-03-21T22:02:56.394 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:02:56.415 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-03-21T22:02:56.426 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libradosstriper1 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:02:56.693 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-pecan. 2024-03-21T22:02:56.721 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-03-21T22:02:56.760 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-03-21T22:02:56.838 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-common. 2024-03-21T22:02:56.865 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:02:56.905 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-common (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:02:57.098 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-certifi. 2024-03-21T22:02:57.125 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-03-21T22:02:57.156 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-03-21T22:02:57.450 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-idna. 2024-03-21T22:02:57.478 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-03-21T22:02:57.517 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-idna (3.3-1) ... 2024-03-21T22:02:57.588 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-base. 2024-03-21T22:02:57.615 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:02:57.663 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-base (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:02:57.837 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-urllib3. 2024-03-21T22:02:57.863 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-03-21T22:02:57.903 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-21T22:02:58.209 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-03-21T22:02:58.222 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-requests. 2024-03-21T22:02:58.235 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-base. 2024-03-21T22:02:58.236 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-03-21T22:02:58.250 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-03-21T22:02:58.262 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:02:58.267 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-03-21T22:02:58.289 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-21T22:02:58.311 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-base (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:02:58.562 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-cheroot. 2024-03-21T22:02:58.589 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-03-21T22:02:58.625 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-werkzeug. 2024-03-21T22:02:58.629 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-21T22:02:58.652 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-03-21T22:02:58.691 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-21T22:02:59.582 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-03-21T22:02:59.609 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-03-21T22:02:59.649 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-03-21T22:02:59.754 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-03-21T22:02:59.781 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2286-g5d87ad5b-1jammy_all.deb ... 2024-03-21T22:02:59.799 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-03-21T22:02:59.820 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:02:59.826 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-03-21T22:02:59.865 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-03-21T22:02:59.951 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-cheroot. 2024-03-21T22:02:59.978 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-03-21T22:03:00.023 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-21T22:03:00.174 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-03-21T22:03:00.203 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:03:00.219 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-jaraco.text. 2024-03-21T22:03:00.233 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-03-21T22:03:00.241 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:00.285 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-03-21T22:03:00.513 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-03-21T22:03:00.540 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-03-21T22:03:00.551 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-bcrypt. 2024-03-21T22:03:00.568 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-03-21T22:03:00.579 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-03-21T22:03:00.613 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-03-21T22:03:00.618 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-03-21T22:03:00.640 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-03-21T22:03:00.679 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-03-21T22:03:00.857 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-jaraco.text. 2024-03-21T22:03:00.884 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-03-21T22:03:00.916 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-03-21T22:03:00.921 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-openssl. 2024-03-21T22:03:00.948 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-03-21T22:03:00.987 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-03-21T22:03:01.018 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-tempora. 2024-03-21T22:03:01.042 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-03-21T22:03:01.093 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-03-21T22:03:01.202 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-03-21T22:03:01.229 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-03-21T22:03:01.268 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-03-21T22:03:01.274 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package ceph-mgr. 2024-03-21T22:03:01.301 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:03:01.332 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking ceph-mgr (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:01.404 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-portend. 2024-03-21T22:03:01.431 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-03-21T22:03:01.470 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-03-21T22:03:01.572 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-tempora. 2024-03-21T22:03:01.599 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-03-21T22:03:01.638 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-03-21T22:03:01.693 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package ceph-mon. 2024-03-21T22:03:01.721 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:03:01.723 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-03-21T22:03:01.739 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-03-21T22:03:01.759 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking ceph-mon (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:01.781 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-03-21T22:03:01.916 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-portend. 2024-03-21T22:03:01.943 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-03-21T22:03:01.983 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-03-21T22:03:02.093 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-cherrypy3. 2024-03-21T22:03:02.120 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-03-21T22:03:02.159 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-03-21T22:03:02.261 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-03-21T22:03:02.287 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-03-21T22:03:02.328 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-03-21T22:03:02.380 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package ceph-osd. 2024-03-21T22:03:02.407 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:03:02.446 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking ceph-osd (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:02.479 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-natsort. 2024-03-21T22:03:02.495 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-03-21T22:03:02.529 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-03-21T22:03:02.614 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-cherrypy3. 2024-03-21T22:03:02.641 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-03-21T22:03:02.680 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-03-21T22:03:02.832 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-logutils. 2024-03-21T22:03:02.859 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-03-21T22:03:02.898 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-03-21T22:03:03.043 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-natsort. 2024-03-21T22:03:03.070 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-03-21T22:03:03.109 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-03-21T22:03:03.201 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-markupsafe. 2024-03-21T22:03:03.228 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-03-21T22:03:03.268 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-03-21T22:03:03.396 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-logutils. 2024-03-21T22:03:03.422 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-03-21T22:03:03.454 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-03-21T22:03:03.499 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package ceph. 2024-03-21T22:03:03.526 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../066-ceph_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:03:03.566 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking ceph (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:03.571 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-mako. 2024-03-21T22:03:03.597 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-03-21T22:03:03.712 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-21T22:03:03.749 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-markupsafe. 2024-03-21T22:03:03.775 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-03-21T22:03:03.801 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package ceph-fuse. 2024-03-21T22:03:03.815 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-03-21T22:03:03.829 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:03:03.859 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking ceph-fuse (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:03.957 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-simplegeneric. 2024-03-21T22:03:03.984 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-03-21T22:03:04.015 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-03-21T22:03:04.118 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-mako. 2024-03-21T22:03:04.145 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-03-21T22:03:04.185 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-21T22:03:04.230 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package ceph-mds. 2024-03-21T22:03:04.257 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:03:04.296 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking ceph-mds (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:04.301 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-singledispatch. 2024-03-21T22:03:04.328 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-03-21T22:03:04.368 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-03-21T22:03:04.522 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-simplegeneric. 2024-03-21T22:03:04.548 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-03-21T22:03:04.588 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-03-21T22:03:04.671 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-webob. 2024-03-21T22:03:04.698 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-03-21T22:03:04.699 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package cephadm. 2024-03-21T22:03:04.726 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../069-cephadm_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:03:04.737 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-03-21T22:03:04.782 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking cephadm (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:04.841 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-singledispatch. 2024-03-21T22:03:04.856 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-03-21T22:03:04.891 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-03-21T22:03:05.068 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-asyncssh. 2024-03-21T22:03:05.090 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-waitress. 2024-03-21T22:03:05.095 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-03-21T22:03:05.117 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-03-21T22:03:05.126 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-03-21T22:03:05.177 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-21T22:03:05.194 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-webob. 2024-03-21T22:03:05.221 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-03-21T22:03:05.260 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-03-21T22:03:05.454 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python-babel-localedata. 2024-03-21T22:03:05.470 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-03-21T22:03:05.502 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-tempita. 2024-03-21T22:03:05.512 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-21T22:03:05.529 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-03-21T22:03:05.568 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-03-21T22:03:05.606 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-waitress. 2024-03-21T22:03:05.632 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-03-21T22:03:05.675 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-21T22:03:05.838 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-paste. 2024-03-21T22:03:05.865 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-03-21T22:03:05.896 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-03-21T22:03:05.983 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-tempita. 2024-03-21T22:03:06.010 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-03-21T22:03:06.050 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-03-21T22:03:06.216 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-03-21T22:03:06.243 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-03-21T22:03:06.282 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-03-21T22:03:06.370 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-paste. 2024-03-21T22:03:06.396 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-03-21T22:03:06.436 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-03-21T22:03:06.517 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-babel. 2024-03-21T22:03:06.543 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-pastedeploy. 2024-03-21T22:03:06.544 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-03-21T22:03:06.559 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-03-21T22:03:06.583 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-03-21T22:03:06.593 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-03-21T22:03:06.765 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-03-21T22:03:06.791 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-03-21T22:03:06.831 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-03-21T22:03:06.896 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-webtest. 2024-03-21T22:03:06.923 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-03-21T22:03:06.938 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-jinja2. 2024-03-21T22:03:06.963 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-03-21T22:03:06.966 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-03-21T22:03:07.004 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-21T22:03:07.134 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-pastedeploy. 2024-03-21T22:03:07.161 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-03-21T22:03:07.201 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-03-21T22:03:07.265 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-pecan. 2024-03-21T22:03:07.292 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-03-21T22:03:07.332 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-03-21T22:03:07.358 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-03-21T22:03:07.385 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2286-g5d87ad5b-1jammy_all.deb ... 2024-03-21T22:03:07.426 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:07.462 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-webtest. 2024-03-21T22:03:07.478 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-03-21T22:03:07.512 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-03-21T22:03:07.707 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-certifi. 2024-03-21T22:03:07.734 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-03-21T22:03:07.761 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-repoze.lru. 2024-03-21T22:03:07.778 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-03-21T22:03:07.788 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-03-21T22:03:07.823 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-pecan. 2024-03-21T22:03:07.827 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-03-21T22:03:07.851 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-03-21T22:03:07.890 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-03-21T22:03:08.089 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-routes. 2024-03-21T22:03:08.089 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-idna. 2024-03-21T22:03:08.116 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-03-21T22:03:08.117 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-03-21T22:03:08.146 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-03-21T22:03:08.156 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-idna (3.3-1) ... 2024-03-21T22:03:08.270 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-certifi. 2024-03-21T22:03:08.297 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-03-21T22:03:08.337 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-03-21T22:03:08.458 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-03-21T22:03:08.467 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-urllib3. 2024-03-21T22:03:08.474 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2286-g5d87ad5b-1jammy_all.deb ... 2024-03-21T22:03:08.494 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-03-21T22:03:08.516 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:08.534 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-21T22:03:08.632 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-idna. 2024-03-21T22:03:08.658 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-03-21T22:03:08.698 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-idna (3.3-1) ... 2024-03-21T22:03:08.862 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-requests. 2024-03-21T22:03:08.889 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-03-21T22:03:08.928 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-21T22:03:08.976 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-urllib3. 2024-03-21T22:03:09.003 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-03-21T22:03:09.043 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-21T22:03:09.346 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-requests. 2024-03-21T22:03:09.373 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-03-21T22:03:09.413 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-21T22:03:09.423 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-werkzeug. 2024-03-21T22:03:09.450 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-03-21T22:03:09.489 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-21T22:03:09.705 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-03-21T22:03:09.722 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-03-21T22:03:09.724 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-werkzeug. 2024-03-21T22:03:09.751 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-03-21T22:03:09.763 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-21T22:03:09.767 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-03-21T22:03:09.783 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2286-g5d87ad5b-1jammy_all.deb ... 2024-03-21T22:03:09.790 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-21T22:03:09.825 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:10.085 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-03-21T22:03:10.112 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2286-g5d87ad5b-1jammy_all.deb ... 2024-03-21T22:03:10.152 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:10.230 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-03-21T22:03:10.257 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:03:10.297 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:10.517 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-joblib. 2024-03-21T22:03:10.544 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-03-21T22:03:10.583 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-03-21T22:03:10.599 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-bcrypt. 2024-03-21T22:03:10.626 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-03-21T22:03:10.666 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-03-21T22:03:10.673 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-03-21T22:03:10.699 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:03:10.740 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:10.935 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-openssl. 2024-03-21T22:03:10.951 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-03-21T22:03:10.953 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-03-21T22:03:10.981 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-03-21T22:03:10.985 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-03-21T22:03:11.020 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-03-21T22:03:11.043 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-bcrypt. 2024-03-21T22:03:11.069 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-03-21T22:03:11.109 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-03-21T22:03:11.306 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-sklearn. 2024-03-21T22:03:11.330 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-mgr. 2024-03-21T22:03:11.333 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-03-21T22:03:11.357 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:03:11.372 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-21T22:03:11.396 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-mgr (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:11.413 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-openssl. 2024-03-21T22:03:11.439 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-03-21T22:03:11.479 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-03-21T22:03:11.782 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-mgr. 2024-03-21T22:03:11.809 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:03:11.816 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-mon. 2024-03-21T22:03:11.843 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:03:11.849 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-mgr (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:11.882 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-mon (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:12.148 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-03-21T22:03:12.176 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2286-g5d87ad5b-1jammy_all.deb ... 2024-03-21T22:03:12.219 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-mon. 2024-03-21T22:03:12.245 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:03:12.285 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-mon (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:12.308 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:12.553 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-osd. 2024-03-21T22:03:12.580 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:03:12.611 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-osd (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:12.889 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-osd. 2024-03-21T22:03:12.916 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:03:12.955 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-osd (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:13.278 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-cachetools. 2024-03-21T22:03:13.306 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-03-21T22:03:13.345 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-03-21T22:03:13.648 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-pyasn1. 2024-03-21T22:03:13.676 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-03-21T22:03:13.714 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph. 2024-03-21T22:03:13.714 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-03-21T22:03:13.730 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../066-ceph_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:03:13.772 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:13.984 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph. 2024-03-21T22:03:14.010 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../066-ceph_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:03:14.050 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:14.068 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-03-21T22:03:14.091 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-fuse. 2024-03-21T22:03:14.095 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-03-21T22:03:14.119 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:03:14.134 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-03-21T22:03:14.158 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-fuse (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:14.370 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-fuse. 2024-03-21T22:03:14.396 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:03:14.421 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-rsa. 2024-03-21T22:03:14.436 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-fuse (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:14.448 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-03-21T22:03:14.487 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-rsa (4.8-1) ... 2024-03-21T22:03:14.528 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-mds. 2024-03-21T22:03:14.555 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:03:14.594 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-mds (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:14.808 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-google-auth. 2024-03-21T22:03:14.815 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-mds. 2024-03-21T22:03:14.836 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-03-21T22:03:14.841 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:03:14.874 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-03-21T22:03:14.906 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-mds (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:14.956 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package cephadm. 2024-03-21T22:03:14.983 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../069-cephadm_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:03:15.014 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking cephadm (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:15.195 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-03-21T22:03:15.222 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-03-21T22:03:15.261 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-21T22:03:15.285 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package cephadm. 2024-03-21T22:03:15.300 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../069-cephadm_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:03:15.333 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-asyncssh. 2024-03-21T22:03:15.334 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking cephadm (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:15.360 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-03-21T22:03:15.416 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-03-21T22:03:15.623 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-websocket. 2024-03-21T22:03:15.646 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-asyncssh. 2024-03-21T22:03:15.650 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-03-21T22:03:15.672 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-03-21T22:03:15.689 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-03-21T22:03:15.702 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python-babel-localedata. 2024-03-21T22:03:15.712 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-03-21T22:03:15.730 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-03-21T22:03:15.769 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-21T22:03:15.999 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python-babel-localedata. 2024-03-21T22:03:16.009 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-kubernetes. 2024-03-21T22:03:16.025 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-03-21T22:03:16.037 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-03-21T22:03:16.065 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-21T22:03:16.075 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-21T22:03:16.791 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-babel. 2024-03-21T22:03:16.815 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-03-21T22:03:16.818 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-03-21T22:03:16.843 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2286-g5d87ad5b-1jammy_all.deb ... 2024-03-21T22:03:16.857 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-03-21T22:03:16.889 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:17.046 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-babel. 2024-03-21T22:03:17.073 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-03-21T22:03:17.112 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-03-21T22:03:17.177 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-jinja2. 2024-03-21T22:03:17.204 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-03-21T22:03:17.226 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package libonig5:amd64. 2024-03-21T22:03:17.243 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-21T22:03:17.254 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-03-21T22:03:17.292 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-21T22:03:17.415 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-jinja2. 2024-03-21T22:03:17.442 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-03-21T22:03:17.482 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-21T22:03:17.646 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-03-21T22:03:17.654 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package libjq1:amd64. 2024-03-21T22:03:17.674 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2286-g5d87ad5b-1jammy_all.deb ... 2024-03-21T22:03:17.682 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-03-21T22:03:17.712 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:17.720 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-21T22:03:17.793 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-03-21T22:03:17.817 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2286-g5d87ad5b-1jammy_all.deb ... 2024-03-21T22:03:17.851 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:18.006 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package jq. 2024-03-21T22:03:18.034 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-03-21T22:03:18.057 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-repoze.lru. 2024-03-21T22:03:18.081 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-03-21T22:03:18.085 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-03-21T22:03:18.124 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-03-21T22:03:18.205 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-repoze.lru. 2024-03-21T22:03:18.232 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-03-21T22:03:18.271 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-03-21T22:03:18.375 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package socat. 2024-03-21T22:03:18.403 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-03-21T22:03:18.435 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-routes. 2024-03-21T22:03:18.442 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-03-21T22:03:18.463 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-03-21T22:03:18.501 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-03-21T22:03:18.524 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-routes. 2024-03-21T22:03:18.551 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-03-21T22:03:18.582 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-03-21T22:03:18.762 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package xmlstarlet. 2024-03-21T22:03:18.790 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-03-21T22:03:18.828 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-03-21T22:03:18.838 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-03-21T22:03:18.866 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2286-g5d87ad5b-1jammy_all.deb ... 2024-03-21T22:03:18.902 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-03-21T22:03:18.904 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:18.918 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2286-g5d87ad5b-1jammy_all.deb ... 2024-03-21T22:03:18.952 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:19.175 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package ceph-test. 2024-03-21T22:03:19.192 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:03:19.224 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking ceph-test (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:20.183 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-03-21T22:03:20.199 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-03-21T22:03:20.233 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-21T22:03:20.410 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-03-21T22:03:20.438 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-03-21T22:03:20.476 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-21T22:03:20.946 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-joblib. 2024-03-21T22:03:20.974 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-03-21T22:03:21.003 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-joblib. 2024-03-21T22:03:21.013 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-03-21T22:03:21.030 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-03-21T22:03:21.069 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-03-21T22:03:21.383 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-03-21T22:03:21.410 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-03-21T22:03:21.449 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-03-21T22:03:21.457 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-03-21T22:03:21.462 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package ceph-volume. 2024-03-21T22:03:21.485 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-03-21T22:03:21.490 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2286-g5d87ad5b-1jammy_all.deb ... 2024-03-21T22:03:21.523 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-03-21T22:03:21.528 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking ceph-volume (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:21.760 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-sklearn. 2024-03-21T22:03:21.788 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-03-21T22:03:21.793 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-sklearn. 2024-03-21T22:03:21.820 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-03-21T22:03:21.827 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-21T22:03:21.857 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package libcephfs-dev. 2024-03-21T22:03:21.859 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-21T22:03:21.874 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:03:21.916 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking libcephfs-dev (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:22.177 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package lua-socket:amd64. 2024-03-21T22:03:22.193 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-03-21T22:03:22.226 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-21T22:03:22.527 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-03-21T22:03:22.543 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2286-g5d87ad5b-1jammy_all.deb ... 2024-03-21T22:03:22.564 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package lua-sec:amd64. 2024-03-21T22:03:22.593 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-03-21T22:03:22.631 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-03-21T22:03:22.652 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-03-21T22:03:22.679 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:22.679 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2286-g5d87ad5b-1jammy_all.deb ... 2024-03-21T22:03:22.804 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:23.010 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package nvme-cli. 2024-03-21T22:03:23.038 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-03-21T22:03:23.076 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-03-21T22:03:23.498 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package pkg-config. 2024-03-21T22:03:23.527 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-03-21T22:03:23.565 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-03-21T22:03:23.682 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-cachetools. 2024-03-21T22:03:23.710 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-03-21T22:03:23.740 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-cachetools. 2024-03-21T22:03:23.749 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-03-21T22:03:23.767 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-03-21T22:03:23.793 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-03-21T22:03:23.807 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-03-21T22:03:23.809 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-03-21T22:03:23.843 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-03-21T22:03:24.027 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-pyasn1. 2024-03-21T22:03:24.055 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-03-21T22:03:24.060 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-pyasn1. 2024-03-21T22:03:24.085 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-03-21T22:03:24.087 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-03-21T22:03:24.126 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-03-21T22:03:24.229 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-iniconfig. 2024-03-21T22:03:24.245 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-03-21T22:03:24.279 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-03-21T22:03:24.388 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-03-21T22:03:24.416 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-03-21T22:03:24.455 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-03-21T22:03:24.457 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-03-21T22:03:24.484 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-03-21T22:03:24.524 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-03-21T22:03:24.565 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-pastescript. 2024-03-21T22:03:24.594 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-03-21T22:03:24.632 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-03-21T22:03:24.749 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-rsa. 2024-03-21T22:03:24.777 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-03-21T22:03:24.816 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-rsa (4.8-1) ... 2024-03-21T22:03:24.835 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-rsa. 2024-03-21T22:03:24.862 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-03-21T22:03:24.901 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-rsa (4.8-1) ... 2024-03-21T22:03:24.952 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-pluggy. 2024-03-21T22:03:24.980 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-03-21T22:03:25.018 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-03-21T22:03:25.137 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-google-auth. 2024-03-21T22:03:25.164 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-03-21T22:03:25.188 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-google-auth. 2024-03-21T22:03:25.203 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-03-21T22:03:25.204 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-03-21T22:03:25.238 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-03-21T22:03:25.329 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-psutil. 2024-03-21T22:03:25.358 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-03-21T22:03:25.396 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-03-21T22:03:25.517 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-03-21T22:03:25.522 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-03-21T22:03:25.544 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-03-21T22:03:25.550 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-03-21T22:03:25.575 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-21T22:03:25.589 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-21T22:03:25.861 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-websocket. 2024-03-21T22:03:25.874 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-py. 2024-03-21T22:03:25.875 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-websocket. 2024-03-21T22:03:25.888 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-03-21T22:03:25.902 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-03-21T22:03:25.903 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-03-21T22:03:25.936 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-03-21T22:03:25.941 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-03-21T22:03:26.032 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-py (1.10.0-1) ... 2024-03-21T22:03:26.220 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-kubernetes. 2024-03-21T22:03:26.248 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-03-21T22:03:26.256 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-kubernetes. 2024-03-21T22:03:26.283 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-03-21T22:03:26.286 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-21T22:03:26.323 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-21T22:03:26.360 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-pygments. 2024-03-21T22:03:26.389 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-03-21T22:03:26.427 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-03-21T22:03:26.873 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-pyinotify. 2024-03-21T22:03:26.901 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-03-21T22:03:26.939 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-03-21T22:03:26.975 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-03-21T22:03:27.004 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2286-g5d87ad5b-1jammy_all.deb ... 2024-03-21T22:03:27.020 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-03-21T22:03:27.036 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2286-g5d87ad5b-1jammy_all.deb ... 2024-03-21T22:03:27.041 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:27.078 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:27.200 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-toml. 2024-03-21T22:03:27.229 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-03-21T22:03:27.267 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-03-21T22:03:27.378 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package libonig5:amd64. 2024-03-21T22:03:27.398 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libonig5:amd64. 2024-03-21T22:03:27.406 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-03-21T22:03:27.425 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-03-21T22:03:27.444 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-21T22:03:27.464 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-21T22:03:27.578 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-pytest. 2024-03-21T22:03:27.606 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-03-21T22:03:27.644 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-03-21T22:03:27.759 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libjq1:amd64. 2024-03-21T22:03:27.781 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package libjq1:amd64. 2024-03-21T22:03:27.787 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-03-21T22:03:27.809 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-03-21T22:03:27.817 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-21T22:03:27.847 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-21T22:03:28.007 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-simplejson. 2024-03-21T22:03:28.035 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-03-21T22:03:28.073 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-03-21T22:03:28.078 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package jq. 2024-03-21T22:03:28.095 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-03-21T22:03:28.100 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package jq. 2024-03-21T22:03:28.116 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-03-21T22:03:28.137 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-03-21T22:03:28.150 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-03-21T22:03:28.351 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-03-21T22:03:28.379 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-03-21T22:03:28.389 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package socat. 2024-03-21T22:03:28.394 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package socat. 2024-03-21T22:03:28.405 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-03-21T22:03:28.411 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-03-21T22:03:28.417 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-03-21T22:03:28.447 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-03-21T22:03:28.452 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-03-21T22:03:28.743 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package xmlstarlet. 2024-03-21T22:03:28.764 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package xmlstarlet. 2024-03-21T22:03:28.770 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-03-21T22:03:28.792 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-03-21T22:03:28.809 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-03-21T22:03:28.830 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-03-21T22:03:29.129 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package radosgw. 2024-03-21T22:03:29.158 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../116-radosgw_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:03:29.172 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-test. 2024-03-21T22:03:29.195 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking radosgw (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:29.200 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:03:29.201 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-test. 2024-03-21T22:03:29.229 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:03:29.238 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-test (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:29.276 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-test (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:29.990 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package rbd-fuse. 2024-03-21T22:03:30.007 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:03:30.049 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking rbd-fuse (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:30.362 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-03-21T22:03:30.620 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-21T22:03:30.755 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-03-21T22:03:31.005 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-03-21T22:03:31.309 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-03-21T22:03:31.614 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-volume. 2024-03-21T22:03:31.642 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2286-g5d87ad5b-1jammy_all.deb ... 2024-03-21T22:03:31.680 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-volume (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:31.701 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-volume. 2024-03-21T22:03:31.729 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2286-g5d87ad5b-1jammy_all.deb ... 2024-03-21T22:03:31.759 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-volume (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:31.760 INFO:teuthology.orchestra.run.smithi031.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-03-21T22:03:31.823 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up cephadm (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:31.983 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package libcephfs-dev. 2024-03-21T22:03:32.000 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:03:32.022 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libcephfs-dev. 2024-03-21T22:03:32.038 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:03:32.041 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking libcephfs-dev (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:32.071 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libcephfs-dev (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:32.311 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package lua-socket:amd64. 2024-03-21T22:03:32.339 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-03-21T22:03:32.348 INFO:teuthology.orchestra.run.smithi031.stdout:Adding system user cephadm....done 2024-03-21T22:03:32.369 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-21T22:03:32.375 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package lua-socket:amd64. 2024-03-21T22:03:32.402 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-03-21T22:03:32.441 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-21T22:03:32.504 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-21T22:03:32.691 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package lua-sec:amd64. 2024-03-21T22:03:32.718 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-03-21T22:03:32.757 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-03-21T22:03:32.788 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package lua-sec:amd64. 2024-03-21T22:03:32.797 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-03-21T22:03:32.815 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-03-21T22:03:32.854 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-03-21T22:03:33.040 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-03-21T22:03:33.136 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package nvme-cli. 2024-03-21T22:03:33.141 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-03-21T22:03:33.164 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-03-21T22:03:33.202 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-03-21T22:03:33.258 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package nvme-cli. 2024-03-21T22:03:33.286 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-03-21T22:03:33.325 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-03-21T22:03:33.400 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-03-21T22:03:33.641 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package pkg-config. 2024-03-21T22:03:33.668 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-03-21T22:03:33.669 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-03-21T22:03:33.707 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-03-21T22:03:33.738 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package pkg-config. 2024-03-21T22:03:33.766 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-03-21T22:03:33.794 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-py (1.10.0-1) ... 2024-03-21T22:03:33.805 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-03-21T22:03:33.977 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-03-21T22:03:33.994 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-03-21T22:03:34.027 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-03-21T22:03:34.066 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-03-21T22:03:34.082 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-03-21T22:03:34.104 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-03-21T22:03:34.125 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-03-21T22:03:34.405 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-iniconfig. 2024-03-21T22:03:34.422 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-03-21T22:03:34.454 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-03-21T22:03:34.473 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-03-21T22:03:34.536 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-iniconfig. 2024-03-21T22:03:34.563 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-03-21T22:03:34.602 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-03-21T22:03:34.716 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-03-21T22:03:34.757 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-pastescript. 2024-03-21T22:03:34.785 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-03-21T22:03:34.823 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-03-21T22:03:34.889 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-pastescript. 2024-03-21T22:03:34.916 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-03-21T22:03:34.947 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-03-21T22:03:34.967 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-03-21T22:03:35.152 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-pluggy. 2024-03-21T22:03:35.180 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-03-21T22:03:35.218 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-03-21T22:03:35.227 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-03-21T22:03:35.251 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-pluggy. 2024-03-21T22:03:35.278 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-03-21T22:03:35.317 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-03-21T22:03:35.486 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-03-21T22:03:35.555 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-psutil. 2024-03-21T22:03:35.583 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-03-21T22:03:35.621 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-03-21T22:03:35.628 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-psutil. 2024-03-21T22:03:35.656 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-03-21T22:03:35.695 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-03-21T22:03:35.746 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-03-21T22:03:35.991 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-py. 2024-03-21T22:03:35.997 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-ceph-argparse (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:36.006 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-py. 2024-03-21T22:03:36.019 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-03-21T22:03:36.034 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-03-21T22:03:36.066 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-py (1.10.0-1) ... 2024-03-21T22:03:36.072 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-py (1.10.0-1) ... 2024-03-21T22:03:36.256 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-21T22:03:36.369 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-pygments. 2024-03-21T22:03:36.382 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-21T22:03:36.397 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-03-21T22:03:36.401 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-pygments. 2024-03-21T22:03:36.429 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-03-21T22:03:36.435 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-03-21T22:03:36.467 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-03-21T22:03:36.508 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-03-21T22:03:36.634 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-03-21T22:03:36.889 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-pyinotify. 2024-03-21T22:03:36.894 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-03-21T22:03:36.914 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-03-21T22:03:36.947 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-03-21T22:03:36.980 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-pyinotify. 2024-03-21T22:03:37.008 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-03-21T22:03:37.047 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-03-21T22:03:37.234 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-toml. 2024-03-21T22:03:37.262 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-03-21T22:03:37.287 INFO:teuthology.orchestra.run.smithi031.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-03-21T22:03:37.300 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-03-21T22:03:37.342 INFO:teuthology.orchestra.run.smithi031.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-03-21T22:03:37.349 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-toml. 2024-03-21T22:03:37.377 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-03-21T22:03:37.406 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-21T22:03:37.424 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-03-21T22:03:37.507 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-03-21T22:03:37.595 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-pytest. 2024-03-21T22:03:37.623 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-03-21T22:03:37.677 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-pytest. 2024-03-21T22:03:37.678 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-03-21T22:03:37.705 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-03-21T22:03:37.744 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-03-21T22:03:37.858 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-21T22:03:37.964 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-simplejson. 2024-03-21T22:03:37.981 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-03-21T22:03:37.984 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-03-21T22:03:38.022 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-03-21T22:03:38.073 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-simplejson. 2024-03-21T22:03:38.100 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-03-21T22:03:38.139 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-03-21T22:03:38.252 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-03-21T22:03:38.258 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-03-21T22:03:38.275 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-03-21T22:03:38.316 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-03-21T22:03:38.417 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-03-21T22:03:38.433 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-03-21T22:03:38.475 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-03-21T22:03:38.519 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-03-21T22:03:38.821 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up zip (3.0-12build2) ... 2024-03-21T22:03:38.955 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-03-21T22:03:39.062 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package radosgw. 2024-03-21T22:03:39.091 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../116-radosgw_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:03:39.128 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking radosgw (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:39.204 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package radosgw. 2024-03-21T22:03:39.232 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../116-radosgw_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:03:39.270 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking radosgw (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:39.624 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-03-21T22:03:39.883 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-03-21T22:03:39.939 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package rbd-fuse. 2024-03-21T22:03:39.956 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:03:39.998 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking rbd-fuse (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:40.009 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-03-21T22:03:40.048 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package rbd-fuse. 2024-03-21T22:03:40.065 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T22:03:40.106 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking rbd-fuse (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:40.136 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-21T22:03:40.305 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-03-21T22:03:40.403 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-03-21T22:03:40.486 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-03-21T22:03:40.645 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-21T22:03:40.771 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-03-21T22:03:40.905 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-03-21T22:03:41.034 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-03-21T22:03:41.105 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-21T22:03:41.164 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-03-21T22:03:41.231 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-03-21T22:03:41.388 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-03-21T22:03:41.499 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-03-21T22:03:41.674 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-21T22:03:41.804 INFO:teuthology.orchestra.run.smithi098.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-03-21T22:03:41.858 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-03-21T22:03:41.975 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-21T22:03:42.074 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up cephadm (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:42.278 INFO:teuthology.orchestra.run.smithi033.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-03-21T22:03:42.327 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-03-21T22:03:42.349 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up cephadm (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:42.557 INFO:teuthology.orchestra.run.smithi098.stdout:Adding system user cephadm....done 2024-03-21T22:03:42.586 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-03-21T22:03:42.671 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-21T22:03:42.712 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-ceph-common (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:42.916 INFO:teuthology.orchestra.run.smithi033.stdout:Adding system user cephadm....done 2024-03-21T22:03:42.948 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-03-21T22:03:43.055 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-21T22:03:43.055 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-idna (3.3-1) ... 2024-03-21T22:03:43.190 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-03-21T22:03:43.300 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-03-21T22:03:43.339 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-03-21T22:03:43.365 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-21T22:03:43.543 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-03-21T22:03:43.599 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-03-21T22:03:43.725 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-03-21T22:03:43.821 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-03-21T22:03:43.945 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-py (1.10.0-1) ... 2024-03-21T22:03:44.018 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-03-21T22:03:44.255 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-03-21T22:03:44.269 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-03-21T22:03:44.378 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-py (1.10.0-1) ... 2024-03-21T22:03:44.570 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-03-21T22:03:44.615 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-03-21T22:03:44.705 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-03-21T22:03:44.839 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T22:03:44.858 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-03-21T22:03:44.948 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-toml (0.10.2-1) ... 2024-03-21T22:03:45.082 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-03-21T22:03:45.126 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-03-21T22:03:45.191 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-21T22:03:45.317 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-03-21T22:03:45.350 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-03-21T22:03:45.394 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-03-21T22:03:45.443 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-21T22:03:45.637 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-03-21T22:03:45.659 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-03-21T22:03:45.879 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-03-21T22:03:45.886 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-03-21T22:03:45.919 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-03-21T22:03:46.171 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-03-21T22:03:46.171 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-03-21T22:03:46.256 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-ceph-argparse (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:46.422 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T22:03:46.430 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-03-21T22:03:46.523 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-03-21T22:03:46.540 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-21T22:03:46.642 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-21T22:03:46.731 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-ceph-argparse (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:46.743 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-03-21T22:03:46.824 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-03-21T22:03:46.877 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-03-21T22:03:46.999 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-21T22:03:47.075 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-03-21T22:03:47.124 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-21T22:03:47.128 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-03-21T22:03:47.242 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-03-21T22:03:47.335 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-03-21T22:03:47.343 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-03-21T22:03:47.531 INFO:teuthology.orchestra.run.smithi098.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-03-21T22:03:47.576 INFO:teuthology.orchestra.run.smithi098.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-03-21T22:03:47.586 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-03-21T22:03:47.602 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-03-21T22:03:47.640 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-21T22:03:47.750 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-03-21T22:03:47.862 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-03-21T22:03:47.963 INFO:teuthology.orchestra.run.smithi033.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-03-21T22:03:47.991 INFO:teuthology.orchestra.run.smithi033.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-03-21T22:03:48.056 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-21T22:03:48.109 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-21T22:03:48.121 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-21T22:03:48.181 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-03-21T22:03:48.231 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-03-21T22:03:48.235 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-03-21T22:03:48.503 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-03-21T22:03:48.515 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-21T22:03:48.549 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-21T22:03:48.650 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-21T22:03:48.675 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-03-21T22:03:48.771 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-03-21T22:03:48.926 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-03-21T22:03:48.942 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-03-21T22:03:49.081 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up zip (3.0-12build2) ... 2024-03-21T22:03:49.177 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-03-21T22:03:49.206 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-03-21T22:03:49.243 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-03-21T22:03:49.487 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up zip (3.0-12build2) ... 2024-03-21T22:03:49.503 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-21T22:03:49.613 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-03-21T22:03:49.629 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-03-21T22:03:49.764 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-03-21T22:03:49.845 INFO:teuthology.orchestra.run.smithi031.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-03-21T22:03:49.859 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-03-21T22:03:50.082 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-21T22:03:50.127 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-03-21T22:03:50.210 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-03-21T22:03:50.236 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-03-21T22:03:50.281 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-03-21T22:03:50.345 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-21T22:03:50.533 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-03-21T22:03:50.633 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-03-21T22:03:50.638 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-03-21T22:03:50.660 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-03-21T22:03:50.751 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-21T22:03:50.944 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up lua-any (27ubuntu1) ... 2024-03-21T22:03:51.023 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-03-21T22:03:51.069 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-03-21T22:03:51.070 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-portend (3.0.0-1) ... 2024-03-21T22:03:51.266 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-03-21T22:03:51.330 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T22:03:51.456 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-21T22:03:51.462 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-03-21T22:03:51.642 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-21T22:03:51.713 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-03-21T22:03:51.773 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-03-21T22:03:51.927 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-21T22:03:52.058 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-21T22:03:52.081 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-21T22:03:52.278 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-03-21T22:03:52.342 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-03-21T22:03:52.365 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-21T22:03:52.493 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-rsa (4.8-1) ... 2024-03-21T22:03:52.513 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-03-21T22:03:52.639 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-ceph-common (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:52.700 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-03-21T22:03:52.769 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-03-21T22:03:52.932 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-idna (3.3-1) ... 2024-03-21T22:03:52.943 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-03-21T22:03:53.045 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-21T22:03:53.069 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-ceph-common (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:53.233 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-21T22:03:53.387 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-idna (3.3-1) ... 2024-03-21T22:03:53.390 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-03-21T22:03:53.713 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-21T22:03:53.767 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-03-21T22:03:54.060 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-03-21T22:03:54.389 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-03-21T22:03:54.407 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-21T22:03:54.508 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up librados2 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:54.625 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:54.649 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T22:03:54.751 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-03-21T22:03:54.783 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-toml (0.10.2-1) ... 2024-03-21T22:03:54.960 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-03-21T22:03:55.052 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-21T22:03:55.087 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up libcephfs2 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:55.178 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-03-21T22:03:55.212 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T22:03:55.213 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up libradosstriper1 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:55.304 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-21T22:03:55.339 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-03-21T22:03:55.346 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-toml (0.10.2-1) ... 2024-03-21T22:03:55.597 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-03-21T22:03:55.607 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up librbd1 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:55.631 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-21T22:03:55.733 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up ceph-mgr-modules-core (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:55.756 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-03-21T22:03:55.848 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-03-21T22:03:55.860 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up ceph-fuse (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:55.907 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-21T22:03:56.081 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-21T22:03:56.081 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-21T22:03:56.082 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T22:03:56.209 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-03-21T22:03:56.234 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-03-21T22:03:56.485 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-03-21T22:03:56.518 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-03-21T22:03:56.636 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up libcephfs-dev (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:56.736 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T22:03:56.762 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-03-21T22:03:56.795 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-rados (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:56.862 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-03-21T22:03:56.913 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up librgw2 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:57.012 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-03-21T22:03:57.056 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-21T22:03:57.163 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-03-21T22:03:57.272 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-03-21T22:03:57.431 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-03-21T22:03:57.523 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-03-21T22:03:57.690 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-03-21T22:03:57.774 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-21T22:03:57.875 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-03-21T22:03:57.941 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-03-21T22:03:58.168 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-21T22:03:58.176 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-03-21T22:03:58.286 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-21T22:03:58.360 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-rbd (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:58.418 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-21T22:03:58.486 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up rbd-fuse (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:58.536 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-03-21T22:03:58.554 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-03-21T22:03:58.596 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-rgw (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:58.697 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-cephfs (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:58.815 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up ceph-common (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:03:58.821 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-21T22:03:58.855 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-03-21T22:03:58.947 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-21T22:03:59.106 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-21T22:03:59.232 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-03-21T22:03:59.239 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-03-21T22:03:59.367 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-03-21T22:03:59.391 INFO:teuthology.orchestra.run.smithi031.stdout:Adding group ceph....done 2024-03-21T22:03:59.456 INFO:teuthology.orchestra.run.smithi098.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-03-21T22:03:59.540 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-03-21T22:03:59.719 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-21T22:03:59.783 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-21T22:03:59.784 INFO:teuthology.orchestra.run.smithi031.stdout:Adding system user ceph....done 2024-03-21T22:03:59.845 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-03-21T22:03:59.901 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-03-21T22:03:59.961 INFO:teuthology.orchestra.run.smithi031.stdout:Setting system user ceph properties....done 2024-03-21T22:03:59.980 INFO:teuthology.orchestra.run.smithi031.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-03-21T22:04:00.027 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-03-21T22:04:00.115 INFO:teuthology.orchestra.run.smithi033.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-03-21T22:04:00.122 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-03-21T22:04:00.221 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-03-21T22:04:00.362 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-21T22:04:00.446 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-03-21T22:04:00.480 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up lua-any (27ubuntu1) ... 2024-03-21T22:04:00.488 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-03-21T22:04:00.606 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-portend (3.0.0-1) ... 2024-03-21T22:04:00.858 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T22:04:00.881 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-03-21T22:04:00.924 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up ceph-test (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:00.984 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-21T22:04:01.033 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up radosgw (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:01.174 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up lua-any (27ubuntu1) ... 2024-03-21T22:04:01.275 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-portend (3.0.0-1) ... 2024-03-21T22:04:01.310 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-03-21T22:04:01.511 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-21T22:04:01.511 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-21T22:04:01.517 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T22:04:01.603 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-21T22:04:01.618 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-21T22:04:01.863 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-03-21T22:04:01.953 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-03-21T22:04:01.988 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-rsa (4.8-1) ... 2024-03-21T22:04:02.265 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-03-21T22:04:02.271 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-21T22:04:02.363 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up ceph-base (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:02.524 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-21T22:04:02.571 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-03-21T22:04:02.698 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-rsa (4.8-1) ... 2024-03-21T22:04:02.723 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-03-21T22:04:02.869 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-03-21T22:04:02.957 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-03-21T22:04:03.201 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up ceph-mds (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:03.225 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-21T22:04:03.246 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-03-21T22:04:03.539 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-03-21T22:04:03.540 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-21T22:04:03.540 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-21T22:04:03.553 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-03-21T22:04:03.875 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-21T22:04:03.955 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-03-21T22:04:03.985 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up librados2 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:04.026 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up ceph-mgr (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:04.111 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:04.237 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-03-21T22:04:04.253 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-21T22:04:04.254 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-21T22:04:04.264 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-03-21T22:04:04.573 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libcephfs2 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:04.609 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-21T22:04:04.682 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libradosstriper1 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:04.710 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up librados2 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:04.777 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up ceph-osd (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:04.783 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-03-21T22:04:04.810 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:04.945 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-03-21T22:04:05.050 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-21T22:04:05.050 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-21T22:04:05.051 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up librbd1 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:05.169 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-mgr-modules-core (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:05.279 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-fuse (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:05.281 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up libcephfs2 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:05.441 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up libradosstriper1 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:05.504 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:05.509 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-21T22:04:05.509 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-21T22:04:05.558 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-03-21T22:04:05.605 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:05.756 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up ceph-mon (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:05.843 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up librbd1 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:05.964 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-21T22:04:05.965 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-21T22:04:05.994 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-mgr-modules-core (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:05.996 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libcephfs-dev (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:06.123 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-rados (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:06.145 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-fuse (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:06.232 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up librgw2 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:06.333 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-21T22:04:06.373 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-21T22:04:06.373 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-21T22:04:06.432 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up ceph-mgr-cephadm (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:06.567 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up ceph (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:06.692 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up ceph-mgr-dashboard (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:06.843 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up ceph-volume (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:06.863 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up libcephfs-dev (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:06.989 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-rados (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:07.115 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up librgw2 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:07.204 INFO:teuthology.orchestra.run.smithi031.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-03-21T22:04:07.241 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-21T22:04:07.313 INFO:teuthology.orchestra.run.smithi031.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-03-21T22:04:07.458 INFO:teuthology.orchestra.run.smithi031.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-03-21T22:04:07.570 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-rbd (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:07.696 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up rbd-fuse (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:07.823 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-rgw (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:07.948 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-cephfs (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:08.075 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-common (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:08.367 INFO:teuthology.orchestra.run.smithi031.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-03-21T22:04:08.511 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-rbd (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:08.626 INFO:teuthology.orchestra.run.smithi098.stdout:Adding group ceph....done 2024-03-21T22:04:08.637 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up rbd-fuse (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:08.746 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-rgw (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:08.847 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-cephfs (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:08.974 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-common (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:08.994 INFO:teuthology.orchestra.run.smithi098.stdout:Adding system user ceph....done 2024-03-21T22:04:09.031 INFO:teuthology.orchestra.run.smithi031.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-03-21T22:04:09.037 DEBUG:teuthology.parallel:result is None 2024-03-21T22:04:09.166 INFO:teuthology.orchestra.run.smithi098.stdout:Setting system user ceph properties....done 2024-03-21T22:04:09.179 INFO:teuthology.orchestra.run.smithi098.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-03-21T22:04:09.315 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-03-21T22:04:09.516 INFO:teuthology.orchestra.run.smithi033.stdout:Adding group ceph....done 2024-03-21T22:04:09.625 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-03-21T22:04:09.818 INFO:teuthology.orchestra.run.smithi033.stdout:Adding system user ceph....done 2024-03-21T22:04:09.986 INFO:teuthology.orchestra.run.smithi033.stdout:Setting system user ceph properties....done 2024-03-21T22:04:10.006 INFO:teuthology.orchestra.run.smithi033.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-03-21T22:04:10.078 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-test (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:10.146 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-03-21T22:04:10.218 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up radosgw (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:10.452 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-03-21T22:04:10.627 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-21T22:04:10.627 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-21T22:04:10.933 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-test (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:11.065 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-base (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:11.084 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up radosgw (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:11.418 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-03-21T22:04:11.891 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-mds (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:11.908 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-21T22:04:11.908 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-21T22:04:12.115 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-21T22:04:12.115 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-21T22:04:12.369 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-base (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:12.727 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-03-21T22:04:12.844 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-mgr (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:13.091 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-21T22:04:13.092 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-21T22:04:13.187 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-mds (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:13.430 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-21T22:04:13.430 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-21T22:04:13.611 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-osd (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:13.907 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-mgr (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:13.969 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-21T22:04:13.969 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-21T22:04:14.123 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-21T22:04:14.123 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-21T22:04:14.456 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:14.565 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:14.591 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-osd (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:14.699 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-mon (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:14.893 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-21T22:04:14.893 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-21T22:04:14.989 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-21T22:04:14.990 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-21T22:04:15.351 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-mgr-cephadm (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:15.468 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:15.502 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:15.611 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:15.636 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-mgr-dashboard (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:15.771 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-mon (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:15.787 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-volume (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:15.988 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-21T22:04:15.988 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-21T22:04:16.216 INFO:teuthology.orchestra.run.smithi098.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-03-21T22:04:16.316 INFO:teuthology.orchestra.run.smithi098.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-03-21T22:04:16.439 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-mgr-cephadm (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:16.468 INFO:teuthology.orchestra.run.smithi098.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-03-21T22:04:16.590 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:16.716 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-mgr-dashboard (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:16.926 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-volume (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T22:04:17.227 INFO:teuthology.orchestra.run.smithi098.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-03-21T22:04:17.296 INFO:teuthology.orchestra.run.smithi033.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-03-21T22:04:17.396 INFO:teuthology.orchestra.run.smithi033.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-03-21T22:04:17.590 INFO:teuthology.orchestra.run.smithi033.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-03-21T22:04:17.859 INFO:teuthology.orchestra.run.smithi098.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-03-21T22:04:17.863 DEBUG:teuthology.parallel:result is None 2024-03-21T22:04:18.307 INFO:teuthology.orchestra.run.smithi033.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-03-21T22:04:18.947 INFO:teuthology.orchestra.run.smithi033.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-03-21T22:04:18.951 DEBUG:teuthology.parallel:result is None 2024-03-21T22:04:18.952 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5d87ad5bd031c000b3eb3ea886a68e118ae09d38 2024-03-21T22:04:19.093 DEBUG:teuthology.orchestra.run.smithi031:> dpkg-query -W -f '${Version}' ceph 2024-03-21T22:04:19.113 INFO:teuthology.orchestra.run.smithi031.stdout:19.0.0-2286-g5d87ad5b-1jammy 2024-03-21T22:04:19.113 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2286-g5d87ad5b-1jammy 2024-03-21T22:04:19.113 INFO:teuthology.task.install:The correct ceph version 19.0.0-2286-g5d87ad5b-1jammy is installed. 2024-03-21T22:04:19.115 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5d87ad5bd031c000b3eb3ea886a68e118ae09d38 2024-03-21T22:04:19.329 DEBUG:teuthology.orchestra.run.smithi033:> dpkg-query -W -f '${Version}' ceph 2024-03-21T22:04:19.349 INFO:teuthology.orchestra.run.smithi033.stdout:19.0.0-2286-g5d87ad5b-1jammy 2024-03-21T22:04:19.349 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2286-g5d87ad5b-1jammy 2024-03-21T22:04:19.350 INFO:teuthology.task.install:The correct ceph version 19.0.0-2286-g5d87ad5b-1jammy is installed. 2024-03-21T22:04:19.351 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5d87ad5bd031c000b3eb3ea886a68e118ae09d38 2024-03-21T22:04:19.566 DEBUG:teuthology.orchestra.run.smithi098:> dpkg-query -W -f '${Version}' ceph 2024-03-21T22:04:19.585 INFO:teuthology.orchestra.run.smithi098.stdout:19.0.0-2286-g5d87ad5b-1jammy 2024-03-21T22:04:19.585 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2286-g5d87ad5b-1jammy 2024-03-21T22:04:19.586 INFO:teuthology.task.install:The correct ceph version 19.0.0-2286-g5d87ad5b-1jammy is installed. 2024-03-21T22:04:19.587 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-03-21T22:04:19.587 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-03-21T22:04:19.588 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-21T22:04:19.602 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-03-21T22:04:19.602 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-21T22:04:19.617 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-03-21T22:04:19.617 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-21T22:04:19.641 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-03-21T22:04:19.641 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-03-21T22:04:19.641 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/usr/bin/daemon-helper 2024-03-21T22:04:19.656 DEBUG:teuthology.orchestra.run.smithi031:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-21T22:04:19.711 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-03-21T22:04:19.711 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd of=/usr/bin/daemon-helper 2024-03-21T22:04:19.725 DEBUG:teuthology.orchestra.run.smithi033:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-21T22:04:19.781 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-03-21T22:04:19.781 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/usr/bin/daemon-helper 2024-03-21T22:04:19.794 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-21T22:04:19.847 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-03-21T22:04:19.847 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-03-21T22:04:19.848 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-21T22:04:19.861 DEBUG:teuthology.orchestra.run.smithi031:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-21T22:04:19.915 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-03-21T22:04:19.915 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-21T22:04:19.929 DEBUG:teuthology.orchestra.run.smithi033:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-21T22:04:19.984 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-03-21T22:04:19.985 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-21T22:04:19.997 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-21T22:04:20.050 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-03-21T22:04:20.050 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-03-21T22:04:20.051 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/usr/bin/stdin-killer 2024-03-21T22:04:20.064 DEBUG:teuthology.orchestra.run.smithi031:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-21T22:04:20.119 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-03-21T22:04:20.119 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd of=/usr/bin/stdin-killer 2024-03-21T22:04:20.133 DEBUG:teuthology.orchestra.run.smithi033:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-21T22:04:20.189 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-03-21T22:04:20.189 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/usr/bin/stdin-killer 2024-03-21T22:04:20.201 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-21T22:04:20.254 INFO:teuthology.run_tasks:Running task cephadm... 2024-03-21T22:04:20.347 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, '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\\)', 'MON_DOWN'], 'sha1': '5d87ad5bd031c000b3eb3ea886a68e118ae09d38'} 2024-03-21T22:04:20.347 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 2024-03-21T22:04:20.348 INFO:tasks.cephadm:Cluster fsid is f7e76c80-e7ce-11ee-95cd-87774f69a715 2024-03-21T22:04:20.348 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-03-21T22:04:20.348 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.31', 'mon.b': '172.21.15.33', 'mon.c': '172.21.15.98'} 2024-03-21T22:04:20.348 INFO:tasks.cephadm:First mon is mon.a on smithi031 2024-03-21T22:04:20.348 INFO:tasks.cephadm:First mgr is a 2024-03-21T22:04:20.348 INFO:tasks.cephadm:Normalizing hostnames... 2024-03-21T22:04:20.349 DEBUG:teuthology.orchestra.run.smithi031:> sudo hostname $(hostname -s) 2024-03-21T22:04:20.364 DEBUG:teuthology.orchestra.run.smithi033:> sudo hostname $(hostname -s) 2024-03-21T22:04:20.379 DEBUG:teuthology.orchestra.run.smithi098:> sudo hostname $(hostname -s) 2024-03-21T22:04:20.393 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-03-21T22:04:20.393 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5d87ad5bd031c000b3eb3ea886a68e118ae09d38 2024-03-21T22:04:20.611 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '5d87ad5bd031c000b3eb3ea886a68e118ae09d38', '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/77841/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2286-g5d87ad5b', 'node_name': '172.21.2.11+braggi11', '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-2286-g5d87ad5b-1jammy'}, 'url': 'https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-03-21 20:17:13.915410', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-phlogistonjohn-testing-2024-03-21-1131', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-03-21T22:04:20.751 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref wip-phlogistonjohn-testing-2024-03-21-1131, sha1 5d87ad5bd031c000b3eb3ea886a68e118ae09d38 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=5d87ad5bd031c000b3eb3ea886a68e118ae09d38 2024-03-21T22:04:20.753 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-03-21T22:04:20.753 DEBUG:teuthology.orchestra.run.smithi031:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-21T22:04:21.733 INFO:teuthology.orchestra.run.smithi031.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788823 Mar 21 22:04 /home/ubuntu/cephtest/cephadm 2024-03-21T22:04:21.734 DEBUG:teuthology.orchestra.run.smithi033:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-21T22:04:22.808 INFO:teuthology.orchestra.run.smithi033.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788823 Mar 21 22:04 /home/ubuntu/cephtest/cephadm 2024-03-21T22:04:22.809 DEBUG:teuthology.orchestra.run.smithi098:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-21T22:04:23.776 INFO:teuthology.orchestra.run.smithi098.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788823 Mar 21 22:04 /home/ubuntu/cephtest/cephadm 2024-03-21T22:04:23.776 DEBUG:teuthology.orchestra.run.smithi031:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-21T22:04:23.784 DEBUG:teuthology.orchestra.run.smithi033:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-21T22:04:23.792 DEBUG:teuthology.orchestra.run.smithi098:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-21T22:04:23.811 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 on all hosts... 2024-03-21T22:04:23.811 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 pull 2024-03-21T22:04:23.828 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 pull 2024-03-21T22:04:23.838 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 pull 2024-03-21T22:04:24.000 INFO:teuthology.orchestra.run.smithi031.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38... 2024-03-21T22:04:24.008 INFO:teuthology.orchestra.run.smithi033.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38... 2024-03-21T22:04:24.009 INFO:teuthology.orchestra.run.smithi098.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38... 2024-03-21T22:05:19.375 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2024-03-21T22:05:19.375 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph_version": "ceph version 19.0.0-2286-g5d87ad5b (5d87ad5bd031c000b3eb3ea886a68e118ae09d38) squid (dev)", 2024-03-21T22:05:19.375 INFO:teuthology.orchestra.run.smithi098.stdout: "image_id": "1c3557fbb169403f5161927e77b9b2186268246b87fb5a1554a7b0a8b4e49068", 2024-03-21T22:05:19.375 INFO:teuthology.orchestra.run.smithi098.stdout: "repo_digests": [ 2024-03-21T22:05:19.375 INFO:teuthology.orchestra.run.smithi098.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f60f3c216f555b8e367335520c66ffb3591c4a024f1368149f6143364f3d390d" 2024-03-21T22:05:19.375 INFO:teuthology.orchestra.run.smithi098.stdout: ] 2024-03-21T22:05:19.375 INFO:teuthology.orchestra.run.smithi098.stdout:} 2024-03-21T22:05:21.293 INFO:teuthology.orchestra.run.smithi033.stdout:{ 2024-03-21T22:05:21.293 INFO:teuthology.orchestra.run.smithi033.stdout: "ceph_version": "ceph version 19.0.0-2286-g5d87ad5b (5d87ad5bd031c000b3eb3ea886a68e118ae09d38) squid (dev)", 2024-03-21T22:05:21.293 INFO:teuthology.orchestra.run.smithi033.stdout: "image_id": "1c3557fbb169403f5161927e77b9b2186268246b87fb5a1554a7b0a8b4e49068", 2024-03-21T22:05:21.293 INFO:teuthology.orchestra.run.smithi033.stdout: "repo_digests": [ 2024-03-21T22:05:21.293 INFO:teuthology.orchestra.run.smithi033.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f60f3c216f555b8e367335520c66ffb3591c4a024f1368149f6143364f3d390d" 2024-03-21T22:05:21.294 INFO:teuthology.orchestra.run.smithi033.stdout: ] 2024-03-21T22:05:21.294 INFO:teuthology.orchestra.run.smithi033.stdout:} 2024-03-21T22:05:24.228 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-03-21T22:05:24.228 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph_version": "ceph version 19.0.0-2286-g5d87ad5b (5d87ad5bd031c000b3eb3ea886a68e118ae09d38) squid (dev)", 2024-03-21T22:05:24.228 INFO:teuthology.orchestra.run.smithi031.stdout: "image_id": "1c3557fbb169403f5161927e77b9b2186268246b87fb5a1554a7b0a8b4e49068", 2024-03-21T22:05:24.228 INFO:teuthology.orchestra.run.smithi031.stdout: "repo_digests": [ 2024-03-21T22:05:24.228 INFO:teuthology.orchestra.run.smithi031.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f60f3c216f555b8e367335520c66ffb3591c4a024f1368149f6143364f3d390d" 2024-03-21T22:05:24.228 INFO:teuthology.orchestra.run.smithi031.stdout: ] 2024-03-21T22:05:24.228 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-03-21T22:05:24.276 DEBUG:teuthology.orchestra.run.smithi031:> sudo mkdir -p /etc/ceph 2024-03-21T22:05:24.291 DEBUG:teuthology.orchestra.run.smithi033:> sudo mkdir -p /etc/ceph 2024-03-21T22:05:24.305 DEBUG:teuthology.orchestra.run.smithi098:> sudo mkdir -p /etc/ceph 2024-03-21T22:05:24.320 DEBUG:teuthology.orchestra.run.smithi031:> sudo chmod 777 /etc/ceph 2024-03-21T22:05:24.346 DEBUG:teuthology.orchestra.run.smithi033:> sudo chmod 777 /etc/ceph 2024-03-21T22:05:24.359 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod 777 /etc/ceph 2024-03-21T22:05:24.374 INFO:tasks.cephadm:Writing seed config... 2024-03-21T22:05:24.375 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-03-21T22:05:24.375 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-03-21T22:05:24.375 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-03-21T22:05:24.376 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-03-21T22:05:24.376 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-03-21T22:05:24.376 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-03-21T22:05:24.376 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-03-21T22:05:24.376 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-03-21T22:05:24.376 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-03-21T22:05:24.376 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-03-21T22:05:24.376 DEBUG:teuthology.orchestra.run.smithi031:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-03-21T22:05:24.395 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 = f7e76c80-e7ce-11ee-95cd-87774f69a715 mon election default strategy = 3 [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 mgr/cephadm/use_agent = True [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-03-21T22:05:24.396 DEBUG:teuthology.orchestra.run.smithi031:mon.a> sudo journalctl -f -n 0 -u ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@mon.a.service 2024-03-21T22:05:24.440 DEBUG:teuthology.orchestra.run.smithi031:mgr.a> sudo journalctl -f -n 0 -u ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@mgr.a.service 2024-03-21T22:05:24.483 INFO:tasks.cephadm:Bootstrapping... 2024-03-21T22:05:24.484 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 -v bootstrap --fsid f7e76c80-e7ce-11ee-95cd-87774f69a715 --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 a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.31 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-03-21T22:05:24.696 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2024-03-21T22:05:24.696 INFO:teuthology.orchestra.run.smithi031.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38', '-v', 'bootstrap', '--fsid', 'f7e76c80-e7ce-11ee-95cd-87774f69a715', '--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', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.31', '--skip-admin-label'] 2024-03-21T22:05:24.696 INFO:teuthology.orchestra.run.smithi031.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-03-21T22:05:24.697 INFO:teuthology.orchestra.run.smithi031.stdout:Verifying podman|docker is present... 2024-03-21T22:05:24.697 INFO:teuthology.orchestra.run.smithi031.stdout:Verifying lvm2 is present... 2024-03-21T22:05:24.697 INFO:teuthology.orchestra.run.smithi031.stdout:Verifying time synchronization is in place... 2024-03-21T22:05:24.703 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-21T22:05:24.704 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-21T22:05:24.708 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-21T22:05:24.708 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout inactive 2024-03-21T22:05:24.712 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-03-21T22:05:24.712 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-03-21T22:05:24.716 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-03-21T22:05:24.716 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout inactive 2024-03-21T22:05:24.720 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-03-21T22:05:24.720 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout masked 2024-03-21T22:05:24.724 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-03-21T22:05:24.724 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout inactive 2024-03-21T22:05:24.727 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-03-21T22:05:24.727 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-03-21T22:05:24.731 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-03-21T22:05:24.731 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout inactive 2024-03-21T22:05:24.738 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout enabled 2024-03-21T22:05:24.740 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout active 2024-03-21T22:05:24.740 INFO:teuthology.orchestra.run.smithi031.stdout:Unit ntp.service is enabled and running 2024-03-21T22:05:24.740 INFO:teuthology.orchestra.run.smithi031.stdout:Repeating the final host check... 2024-03-21T22:05:24.740 INFO:teuthology.orchestra.run.smithi031.stdout:docker (/usr/bin/docker) is present 2024-03-21T22:05:24.740 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl is present 2024-03-21T22:05:24.740 INFO:teuthology.orchestra.run.smithi031.stdout:lvcreate is present 2024-03-21T22:05:24.743 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-21T22:05:24.743 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-21T22:05:24.747 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-21T22:05:24.747 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout inactive 2024-03-21T22:05:24.750 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-03-21T22:05:24.750 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-03-21T22:05:24.755 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-03-21T22:05:24.755 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout inactive 2024-03-21T22:05:24.759 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-03-21T22:05:24.759 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout masked 2024-03-21T22:05:24.763 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-03-21T22:05:24.763 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout inactive 2024-03-21T22:05:24.767 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-03-21T22:05:24.767 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-03-21T22:05:24.770 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-03-21T22:05:24.770 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout inactive 2024-03-21T22:05:24.774 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout enabled 2024-03-21T22:05:24.778 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout active 2024-03-21T22:05:24.778 INFO:teuthology.orchestra.run.smithi031.stdout:Unit ntp.service is enabled and running 2024-03-21T22:05:24.778 INFO:teuthology.orchestra.run.smithi031.stdout:Host looks OK 2024-03-21T22:05:24.778 INFO:teuthology.orchestra.run.smithi031.stdout:Cluster fsid: f7e76c80-e7ce-11ee-95cd-87774f69a715 2024-03-21T22:05:24.778 INFO:teuthology.orchestra.run.smithi031.stdout:Acquiring lock 140291858966384 on /run/cephadm/f7e76c80-e7ce-11ee-95cd-87774f69a715.lock 2024-03-21T22:05:24.778 INFO:teuthology.orchestra.run.smithi031.stdout:Lock 140291858966384 acquired on /run/cephadm/f7e76c80-e7ce-11ee-95cd-87774f69a715.lock 2024-03-21T22:05:24.779 INFO:teuthology.orchestra.run.smithi031.stdout:Verifying IP 172.21.15.31 port 3300 ... 2024-03-21T22:05:24.779 INFO:teuthology.orchestra.run.smithi031.stdout:Verifying IP 172.21.15.31 port 6789 ... 2024-03-21T22:05:24.779 INFO:teuthology.orchestra.run.smithi031.stdout:Base mon IP(s) is [172.21.15.31:3300, 172.21.15.31:6789], mon addrv is [v2:172.21.15.31:3300,v1:172.21.15.31:6789] 2024-03-21T22:05:24.781 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 2024-03-21T22:05:24.781 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-03-21T22:05:24.782 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.31 2024-03-21T22:05:24.784 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-03-21T22:05:24.784 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-03-21T22:05:24.784 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1781sec hoplimit 64 pref medium 2024-03-21T22:05:24.786 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-03-21T22:05:24.786 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-03-21T22:05:24.787 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-21T22:05:24.787 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-03-21T22:05:24.787 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/sbin/ip: stdout inet6 fe80::ae1f:6bff:fea5:caba/64 scope link 2024-03-21T22:05:24.787 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-21T22:05:24.787 INFO:teuthology.orchestra.run.smithi031.stdout:Mon IP `172.21.15.31` is in CIDR network `172.21.0.0/20` 2024-03-21T22:05:24.787 INFO:teuthology.orchestra.run.smithi031.stdout:Mon IP `172.21.15.31` is in CIDR network `172.21.0.0/20` 2024-03-21T22:05:24.788 INFO:teuthology.orchestra.run.smithi031.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-03-21T22:05:24.788 INFO:teuthology.orchestra.run.smithi031.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-03-21T22:05:24.789 INFO:teuthology.orchestra.run.smithi031.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38... 2024-03-21T22:05:25.017 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/docker: stdout 5d87ad5bd031c000b3eb3ea886a68e118ae09d38: Pulling from ceph-ci/ceph 2024-03-21T22:05:25.017 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/docker: stdout Digest: sha256:f60f3c216f555b8e367335520c66ffb3591c4a024f1368149f6143364f3d390d 2024-03-21T22:05:25.017 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 2024-03-21T22:05:25.017 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 2024-03-21T22:05:26.341 INFO:teuthology.orchestra.run.smithi031.stdout:ceph: stdout ceph version 19.0.0-2286-g5d87ad5b (5d87ad5bd031c000b3eb3ea886a68e118ae09d38) squid (dev) 2024-03-21T22:05:26.341 INFO:teuthology.orchestra.run.smithi031.stdout:Ceph version: ceph version 19.0.0-2286-g5d87ad5b (5d87ad5bd031c000b3eb3ea886a68e118ae09d38) squid (dev) 2024-03-21T22:05:26.341 INFO:teuthology.orchestra.run.smithi031.stdout:Extracting ceph user uid/gid from container image... 2024-03-21T22:05:27.520 INFO:teuthology.orchestra.run.smithi031.stdout:stat: stdout 167 167 2024-03-21T22:05:27.520 INFO:teuthology.orchestra.run.smithi031.stdout:Creating initial keys... 2024-03-21T22:05:28.749 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-authtool: stdout AQAor/xlUzHwDBAAGOdeMdDyQ4pBAltOIqnWqw== 2024-03-21T22:05:29.970 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-authtool: stdout AQApr/xlCodJGxAAOM5LIuO/xlfD8dqcMpgyGw== 2024-03-21T22:05:31.099 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-authtool: stdout AQAqr/xluRBhIxAAmzyeBAdYYyet8CAx7okuIQ== 2024-03-21T22:05:31.100 INFO:teuthology.orchestra.run.smithi031.stdout:Creating initial monmap... 2024-03-21T22:05:32.330 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-21T22:05:32.330 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-03-21T22:05:32.330 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to f7e76c80-e7ce-11ee-95cd-87774f69a715 2024-03-21T22:05:32.330 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-21T22:05:32.330 INFO:teuthology.orchestra.run.smithi031.stdout:monmaptool for a [v2:172.21.15.31:3300,v1:172.21.15.31:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-21T22:05:32.330 INFO:teuthology.orchestra.run.smithi031.stdout:setting min_mon_release = quincy 2024-03-21T22:05:32.330 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/monmaptool: set fsid to f7e76c80-e7ce-11ee-95cd-87774f69a715 2024-03-21T22:05:32.331 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-21T22:05:32.331 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T22:05:32.331 INFO:teuthology.orchestra.run.smithi031.stdout:Creating mon... 2024-03-21T22:05:33.635 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.071+0000 7f2800e81c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-21T22:05:33.635 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.071+0000 7f2800e81c80 1 imported monmap: 2024-03-21T22:05:33.635 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-03-21T22:05:33.635 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr fsid f7e76c80-e7ce-11ee-95cd-87774f69a715 2024-03-21T22:05:33.635 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-03-21T22:05:31.831707+0000 2024-03-21T22:05:33.635 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr created 2024-03-21T22:05:31.831707+0000 2024-03-21T22:05:33.635 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-03-21T22:05:33.636 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-03-21T22:05:33.636 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] mon.a 2024-03-21T22:05:33.636 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T22:05:33.636 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.071+0000 7f2800e81c80 0 /usr/bin/ceph-mon: set fsid to f7e76c80-e7ce-11ee-95cd-87774f69a715 2024-03-21T22:05:33.636 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: RocksDB version: 7.9.2 2024-03-21T22:05:33.636 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T22:05:33.636 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Git sha 0 2024-03-21T22:05:33.636 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Compile date 2024-03-21 16:40:47 2024-03-21T22:05:33.636 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: DB SUMMARY 2024-03-21T22:05:33.636 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T22:05:33.636 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: DB Session ID: XLOMOGVDMTUJMG5ZMVTG 2024-03-21T22:05:33.636 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T22:05:33.636 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-03-21T22:05:33.636 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T22:05:33.637 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-03-21T22:05:33.637 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T22:05:33.637 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.error_if_exists: 0 2024-03-21T22:05:33.637 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.create_if_missing: 1 2024-03-21T22:05:33.637 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.paranoid_checks: 1 2024-03-21T22:05:33.637 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-21T22:05:33.637 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-21T22:05:33.637 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-21T22:05:33.637 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.env: 0x55fd85f16b20 2024-03-21T22:05:33.637 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-21T22:05:33.637 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.info_log: 0x55fd88032ba0 2024-03-21T22:05:33.637 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-21T22:05:33.637 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.statistics: (nil) 2024-03-21T22:05:33.637 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.use_fsync: 0 2024-03-21T22:05:33.637 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.max_log_file_size: 0 2024-03-21T22:05:33.637 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-21T22:05:33.638 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-21T22:05:33.638 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-21T22:05:33.638 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-21T22:05:33.638 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.allow_fallocate: 1 2024-03-21T22:05:33.638 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-21T22:05:33.638 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-21T22:05:33.638 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.use_direct_reads: 0 2024-03-21T22:05:33.638 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-21T22:05:33.638 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-21T22:05:33.638 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.db_log_dir: 2024-03-21T22:05:33.638 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.wal_dir: 2024-03-21T22:05:33.638 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-21T22:05:33.638 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-21T22:05:33.638 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-21T22:05:33.638 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-21T22:05:33.639 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-21T22:05:33.639 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-21T22:05:33.639 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-21T22:05:33.639 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-21T22:05:33.639 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.write_buffer_manager: 0x55fd88005360 2024-03-21T22:05:33.639 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-21T22:05:33.639 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-21T22:05:33.639 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-21T22:05:33.639 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-21T22:05:33.639 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-21T22:05:33.639 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-21T22:05:33.639 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-21T22:05:33.639 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-21T22:05:33.639 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.unordered_write: 0 2024-03-21T22:05:33.639 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-21T22:05:33.639 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-21T22:05:33.640 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-21T22:05:33.640 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-21T22:05:33.640 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.row_cache: None 2024-03-21T22:05:33.640 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.wal_filter: None 2024-03-21T22:05:33.640 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-21T22:05:33.640 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-21T22:05:33.640 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.two_write_queues: 0 2024-03-21T22:05:33.640 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-21T22:05:33.640 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.wal_compression: 0 2024-03-21T22:05:33.640 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.atomic_flush: 0 2024-03-21T22:05:33.640 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-21T22:05:33.640 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-21T22:05:33.640 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-21T22:05:33.640 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.log_readahead_size: 0 2024-03-21T22:05:33.641 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-21T22:05:33.641 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-21T22:05:33.641 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-21T22:05:33.641 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-21T22:05:33.641 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-21T22:05:33.641 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-21T22:05:33.641 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-21T22:05:33.641 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.max_background_jobs: 2 2024-03-21T22:05:33.641 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.max_background_compactions: -1 2024-03-21T22:05:33.641 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.max_subcompactions: 1 2024-03-21T22:05:33.641 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-21T22:05:33.641 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-21T22:05:33.641 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-21T22:05:33.641 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-21T22:05:33.641 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-21T22:05:33.642 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-21T22:05:33.642 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-21T22:05:33.642 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-21T22:05:33.642 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.max_open_files: -1 2024-03-21T22:05:33.642 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-21T22:05:33.642 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-21T22:05:33.642 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-21T22:05:33.642 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-21T22:05:33.642 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.max_background_flushes: -1 2024-03-21T22:05:33.642 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Compression algorithms supported: 2024-03-21T22:05:33.642 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-21T22:05:33.642 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: kZSTD supported: 0 2024-03-21T22:05:33.642 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: kXpressCompression supported: 0 2024-03-21T22:05:33.642 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-21T22:05:33.642 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: kZlibCompression supported: 1 2024-03-21T22:05:33.643 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: kSnappyCompression supported: 1 2024-03-21T22:05:33.643 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: kLZ4Compression supported: 1 2024-03-21T22:05:33.643 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: kBZip2Compression supported: 0 2024-03-21T22:05:33.643 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-21T22:05:33.643 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-21T22:05:33.643 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-03-21T22:05:33.643 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T22:05:33.643 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-03-21T22:05:33.643 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T22:05:33.643 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-21T22:05:33.643 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T22:05:33.643 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-21T22:05:33.643 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.merge_operator: 2024-03-21T22:05:33.643 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.compaction_filter: None 2024-03-21T22:05:33.643 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-21T22:05:33.644 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-21T22:05:33.644 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-21T22:05:33.644 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-21T22:05:33.644 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55fd88032cc0) 2024-03-21T22:05:33.644 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-03-21T22:05:33.644 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-03-21T22:05:33.644 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-21T22:05:33.644 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-03-21T22:05:33.644 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-03-21T22:05:33.644 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-03-21T22:05:33.644 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-03-21T22:05:33.644 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-03-21T22:05:33.644 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-03-21T22:05:33.644 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-03-21T22:05:33.644 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x55fd88037090 2024-03-21T22:05:33.645 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-03-21T22:05:33.645 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-03-21T22:05:33.645 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-03-21T22:05:33.645 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-03-21T22:05:33.645 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-03-21T22:05:33.645 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-03-21T22:05:33.645 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-03-21T22:05:33.645 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-03-21T22:05:33.645 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-03-21T22:05:33.645 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-03-21T22:05:33.645 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-03-21T22:05:33.645 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-03-21T22:05:33.645 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-03-21T22:05:33.645 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-03-21T22:05:33.646 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-03-21T22:05:33.646 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-03-21T22:05:33.646 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-03-21T22:05:33.646 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-03-21T22:05:33.646 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-03-21T22:05:33.646 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-03-21T22:05:33.646 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-03-21T22:05:33.646 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-03-21T22:05:33.646 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-03-21T22:05:33.646 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-03-21T22:05:33.646 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-03-21T22:05:33.646 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-03-21T22:05:33.646 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T22:05:33.646 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-21T22:05:33.646 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-21T22:05:33.647 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.compression: NoCompression 2024-03-21T22:05:33.647 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-21T22:05:33.647 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-21T22:05:33.647 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-21T22:05:33.647 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.num_levels: 7 2024-03-21T22:05:33.658 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-21T22:05:33.658 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-21T22:05:33.658 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-21T22:05:33.658 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-21T22:05:33.658 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-21T22:05:33.659 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-21T22:05:33.659 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-21T22:05:33.659 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-21T22:05:33.659 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-21T22:05:33.659 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-21T22:05:33.659 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-21T22:05:33.659 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-21T22:05:33.659 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-21T22:05:33.659 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-21T22:05:33.659 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-21T22:05:33.659 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-21T22:05:33.659 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-21T22:05:33.659 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-21T22:05:33.659 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-21T22:05:33.659 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-21T22:05:33.660 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-21T22:05:33.660 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-21T22:05:33.660 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-21T22:05:33.660 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-21T22:05:33.660 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-21T22:05:33.660 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-21T22:05:33.660 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-21T22:05:33.660 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-21T22:05:33.660 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-21T22:05:33.660 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-21T22:05:33.660 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-21T22:05:33.660 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-21T22:05:33.661 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-21T22:05:33.661 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-21T22:05:33.661 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-21T22:05:33.661 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-21T22:05:33.661 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-21T22:05:33.661 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-21T22:05:33.661 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-21T22:05:33.661 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-21T22:05:33.661 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-21T22:05:33.661 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-21T22:05:33.661 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-21T22:05:33.661 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-21T22:05:33.661 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-21T22:05:33.661 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-21T22:05:33.661 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-21T22:05:33.661 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-21T22:05:33.662 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-21T22:05:33.662 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-21T22:05:33.662 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-21T22:05:33.662 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-21T22:05:33.662 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-21T22:05:33.662 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.table_properties_collectors: 2024-03-21T22:05:33.662 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.inplace_update_support: 0 2024-03-21T22:05:33.662 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-21T22:05:33.662 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-21T22:05:33.662 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-21T22:05:33.662 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-21T22:05:33.662 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.bloom_locality: 0 2024-03-21T22:05:33.662 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.max_successive_merges: 0 2024-03-21T22:05:33.662 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-21T22:05:33.663 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-21T22:05:33.663 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-21T22:05:33.663 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-21T22:05:33.663 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.ttl: 2592000 2024-03-21T22:05:33.663 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-21T22:05:33.663 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-21T22:05:33.663 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-21T22:05:33.663 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.enable_blob_files: false 2024-03-21T22:05:33.663 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.min_blob_size: 0 2024-03-21T22:05:33.663 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-21T22:05:33.663 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-21T22:05:33.663 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-21T22:05:33.663 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-21T22:05:33.663 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-21T22:05:33.663 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-21T22:05:33.664 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-21T22:05:33.664 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.075+0000 7f2800e81c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-21T22:05:33.664 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.079+0000 7f2800e81c80 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-03-21T22:05:33.664 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T22:05:33.664 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.079+0000 7f2800e81c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-03-21T22:05:33.664 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T22:05:33.664 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.079+0000 7f2800e81c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 6d8fc3ae-cefa-4a74-8055-0415db47a229 2024-03-21T22:05:33.664 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T22:05:33.664 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.079+0000 7f2800e81c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-03-21T22:05:33.664 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T22:05:33.664 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.079+0000 7f2800e81c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55fd88100000 2024-03-21T22:05:33.664 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.079+0000 7f2800e81c80 4 rocksdb: DB pointer 0x55fd880f0000 2024-03-21T22:05:33.664 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.079+0000 7f27f0fe5700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-21T22:05:33.665 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.079+0000 7f27f0fe5700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-21T22:05:33.665 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-03-21T22:05:33.665 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T22:05:33.665 INFO:teuthology.orchestra.run.smithi031.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-03-21T22:05:33.665 INFO:teuthology.orchestra.run.smithi031.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-03-21T22:05:33.665 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T22:05:33.665 INFO:teuthology.orchestra.run.smithi031.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-03-21T22:05:33.665 INFO:teuthology.orchestra.run.smithi031.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-03-21T22:05:33.665 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T22:05:33.665 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T22:05:33.665 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-03-21T22:05:33.665 INFO:teuthology.orchestra.run.smithi031.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-03-21T22:05:33.665 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-21T22:05:33.666 INFO:teuthology.orchestra.run.smithi031.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-03-21T22:05:33.666 INFO:teuthology.orchestra.run.smithi031.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-03-21T22:05:33.666 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T22:05:33.666 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-03-21T22:05:33.666 INFO:teuthology.orchestra.run.smithi031.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-03-21T22:05:33.666 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-21T22:05:33.666 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T22:05:33.666 INFO:teuthology.orchestra.run.smithi031.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-03-21T22:05:33.666 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T22:05:33.666 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T22:05:33.666 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-03-21T22:05:33.666 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-03-21T22:05:33.667 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-03-21T22:05:33.667 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-03-21T22:05:33.667 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-03-21T22:05:33.667 INFO:teuthology.orchestra.run.smithi031.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-03-21T22:05:33.667 INFO:teuthology.orchestra.run.smithi031.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-03-21T22:05:33.667 INFO:teuthology.orchestra.run.smithi031.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-03-21T22:05:33.667 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x55fd88037090#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-03-21T22:05:33.667 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-03-21T22:05:33.667 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T22:05:33.667 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-03-21T22:05:33.667 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T22:05:33.667 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.079+0000 7f2800e81c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-03-21T22:05:33.667 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.083+0000 7f2800e81c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-03-21T22:05:33.667 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T22:05:33.083+0000 7f2800e81c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-03-21T22:05:33.667 INFO:teuthology.orchestra.run.smithi031.stdout:create mon.a on 2024-03-21T22:05:33.905 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-03-21T22:05:34.101 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-03-21T22:05:34.318 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715.target -> /etc/systemd/system/ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715.target. 2024-03-21T22:05:34.318 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715.target -> /etc/systemd/system/ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715.target. 2024-03-21T22:05:34.603 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@mon.a 2024-03-21T22:05:34.603 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stderr Failed to reset failed state of unit ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@mon.a.service: Unit ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@mon.a.service not loaded. 2024-03-21T22:05:34.794 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715.target.wants/ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@mon.a.service -> /etc/systemd/system/ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@.service. 2024-03-21T22:05:34.805 INFO:teuthology.orchestra.run.smithi031.stdout:firewalld does not appear to be present 2024-03-21T22:05:34.805 INFO:teuthology.orchestra.run.smithi031.stdout:Not possible to enable service . firewalld.service is not available 2024-03-21T22:05:34.805 INFO:teuthology.orchestra.run.smithi031.stdout:Waiting for mon to start... 2024-03-21T22:05:34.805 INFO:teuthology.orchestra.run.smithi031.stdout:Waiting for mon... 2024-03-21T22:05:36.283 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:36 smithi031 bash[20943]: cluster 2024-03-21T22:05:36.049056+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-21T22:05:36.819 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout cluster: 2024-03-21T22:05:36.819 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout id: f7e76c80-e7ce-11ee-95cd-87774f69a715 2024-03-21T22:05:36.819 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-03-21T22:05:36.819 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2024-03-21T22:05:36.819 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout services: 2024-03-21T22:05:36.820 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.219865s) 2024-03-21T22:05:36.820 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-03-21T22:05:36.820 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-03-21T22:05:36.820 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2024-03-21T22:05:36.820 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout data: 2024-03-21T22:05:36.821 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-03-21T22:05:36.821 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-03-21T22:05:36.821 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-03-21T22:05:36.822 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout pgs: 2024-03-21T22:05:36.822 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2024-03-21T22:05:36.822 INFO:teuthology.orchestra.run.smithi031.stdout:mon is available 2024-03-21T22:05:36.822 INFO:teuthology.orchestra.run.smithi031.stdout:Assimilating anything we can from ceph.conf... 2024-03-21T22:05:37.096 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:37 smithi031 bash[20943]: cluster 2024-03-21T22:05:36.052755+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-21T22:05:37.096 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:37 smithi031 bash[20943]: cluster 2024-03-21T22:05:36.052929+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T22:05:37.096 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:37 smithi031 bash[20943]: cluster 2024-03-21T22:05:36.055135+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-03-21T22:05:37.096 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:37 smithi031 bash[20943]: cluster 2024-03-21T22:05:36.057486+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-03-21T22:05:37.096 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:37 smithi031 bash[20943]: cluster 2024-03-21T22:05:36.057951+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-03-21T22:05:37.096 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:37 smithi031 bash[20943]: audit 2024-03-21T22:05:36.272576+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.31:0/1163881931' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-03-21T22:05:38.095 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:38 smithi031 bash[20943]: audit 2024-03-21T22:05:37.819867+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.31:0/2872432271' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-21T22:05:38.096 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:38 smithi031 bash[20943]: audit 2024-03-21T22:05:37.823821+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.31:0/2872432271' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-21T22:05:38.324 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2024-03-21T22:05:38.324 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout [global] 2024-03-21T22:05:38.324 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout fsid = f7e76c80-e7ce-11ee-95cd-87774f69a715 2024-03-21T22:05:38.324 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.31:3300,v1:172.21.15.31:6789] 2024-03-21T22:05:38.324 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-21T22:05:38.324 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-21T22:05:38.326 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-21T22:05:38.326 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-21T22:05:38.326 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2024-03-21T22:05:38.326 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-21T22:05:38.326 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-03-21T22:05:38.326 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-21T22:05:38.326 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2024-03-21T22:05:38.326 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout [osd] 2024-03-21T22:05:38.326 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-21T22:05:38.326 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-21T22:05:38.326 INFO:teuthology.orchestra.run.smithi031.stdout:Generating new minimal ceph.conf... 2024-03-21T22:05:39.595 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:39 smithi031 bash[20943]: audit 2024-03-21T22:05:39.328676+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.31:0/2320157798' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:05:39.869 INFO:teuthology.orchestra.run.smithi031.stdout:Restarting the monitor... 2024-03-21T22:05:40.176 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:39 smithi031 systemd[1]: Stopping Ceph mon.a for f7e76c80-e7ce-11ee-95cd-87774f69a715... 2024-03-21T22:05:40.176 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:40 smithi031 bash[20943]: debug 2024-03-21T22:05:40.011+0000 7f1ac86d5700 -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-03-21T22:05:40.176 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:40 smithi031 bash[20943]: debug 2024-03-21T22:05:40.011+0000 7f1ac86d5700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-03-21T22:05:40.723 INFO:teuthology.orchestra.run.smithi031.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-03-21T22:05:40.845 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:40 smithi031 bash[21330]: ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715-mon-a 2024-03-21T22:05:40.846 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:40 smithi031 bash[21392]: Error response from daemon: No such container: ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715-mon-a 2024-03-21T22:05:40.846 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:40 smithi031 systemd[1]: ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@mon.a.service: Deactivated successfully. 2024-03-21T22:05:40.846 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:40 smithi031 systemd[1]: Stopped Ceph mon.a for f7e76c80-e7ce-11ee-95cd-87774f69a715. 2024-03-21T22:05:40.846 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:40 smithi031 systemd[1]: Started Ceph mon.a for f7e76c80-e7ce-11ee-95cd-87774f69a715. 2024-03-21T22:05:42.037 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.731+0000 7f55fc57bc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-21T22:05:42.037 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.731+0000 7f55fc57bc80 0 ceph version 19.0.0-2286-g5d87ad5b (5d87ad5bd031c000b3eb3ea886a68e118ae09d38) squid (dev), process ceph-mon, pid 7 2024-03-21T22:05:42.037 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.731+0000 7f55fc57bc80 0 pidfile_write: ignore empty --pid-file 2024-03-21T22:05:42.037 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 0 load: jerasure load: lrc 2024-03-21T22:05:42.037 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: RocksDB version: 7.9.2 2024-03-21T22:05:42.038 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Git sha 0 2024-03-21T22:05:42.038 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Compile date 2024-03-21 16:40:47 2024-03-21T22:05:42.038 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: DB SUMMARY 2024-03-21T22:05:42.038 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: DB Session ID: UYOA2A7FGGARY6WCUOAY 2024-03-21T22:05:42.038 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: CURRENT file: CURRENT 2024-03-21T22:05:42.038 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: IDENTITY file: IDENTITY 2024-03-21T22:05:42.038 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-03-21T22:05:42.038 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-03-21T22:05:42.038 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 84953 ; 2024-03-21T22:05:42.038 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.error_if_exists: 0 2024-03-21T22:05:42.038 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.create_if_missing: 0 2024-03-21T22:05:42.038 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.paranoid_checks: 1 2024-03-21T22:05:42.039 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-21T22:05:42.039 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-21T22:05:42.039 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-21T22:05:42.039 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.env: 0x557d24c70b20 2024-03-21T22:05:42.039 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-21T22:05:42.039 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.info_log: 0x557d267a1980 2024-03-21T22:05:42.039 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-21T22:05:42.039 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.statistics: (nil) 2024-03-21T22:05:42.039 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.use_fsync: 0 2024-03-21T22:05:42.039 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.max_log_file_size: 0 2024-03-21T22:05:42.039 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-21T22:05:42.039 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-21T22:05:42.039 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-21T22:05:42.039 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-21T22:05:42.040 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.allow_fallocate: 1 2024-03-21T22:05:42.040 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-21T22:05:42.040 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-21T22:05:42.040 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.use_direct_reads: 0 2024-03-21T22:05:42.040 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-21T22:05:42.040 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-21T22:05:42.040 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.db_log_dir: 2024-03-21T22:05:42.040 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.wal_dir: 2024-03-21T22:05:42.040 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-21T22:05:42.040 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-21T22:05:42.040 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-21T22:05:42.040 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-21T22:05:42.040 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-21T22:05:42.040 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-21T22:05:42.041 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-21T22:05:42.041 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-21T22:05:42.041 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.write_buffer_manager: 0x557d267721e0 2024-03-21T22:05:42.041 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-21T22:05:42.041 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-21T22:05:42.041 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-21T22:05:42.041 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-21T22:05:42.041 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-21T22:05:42.041 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-21T22:05:42.043 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-21T22:05:42.043 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-21T22:05:42.043 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.unordered_write: 0 2024-03-21T22:05:42.043 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-21T22:05:42.043 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-21T22:05:42.043 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-21T22:05:42.043 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-21T22:05:42.043 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.row_cache: None 2024-03-21T22:05:42.043 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.wal_filter: None 2024-03-21T22:05:42.043 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-21T22:05:42.043 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-21T22:05:42.043 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.two_write_queues: 0 2024-03-21T22:05:42.044 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-21T22:05:42.044 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.wal_compression: 0 2024-03-21T22:05:42.044 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.atomic_flush: 0 2024-03-21T22:05:42.044 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-21T22:05:42.044 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-21T22:05:42.044 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-21T22:05:42.044 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.log_readahead_size: 0 2024-03-21T22:05:42.044 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-21T22:05:42.044 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-21T22:05:42.044 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-21T22:05:42.044 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-21T22:05:42.044 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-21T22:05:42.044 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-21T22:05:42.044 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-21T22:05:42.045 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.max_background_jobs: 2 2024-03-21T22:05:42.045 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.max_background_compactions: -1 2024-03-21T22:05:42.045 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.max_subcompactions: 1 2024-03-21T22:05:42.045 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-21T22:05:42.045 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-21T22:05:42.045 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-21T22:05:42.045 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-21T22:05:42.045 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-21T22:05:42.045 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-21T22:05:42.045 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-21T22:05:42.045 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-21T22:05:42.045 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.max_open_files: -1 2024-03-21T22:05:42.045 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-21T22:05:42.045 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-21T22:05:42.046 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-21T22:05:42.046 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-21T22:05:42.046 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.max_background_flushes: -1 2024-03-21T22:05:42.046 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Compression algorithms supported: 2024-03-21T22:05:42.046 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-21T22:05:42.046 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: kZSTD supported: 0 2024-03-21T22:05:42.046 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: kXpressCompression supported: 0 2024-03-21T22:05:42.046 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-21T22:05:42.046 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: kZlibCompression supported: 1 2024-03-21T22:05:42.046 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: kSnappyCompression supported: 1 2024-03-21T22:05:42.046 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: kLZ4Compression supported: 1 2024-03-21T22:05:42.046 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: kBZip2Compression supported: 0 2024-03-21T22:05:42.046 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-21T22:05:42.047 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-21T22:05:42.047 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-03-21T22:05:42.047 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-21T22:05:42.047 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-21T22:05:42.047 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.merge_operator: 2024-03-21T22:05:42.047 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.compaction_filter: None 2024-03-21T22:05:42.047 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-21T22:05:42.047 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-21T22:05:42.047 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-21T22:05:42.047 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-21T22:05:42.047 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x557d267a1a80) 2024-03-21T22:05:42.047 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: cache_index_and_filter_blocks: 1 2024-03-21T22:05:42.047 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-21T22:05:42.047 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-21T22:05:42.047 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: pin_top_level_index_and_filter: 1 2024-03-21T22:05:42.048 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: index_type: 0 2024-03-21T22:05:42.048 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: data_block_index_type: 0 2024-03-21T22:05:42.048 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: index_shortening: 1 2024-03-21T22:05:42.048 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: data_block_hash_table_util_ratio: 0.750000 2024-03-21T22:05:42.048 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: checksum: 4 2024-03-21T22:05:42.048 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: no_block_cache: 0 2024-03-21T22:05:42.048 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: block_cache: 0x557d267a3090 2024-03-21T22:05:42.048 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: block_cache_name: BinnedLRUCache 2024-03-21T22:05:42.048 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: block_cache_options: 2024-03-21T22:05:42.048 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: capacity : 536870912 2024-03-21T22:05:42.048 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: num_shard_bits : 4 2024-03-21T22:05:42.048 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: strict_capacity_limit : 0 2024-03-21T22:05:42.048 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: high_pri_pool_ratio: 0.000 2024-03-21T22:05:42.048 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: block_cache_compressed: (nil) 2024-03-21T22:05:42.048 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: persistent_cache: (nil) 2024-03-21T22:05:42.049 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: block_size: 4096 2024-03-21T22:05:42.049 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: block_size_deviation: 10 2024-03-21T22:05:42.049 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: block_restart_interval: 16 2024-03-21T22:05:42.049 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: index_block_restart_interval: 1 2024-03-21T22:05:42.049 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: metadata_block_size: 4096 2024-03-21T22:05:42.049 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: partition_filters: 0 2024-03-21T22:05:42.049 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: use_delta_encoding: 1 2024-03-21T22:05:42.049 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: filter_policy: bloomfilter 2024-03-21T22:05:42.049 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: whole_key_filtering: 1 2024-03-21T22:05:42.049 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: verify_compression: 0 2024-03-21T22:05:42.049 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: read_amp_bytes_per_bit: 0 2024-03-21T22:05:42.049 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: format_version: 5 2024-03-21T22:05:42.049 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: enable_index_compression: 1 2024-03-21T22:05:42.049 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: block_align: 0 2024-03-21T22:05:42.050 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: max_auto_readahead_size: 262144 2024-03-21T22:05:42.050 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: prepopulate_block_cache: 0 2024-03-21T22:05:42.050 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: initial_auto_readahead_size: 8192 2024-03-21T22:05:42.050 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: num_file_reads_for_auto_readahead: 2 2024-03-21T22:05:42.050 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-21T22:05:42.050 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-21T22:05:42.050 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.compression: NoCompression 2024-03-21T22:05:42.050 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-21T22:05:42.050 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-21T22:05:42.050 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-21T22:05:42.050 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.num_levels: 7 2024-03-21T22:05:42.050 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-21T22:05:42.050 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-21T22:05:42.050 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-21T22:05:42.051 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-21T22:05:42.051 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-21T22:05:42.051 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-21T22:05:42.051 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-21T22:05:42.051 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-21T22:05:42.051 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-21T22:05:42.051 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-21T22:05:42.051 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-21T22:05:42.051 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-21T22:05:42.051 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-21T22:05:42.051 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-21T22:05:42.051 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-21T22:05:42.052 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-21T22:05:42.052 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-21T22:05:42.052 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-21T22:05:42.052 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-21T22:05:42.052 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-21T22:05:42.052 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-21T22:05:42.052 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-21T22:05:42.052 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-21T22:05:42.052 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-21T22:05:42.052 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-21T22:05:42.052 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-21T22:05:42.052 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-21T22:05:42.052 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-21T22:05:42.053 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-21T22:05:42.053 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-21T22:05:42.053 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-21T22:05:42.053 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-21T22:05:42.053 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-21T22:05:42.053 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-21T22:05:42.053 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-21T22:05:42.053 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-21T22:05:42.053 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-21T22:05:42.053 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-21T22:05:42.053 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-21T22:05:42.053 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-21T22:05:42.053 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-21T22:05:42.053 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-21T22:05:42.054 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-21T22:05:42.054 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-21T22:05:42.054 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-21T22:05:42.054 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-21T22:05:42.054 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-21T22:05:42.054 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-21T22:05:42.054 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-21T22:05:42.054 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-21T22:05:42.054 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-21T22:05:42.054 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-21T22:05:42.054 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-21T22:05:42.054 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.table_properties_collectors: 2024-03-21T22:05:42.054 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.inplace_update_support: 0 2024-03-21T22:05:42.054 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-21T22:05:42.055 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-21T22:05:42.055 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-21T22:05:42.055 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-21T22:05:42.055 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.bloom_locality: 0 2024-03-21T22:05:42.055 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.max_successive_merges: 0 2024-03-21T22:05:42.055 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-21T22:05:42.055 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-21T22:05:42.055 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-21T22:05:42.055 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-21T22:05:42.055 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.ttl: 2592000 2024-03-21T22:05:42.055 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-21T22:05:42.055 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-21T22:05:42.055 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-21T22:05:42.055 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.enable_blob_files: false 2024-03-21T22:05:42.056 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.min_blob_size: 0 2024-03-21T22:05:42.056 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-21T22:05:42.056 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-21T22:05:42.056 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-21T22:05:42.056 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-21T22:05:42.056 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-21T22:05:42.056 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-21T22:05:42.056 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-21T22:05:42.056 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-21T22:05:42.056 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 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-03-21T22:05:42.056 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-03-21T22:05:42.056 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 6d8fc3ae-cefa-4a74-8055-0415db47a229 2024-03-21T22:05:42.056 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711058741744215, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-03-21T22:05:42.056 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-03-21T22:05:42.057 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711058741745228, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 81578, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 252, "table_properties": {"data_size": 79765, "index_size": 223, "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": 10027, "raw_average_key_size": 47, "raw_value_size": 74074, "raw_average_value_size": 351, "num_data_blocks": 10, "num_entries": 211, "num_filter_entries": 211, "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": "[]", "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": 1711058741, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "6d8fc3ae-cefa-4a74-8055-0415db47a229", "db_session_id": "UYOA2A7FGGARY6WCUOAY", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-03-21T22:05:42.057 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711058741745340, "job": 1, "event": "recovery_finished"} 2024-03-21T22:05:42.057 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.739+0000 7f55fc57bc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-03-21T22:05:42.057 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.743+0000 7f55fc57bc80 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-03-21T22:05:42.057 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.743+0000 7f55fc57bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x557d26896000 2024-03-21T22:05:42.057 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.743+0000 7f55fc57bc80 4 rocksdb: DB pointer 0x557d26880000 2024-03-21T22:05:42.057 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.743+0000 7f55eacd7700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-21T22:05:42.057 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.743+0000 7f55eacd7700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-21T22:05:42.057 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: ** DB Stats ** 2024-03-21T22:05:42.057 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T22:05:42.057 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-21T22:05:42.057 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T22:05:42.057 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T22:05:42.057 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-21T22:05:42.057 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T22:05:42.057 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T22:05:42.058 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: ** Compaction Stats [default] ** 2024-03-21T22:05:42.058 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: 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-03-21T22:05:42.058 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-21T22:05:42.058 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: L0 2/0 81.50 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 128.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-21T22:05:42.058 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: Sum 2/0 81.50 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 128.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-21T22:05:42.058 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 128.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-21T22:05:42.058 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: ** Compaction Stats [default] ** 2024-03-21T22:05:42.058 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: 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-03-21T22:05:42.058 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-21T22:05:42.058 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 128.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-21T22:05:42.058 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-21T22:05:42.058 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T22:05:42.058 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-21T22:05:42.058 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-21T22:05:42.058 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: AddFile(Total Files): cumulative 0, interval 0 2024-03-21T22:05:42.059 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-21T22:05:42.059 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: AddFile(Keys): cumulative 0, interval 0 2024-03-21T22:05:42.059 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: Cumulative compaction: 0.00 GB write, 12.42 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T22:05:42.059 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: Interval compaction: 0.00 GB write, 12.42 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T22:05:42.059 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: 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-03-21T22:05:42.059 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: Block cache BinnedLRUCache@0x557d267a3090#7 capacity: 512.00 MB usage: 1.17 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-03-21T22:05:42.059 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.41 KB,7.7486e-05%) Misc(1,0.00 KB,0%) 2024-03-21T22:05:42.059 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: ** File Read Latency Histogram By Level [default] ** 2024-03-21T22:05:42.059 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.747+0000 7f55fc57bc80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] at bind addrs [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid f7e76c80-e7ce-11ee-95cd-87774f69a715 2024-03-21T22:05:42.059 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.747+0000 7f55fc57bc80 1 mon.a@-1(???) e1 preinit fsid f7e76c80-e7ce-11ee-95cd-87774f69a715 2024-03-21T22:05:42.059 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.747+0000 7f55fc57bc80 0 mon.a@-1(???).mds e1 new map 2024-03-21T22:05:42.059 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.747+0000 7f55fc57bc80 0 mon.a@-1(???).mds e1 print_map 2024-03-21T22:05:42.059 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: e1 2024-03-21T22:05:42.059 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-21T22:05:42.059 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: 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} 2024-03-21T22:05:42.060 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: legacy client fscid: -1 2024-03-21T22:05:42.060 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: 2024-03-21T22:05:42.060 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: No filesystems configured 2024-03-21T22:05:42.060 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.747+0000 7f55fc57bc80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-21T22:05:42.060 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.747+0000 7f55fc57bc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T22:05:42.060 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.747+0000 7f55fc57bc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T22:05:42.060 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.747+0000 7f55fc57bc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T22:05:42.060 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: debug 2024-03-21T22:05:41.747+0000 7f55fc57bc80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-03-21T22:05:42.060 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: cluster 2024-03-21T22:05:41.778148+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-21T22:05:42.060 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: cluster 2024-03-21T22:05:41.778267+0000 mon.a (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T22:05:42.060 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: cluster 2024-03-21T22:05:41.802062+0000 mon.a (mon.0) 3 : cluster [DBG] fsmap 2024-03-21T22:05:42.060 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: cluster 2024-03-21T22:05:41.802127+0000 mon.a (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-03-21T22:05:42.060 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:41 smithi031 bash[21433]: cluster 2024-03-21T22:05:41.802743+0000 mon.a (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-03-21T22:05:42.646 INFO:teuthology.orchestra.run.smithi031.stdout:Wrote config to /etc/ceph/ceph.conf 2024-03-21T22:05:42.672 INFO:teuthology.orchestra.run.smithi031.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-03-21T22:05:42.672 INFO:teuthology.orchestra.run.smithi031.stdout:Creating mgr... 2024-03-21T22:05:42.672 INFO:teuthology.orchestra.run.smithi031.stdout:Verifying port 0.0.0.0:9283 ... 2024-03-21T22:05:42.672 INFO:teuthology.orchestra.run.smithi031.stdout:Verifying port 0.0.0.0:8765 ... 2024-03-21T22:05:43.009 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@mgr.a 2024-03-21T22:05:43.010 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stderr Failed to reset failed state of unit ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@mgr.a.service: Unit ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@mgr.a.service not loaded. 2024-03-21T22:05:43.014 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:42 smithi031 systemd[1]: /etc/systemd/system/ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@.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-03-21T22:05:43.014 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:05:43 smithi031 systemd[1]: /etc/systemd/system/ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@.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-03-21T22:05:43.196 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715.target.wants/ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@mgr.a.service -> /etc/systemd/system/ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@.service. 2024-03-21T22:05:43.204 INFO:teuthology.orchestra.run.smithi031.stdout:firewalld does not appear to be present 2024-03-21T22:05:43.204 INFO:teuthology.orchestra.run.smithi031.stdout:Not possible to enable service . firewalld.service is not available 2024-03-21T22:05:43.204 INFO:teuthology.orchestra.run.smithi031.stdout:firewalld does not appear to be present 2024-03-21T22:05:43.204 INFO:teuthology.orchestra.run.smithi031.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-03-21T22:05:43.204 INFO:teuthology.orchestra.run.smithi031.stdout:Waiting for mgr to start... 2024-03-21T22:05:43.204 INFO:teuthology.orchestra.run.smithi031.stdout:Waiting for mgr... 2024-03-21T22:05:43.345 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:05:43 smithi031 systemd[1]: /etc/systemd/system/ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@.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-03-21T22:05:43.345 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:05:43 smithi031 systemd[1]: Started Ceph mgr.a for f7e76c80-e7ce-11ee-95cd-87774f69a715. 2024-03-21T22:05:43.346 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:43 smithi031 bash[21433]: audit 2024-03-21T22:05:42.025786+0000 mon.a (mon.0) 6 : audit [INF] from='client.? 172.21.15.31:0/3486349184' entity='client.admin' 2024-03-21T22:05:43.346 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:43 smithi031 systemd[1]: /etc/systemd/system/ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@.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-03-21T22:05:44.596 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:05:44 smithi031 bash[21687]: debug 2024-03-21T22:05:44.499+0000 7f467d008200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T22:05:45.096 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:44 smithi031 bash[21433]: audit 2024-03-21T22:05:44.640329+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.31:0/1157016386' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-21T22:05:45.248 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2024-03-21T22:05:45.248 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout { 2024-03-21T22:05:45.249 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "fsid": "f7e76c80-e7ce-11ee-95cd-87774f69a715", 2024-03-21T22:05:45.249 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "health": { 2024-03-21T22:05:45.249 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-21T22:05:45.249 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-21T22:05:45.249 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-21T22:05:45.249 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T22:05:45.249 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-21T22:05:45.249 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-21T22:05:45.249 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 0 2024-03-21T22:05:45.249 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2024-03-21T22:05:45.251 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-21T22:05:45.251 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "a" 2024-03-21T22:05:45.251 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2024-03-21T22:05:45.251 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-03-21T22:05:45.251 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-21T22:05:45.252 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T22:05:45.252 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-21T22:05:45.252 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-21T22:05:45.252 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T22:05:45.252 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-21T22:05:45.252 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T22:05:45.252 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-21T22:05:45.252 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-21T22:05:45.252 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-21T22:05:45.252 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-21T22:05:45.252 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-21T22:05:45.252 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-21T22:05:45.256 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T22:05:45.256 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-21T22:05:45.256 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-21T22:05:45.256 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-21T22:05:45.256 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-21T22:05:45.256 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-21T22:05:45.256 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-21T22:05:45.256 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-21T22:05:45.256 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-21T22:05:45.256 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-21T22:05:45.257 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T22:05:45.257 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-21T22:05:45.257 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T22:05:45.257 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-21T22:05:45.257 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-21T22:05:45.257 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T22:05:45.257 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-21T22:05:45.257 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-21T22:05:45.257 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-21T22:05:45.257 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-21T22:05:45.257 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-21T22:05:45.257 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-21T22:05:45.257 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "restful" 2024-03-21T22:05:45.258 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2024-03-21T22:05:45.258 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T22:05:45.258 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T22:05:45.258 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-21T22:05:45.258 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T22:05:45.258 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "modified": "2024-03-21T22:05:36.054085+0000", 2024-03-21T22:05:45.258 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T22:05:45.258 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T22:05:45.258 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-21T22:05:45.258 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout } 2024-03-21T22:05:45.258 INFO:teuthology.orchestra.run.smithi031.stdout:mgr not available, waiting (1/15)... 2024-03-21T22:05:46.470 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:05:46 smithi031 bash[21687]: debug 2024-03-21T22:05:46.115+0000 7f467d008200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T22:05:46.470 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:05:46 smithi031 bash[21687]: debug 2024-03-21T22:05:46.215+0000 7f467d008200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T22:05:46.470 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:05:46 smithi031 bash[21687]: debug 2024-03-21T22:05:46.467+0000 7f467d008200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T22:05:47.596 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:05:47 smithi031 bash[21687]: debug 2024-03-21T22:05:47.291+0000 7f467d008200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T22:05:47.596 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:05:47 smithi031 bash[21687]: debug 2024-03-21T22:05:47.403+0000 7f467d008200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T22:05:47.596 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:05:47 smithi031 bash[21687]: debug 2024-03-21T22:05:47.507+0000 7f467d008200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T22:05:48.266 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:05:47 smithi031 bash[21687]: debug 2024-03-21T22:05:47.871+0000 7f467d008200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-21T22:05:48.266 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:05:47 smithi031 bash[21687]: debug 2024-03-21T22:05:47.987+0000 7f467d008200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T22:05:48.266 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:05:48 smithi031 bash[21687]: debug 2024-03-21T22:05:48.095+0000 7f467d008200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T22:05:48.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:48 smithi031 bash[21433]: audit 2024-03-21T22:05:48.255346+0000 mon.a (mon.0) 8 : audit [DBG] from='client.? 172.21.15.31:0/1140885229' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-21T22:05:48.596 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:05:48 smithi031 bash[21687]: debug 2024-03-21T22:05:48.459+0000 7f467d008200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T22:05:48.811 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2024-03-21T22:05:48.811 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout { 2024-03-21T22:05:48.811 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "fsid": "f7e76c80-e7ce-11ee-95cd-87774f69a715", 2024-03-21T22:05:48.811 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "health": { 2024-03-21T22:05:48.811 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-21T22:05:48.811 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-21T22:05:48.811 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-21T22:05:48.811 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T22:05:48.812 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-21T22:05:48.812 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-21T22:05:48.812 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 0 2024-03-21T22:05:48.812 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2024-03-21T22:05:48.812 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-21T22:05:48.812 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "a" 2024-03-21T22:05:48.812 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2024-03-21T22:05:48.812 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-03-21T22:05:48.812 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-21T22:05:48.812 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T22:05:48.812 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-21T22:05:48.812 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-21T22:05:48.813 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T22:05:48.813 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-21T22:05:48.813 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T22:05:48.813 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-21T22:05:48.813 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-21T22:05:48.813 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-21T22:05:48.813 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-21T22:05:48.813 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-21T22:05:48.813 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-21T22:05:48.817 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T22:05:48.817 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-21T22:05:48.817 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-21T22:05:48.817 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-21T22:05:48.817 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-21T22:05:48.817 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-21T22:05:48.817 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-21T22:05:48.817 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-21T22:05:48.817 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-21T22:05:48.817 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-21T22:05:48.817 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T22:05:48.817 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-21T22:05:48.818 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T22:05:48.818 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-21T22:05:48.818 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-21T22:05:48.818 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T22:05:48.818 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-21T22:05:48.818 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-21T22:05:48.818 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-21T22:05:48.818 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-21T22:05:48.818 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-21T22:05:48.818 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-21T22:05:48.818 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "restful" 2024-03-21T22:05:48.818 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2024-03-21T22:05:48.818 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T22:05:48.819 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T22:05:48.819 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-21T22:05:48.819 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T22:05:48.819 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "modified": "2024-03-21T22:05:36.054085+0000", 2024-03-21T22:05:48.819 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T22:05:48.819 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T22:05:48.819 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-21T22:05:48.819 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout } 2024-03-21T22:05:48.819 INFO:teuthology.orchestra.run.smithi031.stdout:mgr not available, waiting (2/15)... 2024-03-21T22:05:48.974 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:05:48 smithi031 bash[21687]: debug 2024-03-21T22:05:48.703+0000 7f467d008200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T22:05:49.346 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:05:48 smithi031 bash[21687]: debug 2024-03-21T22:05:48.971+0000 7f467d008200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T22:05:49.346 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:05:49 smithi031 bash[21687]: debug 2024-03-21T22:05:49.087+0000 7f467d008200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T22:05:49.793 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:05:49 smithi031 bash[21687]: debug 2024-03-21T22:05:49.367+0000 7f467d008200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T22:05:50.096 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:05:49 smithi031 bash[21687]: debug 2024-03-21T22:05:49.791+0000 7f467d008200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T22:05:50.096 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:05:50 smithi031 bash[21687]: debug 2024-03-21T22:05:50.035+0000 7f467d008200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T22:05:50.413 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:05:50 smithi031 bash[21687]: debug 2024-03-21T22:05:50.159+0000 7f467d008200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T22:05:50.836 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:05:50 smithi031 bash[21687]: debug 2024-03-21T22:05:50.411+0000 7f467d008200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T22:05:51.787 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:05:51 smithi031 bash[21687]: debug 2024-03-21T22:05:51.451+0000 7f467d008200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T22:05:51.787 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:05:51 smithi031 bash[21687]: debug 2024-03-21T22:05:51.571+0000 7f467d008200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T22:05:52.096 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:05:51 smithi031 bash[21687]: debug 2024-03-21T22:05:51.875+0000 7f467d008200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T22:05:52.096 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:05:51 smithi031 bash[21687]: debug 2024-03-21T22:05:51.990+0000 7f467d008200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T22:05:52.096 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:51 smithi031 bash[21433]: audit 2024-03-21T22:05:51.775549+0000 mon.a (mon.0) 9 : audit [DBG] from='client.? 172.21.15.31:0/3539169104' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-21T22:05:52.324 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2024-03-21T22:05:52.324 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout { 2024-03-21T22:05:52.324 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "fsid": "f7e76c80-e7ce-11ee-95cd-87774f69a715", 2024-03-21T22:05:52.324 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "health": { 2024-03-21T22:05:52.325 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-21T22:05:52.325 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-21T22:05:52.325 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-21T22:05:52.325 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T22:05:52.325 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-21T22:05:52.325 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-21T22:05:52.325 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 0 2024-03-21T22:05:52.325 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2024-03-21T22:05:52.325 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-21T22:05:52.325 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "a" 2024-03-21T22:05:52.325 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2024-03-21T22:05:52.325 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-03-21T22:05:52.325 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-21T22:05:52.325 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T22:05:52.326 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-21T22:05:52.326 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-21T22:05:52.326 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T22:05:52.326 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-21T22:05:52.326 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T22:05:52.326 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-21T22:05:52.326 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-21T22:05:52.326 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-21T22:05:52.326 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-21T22:05:52.326 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-21T22:05:52.326 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-21T22:05:52.330 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T22:05:52.330 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-21T22:05:52.330 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-21T22:05:52.330 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-21T22:05:52.330 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-21T22:05:52.330 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-21T22:05:52.330 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-21T22:05:52.330 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-21T22:05:52.331 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-21T22:05:52.331 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-21T22:05:52.331 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T22:05:52.331 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-21T22:05:52.331 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T22:05:52.331 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-21T22:05:52.331 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-21T22:05:52.331 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T22:05:52.331 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-21T22:05:52.331 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-21T22:05:52.331 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-21T22:05:52.331 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-21T22:05:52.331 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-21T22:05:52.331 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-21T22:05:52.331 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "restful" 2024-03-21T22:05:52.332 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2024-03-21T22:05:52.332 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T22:05:52.332 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T22:05:52.332 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-21T22:05:52.332 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T22:05:52.332 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "modified": "2024-03-21T22:05:36.054085+0000", 2024-03-21T22:05:52.332 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T22:05:52.332 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T22:05:52.332 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-21T22:05:52.332 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout } 2024-03-21T22:05:52.332 INFO:teuthology.orchestra.run.smithi031.stdout:mgr not available, waiting (3/15)... 2024-03-21T22:05:52.826 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:05:52 smithi031 bash[21687]: debug 2024-03-21T22:05:52.454+0000 7f467d008200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T22:05:52.826 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:05:52 smithi031 bash[21687]: debug 2024-03-21T22:05:52.578+0000 7f467d008200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T22:05:53.096 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:52 smithi031 bash[21433]: cluster 2024-03-21T22:05:52.603947+0000 mon.a (mon.0) 10 : cluster [INF] Activating manager daemon a 2024-03-21T22:05:53.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:52 smithi031 bash[21433]: cluster 2024-03-21T22:05:52.611408+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00776174s) 2024-03-21T22:05:53.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:52 smithi031 bash[21433]: audit 2024-03-21T22:05:52.612651+0000 mon.a (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.31:0/1159155193' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T22:05:53.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:52 smithi031 bash[21433]: audit 2024-03-21T22:05:52.612862+0000 mon.a (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.31:0/1159155193' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T22:05:53.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:52 smithi031 bash[21433]: audit 2024-03-21T22:05:52.613054+0000 mon.a (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.31:0/1159155193' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T22:05:53.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:52 smithi031 bash[21433]: audit 2024-03-21T22:05:52.613245+0000 mon.a (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.31:0/1159155193' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T22:05:53.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:52 smithi031 bash[21433]: audit 2024-03-21T22:05:52.614477+0000 mon.a (mon.0) 16 : audit [DBG] from='mgr.14100 172.21.15.31:0/1159155193' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-21T22:05:53.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:52 smithi031 bash[21433]: cluster 2024-03-21T22:05:52.643346+0000 mon.a (mon.0) 17 : cluster [INF] Manager daemon a is now available 2024-03-21T22:05:53.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:52 smithi031 bash[21433]: audit 2024-03-21T22:05:52.655498+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.31:0/1159155193' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-21T22:05:53.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:52 smithi031 bash[21433]: audit 2024-03-21T22:05:52.658633+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.31:0/1159155193' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-21T22:05:53.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:52 smithi031 bash[21433]: audit 2024-03-21T22:05:52.661380+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.31:0/1159155193' entity='mgr.a' 2024-03-21T22:05:53.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:52 smithi031 bash[21433]: audit 2024-03-21T22:05:52.663436+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.31:0/1159155193' entity='mgr.a' 2024-03-21T22:05:53.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:52 smithi031 bash[21433]: audit 2024-03-21T22:05:52.665267+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.14100 172.21.15.31:0/1159155193' entity='mgr.a' 2024-03-21T22:05:55.024 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:54 smithi031 bash[21433]: cluster 2024-03-21T22:05:53.621509+0000 mon.a (mon.0) 23 : cluster [DBG] mgrmap e3: a(active, since 1.01786s) 2024-03-21T22:05:56.372 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2024-03-21T22:05:56.372 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout { 2024-03-21T22:05:56.372 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "fsid": "f7e76c80-e7ce-11ee-95cd-87774f69a715", 2024-03-21T22:05:56.372 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "health": { 2024-03-21T22:05:56.372 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-21T22:05:56.372 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-21T22:05:56.372 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-21T22:05:56.372 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T22:05:56.372 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-21T22:05:56.373 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-21T22:05:56.373 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 0 2024-03-21T22:05:56.373 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2024-03-21T22:05:56.373 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-21T22:05:56.373 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "a" 2024-03-21T22:05:56.373 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2024-03-21T22:05:56.373 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum_age": 14, 2024-03-21T22:05:56.373 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-21T22:05:56.373 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T22:05:56.373 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-21T22:05:56.373 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-21T22:05:56.373 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T22:05:56.373 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-21T22:05:56.373 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T22:05:56.374 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-21T22:05:56.374 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-21T22:05:56.374 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-21T22:05:56.374 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-21T22:05:56.374 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-21T22:05:56.374 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-21T22:05:56.377 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T22:05:56.377 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-21T22:05:56.377 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-21T22:05:56.378 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-21T22:05:56.378 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-21T22:05:56.378 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-21T22:05:56.378 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-21T22:05:56.378 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-21T22:05:56.378 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-21T22:05:56.378 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-21T22:05:56.378 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T22:05:56.378 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-21T22:05:56.378 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T22:05:56.378 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-21T22:05:56.378 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-21T22:05:56.378 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T22:05:56.378 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-21T22:05:56.379 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-21T22:05:56.379 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-21T22:05:56.379 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-21T22:05:56.379 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-21T22:05:56.379 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-21T22:05:56.379 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "restful" 2024-03-21T22:05:56.379 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2024-03-21T22:05:56.379 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T22:05:56.379 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T22:05:56.379 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-21T22:05:56.379 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T22:05:56.379 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "modified": "2024-03-21T22:05:36.054085+0000", 2024-03-21T22:05:56.379 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T22:05:56.379 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-03-21T22:05:56.380 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-21T22:05:56.380 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout } 2024-03-21T22:05:56.380 INFO:teuthology.orchestra.run.smithi031.stdout:mgr is available 2024-03-21T22:05:56.846 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:56 smithi031 bash[21433]: cluster 2024-03-21T22:05:55.617090+0000 mon.a (mon.0) 24 : cluster [DBG] mgrmap e4: a(active, since 3s) 2024-03-21T22:05:56.846 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:56 smithi031 bash[21433]: audit 2024-03-21T22:05:55.782599+0000 mon.a (mon.0) 25 : audit [DBG] from='client.? 172.21.15.31:0/4002709408' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-21T22:05:57.846 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:57 smithi031 bash[21433]: audit 2024-03-21T22:05:57.552391+0000 mon.a (mon.0) 26 : audit [INF] from='client.? 172.21.15.31:0/2762753030' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-21T22:05:57.846 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:57 smithi031 bash[21433]: audit 2024-03-21T22:05:57.557184+0000 mon.a (mon.0) 27 : audit [INF] from='client.? 172.21.15.31:0/2762753030' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-21T22:05:58.086 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2024-03-21T22:05:58.087 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout [global] 2024-03-21T22:05:58.087 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout fsid = f7e76c80-e7ce-11ee-95cd-87774f69a715 2024-03-21T22:05:58.087 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-21T22:05:58.087 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-21T22:05:58.087 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-21T22:05:58.087 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-21T22:05:58.087 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2024-03-21T22:05:58.087 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-21T22:05:58.087 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-21T22:05:58.087 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2024-03-21T22:05:58.087 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout [osd] 2024-03-21T22:05:58.087 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-21T22:05:58.087 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-21T22:05:58.088 INFO:teuthology.orchestra.run.smithi031.stdout:Enabling cephadm module... 2024-03-21T22:05:59.846 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:05:59 smithi031 bash[21433]: audit 2024-03-21T22:05:59.388970+0000 mon.a (mon.0) 28 : audit [INF] from='client.? 172.21.15.31:0/1534572207' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-03-21T22:05:59.846 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:05:59 smithi031 bash[21687]: ignoring --setuser ceph since I am not root 2024-03-21T22:05:59.847 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:05:59 smithi031 bash[21687]: ignoring --setgroup ceph since I am not root 2024-03-21T22:05:59.847 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:05:59 smithi031 bash[21687]: debug 2024-03-21T22:05:59.634+0000 7f301f42b200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T22:06:00.846 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:00 smithi031 bash[21433]: audit 2024-03-21T22:05:59.440928+0000 mon.a (mon.0) 29 : audit [INF] from='client.? 172.21.15.31:0/1534572207' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-03-21T22:06:00.846 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:00 smithi031 bash[21433]: cluster 2024-03-21T22:05:59.446912+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e5: a(active, since 6s) 2024-03-21T22:06:01.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:01 smithi031 bash[21433]: audit 2024-03-21T22:06:01.244690+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.31:0/3048452890' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-21T22:06:01.597 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:01 smithi031 bash[21687]: debug 2024-03-21T22:06:01.266+0000 7f301f42b200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T22:06:01.597 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:01 smithi031 bash[21687]: debug 2024-03-21T22:06:01.366+0000 7f301f42b200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T22:06:01.852 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout { 2024-03-21T22:06:01.852 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-03-21T22:06:01.852 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-21T22:06:01.852 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-03-21T22:06:01.852 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-03-21T22:06:01.852 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout } 2024-03-21T22:06:01.852 INFO:teuthology.orchestra.run.smithi031.stdout:Waiting for the mgr to restart... 2024-03-21T22:06:01.853 INFO:teuthology.orchestra.run.smithi031.stdout:Waiting for mgr epoch 5... 2024-03-21T22:06:02.096 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:01 smithi031 bash[21687]: debug 2024-03-21T22:06:01.622+0000 7f301f42b200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T22:06:02.846 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:02 smithi031 bash[21687]: debug 2024-03-21T22:06:02.454+0000 7f301f42b200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T22:06:02.847 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:02 smithi031 bash[21687]: debug 2024-03-21T22:06:02.570+0000 7f301f42b200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T22:06:02.847 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:02 smithi031 bash[21687]: debug 2024-03-21T22:06:02.678+0000 7f301f42b200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T22:06:03.346 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:03 smithi031 bash[21687]: debug 2024-03-21T22:06:03.042+0000 7f301f42b200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-21T22:06:03.347 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:03 smithi031 bash[21687]: debug 2024-03-21T22:06:03.158+0000 7f301f42b200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T22:06:03.347 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:03 smithi031 bash[21687]: debug 2024-03-21T22:06:03.266+0000 7f301f42b200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T22:06:04.096 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:03 smithi031 bash[21687]: debug 2024-03-21T22:06:03.634+0000 7f301f42b200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T22:06:04.096 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:03 smithi031 bash[21687]: debug 2024-03-21T22:06:03.878+0000 7f301f42b200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T22:06:04.552 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:04 smithi031 bash[21687]: debug 2024-03-21T22:06:04.150+0000 7f301f42b200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T22:06:04.553 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:04 smithi031 bash[21687]: debug 2024-03-21T22:06:04.266+0000 7f301f42b200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T22:06:04.846 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:04 smithi031 bash[21687]: debug 2024-03-21T22:06:04.550+0000 7f301f42b200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T22:06:05.346 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:04 smithi031 bash[21687]: debug 2024-03-21T22:06:04.970+0000 7f301f42b200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T22:06:05.346 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:05 smithi031 bash[21687]: debug 2024-03-21T22:06:05.218+0000 7f301f42b200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T22:06:05.602 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:05 smithi031 bash[21687]: debug 2024-03-21T22:06:05.342+0000 7f301f42b200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T22:06:05.602 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:05 smithi031 bash[21687]: debug 2024-03-21T22:06:05.598+0000 7f301f42b200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T22:06:07.057 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:06 smithi031 bash[21687]: debug 2024-03-21T22:06:06.630+0000 7f301f42b200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T22:06:07.057 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:06 smithi031 bash[21687]: debug 2024-03-21T22:06:06.750+0000 7f301f42b200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T22:06:07.057 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:07 smithi031 bash[21687]: debug 2024-03-21T22:06:07.054+0000 7f301f42b200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T22:06:07.346 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:07 smithi031 bash[21687]: debug 2024-03-21T22:06:07.170+0000 7f301f42b200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T22:06:08.097 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:07 smithi031 bash[21687]: debug 2024-03-21T22:06:07.638+0000 7f301f42b200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T22:06:08.097 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:07 smithi031 bash[21687]: debug 2024-03-21T22:06:07.762+0000 7f301f42b200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T22:06:08.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:07 smithi031 bash[21433]: cluster 2024-03-21T22:06:07.788221+0000 mon.a (mon.0) 32 : cluster [INF] Active manager daemon a restarted 2024-03-21T22:06:08.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:07 smithi031 bash[21433]: cluster 2024-03-21T22:06:07.788827+0000 mon.a (mon.0) 33 : cluster [INF] Activating manager daemon a 2024-03-21T22:06:08.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:07 smithi031 bash[21433]: cluster 2024-03-21T22:06:07.792452+0000 mon.a (mon.0) 34 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-03-21T22:06:08.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:07 smithi031 bash[21433]: cluster 2024-03-21T22:06:07.792566+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00394065s) 2024-03-21T22:06:08.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:07 smithi031 bash[21433]: audit 2024-03-21T22:06:07.796451+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.14120 172.21.15.31:0/2311015085' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T22:06:08.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:07 smithi031 bash[21433]: audit 2024-03-21T22:06:07.798115+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.14120 172.21.15.31:0/2311015085' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-21T22:06:08.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:07 smithi031 bash[21433]: audit 2024-03-21T22:06:07.798793+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.14120 172.21.15.31:0/2311015085' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T22:06:08.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:07 smithi031 bash[21433]: audit 2024-03-21T22:06:07.799115+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.14120 172.21.15.31:0/2311015085' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T22:06:08.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:07 smithi031 bash[21433]: audit 2024-03-21T22:06:07.799444+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.14120 172.21.15.31:0/2311015085' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T22:06:08.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:07 smithi031 bash[21433]: cluster 2024-03-21T22:06:07.828433+0000 mon.a (mon.0) 41 : cluster [INF] Manager daemon a is now available 2024-03-21T22:06:08.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:08 smithi031 bash[21433]: cephadm 2024-03-21T22:06:07.847230+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-03-21T22:06:08.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:08 smithi031 bash[21433]: audit 2024-03-21T22:06:07.849389+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.14120 172.21.15.31:0/2311015085' entity='mgr.a' 2024-03-21T22:06:08.853 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:08 smithi031 bash[21433]: audit 2024-03-21T22:06:07.851716+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.14120 172.21.15.31:0/2311015085' entity='mgr.a' 2024-03-21T22:06:08.853 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:08 smithi031 bash[21433]: audit 2024-03-21T22:06:07.854506+0000 mon.a (mon.0) 44 : audit [INF] from='mgr.14120 172.21.15.31:0/2311015085' entity='mgr.a' 2024-03-21T22:06:08.853 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:08 smithi031 bash[21433]: audit 2024-03-21T22:06:07.856984+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.31:0/2311015085' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:06:08.853 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:08 smithi031 bash[21433]: audit 2024-03-21T22:06:07.860691+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.31:0/2311015085' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:06:08.853 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:08 smithi031 bash[21433]: audit 2024-03-21T22:06:07.871847+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.14120 172.21.15.31:0/2311015085' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-21T22:06:08.853 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:08 smithi031 bash[21433]: audit 2024-03-21T22:06:07.874546+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.31:0/2311015085' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-21T22:06:08.853 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:08 smithi031 bash[21433]: cluster 2024-03-21T22:06:08.800614+0000 mon.a (mon.0) 49 : cluster [DBG] mgrmap e7: a(active, since 1.01197s) 2024-03-21T22:06:09.416 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout { 2024-03-21T22:06:09.416 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-03-21T22:06:09.416 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "initialized": true 2024-03-21T22:06:09.416 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout } 2024-03-21T22:06:09.416 INFO:teuthology.orchestra.run.smithi031.stdout:mgr epoch 5 is available 2024-03-21T22:06:09.416 INFO:teuthology.orchestra.run.smithi031.stdout:Setting orchestrator backend to cephadm... 2024-03-21T22:06:10.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:09 smithi031 bash[21433]: audit 2024-03-21T22:06:08.800047+0000 mgr.a (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-21T22:06:10.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:09 smithi031 bash[21433]: audit 2024-03-21T22:06:08.812119+0000 mgr.a (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-21T22:06:10.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:09 smithi031 bash[21433]: audit 2024-03-21T22:06:08.874781+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14120 172.21.15.31:0/2311015085' entity='mgr.a' 2024-03-21T22:06:10.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:09 smithi031 bash[21433]: audit 2024-03-21T22:06:08.877130+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14120 172.21.15.31:0/2311015085' entity='mgr.a' 2024-03-21T22:06:10.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:09 smithi031 bash[21433]: cephadm 2024-03-21T22:06:09.082339+0000 mgr.a (mgr.14120) 4 : cephadm [INF] [21/Mar/2024:22:06:09] ENGINE Bus STARTING 2024-03-21T22:06:10.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:09 smithi031 bash[21433]: cephadm 2024-03-21T22:06:09.203993+0000 mgr.a (mgr.14120) 5 : cephadm [INF] [21/Mar/2024:22:06:09] ENGINE Serving on https://172.21.15.31:7150 2024-03-21T22:06:10.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:09 smithi031 bash[21433]: cephadm 2024-03-21T22:06:09.305283+0000 mgr.a (mgr.14120) 6 : cephadm [INF] [21/Mar/2024:22:06:09] ENGINE Serving on http://172.21.15.31:8765 2024-03-21T22:06:10.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:09 smithi031 bash[21433]: cephadm 2024-03-21T22:06:09.305842+0000 mgr.a (mgr.14120) 7 : cephadm [INF] [21/Mar/2024:22:06:09] ENGINE Bus STARTED 2024-03-21T22:06:10.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:09 smithi031 bash[21433]: audit 2024-03-21T22:06:09.333227+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.14120 172.21.15.31:0/2311015085' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:06:11.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:10 smithi031 bash[21433]: cluster 2024-03-21T22:06:09.886011+0000 mon.a (mon.0) 53 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-03-21T22:06:11.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:10 smithi031 bash[21433]: audit 2024-03-21T22:06:10.618600+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.31:0/2311015085' entity='mgr.a' 2024-03-21T22:06:11.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:10 smithi031 bash[21433]: audit 2024-03-21T22:06:10.653866+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.14120 172.21.15.31:0/2311015085' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:06:12.096 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:11 smithi031 bash[21433]: audit 2024-03-21T22:06:10.611944+0000 mgr.a (mgr.14120) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T22:06:13.034 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout value unchanged 2024-03-21T22:06:13.034 INFO:teuthology.orchestra.run.smithi031.stdout:Generating ssh key... 2024-03-21T22:06:13.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:12 smithi031 bash[21433]: audit 2024-03-21T22:06:12.436073+0000 mgr.a (mgr.14120) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T22:06:14.849 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:14 smithi031 bash[21687]: Generating public/private rsa key pair. 2024-03-21T22:06:14.849 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:14 smithi031 bash[21687]: Your identification has been saved in /tmp/tmpjvw0xrht/key. 2024-03-21T22:06:14.849 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:14 smithi031 bash[21687]: Your public key has been saved in /tmp/tmpjvw0xrht/key.pub. 2024-03-21T22:06:14.849 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:14 smithi031 bash[21687]: The key fingerprint is: 2024-03-21T22:06:14.849 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:14 smithi031 bash[21687]: SHA256:gdCxevbPvRJU74cgWqT5QeCC7A0NGtzY8yLHCPsvTz8 ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715 2024-03-21T22:06:14.849 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:14 smithi031 bash[21687]: The key's randomart image is: 2024-03-21T22:06:14.849 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:14 smithi031 bash[21687]: +---[RSA 3072]----+ 2024-03-21T22:06:14.849 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:14 smithi031 bash[21687]: | ..+o..... | 2024-03-21T22:06:14.849 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:14 smithi031 bash[21687]: |. o++=.+ o . | 2024-03-21T22:06:14.849 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:14 smithi031 bash[21687]: | o.o+o= o= . . | 2024-03-21T22:06:14.849 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:14 smithi031 bash[21687]: |. o.++..o.= . . | 2024-03-21T22:06:14.849 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:14 smithi031 bash[21687]: | . oo.+ S= o o . | 2024-03-21T22:06:14.850 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:14 smithi031 bash[21687]: | . o .. o o .| 2024-03-21T22:06:14.850 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:14 smithi031 bash[21687]: | .. . . . | 2024-03-21T22:06:14.850 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:14 smithi031 bash[21687]: | ....E o.. | 2024-03-21T22:06:14.850 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:14 smithi031 bash[21687]: | o. .. o.o. | 2024-03-21T22:06:14.850 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:14 smithi031 bash[21687]: +----[SHA256]-----+ 2024-03-21T22:06:15.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:15 smithi031 bash[21433]: audit 2024-03-21T22:06:14.222575+0000 mgr.a (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T22:06:15.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:15 smithi031 bash[21433]: cephadm 2024-03-21T22:06:14.222986+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-03-21T22:06:15.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:15 smithi031 bash[21433]: audit 2024-03-21T22:06:14.477051+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.31:0/2311015085' entity='mgr.a' 2024-03-21T22:06:15.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:15 smithi031 bash[21433]: audit 2024-03-21T22:06:14.481232+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14120 172.21.15.31:0/2311015085' entity='mgr.a' 2024-03-21T22:06:16.761 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/LG1sEbanf/JjeilkrDHPthDmCQKlU390whgCDxLFN9skWObGgQsRzzpVttnH0Q9/sYBhU+ruRtuYpItapNVTjFpAGoQdXi9Ib6uc5sSBfrW1wLdviET4iVTEVVDEOBrmzJVB7tRwcgnONWa8P2b0OCLgUnB+EzbpFLHp/NBu9oE/bl7RmQ3J+tzNxJtX/rJmMCum7V0Wg228n2gXJmKM5NCZtkwSJ9eHZtThOP+xupZjTUdg4NCQjug0yW9M/dQQrDgTkllrLpKsn+AWwinl7+VLfx8hp+5TBCeIX04ZIQlTOBox7C/crO2KZPzKeCmxqZz/DsSypUKI4V/W1PaxoWIw5QNPPoQFMSRbRhvI18rbxHCAXvYt5b/lQNWVmiCentDL3fx5IlibWAhTWqV5s+XuTEKQSKoI4pf8OA4PC+l2kTZtLZyYu2W5kyIRtUynq4ph50VugqZqr73VX5kLEbruhILXxpUSdgRAPcokBHneTojQxvgfqlXZklKLOJc= ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715 2024-03-21T22:06:16.761 INFO:teuthology.orchestra.run.smithi031.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-03-21T22:06:16.761 INFO:teuthology.orchestra.run.smithi031.stdout:Adding key to root@localhost authorized_keys... 2024-03-21T22:06:16.761 INFO:teuthology.orchestra.run.smithi031.stdout:Adding host smithi031... 2024-03-21T22:06:16.846 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:16 smithi031 bash[21433]: audit 2024-03-21T22:06:16.254913+0000 mgr.a (mgr.14120) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T22:06:18.784 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:18 smithi031 bash[21433]: audit 2024-03-21T22:06:17.989754+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi031", "addr": "172.21.15.31", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T22:06:19.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:19 smithi031 bash[21433]: cephadm 2024-03-21T22:06:18.605709+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi031 2024-03-21T22:06:24.438 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout Added host 'smithi031' with addr '172.21.15.31' 2024-03-21T22:06:24.438 INFO:teuthology.orchestra.run.smithi031.stdout:Deploying unmanaged mon service... 2024-03-21T22:06:25.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:24 smithi031 bash[21433]: audit 2024-03-21T22:06:23.722069+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14120 172.21.15.31:0/2311015085' entity='mgr.a' 2024-03-21T22:06:25.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:24 smithi031 bash[21433]: cephadm 2024-03-21T22:06:23.722551+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi031 2024-03-21T22:06:25.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:24 smithi031 bash[21433]: audit 2024-03-21T22:06:23.725968+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.14120 172.21.15.31:0/2311015085' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:06:26.759 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-03-21T22:06:26.760 INFO:teuthology.orchestra.run.smithi031.stdout:Deploying unmanaged mgr service... 2024-03-21T22:06:27.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:27 smithi031 bash[21433]: audit 2024-03-21T22:06:26.089387+0000 mgr.a (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-03-21T22:06:27.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:27 smithi031 bash[21433]: cephadm 2024-03-21T22:06:26.090723+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-03-21T22:06:27.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:27 smithi031 bash[21433]: audit 2024-03-21T22:06:26.095318+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.31:0/2311015085' entity='mgr.a' 2024-03-21T22:06:27.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:27 smithi031 bash[21433]: audit 2024-03-21T22:06:26.400104+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14120 172.21.15.31:0/2311015085' entity='mgr.a' 2024-03-21T22:06:27.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:27 smithi031 bash[21433]: audit 2024-03-21T22:06:26.935493+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.31:0/2311015085' entity='mgr.a' 2024-03-21T22:06:28.533 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-03-21T22:06:29.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:28 smithi031 bash[21433]: cluster 2024-03-21T22:06:27.800343+0000 mgr.a (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:06:29.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:28 smithi031 bash[21433]: audit 2024-03-21T22:06:27.967100+0000 mgr.a (mgr.14120) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T22:06:29.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:28 smithi031 bash[21433]: cephadm 2024-03-21T22:06:27.968165+0000 mgr.a (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-03-21T22:06:29.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:28 smithi031 bash[21433]: audit 2024-03-21T22:06:27.973396+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.31:0/2311015085' entity='mgr.a' 2024-03-21T22:06:30.986 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:30 smithi031 bash[21433]: audit 2024-03-21T22:06:29.726247+0000 mon.a (mon.0) 64 : audit [INF] from='client.? 172.21.15.31:0/234339715' entity='client.admin' 2024-03-21T22:06:30.986 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:30 smithi031 bash[21433]: cluster 2024-03-21T22:06:29.800574+0000 mgr.a (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:06:32.159 INFO:teuthology.orchestra.run.smithi031.stdout:Enabling the dashboard module... 2024-03-21T22:06:32.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:32 smithi031 bash[21433]: audit 2024-03-21T22:06:31.569242+0000 mon.a (mon.0) 65 : audit [INF] from='client.? 172.21.15.31:0/695694117' entity='client.admin' 2024-03-21T22:06:32.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:32 smithi031 bash[21433]: cluster 2024-03-21T22:06:31.800937+0000 mgr.a (mgr.14120) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:06:33.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:33 smithi031 bash[21433]: audit 2024-03-21T22:06:33.461619+0000 mon.a (mon.0) 66 : audit [INF] from='client.? 172.21.15.31:0/944110063' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-03-21T22:06:33.847 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:33 smithi031 bash[21687]: ignoring --setuser ceph since I am not root 2024-03-21T22:06:33.847 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:33 smithi031 bash[21687]: ignoring --setgroup ceph since I am not root 2024-03-21T22:06:33.847 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:33 smithi031 bash[21687]: debug 2024-03-21T22:06:33.789+0000 7fe11078a200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T22:06:34.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:34 smithi031 bash[21433]: audit 2024-03-21T22:06:33.581819+0000 mon.a (mon.0) 67 : audit [INF] from='client.? 172.21.15.31:0/944110063' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-03-21T22:06:34.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:34 smithi031 bash[21433]: cluster 2024-03-21T22:06:33.587033+0000 mon.a (mon.0) 68 : cluster [DBG] mgrmap e9: a(active, since 25s) 2024-03-21T22:06:35.741 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:35 smithi031 bash[21433]: audit 2024-03-21T22:06:35.572404+0000 mon.a (mon.0) 69 : audit [DBG] from='client.? 172.21.15.31:0/4254447278' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-21T22:06:35.742 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:35 smithi031 bash[21687]: debug 2024-03-21T22:06:35.429+0000 7fe11078a200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T22:06:35.742 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:35 smithi031 bash[21687]: debug 2024-03-21T22:06:35.529+0000 7fe11078a200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T22:06:36.097 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:35 smithi031 bash[21687]: debug 2024-03-21T22:06:35.785+0000 7fe11078a200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T22:06:36.185 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout { 2024-03-21T22:06:36.185 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-03-21T22:06:36.186 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-21T22:06:36.186 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-03-21T22:06:36.186 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-03-21T22:06:36.186 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout } 2024-03-21T22:06:36.186 INFO:teuthology.orchestra.run.smithi031.stdout:Waiting for the mgr to restart... 2024-03-21T22:06:36.186 INFO:teuthology.orchestra.run.smithi031.stdout:Waiting for mgr epoch 9... 2024-03-21T22:06:37.097 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:36 smithi031 bash[21687]: debug 2024-03-21T22:06:36.613+0000 7fe11078a200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T22:06:37.097 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:36 smithi031 bash[21687]: debug 2024-03-21T22:06:36.729+0000 7fe11078a200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T22:06:37.097 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:36 smithi031 bash[21687]: debug 2024-03-21T22:06:36.841+0000 7fe11078a200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T22:06:37.597 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:37 smithi031 bash[21687]: debug 2024-03-21T22:06:37.209+0000 7fe11078a200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-21T22:06:37.597 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:37 smithi031 bash[21687]: debug 2024-03-21T22:06:37.329+0000 7fe11078a200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T22:06:37.597 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:37 smithi031 bash[21687]: debug 2024-03-21T22:06:37.437+0000 7fe11078a200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T22:06:38.097 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:37 smithi031 bash[21687]: debug 2024-03-21T22:06:37.809+0000 7fe11078a200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T22:06:38.097 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:38 smithi031 bash[21687]: debug 2024-03-21T22:06:38.053+0000 7fe11078a200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T22:06:38.597 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:38 smithi031 bash[21687]: debug 2024-03-21T22:06:38.329+0000 7fe11078a200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T22:06:38.597 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:38 smithi031 bash[21687]: debug 2024-03-21T22:06:38.445+0000 7fe11078a200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T22:06:39.097 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:38 smithi031 bash[21687]: debug 2024-03-21T22:06:38.733+0000 7fe11078a200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T22:06:39.530 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:39 smithi031 bash[21687]: debug 2024-03-21T22:06:39.157+0000 7fe11078a200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T22:06:39.530 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:39 smithi031 bash[21687]: debug 2024-03-21T22:06:39.405+0000 7fe11078a200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T22:06:40.097 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:39 smithi031 bash[21687]: debug 2024-03-21T22:06:39.529+0000 7fe11078a200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T22:06:40.097 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:39 smithi031 bash[21687]: debug 2024-03-21T22:06:39.789+0000 7fe11078a200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T22:06:41.287 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:40 smithi031 bash[21687]: debug 2024-03-21T22:06:40.857+0000 7fe11078a200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T22:06:41.287 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:40 smithi031 bash[21687]: debug 2024-03-21T22:06:40.977+0000 7fe11078a200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T22:06:41.597 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:41 smithi031 bash[21687]: debug 2024-03-21T22:06:41.285+0000 7fe11078a200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T22:06:41.597 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:41 smithi031 bash[21687]: debug 2024-03-21T22:06:41.401+0000 7fe11078a200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T22:06:42.139 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:41 smithi031 bash[21687]: debug 2024-03-21T22:06:41.877+0000 7fe11078a200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T22:06:42.139 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:42 smithi031 bash[21687]: debug 2024-03-21T22:06:42.005+0000 7fe11078a200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T22:06:42.140 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:42 smithi031 bash[21433]: cluster 2024-03-21T22:06:42.028004+0000 mon.a (mon.0) 70 : cluster [INF] Active manager daemon a restarted 2024-03-21T22:06:42.140 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:42 smithi031 bash[21433]: cluster 2024-03-21T22:06:42.028497+0000 mon.a (mon.0) 71 : cluster [INF] Activating manager daemon a 2024-03-21T22:06:42.140 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:42 smithi031 bash[21433]: cluster 2024-03-21T22:06:42.035562+0000 mon.a (mon.0) 72 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-03-21T22:06:42.140 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:42 smithi031 bash[21433]: cluster 2024-03-21T22:06:42.035814+0000 mon.a (mon.0) 73 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00751422s) 2024-03-21T22:06:42.140 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:42 smithi031 bash[21433]: audit 2024-03-21T22:06:42.037119+0000 mon.a (mon.0) 74 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T22:06:42.140 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:42 smithi031 bash[21433]: audit 2024-03-21T22:06:42.039433+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-21T22:06:42.140 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:42 smithi031 bash[21433]: audit 2024-03-21T22:06:42.040518+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T22:06:42.140 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:42 smithi031 bash[21433]: audit 2024-03-21T22:06:42.040665+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T22:06:42.140 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:42 smithi031 bash[21433]: audit 2024-03-21T22:06:42.040808+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T22:06:42.140 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:42 smithi031 bash[21433]: cluster 2024-03-21T22:06:42.067756+0000 mon.a (mon.0) 79 : cluster [INF] Manager daemon a is now available 2024-03-21T22:06:43.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:43 smithi031 bash[21433]: audit 2024-03-21T22:06:42.090379+0000 mon.a (mon.0) 80 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:06:43.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:43 smithi031 bash[21433]: audit 2024-03-21T22:06:42.093515+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:06:43.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:43 smithi031 bash[21433]: audit 2024-03-21T22:06:42.113143+0000 mon.a (mon.0) 82 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-21T22:06:43.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:43 smithi031 bash[21433]: audit 2024-03-21T22:06:42.116426+0000 mon.a (mon.0) 83 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-21T22:06:43.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:43 smithi031 bash[21433]: cluster 2024-03-21T22:06:43.041054+0000 mon.a (mon.0) 84 : cluster [DBG] mgrmap e11: a(active, since 1.01274s) 2024-03-21T22:06:43.709 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout { 2024-03-21T22:06:43.709 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-03-21T22:06:43.709 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "initialized": true 2024-03-21T22:06:43.710 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout } 2024-03-21T22:06:43.710 INFO:teuthology.orchestra.run.smithi031.stdout:mgr epoch 9 is available 2024-03-21T22:06:43.710 INFO:teuthology.orchestra.run.smithi031.stdout:Generating a dashboard self-signed certificate... 2024-03-21T22:06:44.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:44 smithi031 bash[21433]: cephadm 2024-03-21T22:06:43.148557+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [21/Mar/2024:22:06:43] ENGINE Bus STARTING 2024-03-21T22:06:44.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:44 smithi031 bash[21433]: cephadm 2024-03-21T22:06:43.265823+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [21/Mar/2024:22:06:43] ENGINE Serving on https://172.21.15.31:7150 2024-03-21T22:06:44.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:44 smithi031 bash[21433]: cephadm 2024-03-21T22:06:43.367101+0000 mgr.a (mgr.14152) 5 : cephadm [INF] [21/Mar/2024:22:06:43] ENGINE Serving on http://172.21.15.31:8765 2024-03-21T22:06:44.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:44 smithi031 bash[21433]: cephadm 2024-03-21T22:06:43.367238+0000 mgr.a (mgr.14152) 6 : cephadm [INF] [21/Mar/2024:22:06:43] ENGINE Bus STARTED 2024-03-21T22:06:45.416 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:45 smithi031 bash[21433]: cluster 2024-03-21T22:06:44.103193+0000 mon.a (mon.0) 85 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-03-21T22:06:45.806 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-03-21T22:06:45.806 INFO:teuthology.orchestra.run.smithi031.stdout:Creating initial admin user... 2024-03-21T22:06:46.477 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:46 smithi031 bash[21433]: audit 2024-03-21T22:06:44.879299+0000 mgr.a (mgr.14152) 7 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T22:06:46.477 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:46 smithi031 bash[21433]: audit 2024-03-21T22:06:45.219671+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:06:46.478 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:46 smithi031 bash[21433]: audit 2024-03-21T22:06:45.224849+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:06:47.927 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$oE28s3LhIYD4pUoReCJSFe7FkABUWtJeFN19fJHdQac72DZJWt7J6", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1711058807, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-03-21T22:06:47.928 INFO:teuthology.orchestra.run.smithi031.stdout:Fetching dashboard port number... 2024-03-21T22:06:48.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:48 smithi031 bash[21433]: audit 2024-03-21T22:06:47.091197+0000 mgr.a (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-03-21T22:06:48.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:48 smithi031 bash[21433]: audit 2024-03-21T22:06:47.364018+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:06:49.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:49 smithi031 bash[21433]: cluster 2024-03-21T22:06:48.370637+0000 mon.a (mon.0) 89 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-03-21T22:06:49.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:49 smithi031 bash[21433]: audit 2024-03-21T22:06:48.697226+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:06:49.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:49 smithi031 bash[21433]: audit 2024-03-21T22:06:48.698103+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi031", "name": "osd_memory_target"}]: dispatch 2024-03-21T22:06:49.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:49 smithi031 bash[21433]: audit 2024-03-21T22:06:48.702395+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:06:49.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:49 smithi031 bash[21433]: audit 2024-03-21T22:06:48.704375+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi031", "caps": []}]: dispatch 2024-03-21T22:06:49.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:49 smithi031 bash[21433]: audit 2024-03-21T22:06:48.705767+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi031", "caps": []}]': finished 2024-03-21T22:06:49.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:49 smithi031 bash[21433]: audit 2024-03-21T22:06:49.154925+0000 mon.a (mon.0) 95 : audit [DBG] from='client.? 172.21.15.31:0/503192148' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-03-21T22:06:49.757 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 8443 2024-03-21T22:06:49.757 INFO:teuthology.orchestra.run.smithi031.stdout:firewalld does not appear to be present 2024-03-21T22:06:49.757 INFO:teuthology.orchestra.run.smithi031.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-03-21T22:06:49.759 INFO:teuthology.orchestra.run.smithi031.stdout:Ceph Dashboard is now available at: 2024-03-21T22:06:49.759 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T22:06:49.759 INFO:teuthology.orchestra.run.smithi031.stdout: URL: https://smithi031.front.sepia.ceph.com:8443/ 2024-03-21T22:06:49.759 INFO:teuthology.orchestra.run.smithi031.stdout: User: admin 2024-03-21T22:06:49.759 INFO:teuthology.orchestra.run.smithi031.stdout: Password: fwjqg6ocpx 2024-03-21T22:06:49.759 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T22:06:49.759 INFO:teuthology.orchestra.run.smithi031.stdout:Saving cluster configuration to /var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/config directory 2024-03-21T22:06:49.760 INFO:teuthology.orchestra.run.smithi031.stdout:Enabling autotune for osd_memory_target 2024-03-21T22:06:51.007 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:50 smithi031 bash[21433]: cephadm 2024-03-21T22:06:49.853983+0000 mgr.a (mgr.14152) 9 : cephadm [INF] Deploying daemon agent.smithi031 on smithi031 2024-03-21T22:06:53.427 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-03-21T22:06:53.427 INFO:teuthology.orchestra.run.smithi031.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-03-21T22:06:53.427 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T22:06:53.427 INFO:teuthology.orchestra.run.smithi031.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid f7e76c80-e7ce-11ee-95cd-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-03-21T22:06:53.427 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T22:06:53.427 INFO:teuthology.orchestra.run.smithi031.stdout:Or, if you are only running a single cluster on this host: 2024-03-21T22:06:53.428 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T22:06:53.428 INFO:teuthology.orchestra.run.smithi031.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-03-21T22:06:53.428 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T22:06:53.428 INFO:teuthology.orchestra.run.smithi031.stdout:Please consider enabling telemetry to help improve Ceph: 2024-03-21T22:06:53.428 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T22:06:53.428 INFO:teuthology.orchestra.run.smithi031.stdout: ceph telemetry on 2024-03-21T22:06:53.428 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T22:06:53.428 INFO:teuthology.orchestra.run.smithi031.stdout:For more information see: 2024-03-21T22:06:53.428 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T22:06:53.428 INFO:teuthology.orchestra.run.smithi031.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-03-21T22:06:53.428 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T22:06:53.428 INFO:teuthology.orchestra.run.smithi031.stdout:Bootstrap complete. 2024-03-21T22:06:53.488 INFO:tasks.cephadm:Fetching config... 2024-03-21T22:06:53.488 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-03-21T22:06:53.488 DEBUG:teuthology.orchestra.run.smithi031:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-03-21T22:06:53.494 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-03-21T22:06:53.494 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-03-21T22:06:53.494 DEBUG:teuthology.orchestra.run.smithi031:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-03-21T22:06:53.539 INFO:tasks.cephadm:Fetching mon keyring... 2024-03-21T22:06:53.540 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-03-21T22:06:53.540 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/mon.a/keyring of=/dev/stdout 2024-03-21T22:06:53.601 INFO:tasks.cephadm:Fetching pub ssh key... 2024-03-21T22:06:53.601 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-03-21T22:06:53.602 DEBUG:teuthology.orchestra.run.smithi031:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-03-21T22:06:53.648 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-03-21T22:06:53.648 DEBUG:teuthology.orchestra.run.smithi031:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/LG1sEbanf/JjeilkrDHPthDmCQKlU390whgCDxLFN9skWObGgQsRzzpVttnH0Q9/sYBhU+ruRtuYpItapNVTjFpAGoQdXi9Ib6uc5sSBfrW1wLdviET4iVTEVVDEOBrmzJVB7tRwcgnONWa8P2b0OCLgUnB+EzbpFLHp/NBu9oE/bl7RmQ3J+tzNxJtX/rJmMCum7V0Wg228n2gXJmKM5NCZtkwSJ9eHZtThOP+xupZjTUdg4NCQjug0yW9M/dQQrDgTkllrLpKsn+AWwinl7+VLfx8hp+5TBCeIX04ZIQlTOBox7C/crO2KZPzKeCmxqZz/DsSypUKI4V/W1PaxoWIw5QNPPoQFMSRbRhvI18rbxHCAXvYt5b/lQNWVmiCentDL3fx5IlibWAhTWqV5s+XuTEKQSKoI4pf8OA4PC+l2kTZtLZyYu2W5kyIRtUynq4ph50VugqZqr73VX5kLEbruhILXxpUSdgRAPcokBHneTojQxvgfqlXZklKLOJc= ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-21T22:06:53.709 INFO:teuthology.orchestra.run.smithi031.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/LG1sEbanf/JjeilkrDHPthDmCQKlU390whgCDxLFN9skWObGgQsRzzpVttnH0Q9/sYBhU+ruRtuYpItapNVTjFpAGoQdXi9Ib6uc5sSBfrW1wLdviET4iVTEVVDEOBrmzJVB7tRwcgnONWa8P2b0OCLgUnB+EzbpFLHp/NBu9oE/bl7RmQ3J+tzNxJtX/rJmMCum7V0Wg228n2gXJmKM5NCZtkwSJ9eHZtThOP+xupZjTUdg4NCQjug0yW9M/dQQrDgTkllrLpKsn+AWwinl7+VLfx8hp+5TBCeIX04ZIQlTOBox7C/crO2KZPzKeCmxqZz/DsSypUKI4V/W1PaxoWIw5QNPPoQFMSRbRhvI18rbxHCAXvYt5b/lQNWVmiCentDL3fx5IlibWAhTWqV5s+XuTEKQSKoI4pf8OA4PC+l2kTZtLZyYu2W5kyIRtUynq4ph50VugqZqr73VX5kLEbruhILXxpUSdgRAPcokBHneTojQxvgfqlXZklKLOJc= ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715 2024-03-21T22:06:53.716 DEBUG:teuthology.orchestra.run.smithi033:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/LG1sEbanf/JjeilkrDHPthDmCQKlU390whgCDxLFN9skWObGgQsRzzpVttnH0Q9/sYBhU+ruRtuYpItapNVTjFpAGoQdXi9Ib6uc5sSBfrW1wLdviET4iVTEVVDEOBrmzJVB7tRwcgnONWa8P2b0OCLgUnB+EzbpFLHp/NBu9oE/bl7RmQ3J+tzNxJtX/rJmMCum7V0Wg228n2gXJmKM5NCZtkwSJ9eHZtThOP+xupZjTUdg4NCQjug0yW9M/dQQrDgTkllrLpKsn+AWwinl7+VLfx8hp+5TBCeIX04ZIQlTOBox7C/crO2KZPzKeCmxqZz/DsSypUKI4V/W1PaxoWIw5QNPPoQFMSRbRhvI18rbxHCAXvYt5b/lQNWVmiCentDL3fx5IlibWAhTWqV5s+XuTEKQSKoI4pf8OA4PC+l2kTZtLZyYu2W5kyIRtUynq4ph50VugqZqr73VX5kLEbruhILXxpUSdgRAPcokBHneTojQxvgfqlXZklKLOJc= ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-21T22:06:53.743 INFO:teuthology.orchestra.run.smithi033.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/LG1sEbanf/JjeilkrDHPthDmCQKlU390whgCDxLFN9skWObGgQsRzzpVttnH0Q9/sYBhU+ruRtuYpItapNVTjFpAGoQdXi9Ib6uc5sSBfrW1wLdviET4iVTEVVDEOBrmzJVB7tRwcgnONWa8P2b0OCLgUnB+EzbpFLHp/NBu9oE/bl7RmQ3J+tzNxJtX/rJmMCum7V0Wg228n2gXJmKM5NCZtkwSJ9eHZtThOP+xupZjTUdg4NCQjug0yW9M/dQQrDgTkllrLpKsn+AWwinl7+VLfx8hp+5TBCeIX04ZIQlTOBox7C/crO2KZPzKeCmxqZz/DsSypUKI4V/W1PaxoWIw5QNPPoQFMSRbRhvI18rbxHCAXvYt5b/lQNWVmiCentDL3fx5IlibWAhTWqV5s+XuTEKQSKoI4pf8OA4PC+l2kTZtLZyYu2W5kyIRtUynq4ph50VugqZqr73VX5kLEbruhILXxpUSdgRAPcokBHneTojQxvgfqlXZklKLOJc= ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715 2024-03-21T22:06:53.753 DEBUG:teuthology.orchestra.run.smithi098:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/LG1sEbanf/JjeilkrDHPthDmCQKlU390whgCDxLFN9skWObGgQsRzzpVttnH0Q9/sYBhU+ruRtuYpItapNVTjFpAGoQdXi9Ib6uc5sSBfrW1wLdviET4iVTEVVDEOBrmzJVB7tRwcgnONWa8P2b0OCLgUnB+EzbpFLHp/NBu9oE/bl7RmQ3J+tzNxJtX/rJmMCum7V0Wg228n2gXJmKM5NCZtkwSJ9eHZtThOP+xupZjTUdg4NCQjug0yW9M/dQQrDgTkllrLpKsn+AWwinl7+VLfx8hp+5TBCeIX04ZIQlTOBox7C/crO2KZPzKeCmxqZz/DsSypUKI4V/W1PaxoWIw5QNPPoQFMSRbRhvI18rbxHCAXvYt5b/lQNWVmiCentDL3fx5IlibWAhTWqV5s+XuTEKQSKoI4pf8OA4PC+l2kTZtLZyYu2W5kyIRtUynq4ph50VugqZqr73VX5kLEbruhILXxpUSdgRAPcokBHneTojQxvgfqlXZklKLOJc= ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-21T22:06:53.766 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:53 smithi031 systemd[1]: /etc/systemd/system/ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@.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-03-21T22:06:53.766 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:53 smithi031 systemd[1]: /etc/systemd/system/ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@.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-03-21T22:06:53.778 INFO:teuthology.orchestra.run.smithi098.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/LG1sEbanf/JjeilkrDHPthDmCQKlU390whgCDxLFN9skWObGgQsRzzpVttnH0Q9/sYBhU+ruRtuYpItapNVTjFpAGoQdXi9Ib6uc5sSBfrW1wLdviET4iVTEVVDEOBrmzJVB7tRwcgnONWa8P2b0OCLgUnB+EzbpFLHp/NBu9oE/bl7RmQ3J+tzNxJtX/rJmMCum7V0Wg228n2gXJmKM5NCZtkwSJ9eHZtThOP+xupZjTUdg4NCQjug0yW9M/dQQrDgTkllrLpKsn+AWwinl7+VLfx8hp+5TBCeIX04ZIQlTOBox7C/crO2KZPzKeCmxqZz/DsSypUKI4V/W1PaxoWIw5QNPPoQFMSRbRhvI18rbxHCAXvYt5b/lQNWVmiCentDL3fx5IlibWAhTWqV5s+XuTEKQSKoI4pf8OA4PC+l2kTZtLZyYu2W5kyIRtUynq4ph50VugqZqr73VX5kLEbruhILXxpUSdgRAPcokBHneTojQxvgfqlXZklKLOJc= ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715 2024-03-21T22:06:53.787 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f7e76c80-e7ce-11ee-95cd-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-03-21T22:06:54.097 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:06:53 smithi031 systemd[1]: /etc/systemd/system/ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@.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-03-21T22:06:54.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:53 smithi031 systemd[1]: /etc/systemd/system/ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@.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-03-21T22:06:54.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:53 smithi031 bash[21433]: audit 2024-03-21T22:06:52.896974+0000 mon.a (mon.0) 96 : audit [INF] from='client.? 172.21.15.31:0/1789661201' entity='client.admin' 2024-03-21T22:06:55.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:55 smithi031 bash[21433]: audit 2024-03-21T22:06:54.023338+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:06:55.348 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:55 smithi031 bash[21433]: audit 2024-03-21T22:06:54.030473+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:06:55.348 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:55 smithi031 bash[21433]: audit 2024-03-21T22:06:54.034130+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:06:55.348 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:55 smithi031 bash[21433]: audit 2024-03-21T22:06:54.050959+0000 mon.a (mon.0) 100 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:06:55.348 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:55 smithi031 bash[21433]: audit 2024-03-21T22:06:54.055171+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:06:55.348 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:55 smithi031 bash[21433]: audit 2024-03-21T22:06:54.057522+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:06:55.348 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:55 smithi031 bash[21433]: audit 2024-03-21T22:06:54.059604+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:06:55.348 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:55 smithi031 bash[21433]: audit 2024-03-21T22:06:54.061831+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:06:55.348 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:55 smithi031 bash[21433]: audit 2024-03-21T22:06:54.064755+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:06:55.348 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:55 smithi031 bash[21433]: audit 2024-03-21T22:06:54.082357+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:06:55.348 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:55 smithi031 bash[21433]: audit 2024-03-21T22:06:54.086446+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:06:55.348 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:55 smithi031 bash[21433]: audit 2024-03-21T22:06:54.460788+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:06:58.511 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T22:06:58.513 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:58 smithi031 bash[21433]: audit 2024-03-21T22:06:57.113308+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:07:00.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:59 smithi031 bash[21433]: audit 2024-03-21T22:06:58.957237+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:07:00.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:06:59 smithi031 bash[21433]: audit 2024-03-21T22:06:58.961696+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:07:01.788 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-03-21T22:07:01.788 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f7e76c80-e7ce-11ee-95cd-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-03-21T22:07:02.556 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:02 smithi031 bash[21433]: audit 2024-03-21T22:07:01.165469+0000 mon.a (mon.0) 112 : audit [INF] from='client.? 172.21.15.31:0/2274251111' entity='client.admin' 2024-03-21T22:07:02.556 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:02 smithi031 bash[21433]: audit 2024-03-21T22:07:01.185402+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:07:02.556 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:02 smithi031 bash[21433]: audit 2024-03-21T22:07:01.192373+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:07:03.572 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:03 smithi031 bash[21433]: cluster 2024-03-21T22:07:02.042266+0000 mgr.a (mgr.14152) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:07:05.515 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:05 smithi031 bash[21433]: cluster 2024-03-21T22:07:04.042665+0000 mgr.a (mgr.14152) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:07:06.516 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T22:07:07.513 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:07 smithi031 bash[21433]: cluster 2024-03-21T22:07:06.043059+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:07:07.513 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:07 smithi031 bash[21433]: audit 2024-03-21T22:07:06.229429+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:07:07.513 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:07 smithi031 bash[21433]: audit 2024-03-21T22:07:06.237392+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:07:09.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:09 smithi031 bash[21433]: cluster 2024-03-21T22:07:08.043540+0000 mgr.a (mgr.14152) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:07:09.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:09 smithi031 bash[21433]: audit 2024-03-21T22:07:09.043259+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:07:09.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:09 smithi031 bash[21433]: audit 2024-03-21T22:07:09.092253+0000 mon.a (mon.0) 118 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:07:09.348 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:09 smithi031 bash[21433]: audit 2024-03-21T22:07:09.094004+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:07:09.348 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:09 smithi031 bash[21433]: audit 2024-03-21T22:07:09.094719+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:07:09.670 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi033 2024-03-21T22:07:09.670 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-03-21T22:07:09.670 DEBUG:teuthology.orchestra.run.smithi033:> dd of=/etc/ceph/ceph.conf 2024-03-21T22:07:09.677 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-03-21T22:07:09.677 DEBUG:teuthology.orchestra.run.smithi033:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-21T22:07:09.726 INFO:tasks.cephadm:Adding host smithi033 to orchestrator... 2024-03-21T22:07:09.726 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f7e76c80-e7ce-11ee-95cd-87774f69a715 -- ceph orch host add smithi033 2024-03-21T22:07:10.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:10 smithi031 bash[21433]: audit 2024-03-21T22:07:09.037985+0000 mgr.a (mgr.14152) 14 : 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-03-21T22:07:10.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:10 smithi031 bash[21433]: cephadm 2024-03-21T22:07:09.095829+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi031:/etc/ceph/ceph.conf 2024-03-21T22:07:10.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:10 smithi031 bash[21433]: cephadm 2024-03-21T22:07:09.210296+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi031:/var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T22:07:10.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:10 smithi031 bash[21433]: cephadm 2024-03-21T22:07:09.324595+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi031:/etc/ceph/ceph.client.admin.keyring 2024-03-21T22:07:10.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:10 smithi031 bash[21433]: cephadm 2024-03-21T22:07:09.439124+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi031:/var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T22:07:10.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:10 smithi031 bash[21433]: audit 2024-03-21T22:07:09.560665+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:07:10.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:10 smithi031 bash[21433]: audit 2024-03-21T22:07:09.566958+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:07:10.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:10 smithi031 bash[21433]: audit 2024-03-21T22:07:09.573062+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:07:11.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:11 smithi031 bash[21433]: cluster 2024-03-21T22:07:10.044022+0000 mgr.a (mgr.14152) 19 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:07:13.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:13 smithi031 bash[21433]: cluster 2024-03-21T22:07:12.044460+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:07:14.445 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T22:07:15.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:15 smithi031 bash[21433]: cluster 2024-03-21T22:07:14.044878+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:07:17.813 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:17 smithi031 bash[21433]: cluster 2024-03-21T22:07:16.045309+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:07:18.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:18 smithi031 bash[21433]: audit 2024-03-21T22:07:17.702686+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:07:18.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:18 smithi031 bash[21433]: audit 2024-03-21T22:07:17.705238+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:07:18.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:18 smithi031 bash[21433]: audit 2024-03-21T22:07:17.708635+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:07:18.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:18 smithi031 bash[21433]: audit 2024-03-21T22:07:17.878066+0000 mgr.a (mgr.14152) 23 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi033", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T22:07:18.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:18 smithi031 bash[21433]: cluster 2024-03-21T22:07:18.045700+0000 mgr.a (mgr.14152) 24 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:07:18.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:18 smithi031 bash[21433]: cephadm 2024-03-21T22:07:18.579015+0000 mgr.a (mgr.14152) 25 : cephadm [INF] Deploying cephadm binary to smithi033 2024-03-21T22:07:21.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:21 smithi031 bash[21433]: cluster 2024-03-21T22:07:20.046047+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:07:23.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:23 smithi031 bash[21433]: cluster 2024-03-21T22:07:22.046427+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:07:24.054 INFO:teuthology.orchestra.run.smithi031.stdout:Added host 'smithi033' with addr '172.21.15.33' 2024-03-21T22:07:24.697 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f7e76c80-e7ce-11ee-95cd-87774f69a715 -- ceph orch host ls --format=json 2024-03-21T22:07:25.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:25 smithi031 bash[21433]: cluster 2024-03-21T22:07:24.046835+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:07:25.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:25 smithi031 bash[21433]: audit 2024-03-21T22:07:24.050654+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:07:25.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:25 smithi031 bash[21433]: cephadm 2024-03-21T22:07:24.051594+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Added host smithi033 2024-03-21T22:07:25.348 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:25 smithi031 bash[21433]: audit 2024-03-21T22:07:24.095719+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:07:25.348 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:25 smithi031 bash[21433]: audit 2024-03-21T22:07:24.618319+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:07:27.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:27 smithi031 bash[21433]: cluster 2024-03-21T22:07:26.047279+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:07:27.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:27 smithi031 bash[21433]: audit 2024-03-21T22:07:26.144287+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:07:27.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:27 smithi031 bash[21433]: audit 2024-03-21T22:07:26.150556+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:07:27.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:27 smithi031 bash[21433]: audit 2024-03-21T22:07:26.152470+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi033", "name": "osd_memory_target"}]: dispatch 2024-03-21T22:07:27.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:27 smithi031 bash[21433]: audit 2024-03-21T22:07:26.155082+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:07:27.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:27 smithi031 bash[21433]: audit 2024-03-21T22:07:26.156759+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:07:27.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:27 smithi031 bash[21433]: cephadm 2024-03-21T22:07:26.159331+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.conf 2024-03-21T22:07:27.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:27 smithi031 bash[21433]: cephadm 2024-03-21T22:07:26.375783+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi033:/var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T22:07:27.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:27 smithi031 bash[21433]: cephadm 2024-03-21T22:07:26.591501+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.client.admin.keyring 2024-03-21T22:07:27.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:27 smithi031 bash[21433]: audit 2024-03-21T22:07:27.027794+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:07:27.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:27 smithi031 bash[21433]: audit 2024-03-21T22:07:27.034227+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:07:27.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:27 smithi031 bash[21433]: audit 2024-03-21T22:07:27.037634+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi033", "caps": []}]: dispatch 2024-03-21T22:07:27.599 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:27 smithi031 bash[21433]: audit 2024-03-21T22:07:27.039691+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi033", "caps": []}]': finished 2024-03-21T22:07:28.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:28 smithi031 bash[21433]: cephadm 2024-03-21T22:07:26.806705+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi033:/var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T22:07:29.409 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T22:07:29.430 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:29 smithi031 bash[21433]: cephadm 2024-03-21T22:07:27.745924+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Deploying daemon agent.smithi033 on smithi033 2024-03-21T22:07:29.430 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:29 smithi031 bash[21433]: cluster 2024-03-21T22:07:28.047684+0000 mgr.a (mgr.14152) 36 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:07:29.430 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:29 smithi031 bash[21433]: audit 2024-03-21T22:07:28.686674+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:07:29.430 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:29 smithi031 bash[21433]: audit 2024-03-21T22:07:28.717988+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:07:29.430 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:29 smithi031 bash[21433]: audit 2024-03-21T22:07:28.726295+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:07:29.430 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:29 smithi031 bash[21433]: audit 2024-03-21T22:07:28.794758+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:07:29.430 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:29 smithi031 bash[21433]: audit 2024-03-21T22:07:28.798879+0000 mon.a (mon.0) 143 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:07:29.430 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:29 smithi031 bash[21433]: audit 2024-03-21T22:07:28.800406+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:07:29.430 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:29 smithi031 bash[21433]: audit 2024-03-21T22:07:28.810684+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:07:29.430 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:29 smithi031 bash[21433]: audit 2024-03-21T22:07:28.881007+0000 mon.a (mon.0) 146 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:07:29.430 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:29 smithi031 bash[21433]: audit 2024-03-21T22:07:28.885214+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:07:29.431 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:29 smithi031 bash[21433]: audit 2024-03-21T22:07:28.886817+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:07:29.431 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:29 smithi031 bash[21433]: audit 2024-03-21T22:07:28.897029+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:07:30.459 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:30 smithi031 bash[21433]: audit 2024-03-21T22:07:29.172824+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:07:31.482 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:31 smithi031 bash[21433]: cluster 2024-03-21T22:07:30.048089+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:07:31.483 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:31 smithi031 bash[21433]: audit 2024-03-21T22:07:30.227173+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:07:31.483 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:31 smithi031 bash[21433]: audit 2024-03-21T22:07:30.232262+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:07:31.852 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T22:07:31.852 INFO:teuthology.orchestra.run.smithi031.stdout:[{"addr": "172.21.15.31", "hostname": "smithi031", "labels": [], "status": ""}, {"addr": "172.21.15.33", "hostname": "smithi033", "labels": [], "status": ""}] 2024-03-21T22:07:32.796 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi098 2024-03-21T22:07:32.796 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-03-21T22:07:32.797 DEBUG:teuthology.orchestra.run.smithi098:> dd of=/etc/ceph/ceph.conf 2024-03-21T22:07:32.803 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-03-21T22:07:32.803 DEBUG:teuthology.orchestra.run.smithi098:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-21T22:07:32.849 INFO:tasks.cephadm:Adding host smithi098 to orchestrator... 2024-03-21T22:07:32.849 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f7e76c80-e7ce-11ee-95cd-87774f69a715 -- ceph orch host add smithi098 2024-03-21T22:07:33.249 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:33 smithi031 bash[21433]: audit 2024-03-21T22:07:31.852180+0000 mgr.a (mgr.14152) 38 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T22:07:33.249 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:33 smithi031 bash[21433]: cluster 2024-03-21T22:07:32.048459+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:07:33.249 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:33 smithi031 bash[21433]: audit 2024-03-21T22:07:32.120677+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:07:35.391 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:35 smithi031 bash[21433]: cluster 2024-03-21T22:07:34.048832+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:07:37.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:37 smithi031 bash[21433]: cluster 2024-03-21T22:07:36.049283+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:07:38.576 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T22:07:39.250 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:38 smithi031 bash[21433]: audit 2024-03-21T22:07:37.920785+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:07:39.250 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:38 smithi031 bash[21433]: audit 2024-03-21T22:07:37.929588+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:07:39.250 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:38 smithi031 bash[21433]: audit 2024-03-21T22:07:37.940109+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:07:39.250 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:38 smithi031 bash[21433]: cluster 2024-03-21T22:07:38.049702+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:07:41.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:41 smithi031 bash[21433]: cluster 2024-03-21T22:07:40.050122+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:07:42.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:42 smithi031 bash[21433]: audit 2024-03-21T22:07:41.042953+0000 mgr.a (mgr.14152) 44 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi098", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T22:07:43.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:43 smithi031 bash[21433]: cephadm 2024-03-21T22:07:41.756394+0000 mgr.a (mgr.14152) 45 : cephadm [INF] Deploying cephadm binary to smithi098 2024-03-21T22:07:43.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:43 smithi031 bash[21433]: cluster 2024-03-21T22:07:42.050524+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:07:44.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:44 smithi031 bash[21433]: audit 2024-03-21T22:07:43.321646+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:07:44.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:44 smithi031 bash[21433]: audit 2024-03-21T22:07:43.333402+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:07:45.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:45 smithi031 bash[21433]: cluster 2024-03-21T22:07:44.050921+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:07:47.221 INFO:teuthology.orchestra.run.smithi031.stdout:Added host 'smithi098' with addr '172.21.15.98' 2024-03-21T22:07:47.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:47 smithi031 bash[21433]: cluster 2024-03-21T22:07:46.051292+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:07:47.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:47 smithi031 bash[21433]: audit 2024-03-21T22:07:47.221004+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:07:47.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:47 smithi031 bash[21433]: audit 2024-03-21T22:07:47.237868+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:07:47.895 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f7e76c80-e7ce-11ee-95cd-87774f69a715 -- ceph orch host ls --format=json 2024-03-21T22:07:48.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:48 smithi031 bash[21433]: cephadm 2024-03-21T22:07:47.221844+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi098 2024-03-21T22:07:48.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:48 smithi031 bash[21433]: audit 2024-03-21T22:07:47.711981+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:07:49.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:49 smithi031 bash[21433]: cluster 2024-03-21T22:07:48.051678+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:07:49.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:49 smithi031 bash[21433]: audit 2024-03-21T22:07:49.238265+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:07:49.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:49 smithi031 bash[21433]: audit 2024-03-21T22:07:49.244288+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:07:49.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:49 smithi031 bash[21433]: audit 2024-03-21T22:07:49.245899+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi098", "name": "osd_memory_target"}]: dispatch 2024-03-21T22:07:49.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:49 smithi031 bash[21433]: audit 2024-03-21T22:07:49.247902+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:07:49.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:49 smithi031 bash[21433]: audit 2024-03-21T22:07:49.249797+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:07:50.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:50 smithi031 bash[21433]: cephadm 2024-03-21T22:07:49.252800+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2024-03-21T22:07:50.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:50 smithi031 bash[21433]: cephadm 2024-03-21T22:07:49.468367+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi098:/var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T22:07:50.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:50 smithi031 bash[21433]: audit 2024-03-21T22:07:49.794107+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:07:50.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:50 smithi031 bash[21433]: audit 2024-03-21T22:07:49.798195+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:07:50.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:50 smithi031 bash[21433]: audit 2024-03-21T22:07:49.802643+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:07:50.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:50 smithi031 bash[21433]: audit 2024-03-21T22:07:50.312817+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:07:50.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:50 smithi031 bash[21433]: audit 2024-03-21T22:07:50.318934+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:07:50.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:50 smithi031 bash[21433]: audit 2024-03-21T22:07:50.322911+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []}]: dispatch 2024-03-21T22:07:50.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:50 smithi031 bash[21433]: audit 2024-03-21T22:07:50.325099+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []}]': finished 2024-03-21T22:07:51.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:51 smithi031 bash[21433]: cephadm 2024-03-21T22:07:49.683979+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.client.admin.keyring 2024-03-21T22:07:51.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:51 smithi031 bash[21433]: cephadm 2024-03-21T22:07:49.850325+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi098:/var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T22:07:51.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:51 smithi031 bash[21433]: cluster 2024-03-21T22:07:50.052008+0000 mgr.a (mgr.14152) 55 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:07:52.590 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:52 smithi031 bash[21433]: cephadm 2024-03-21T22:07:50.804482+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi098 on smithi098 2024-03-21T22:07:52.590 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:52 smithi031 bash[21433]: audit 2024-03-21T22:07:51.688015+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:07:52.590 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:52 smithi031 bash[21433]: audit 2024-03-21T22:07:51.725831+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:07:52.590 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:52 smithi031 bash[21433]: audit 2024-03-21T22:07:51.731610+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:07:52.591 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:52 smithi031 bash[21433]: audit 2024-03-21T22:07:51.831516+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:07:52.591 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:52 smithi031 bash[21433]: audit 2024-03-21T22:07:51.836311+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:07:52.591 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:52 smithi031 bash[21433]: audit 2024-03-21T22:07:51.837346+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:07:52.591 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:52 smithi031 bash[21433]: audit 2024-03-21T22:07:51.842796+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:07:52.591 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:52 smithi031 bash[21433]: audit 2024-03-21T22:07:51.908435+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:07:52.591 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:52 smithi031 bash[21433]: audit 2024-03-21T22:07:51.910923+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:07:52.591 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:52 smithi031 bash[21433]: audit 2024-03-21T22:07:51.911691+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:07:52.591 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:52 smithi031 bash[21433]: audit 2024-03-21T22:07:51.916696+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:07:52.591 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:52 smithi031 bash[21433]: audit 2024-03-21T22:07:52.127749+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:07:52.591 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:52 smithi031 bash[21433]: audit 2024-03-21T22:07:52.151472+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:07:53.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:53 smithi031 bash[21433]: cluster 2024-03-21T22:07:52.052353+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:07:53.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:53 smithi031 bash[21433]: audit 2024-03-21T22:07:53.230423+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:07:53.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:53 smithi031 bash[21433]: audit 2024-03-21T22:07:53.238707+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:07:53.612 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T22:07:55.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:55 smithi031 bash[21433]: cluster 2024-03-21T22:07:54.052732+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:07:56.126 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T22:07:56.126 INFO:teuthology.orchestra.run.smithi031.stdout:[{"addr": "172.21.15.31", "hostname": "smithi031", "labels": [], "status": ""}, {"addr": "172.21.15.33", "hostname": "smithi033", "labels": [], "status": ""}, {"addr": "172.21.15.98", "hostname": "smithi098", "labels": [], "status": ""}] 2024-03-21T22:07:56.751 INFO:tasks.cephadm:Setting crush tunables to default 2024-03-21T22:07:56.752 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f7e76c80-e7ce-11ee-95cd-87774f69a715 -- ceph osd crush tunables default 2024-03-21T22:07:57.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:57 smithi031 bash[21433]: cluster 2024-03-21T22:07:56.053108+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:07:57.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:57 smithi031 bash[21433]: audit 2024-03-21T22:07:56.125800+0000 mgr.a (mgr.14152) 60 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T22:07:59.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:59 smithi031 bash[21433]: cluster 2024-03-21T22:07:58.053524+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:07:59.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:59 smithi031 bash[21433]: audit 2024-03-21T22:07:58.125317+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:07:59.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:59 smithi031 bash[21433]: audit 2024-03-21T22:07:58.133502+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:07:59.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:07:59 smithi031 bash[21433]: audit 2024-03-21T22:07:58.141393+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:01.470 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T22:08:01.491 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:01 smithi031 bash[21433]: cluster 2024-03-21T22:08:00.053927+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:03.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:03 smithi031 bash[21433]: cluster 2024-03-21T22:08:02.054310+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:04.139 INFO:teuthology.orchestra.run.smithi031.stderr:adjusted tunables profile to default 2024-03-21T22:08:04.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:04 smithi031 bash[21433]: audit 2024-03-21T22:08:04.019305+0000 mon.a (mon.0) 192 : audit [INF] from='client.? 172.21.15.31:0/1789406443' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-21T22:08:04.753 INFO:tasks.cephadm:Adding mon.a on smithi031 2024-03-21T22:08:04.753 INFO:tasks.cephadm:Adding mon.b on smithi033 2024-03-21T22:08:04.754 INFO:tasks.cephadm:Adding mon.c on smithi098 2024-03-21T22:08:04.754 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f7e76c80-e7ce-11ee-95cd-87774f69a715 -- ceph orch apply mon '3;smithi031:172.21.15.31=a;smithi033:172.21.15.33=b;smithi098:172.21.15.98=c' 2024-03-21T22:08:05.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:05 smithi031 bash[21433]: cluster 2024-03-21T22:08:04.054702+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:05.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:05 smithi031 bash[21433]: audit 2024-03-21T22:08:04.134933+0000 mon.a (mon.0) 193 : audit [INF] from='client.? 172.21.15.31:0/1789406443' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-21T22:08:05.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:05 smithi031 bash[21433]: cluster 2024-03-21T22:08:04.141094+0000 mon.a (mon.0) 194 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T22:08:06.986 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T22:08:07.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:07 smithi031 bash[21433]: cluster 2024-03-21T22:08:06.055088+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:07.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:07 smithi031 bash[21433]: audit 2024-03-21T22:08:06.220690+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:07.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:07 smithi031 bash[21433]: audit 2024-03-21T22:08:06.228489+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:09.414 INFO:teuthology.orchestra.run.smithi098.stdout:Scheduled mon update... 2024-03-21T22:08:09.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:09 smithi031 bash[21433]: cluster 2024-03-21T22:08:08.055575+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:10.190 DEBUG:teuthology.orchestra.run.smithi033:mon.b> sudo journalctl -f -n 0 -u ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@mon.b.service 2024-03-21T22:08:10.192 DEBUG:teuthology.orchestra.run.smithi098:mon.c> sudo journalctl -f -n 0 -u ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@mon.c.service 2024-03-21T22:08:10.195 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-21T22:08:10.195 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f7e76c80-e7ce-11ee-95cd-87774f69a715 -- ceph mon dump -f json 2024-03-21T22:08:10.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:10 smithi031 bash[21433]: audit 2024-03-21T22:08:09.400527+0000 mgr.a (mgr.14152) 67 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi031:172.21.15.31=a;smithi033:172.21.15.33=b;smithi098:172.21.15.98=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T22:08:10.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:10 smithi031 bash[21433]: cephadm 2024-03-21T22:08:09.406012+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Saving service mon spec with placement smithi031:172.21.15.31=a;smithi033:172.21.15.33=b;smithi098:172.21.15.98=c;count:3 2024-03-21T22:08:10.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:10 smithi031 bash[21433]: audit 2024-03-21T22:08:09.413877+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:10.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:10 smithi031 bash[21433]: audit 2024-03-21T22:08:09.425300+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:08:10.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:10 smithi031 bash[21433]: audit 2024-03-21T22:08:09.431227+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:08:10.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:10 smithi031 bash[21433]: audit 2024-03-21T22:08:09.433015+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:08:10.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:10 smithi031 bash[21433]: audit 2024-03-21T22:08:09.443487+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:10.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:10 smithi031 bash[21433]: audit 2024-03-21T22:08:09.448826+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T22:08:10.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:10 smithi031 bash[21433]: audit 2024-03-21T22:08:09.450621+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:08:10.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:10 smithi031 bash[21433]: cephadm 2024-03-21T22:08:09.452646+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Deploying daemon mon.c on smithi098 2024-03-21T22:08:10.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:10 smithi031 bash[21433]: audit 2024-03-21T22:08:10.011495+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:10.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:10 smithi031 bash[21433]: audit 2024-03-21T22:08:10.019410+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:10.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:10 smithi031 bash[21433]: audit 2024-03-21T22:08:10.029821+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:11.797 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T22:08:11.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:11 smithi031 bash[21433]: cluster 2024-03-21T22:08:10.056007+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:13.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:13 smithi031 bash[21433]: cluster 2024-03-21T22:08:12.056394+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:14.947 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:14 smithi098 systemd[1]: Started Ceph mon.c for f7e76c80-e7ce-11ee-95cd-87774f69a715. 2024-03-21T22:08:15.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:15 smithi031 bash[21433]: cluster 2024-03-21T22:08:14.056784+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:15.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:15 smithi031 bash[21433]: audit 2024-03-21T22:08:14.952558+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:15.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:15 smithi031 bash[21433]: audit 2024-03-21T22:08:14.959403+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:15.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:15 smithi031 bash[21433]: audit 2024-03-21T22:08:14.985524+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:15.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:15 smithi031 bash[21433]: audit 2024-03-21T22:08:14.987076+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T22:08:15.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:15 smithi031 bash[21433]: audit 2024-03-21T22:08:14.989082+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:08:16.478 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.433+0000 7fe0cf7a2c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-21T22:08:16.479 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.433+0000 7fe0cf7a2c80 0 ceph version 19.0.0-2286-g5d87ad5b (5d87ad5bd031c000b3eb3ea886a68e118ae09d38) squid (dev), process ceph-mon, pid 7 2024-03-21T22:08:16.479 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.433+0000 7fe0cf7a2c80 0 pidfile_write: ignore empty --pid-file 2024-03-21T22:08:16.479 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 0 load: jerasure load: lrc 2024-03-21T22:08:16.479 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: RocksDB version: 7.9.2 2024-03-21T22:08:16.479 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Git sha 0 2024-03-21T22:08:16.479 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Compile date 2024-03-21 16:40:47 2024-03-21T22:08:16.479 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: DB SUMMARY 2024-03-21T22:08:16.479 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: DB Session ID: IBIDI4T9N9YRVZQJ8W48 2024-03-21T22:08:16.479 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: CURRENT file: CURRENT 2024-03-21T22:08:16.479 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: IDENTITY file: IDENTITY 2024-03-21T22:08:16.479 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-03-21T22:08:16.480 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-03-21T22:08:16.480 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-03-21T22:08:16.480 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.error_if_exists: 0 2024-03-21T22:08:16.480 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.create_if_missing: 0 2024-03-21T22:08:16.480 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.paranoid_checks: 1 2024-03-21T22:08:16.480 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-21T22:08:16.480 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-21T22:08:16.480 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-21T22:08:16.480 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.env: 0x5598d742cb20 2024-03-21T22:08:16.480 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-21T22:08:16.480 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.info_log: 0x5598d9933980 2024-03-21T22:08:16.480 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-21T22:08:16.480 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.statistics: (nil) 2024-03-21T22:08:16.481 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.use_fsync: 0 2024-03-21T22:08:16.481 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.max_log_file_size: 0 2024-03-21T22:08:16.484 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-21T22:08:16.484 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-21T22:08:16.484 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-21T22:08:16.484 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-21T22:08:16.484 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.allow_fallocate: 1 2024-03-21T22:08:16.484 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-21T22:08:16.484 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-21T22:08:16.484 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.use_direct_reads: 0 2024-03-21T22:08:16.484 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-21T22:08:16.484 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-21T22:08:16.484 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.db_log_dir: 2024-03-21T22:08:16.485 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.wal_dir: 2024-03-21T22:08:16.485 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-21T22:08:16.485 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-21T22:08:16.485 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-21T22:08:16.485 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-21T22:08:16.485 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-21T22:08:16.485 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-21T22:08:16.485 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-21T22:08:16.485 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-21T22:08:16.485 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.write_buffer_manager: 0x5598d99041e0 2024-03-21T22:08:16.485 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-21T22:08:16.485 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-21T22:08:16.486 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-21T22:08:16.486 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-21T22:08:16.486 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-21T22:08:16.486 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-21T22:08:16.486 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-21T22:08:16.486 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-21T22:08:16.486 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.unordered_write: 0 2024-03-21T22:08:16.486 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-21T22:08:16.486 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-21T22:08:16.486 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-21T22:08:16.486 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-21T22:08:16.486 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.row_cache: None 2024-03-21T22:08:16.486 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.wal_filter: None 2024-03-21T22:08:16.487 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-21T22:08:16.487 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-21T22:08:16.487 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.two_write_queues: 0 2024-03-21T22:08:16.487 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-21T22:08:16.487 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.wal_compression: 0 2024-03-21T22:08:16.487 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.atomic_flush: 0 2024-03-21T22:08:16.487 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-21T22:08:16.487 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-21T22:08:16.487 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-21T22:08:16.487 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.log_readahead_size: 0 2024-03-21T22:08:16.487 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-21T22:08:16.487 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-21T22:08:16.487 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-21T22:08:16.487 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-21T22:08:16.488 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-21T22:08:16.488 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-21T22:08:16.488 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-21T22:08:16.488 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.max_background_jobs: 2 2024-03-21T22:08:16.488 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.max_background_compactions: -1 2024-03-21T22:08:16.488 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.max_subcompactions: 1 2024-03-21T22:08:16.488 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-21T22:08:16.488 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-21T22:08:16.488 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-21T22:08:16.488 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-21T22:08:16.488 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-21T22:08:16.488 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-21T22:08:16.488 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-21T22:08:16.489 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-21T22:08:16.489 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.max_open_files: -1 2024-03-21T22:08:16.489 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-21T22:08:16.489 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-21T22:08:16.489 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-21T22:08:16.489 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-21T22:08:16.489 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.max_background_flushes: -1 2024-03-21T22:08:16.489 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Compression algorithms supported: 2024-03-21T22:08:16.489 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-21T22:08:16.489 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: kZSTD supported: 0 2024-03-21T22:08:16.489 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: kXpressCompression supported: 0 2024-03-21T22:08:16.489 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-21T22:08:16.489 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: kZlibCompression supported: 1 2024-03-21T22:08:16.489 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: kSnappyCompression supported: 1 2024-03-21T22:08:16.490 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: kLZ4Compression supported: 1 2024-03-21T22:08:16.490 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: kBZip2Compression supported: 0 2024-03-21T22:08:16.490 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-21T22:08:16.490 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-21T22:08:16.490 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-03-21T22:08:16.490 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-21T22:08:16.490 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-21T22:08:16.490 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.merge_operator: 2024-03-21T22:08:16.490 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.compaction_filter: None 2024-03-21T22:08:16.490 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-21T22:08:16.490 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-21T22:08:16.490 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-21T22:08:16.490 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-21T22:08:16.490 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5598d9933a80) 2024-03-21T22:08:16.491 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cache_index_and_filter_blocks: 1 2024-03-21T22:08:16.491 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-21T22:08:16.491 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-21T22:08:16.491 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: pin_top_level_index_and_filter: 1 2024-03-21T22:08:16.491 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: index_type: 0 2024-03-21T22:08:16.491 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: data_block_index_type: 0 2024-03-21T22:08:16.491 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: index_shortening: 1 2024-03-21T22:08:16.491 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: data_block_hash_table_util_ratio: 0.750000 2024-03-21T22:08:16.491 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: checksum: 4 2024-03-21T22:08:16.491 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: no_block_cache: 0 2024-03-21T22:08:16.491 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: block_cache: 0x5598d9935090 2024-03-21T22:08:16.491 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: block_cache_name: BinnedLRUCache 2024-03-21T22:08:16.491 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: block_cache_options: 2024-03-21T22:08:16.492 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: capacity : 536870912 2024-03-21T22:08:16.492 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: num_shard_bits : 4 2024-03-21T22:08:16.492 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: strict_capacity_limit : 0 2024-03-21T22:08:16.492 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: high_pri_pool_ratio: 0.000 2024-03-21T22:08:16.492 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: block_cache_compressed: (nil) 2024-03-21T22:08:16.492 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: persistent_cache: (nil) 2024-03-21T22:08:16.492 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: block_size: 4096 2024-03-21T22:08:16.492 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: block_size_deviation: 10 2024-03-21T22:08:16.492 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: block_restart_interval: 16 2024-03-21T22:08:16.492 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: index_block_restart_interval: 1 2024-03-21T22:08:16.492 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: metadata_block_size: 4096 2024-03-21T22:08:16.492 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: partition_filters: 0 2024-03-21T22:08:16.492 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: use_delta_encoding: 1 2024-03-21T22:08:16.492 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: filter_policy: bloomfilter 2024-03-21T22:08:16.492 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: whole_key_filtering: 1 2024-03-21T22:08:16.493 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: verify_compression: 0 2024-03-21T22:08:16.493 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: read_amp_bytes_per_bit: 0 2024-03-21T22:08:16.493 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: format_version: 5 2024-03-21T22:08:16.493 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: enable_index_compression: 1 2024-03-21T22:08:16.493 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: block_align: 0 2024-03-21T22:08:16.493 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: max_auto_readahead_size: 262144 2024-03-21T22:08:16.493 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: prepopulate_block_cache: 0 2024-03-21T22:08:16.493 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: initial_auto_readahead_size: 8192 2024-03-21T22:08:16.493 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: num_file_reads_for_auto_readahead: 2 2024-03-21T22:08:16.493 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-21T22:08:16.493 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-21T22:08:16.493 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.compression: NoCompression 2024-03-21T22:08:16.493 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-21T22:08:16.493 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-21T22:08:16.494 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-21T22:08:16.494 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.num_levels: 7 2024-03-21T22:08:16.494 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-21T22:08:16.494 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-21T22:08:16.494 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-21T22:08:16.494 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-21T22:08:16.494 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-21T22:08:16.494 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-21T22:08:16.494 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-21T22:08:16.494 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-21T22:08:16.494 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-21T22:08:16.494 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-21T22:08:16.494 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-21T22:08:16.495 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-21T22:08:16.495 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-21T22:08:16.495 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-21T22:08:16.495 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-21T22:08:16.495 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-21T22:08:16.495 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-21T22:08:16.495 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-21T22:08:16.495 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-21T22:08:16.495 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-21T22:08:16.495 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-21T22:08:16.495 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-21T22:08:16.495 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-21T22:08:16.495 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-21T22:08:16.496 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-21T22:08:16.496 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-21T22:08:16.496 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-21T22:08:16.496 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-21T22:08:16.496 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-21T22:08:16.496 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-21T22:08:16.496 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-21T22:08:16.496 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-21T22:08:16.496 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-21T22:08:16.496 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-21T22:08:16.496 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-21T22:08:16.496 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-21T22:08:16.496 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-21T22:08:16.496 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-21T22:08:16.497 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-21T22:08:16.497 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-21T22:08:16.497 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-21T22:08:16.497 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-21T22:08:16.497 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-21T22:08:16.497 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-21T22:08:16.497 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-21T22:08:16.497 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-21T22:08:16.497 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-21T22:08:16.497 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-21T22:08:16.497 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-21T22:08:16.497 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-21T22:08:16.497 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-21T22:08:16.498 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-21T22:08:16.498 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-21T22:08:16.498 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.table_properties_collectors: 2024-03-21T22:08:16.498 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.inplace_update_support: 0 2024-03-21T22:08:16.498 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-21T22:08:16.498 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-21T22:08:16.498 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-21T22:08:16.498 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-21T22:08:16.498 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.bloom_locality: 0 2024-03-21T22:08:16.498 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.max_successive_merges: 0 2024-03-21T22:08:16.498 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-21T22:08:16.498 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-21T22:08:16.498 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-21T22:08:16.498 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-21T22:08:16.499 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.ttl: 2592000 2024-03-21T22:08:16.499 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-21T22:08:16.499 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-21T22:08:16.499 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-21T22:08:16.499 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.enable_blob_files: false 2024-03-21T22:08:16.499 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.min_blob_size: 0 2024-03-21T22:08:16.499 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-21T22:08:16.499 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-21T22:08:16.499 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-21T22:08:16.499 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-21T22:08:16.499 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-21T22:08:16.499 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-21T22:08:16.499 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-21T22:08:16.500 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-21T22:08:16.500 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, 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-03-21T22:08:16.500 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-03-21T22:08:16.500 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: c276fd01-f2f1-4422-9436-0de3ec015a96 2024-03-21T22:08:16.500 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711058896444767, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-03-21T22:08:16.500 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.437+0000 7fe0cf7a2c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-03-21T22:08:16.500 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.441+0000 7fe0cf7a2c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711058896445268, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1622, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "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": "[]", "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": 1711058896, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "c276fd01-f2f1-4422-9436-0de3ec015a96", "db_session_id": "IBIDI4T9N9YRVZQJ8W48", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-03-21T22:08:16.500 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.441+0000 7fe0cf7a2c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711058896445372, "job": 1, "event": "recovery_finished"} 2024-03-21T22:08:16.500 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.441+0000 7fe0cf7a2c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-03-21T22:08:16.500 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.441+0000 7fe0cf7a2c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-03-21T22:08:16.500 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.441+0000 7fe0cf7a2c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5598d9a28000 2024-03-21T22:08:16.500 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.441+0000 7fe0cf7a2c80 4 rocksdb: DB pointer 0x5598d9a12000 2024-03-21T22:08:16.500 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.441+0000 7fe0bdefe700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-21T22:08:16.501 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.441+0000 7fe0bdefe700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-21T22:08:16.501 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: ** DB Stats ** 2024-03-21T22:08:16.501 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T22:08:16.501 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-21T22:08:16.501 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T22:08:16.501 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T22:08:16.501 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-21T22:08:16.501 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T22:08:16.501 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T22:08:16.501 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: ** Compaction Stats [default] ** 2024-03-21T22:08:16.501 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: 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-03-21T22:08:16.501 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-21T22:08:16.501 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: L0 1/0 1.58 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-21T22:08:16.501 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: Sum 1/0 1.58 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-21T22:08:16.502 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-21T22:08:16.502 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: ** Compaction Stats [default] ** 2024-03-21T22:08:16.502 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: 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-03-21T22:08:16.502 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-21T22:08:16.502 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-21T22:08:16.502 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-21T22:08:16.502 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T22:08:16.502 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-21T22:08:16.502 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-21T22:08:16.502 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: AddFile(Total Files): cumulative 0, interval 0 2024-03-21T22:08:16.502 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-21T22:08:16.502 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: AddFile(Keys): cumulative 0, interval 0 2024-03-21T22:08:16.502 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: Cumulative compaction: 0.00 GB write, 0.52 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T22:08:16.502 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: Interval compaction: 0.00 GB write, 0.52 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T22:08:16.503 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: 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-03-21T22:08:16.503 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: Block cache BinnedLRUCache@0x5598d9935090#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-03-21T22:08:16.503 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-03-21T22:08:16.503 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: ** File Read Latency Histogram By Level [default] ** 2024-03-21T22:08:16.503 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.441+0000 7fe0cf7a2c80 0 mon.c does not exist in monmap, will attempt to join an existing cluster 2024-03-21T22:08:16.503 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.441+0000 7fe0cf7a2c80 0 using public_addr v2:172.21.15.98:0/0 -> [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] 2024-03-21T22:08:16.503 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.441+0000 7fe0cf7a2c80 0 starting mon.c rank -1 at public addrs [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] at bind addrs [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid f7e76c80-e7ce-11ee-95cd-87774f69a715 2024-03-21T22:08:16.503 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.441+0000 7fe0cf7a2c80 1 mon.c@-1(???) e0 preinit fsid f7e76c80-e7ce-11ee-95cd-87774f69a715 2024-03-21T22:08:16.503 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.465+0000 7fe0c0f04700 0 mon.c@-1(synchronizing).mds e1 new map 2024-03-21T22:08:16.503 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.465+0000 7fe0c0f04700 0 mon.c@-1(synchronizing).mds e1 print_map 2024-03-21T22:08:16.503 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: e1 2024-03-21T22:08:16.503 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-21T22:08:16.503 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: 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} 2024-03-21T22:08:16.504 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: legacy client fscid: -1 2024-03-21T22:08:16.504 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: 2024-03-21T22:08:16.504 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: No filesystems configured 2024-03-21T22:08:16.504 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.465+0000 7fe0c0f04700 1 mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-03-21T22:08:16.504 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.465+0000 7fe0c0f04700 1 mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-03-21T22:08:16.504 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.465+0000 7fe0c0f04700 1 mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-03-21T22:08:16.504 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.465+0000 7fe0c0f04700 1 mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-03-21T22:08:16.504 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.465+0000 7fe0c0f04700 1 mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-03-21T22:08:16.504 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.465+0000 7fe0c0f04700 1 mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-03-21T22:08:16.504 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.465+0000 7fe0c0f04700 0 mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-21T22:08:16.504 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.465+0000 7fe0c0f04700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T22:08:16.504 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.465+0000 7fe0c0f04700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T22:08:16.504 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.465+0000 7fe0c0f04700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T22:08:16.505 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cluster 2024-03-21T22:07:08.043540+0000 mgr.a (mgr.14152) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:16.505 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:09.043259+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.505 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:09.092253+0000 mon.a (mon.0) 118 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:08:16.505 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:09.094004+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:08:16.505 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:09.094719+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:08:16.505 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:09.037985+0000 mgr.a (mgr.14152) 14 : 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-03-21T22:08:16.505 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cephadm 2024-03-21T22:07:09.095829+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi031:/etc/ceph/ceph.conf 2024-03-21T22:08:16.505 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cephadm 2024-03-21T22:07:09.210296+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi031:/var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T22:08:16.505 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cephadm 2024-03-21T22:07:09.324595+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi031:/etc/ceph/ceph.client.admin.keyring 2024-03-21T22:08:16.505 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cephadm 2024-03-21T22:07:09.439124+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi031:/var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T22:08:16.505 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:09.560665+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.505 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:09.566958+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.506 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:09.573062+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.506 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cluster 2024-03-21T22:07:10.044022+0000 mgr.a (mgr.14152) 19 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:16.506 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cluster 2024-03-21T22:07:12.044460+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:16.506 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cluster 2024-03-21T22:07:14.044878+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:16.506 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cluster 2024-03-21T22:07:16.045309+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:16.506 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:17.702686+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.506 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:17.705238+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.506 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:17.708635+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.506 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:17.878066+0000 mgr.a (mgr.14152) 23 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi033", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T22:08:16.506 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cluster 2024-03-21T22:07:18.045700+0000 mgr.a (mgr.14152) 24 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:16.506 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cephadm 2024-03-21T22:07:18.579015+0000 mgr.a (mgr.14152) 25 : cephadm [INF] Deploying cephadm binary to smithi033 2024-03-21T22:08:16.506 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cluster 2024-03-21T22:07:20.046047+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:16.506 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cluster 2024-03-21T22:07:22.046427+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:16.506 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cluster 2024-03-21T22:07:24.046835+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:16.507 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:24.050654+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.507 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cephadm 2024-03-21T22:07:24.051594+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Added host smithi033 2024-03-21T22:08:16.507 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:24.095719+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:08:16.507 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:24.618319+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.507 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cluster 2024-03-21T22:07:26.047279+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:16.507 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:26.144287+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.507 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:26.150556+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.507 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:26.152470+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi033", "name": "osd_memory_target"}]: dispatch 2024-03-21T22:08:16.507 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:26.155082+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:08:16.507 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:26.156759+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:08:16.507 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cephadm 2024-03-21T22:07:26.159331+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.conf 2024-03-21T22:08:16.507 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cephadm 2024-03-21T22:07:26.375783+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi033:/var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T22:08:16.507 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cephadm 2024-03-21T22:07:26.591501+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.client.admin.keyring 2024-03-21T22:08:16.507 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:27.027794+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.508 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:27.034227+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.508 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:27.037634+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi033", "caps": []}]: dispatch 2024-03-21T22:08:16.508 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:27.039691+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi033", "caps": []}]': finished 2024-03-21T22:08:16.508 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cephadm 2024-03-21T22:07:26.806705+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi033:/var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T22:08:16.508 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cephadm 2024-03-21T22:07:27.745924+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Deploying daemon agent.smithi033 on smithi033 2024-03-21T22:08:16.508 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cluster 2024-03-21T22:07:28.047684+0000 mgr.a (mgr.14152) 36 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:16.508 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:28.686674+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.508 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:28.717988+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.508 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:28.726295+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.508 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:28.794758+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:08:16.508 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:28.798879+0000 mon.a (mon.0) 143 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:08:16.508 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:28.800406+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:08:16.508 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:28.810684+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.509 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:28.881007+0000 mon.a (mon.0) 146 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:08:16.509 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:28.885214+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:08:16.509 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:28.886817+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:08:16.509 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:28.897029+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.509 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:29.172824+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.509 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cluster 2024-03-21T22:07:30.048089+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:16.509 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:30.227173+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.509 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:30.232262+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.509 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:31.852180+0000 mgr.a (mgr.14152) 38 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T22:08:16.509 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cluster 2024-03-21T22:07:32.048459+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:16.509 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:32.120677+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.509 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cluster 2024-03-21T22:07:34.048832+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:16.509 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cluster 2024-03-21T22:07:36.049283+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:16.510 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:37.920785+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.510 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:37.929588+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.510 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:37.940109+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.510 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cluster 2024-03-21T22:07:38.049702+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:16.510 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cluster 2024-03-21T22:07:40.050122+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:16.510 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:41.042953+0000 mgr.a (mgr.14152) 44 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi098", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T22:08:16.510 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cephadm 2024-03-21T22:07:41.756394+0000 mgr.a (mgr.14152) 45 : cephadm [INF] Deploying cephadm binary to smithi098 2024-03-21T22:08:16.510 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cluster 2024-03-21T22:07:42.050524+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:16.510 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:43.321646+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.510 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:43.333402+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.510 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cluster 2024-03-21T22:07:44.050921+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:16.510 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cluster 2024-03-21T22:07:46.051292+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:16.510 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:47.221004+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.511 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:47.237868+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:08:16.511 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cephadm 2024-03-21T22:07:47.221844+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi098 2024-03-21T22:08:16.511 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:47.711981+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.511 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cluster 2024-03-21T22:07:48.051678+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:16.511 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:49.238265+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.511 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:49.244288+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.511 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:49.245899+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi098", "name": "osd_memory_target"}]: dispatch 2024-03-21T22:08:16.511 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:49.247902+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:08:16.511 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:49.249797+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:08:16.511 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cephadm 2024-03-21T22:07:49.252800+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2024-03-21T22:08:16.511 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cephadm 2024-03-21T22:07:49.468367+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi098:/var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T22:08:16.511 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:49.794107+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.511 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:49.798195+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.511 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:49.802643+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.512 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:50.312817+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.512 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:50.318934+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.512 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:50.322911+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []}]: dispatch 2024-03-21T22:08:16.512 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:50.325099+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []}]': finished 2024-03-21T22:08:16.512 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cephadm 2024-03-21T22:07:49.683979+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.client.admin.keyring 2024-03-21T22:08:16.512 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cephadm 2024-03-21T22:07:49.850325+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi098:/var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T22:08:16.512 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cluster 2024-03-21T22:07:50.052008+0000 mgr.a (mgr.14152) 55 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:16.512 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cephadm 2024-03-21T22:07:50.804482+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi098 on smithi098 2024-03-21T22:08:16.512 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:51.688015+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.512 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:51.725831+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.512 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:51.731610+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.512 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:51.831516+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:08:16.512 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:51.836311+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:08:16.512 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:51.837346+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:08:16.513 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:51.842796+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.513 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:51.908435+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:08:16.513 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:51.910923+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:08:16.513 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:51.911691+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:08:16.513 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:51.916696+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.513 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:52.127749+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.513 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:52.151472+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.513 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cluster 2024-03-21T22:07:52.052353+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:16.513 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:53.230423+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.513 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:53.238707+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.513 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cluster 2024-03-21T22:07:54.052732+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:16.513 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cluster 2024-03-21T22:07:56.053108+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:16.513 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:56.125800+0000 mgr.a (mgr.14152) 60 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T22:08:16.513 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cluster 2024-03-21T22:07:58.053524+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:16.514 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:58.125317+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.514 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:58.133502+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.514 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:07:58.141393+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.514 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cluster 2024-03-21T22:08:00.053927+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:16.514 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cluster 2024-03-21T22:08:02.054310+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:16.514 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:08:04.019305+0000 mon.a (mon.0) 192 : audit [INF] from='client.? 172.21.15.31:0/1789406443' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-21T22:08:16.514 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cluster 2024-03-21T22:08:04.054702+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:16.514 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:08:04.134933+0000 mon.a (mon.0) 193 : audit [INF] from='client.? 172.21.15.31:0/1789406443' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-21T22:08:16.514 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cluster 2024-03-21T22:08:04.141094+0000 mon.a (mon.0) 194 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T22:08:16.514 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cluster 2024-03-21T22:08:06.055088+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:16.514 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:08:06.220690+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.514 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:08:06.228489+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.514 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cluster 2024-03-21T22:08:08.055575+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:16.515 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:08:09.400527+0000 mgr.a (mgr.14152) 67 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi031:172.21.15.31=a;smithi033:172.21.15.33=b;smithi098:172.21.15.98=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T22:08:16.515 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cephadm 2024-03-21T22:08:09.406012+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Saving service mon spec with placement smithi031:172.21.15.31=a;smithi033:172.21.15.33=b;smithi098:172.21.15.98=c;count:3 2024-03-21T22:08:16.515 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:08:09.413877+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.515 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:08:09.425300+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:08:16.515 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:08:09.431227+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:08:16.515 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:08:09.433015+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:08:16.515 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:08:09.443487+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.515 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:08:09.448826+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T22:08:16.515 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:08:09.450621+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:08:16.515 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cephadm 2024-03-21T22:08:09.452646+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Deploying daemon mon.c on smithi098 2024-03-21T22:08:16.515 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:08:10.011495+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.515 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:08:10.019410+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.515 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:08:10.029821+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.516 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cluster 2024-03-21T22:08:10.056007+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:16.516 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cluster 2024-03-21T22:08:12.056394+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:16.516 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cluster 2024-03-21T22:08:14.056784+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:16.516 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:08:14.952558+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.516 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:08:14.959403+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.516 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:08:14.985524+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:16.516 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:08:14.987076+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T22:08:16.516 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: audit 2024-03-21T22:08:14.989082+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:08:16.516 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: cephadm 2024-03-21T22:08:14.991260+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Deploying daemon mon.b on smithi033 2024-03-21T22:08:16.516 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:16 smithi098 bash[22188]: debug 2024-03-21T22:08:16.469+0000 7fe0c0f04700 1 mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-03-21T22:08:16.759 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:16 smithi031 bash[21433]: cephadm 2024-03-21T22:08:14.991260+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Deploying daemon mon.b on smithi033 2024-03-21T22:08:20.339 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: audit 2024-03-21T22:07:47.711981+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:20.339 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: cluster 2024-03-21T22:07:48.051678+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:20.339 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: audit 2024-03-21T22:07:49.238265+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:20.339 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: audit 2024-03-21T22:07:49.244288+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:20.339 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: audit 2024-03-21T22:07:49.245899+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi098", "name": "osd_memory_target"}]: dispatch 2024-03-21T22:08:20.339 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: audit 2024-03-21T22:07:49.247902+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:08:20.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: audit 2024-03-21T22:07:49.249797+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:08:20.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: cephadm 2024-03-21T22:07:49.252800+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2024-03-21T22:08:20.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: cephadm 2024-03-21T22:07:49.468367+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi098:/var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T22:08:20.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: audit 2024-03-21T22:07:49.794107+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:20.609 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: audit 2024-03-21T22:07:49.798195+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:20.609 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: audit 2024-03-21T22:07:49.802643+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:20.609 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: audit 2024-03-21T22:07:50.312817+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:20.609 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: audit 2024-03-21T22:07:50.318934+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:20.609 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: audit 2024-03-21T22:07:50.322911+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []}]: dispatch 2024-03-21T22:08:20.609 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: audit 2024-03-21T22:07:50.325099+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []}]': finished 2024-03-21T22:08:20.609 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: cephadm 2024-03-21T22:07:49.683979+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.client.admin.keyring 2024-03-21T22:08:20.609 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: cephadm 2024-03-21T22:07:49.850325+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi098:/var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T22:08:20.609 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: cluster 2024-03-21T22:07:50.052008+0000 mgr.a (mgr.14152) 55 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:20.609 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: cephadm 2024-03-21T22:07:50.804482+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi098 on smithi098 2024-03-21T22:08:20.609 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: audit 2024-03-21T22:07:51.688015+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:20.609 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: audit 2024-03-21T22:07:51.725831+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:20.609 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: audit 2024-03-21T22:07:51.731610+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:20.610 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: audit 2024-03-21T22:07:51.831516+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:08:20.610 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: audit 2024-03-21T22:07:51.836311+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:08:20.610 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: audit 2024-03-21T22:07:51.837346+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:08:20.610 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: audit 2024-03-21T22:07:51.842796+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:20.610 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: audit 2024-03-21T22:07:51.908435+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:08:20.610 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: audit 2024-03-21T22:07:51.910923+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:08:20.611 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: audit 2024-03-21T22:07:51.911691+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:08:20.611 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: audit 2024-03-21T22:07:51.916696+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:20.611 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: audit 2024-03-21T22:07:52.127749+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:20.611 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: audit 2024-03-21T22:07:52.151472+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:20.611 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: cluster 2024-03-21T22:07:52.052353+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:20.611 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: audit 2024-03-21T22:07:53.230423+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:20.611 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: audit 2024-03-21T22:07:53.238707+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:20.611 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: cluster 2024-03-21T22:07:54.052732+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:20.611 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: cluster 2024-03-21T22:07:56.053108+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:20.611 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: audit 2024-03-21T22:07:56.125800+0000 mgr.a (mgr.14152) 60 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T22:08:20.611 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: cluster 2024-03-21T22:07:58.053524+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:20.611 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: audit 2024-03-21T22:07:58.125317+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:20.611 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: audit 2024-03-21T22:07:58.133502+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:20.611 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: audit 2024-03-21T22:07:58.141393+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:20.612 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: cluster 2024-03-21T22:08:00.053927+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:20.612 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: cluster 2024-03-21T22:08:02.054310+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:20.612 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: audit 2024-03-21T22:08:04.019305+0000 mon.a (mon.0) 192 : audit [INF] from='client.? 172.21.15.31:0/1789406443' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-21T22:08:20.612 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: cluster 2024-03-21T22:08:04.054702+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:20.612 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: audit 2024-03-21T22:08:04.134933+0000 mon.a (mon.0) 193 : audit [INF] from='client.? 172.21.15.31:0/1789406443' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-21T22:08:20.612 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: cluster 2024-03-21T22:08:04.141094+0000 mon.a (mon.0) 194 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T22:08:20.612 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: cluster 2024-03-21T22:08:06.055088+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:20.612 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: audit 2024-03-21T22:08:06.220690+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:20.612 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: audit 2024-03-21T22:08:06.228489+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:20.612 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: cluster 2024-03-21T22:08:08.055575+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:20.612 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: audit 2024-03-21T22:08:09.400527+0000 mgr.a (mgr.14152) 67 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi031:172.21.15.31=a;smithi033:172.21.15.33=b;smithi098:172.21.15.98=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T22:08:20.612 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: cephadm 2024-03-21T22:08:09.406012+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Saving service mon spec with placement smithi031:172.21.15.31=a;smithi033:172.21.15.33=b;smithi098:172.21.15.98=c;count:3 2024-03-21T22:08:20.612 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: audit 2024-03-21T22:08:09.413877+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:20.612 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: audit 2024-03-21T22:08:09.425300+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:08:20.612 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: audit 2024-03-21T22:08:09.431227+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:08:20.612 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: audit 2024-03-21T22:08:09.433015+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:08:20.613 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: audit 2024-03-21T22:08:09.443487+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:20.613 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: audit 2024-03-21T22:08:09.448826+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T22:08:20.613 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: audit 2024-03-21T22:08:09.450621+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:08:20.613 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: cephadm 2024-03-21T22:08:09.452646+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Deploying daemon mon.c on smithi098 2024-03-21T22:08:20.613 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: audit 2024-03-21T22:08:10.011495+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:20.613 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: audit 2024-03-21T22:08:10.019410+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:20.613 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: audit 2024-03-21T22:08:10.029821+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:20.613 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: cluster 2024-03-21T22:08:10.056007+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:20.613 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: cluster 2024-03-21T22:08:12.056394+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:20.613 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: cluster 2024-03-21T22:08:14.056784+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:20.613 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: audit 2024-03-21T22:08:14.952558+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:20.613 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: audit 2024-03-21T22:08:14.959403+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:20.613 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: audit 2024-03-21T22:08:14.985524+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:20.613 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: audit 2024-03-21T22:08:14.987076+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T22:08:20.613 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: audit 2024-03-21T22:08:14.989082+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:08:20.614 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: cephadm 2024-03-21T22:08:14.991260+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Deploying daemon mon.b on smithi033 2024-03-21T22:08:20.614 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:20 smithi033 bash[22041]: debug 2024-03-21T22:08:20.334+0000 7f4bea46d700 1 mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-03-21T22:08:21.555 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-03-21T22:08:21.555 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":2,"fsid":"f7e76c80-e7ce-11ee-95cd-87774f69a715","modified":"2024-03-21T22:08:16.479401Z","created":"2024-03-21T22:05:31.831707Z","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.31:3300","nonce":0},{"type":"v1","addr":"172.21.15.31:6789","nonce":0}]},"addr":"172.21.15.31:6789/0","public_addr":"172.21.15.31:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:3300","nonce":0},{"type":"v1","addr":"172.21.15.98:6789","nonce":0}]},"addr":"172.21.15.98:6789/0","public_addr":"172.21.15.98:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-03-21T22:08:21.559 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 2 2024-03-21T22:08:22.051 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:21 smithi098 bash[22188]: cluster 2024-03-21T22:08:16.057186+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:22.051 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:21 smithi098 bash[22188]: audit 2024-03-21T22:08:16.480078+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T22:08:22.051 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:21 smithi098 bash[22188]: audit 2024-03-21T22:08:16.484651+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T22:08:22.051 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:21 smithi098 bash[22188]: cluster 2024-03-21T22:08:16.484955+0000 mon.a (mon.0) 214 : cluster [INF] mon.a calling monitor election 2024-03-21T22:08:22.051 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:21 smithi098 bash[22188]: audit 2024-03-21T22:08:16.506715+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T22:08:22.051 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:21 smithi098 bash[22188]: audit 2024-03-21T22:08:16.622846+0000 mon.a (mon.0) 216 : audit [DBG] from='client.? 172.21.15.98:0/875064466' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T22:08:22.051 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:21 smithi098 bash[22188]: audit 2024-03-21T22:08:17.479611+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T22:08:22.051 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:21 smithi098 bash[22188]: cluster 2024-03-21T22:08:18.057656+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:22.052 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:21 smithi098 bash[22188]: audit 2024-03-21T22:08:18.479820+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T22:08:22.052 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:21 smithi098 bash[22188]: cluster 2024-03-21T22:08:18.481184+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-21T22:08:22.052 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:21 smithi098 bash[22188]: audit 2024-03-21T22:08:19.479837+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T22:08:22.052 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:21 smithi098 bash[22188]: cluster 2024-03-21T22:08:20.058105+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:22.052 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:21 smithi098 bash[22188]: audit 2024-03-21T22:08:20.342840+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T22:08:22.052 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:21 smithi098 bash[22188]: audit 2024-03-21T22:08:20.479982+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T22:08:22.052 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:21 smithi098 bash[22188]: audit 2024-03-21T22:08:21.342803+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T22:08:22.052 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:21 smithi098 bash[22188]: audit 2024-03-21T22:08:21.479863+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T22:08:22.052 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:21 smithi098 bash[22188]: cluster 2024-03-21T22:08:21.527515+0000 mon.a (mon.0) 224 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-21T22:08:22.052 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:21 smithi098 bash[22188]: cluster 2024-03-21T22:08:21.533468+0000 mon.a (mon.0) 225 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0],c=[v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T22:08:22.052 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:21 smithi098 bash[22188]: cluster 2024-03-21T22:08:21.554327+0000 mon.a (mon.0) 226 : cluster [DBG] fsmap 2024-03-21T22:08:22.052 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:21 smithi098 bash[22188]: cluster 2024-03-21T22:08:21.554440+0000 mon.a (mon.0) 227 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T22:08:22.052 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:21 smithi098 bash[22188]: cluster 2024-03-21T22:08:21.554758+0000 mon.a (mon.0) 228 : cluster [DBG] mgrmap e13: a(active, since 99s) 2024-03-21T22:08:22.053 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:21 smithi098 bash[22188]: cluster 2024-03-21T22:08:21.555039+0000 mon.a (mon.0) 229 : cluster [INF] overall HEALTH_OK 2024-03-21T22:08:22.053 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:21 smithi098 bash[22188]: audit 2024-03-21T22:08:21.562718+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:22.053 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:21 smithi098 bash[22188]: audit 2024-03-21T22:08:21.569802+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:22.053 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:21 smithi098 bash[22188]: audit 2024-03-21T22:08:21.576074+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:22.053 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:21 smithi098 bash[22188]: audit 2024-03-21T22:08:21.582072+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:22.053 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:21 smithi098 bash[22188]: audit 2024-03-21T22:08:21.588078+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:22.053 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:21 smithi098 bash[22188]: audit 2024-03-21T22:08:21.593776+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:22.053 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:21 smithi098 bash[22188]: audit 2024-03-21T22:08:21.599370+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:22.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:21 smithi031 bash[21433]: cluster 2024-03-21T22:08:16.057186+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:22.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:21 smithi031 bash[21433]: audit 2024-03-21T22:08:16.480078+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T22:08:22.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:21 smithi031 bash[21433]: audit 2024-03-21T22:08:16.484651+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T22:08:22.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:21 smithi031 bash[21433]: cluster 2024-03-21T22:08:16.484955+0000 mon.a (mon.0) 214 : cluster [INF] mon.a calling monitor election 2024-03-21T22:08:22.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:21 smithi031 bash[21433]: audit 2024-03-21T22:08:16.506715+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T22:08:22.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:21 smithi031 bash[21433]: audit 2024-03-21T22:08:16.622846+0000 mon.a (mon.0) 216 : audit [DBG] from='client.? 172.21.15.98:0/875064466' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T22:08:22.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:21 smithi031 bash[21433]: audit 2024-03-21T22:08:17.479611+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T22:08:22.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:21 smithi031 bash[21433]: cluster 2024-03-21T22:08:18.057656+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:22.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:21 smithi031 bash[21433]: audit 2024-03-21T22:08:18.479820+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T22:08:22.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:21 smithi031 bash[21433]: cluster 2024-03-21T22:08:18.481184+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-21T22:08:22.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:21 smithi031 bash[21433]: audit 2024-03-21T22:08:19.479837+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T22:08:22.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:21 smithi031 bash[21433]: cluster 2024-03-21T22:08:20.058105+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:22.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:21 smithi031 bash[21433]: audit 2024-03-21T22:08:20.342840+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T22:08:22.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:21 smithi031 bash[21433]: audit 2024-03-21T22:08:20.479982+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T22:08:22.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:21 smithi031 bash[21433]: audit 2024-03-21T22:08:21.342803+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T22:08:22.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:21 smithi031 bash[21433]: audit 2024-03-21T22:08:21.479863+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T22:08:22.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:21 smithi031 bash[21433]: cluster 2024-03-21T22:08:21.527515+0000 mon.a (mon.0) 224 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-21T22:08:22.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:21 smithi031 bash[21433]: cluster 2024-03-21T22:08:21.533468+0000 mon.a (mon.0) 225 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0],c=[v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T22:08:22.099 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:21 smithi031 bash[21433]: cluster 2024-03-21T22:08:21.554327+0000 mon.a (mon.0) 226 : cluster [DBG] fsmap 2024-03-21T22:08:22.099 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:21 smithi031 bash[21433]: cluster 2024-03-21T22:08:21.554440+0000 mon.a (mon.0) 227 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T22:08:22.099 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:21 smithi031 bash[21433]: cluster 2024-03-21T22:08:21.554758+0000 mon.a (mon.0) 228 : cluster [DBG] mgrmap e13: a(active, since 99s) 2024-03-21T22:08:22.099 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:21 smithi031 bash[21433]: cluster 2024-03-21T22:08:21.555039+0000 mon.a (mon.0) 229 : cluster [INF] overall HEALTH_OK 2024-03-21T22:08:22.099 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:21 smithi031 bash[21433]: audit 2024-03-21T22:08:21.562718+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:22.099 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:21 smithi031 bash[21433]: audit 2024-03-21T22:08:21.569802+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:22.099 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:21 smithi031 bash[21433]: audit 2024-03-21T22:08:21.576074+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:22.099 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:21 smithi031 bash[21433]: audit 2024-03-21T22:08:21.582072+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:22.099 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:21 smithi031 bash[21433]: audit 2024-03-21T22:08:21.588078+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:22.099 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:21 smithi031 bash[21433]: audit 2024-03-21T22:08:21.593776+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:22.099 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:21 smithi031 bash[21433]: audit 2024-03-21T22:08:21.599370+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:22.604 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:22 smithi033 bash[22041]: cluster 2024-03-21T22:08:16.057186+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:22.604 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:22 smithi033 bash[22041]: audit 2024-03-21T22:08:16.480078+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T22:08:22.605 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:22 smithi033 bash[22041]: audit 2024-03-21T22:08:16.484651+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T22:08:22.605 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:22 smithi033 bash[22041]: cluster 2024-03-21T22:08:16.484955+0000 mon.a (mon.0) 214 : cluster [INF] mon.a calling monitor election 2024-03-21T22:08:22.605 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:22 smithi033 bash[22041]: audit 2024-03-21T22:08:16.506715+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T22:08:22.605 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:22 smithi033 bash[22041]: audit 2024-03-21T22:08:16.622846+0000 mon.a (mon.0) 216 : audit [DBG] from='client.? 172.21.15.98:0/875064466' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T22:08:22.605 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:22 smithi033 bash[22041]: audit 2024-03-21T22:08:17.479611+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T22:08:22.605 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:22 smithi033 bash[22041]: cluster 2024-03-21T22:08:18.057656+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:22.605 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:22 smithi033 bash[22041]: audit 2024-03-21T22:08:18.479820+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T22:08:22.605 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:22 smithi033 bash[22041]: cluster 2024-03-21T22:08:18.481184+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-21T22:08:22.605 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:22 smithi033 bash[22041]: audit 2024-03-21T22:08:19.479837+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T22:08:22.605 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:22 smithi033 bash[22041]: cluster 2024-03-21T22:08:20.058105+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:22.605 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:22 smithi033 bash[22041]: audit 2024-03-21T22:08:20.342840+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T22:08:22.605 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:22 smithi033 bash[22041]: audit 2024-03-21T22:08:20.479982+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T22:08:22.606 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:22 smithi033 bash[22041]: audit 2024-03-21T22:08:21.342803+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T22:08:22.606 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:22 smithi033 bash[22041]: audit 2024-03-21T22:08:21.479863+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T22:08:22.606 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:22 smithi033 bash[22041]: cluster 2024-03-21T22:08:21.527515+0000 mon.a (mon.0) 224 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-21T22:08:22.606 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:22 smithi033 bash[22041]: cluster 2024-03-21T22:08:21.533468+0000 mon.a (mon.0) 225 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0],c=[v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T22:08:22.606 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:22 smithi033 bash[22041]: cluster 2024-03-21T22:08:21.554327+0000 mon.a (mon.0) 226 : cluster [DBG] fsmap 2024-03-21T22:08:22.606 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:22 smithi033 bash[22041]: cluster 2024-03-21T22:08:21.554440+0000 mon.a (mon.0) 227 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T22:08:22.606 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:22 smithi033 bash[22041]: cluster 2024-03-21T22:08:21.554758+0000 mon.a (mon.0) 228 : cluster [DBG] mgrmap e13: a(active, since 99s) 2024-03-21T22:08:22.606 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:22 smithi033 bash[22041]: cluster 2024-03-21T22:08:21.555039+0000 mon.a (mon.0) 229 : cluster [INF] overall HEALTH_OK 2024-03-21T22:08:22.606 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:22 smithi033 bash[22041]: audit 2024-03-21T22:08:21.562718+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:22.606 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:22 smithi033 bash[22041]: audit 2024-03-21T22:08:21.569802+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:22.606 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:22 smithi033 bash[22041]: audit 2024-03-21T22:08:21.576074+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:22.606 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:22 smithi033 bash[22041]: audit 2024-03-21T22:08:21.582072+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:22.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:22 smithi033 bash[22041]: audit 2024-03-21T22:08:21.588078+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:22.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:22 smithi033 bash[22041]: audit 2024-03-21T22:08:21.593776+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:22.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:22 smithi033 bash[22041]: audit 2024-03-21T22:08:21.599370+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:22.734 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:08:22 smithi031 bash[21687]: debug 2024-03-21T22:08:22.475+0000 7fe0ceeeb700 -1 mgr.server handle_report got status from non-daemon mon.c 2024-03-21T22:08:23.172 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-21T22:08:23.172 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f7e76c80-e7ce-11ee-95cd-87774f69a715 -- ceph mon dump -f json 2024-03-21T22:08:27.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:27 smithi033 bash[22041]: cephadm 2024-03-21T22:08:21.743035+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi031:/etc/ceph/ceph.conf 2024-03-21T22:08:27.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:27 smithi033 bash[22041]: cephadm 2024-03-21T22:08:21.743490+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.conf 2024-03-21T22:08:27.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:27 smithi033 bash[22041]: cephadm 2024-03-21T22:08:21.744097+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2024-03-21T22:08:27.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:27 smithi033 bash[22041]: cephadm 2024-03-21T22:08:22.009026+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi033:/var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T22:08:27.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:27 smithi033 bash[22041]: cephadm 2024-03-21T22:08:22.009300+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi098:/var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T22:08:27.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:27 smithi033 bash[22041]: cephadm 2024-03-21T22:08:22.009492+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi031:/var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T22:08:27.609 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:27 smithi033 bash[22041]: cluster 2024-03-21T22:08:22.058393+0000 mgr.a (mgr.14152) 83 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:27.609 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:27 smithi033 bash[22041]: cephadm 2024-03-21T22:08:22.243991+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T22:08:27.609 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:27 smithi033 bash[22041]: cephadm 2024-03-21T22:08:22.324844+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-21T22:08:27.609 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:27 smithi033 bash[22041]: cephadm 2024-03-21T22:08:22.329055+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.a on smithi031 2024-03-21T22:08:27.609 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:27 smithi033 bash[22041]: audit 2024-03-21T22:08:22.353077+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T22:08:27.609 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:27 smithi033 bash[22041]: cluster 2024-03-21T22:08:22.353512+0000 mon.a (mon.0) 256 : cluster [INF] mon.a calling monitor election 2024-03-21T22:08:27.609 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:27 smithi033 bash[22041]: cluster 2024-03-21T22:08:22.354887+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-21T22:08:27.609 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:27 smithi033 bash[22041]: audit 2024-03-21T22:08:22.375337+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T22:08:27.609 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:27 smithi033 bash[22041]: audit 2024-03-21T22:08:22.375622+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T22:08:27.609 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:27 smithi033 bash[22041]: audit 2024-03-21T22:08:23.342868+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T22:08:27.609 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:27 smithi033 bash[22041]: cluster 2024-03-21T22:08:24.058766+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:27.609 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:27 smithi033 bash[22041]: audit 2024-03-21T22:08:24.343106+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T22:08:27.609 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:27 smithi033 bash[22041]: cluster 2024-03-21T22:08:24.350582+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-21T22:08:27.609 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:27 smithi033 bash[22041]: audit 2024-03-21T22:08:25.343246+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T22:08:27.610 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:27 smithi033 bash[22041]: cluster 2024-03-21T22:08:26.059212+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:27.610 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:27 smithi033 bash[22041]: audit 2024-03-21T22:08:26.343698+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T22:08:27.610 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:27 smithi033 bash[22041]: audit 2024-03-21T22:08:27.343335+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T22:08:27.610 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:27 smithi033 bash[22041]: cluster 2024-03-21T22:08:27.415361+0000 mon.a (mon.0) 264 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-21T22:08:27.610 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:27 smithi033 bash[22041]: cluster 2024-03-21T22:08:27.421354+0000 mon.a (mon.0) 265 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0],b=[v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0],c=[v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T22:08:27.610 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:27 smithi033 bash[22041]: cluster 2024-03-21T22:08:27.442338+0000 mon.a (mon.0) 266 : cluster [DBG] fsmap 2024-03-21T22:08:27.610 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:27 smithi033 bash[22041]: cluster 2024-03-21T22:08:27.442400+0000 mon.a (mon.0) 267 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T22:08:27.610 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:27 smithi033 bash[22041]: cluster 2024-03-21T22:08:27.442697+0000 mon.a (mon.0) 268 : cluster [DBG] mgrmap e13: a(active, since 105s) 2024-03-21T22:08:27.610 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:27 smithi033 bash[22041]: cluster 2024-03-21T22:08:27.442951+0000 mon.a (mon.0) 269 : cluster [INF] overall HEALTH_OK 2024-03-21T22:08:27.610 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:27 smithi033 bash[22041]: audit 2024-03-21T22:08:27.450360+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:27.610 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:27 smithi033 bash[22041]: audit 2024-03-21T22:08:27.456541+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:27.610 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:27 smithi033 bash[22041]: audit 2024-03-21T22:08:27.462610+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:27.610 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:27 smithi033 bash[22041]: audit 2024-03-21T22:08:27.468538+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:27.611 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:27 smithi033 bash[22041]: audit 2024-03-21T22:08:27.477967+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:27.695 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/mon.c/config 2024-03-21T22:08:27.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:27 smithi098 bash[22188]: cephadm 2024-03-21T22:08:21.743035+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi031:/etc/ceph/ceph.conf 2024-03-21T22:08:27.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:27 smithi098 bash[22188]: cephadm 2024-03-21T22:08:21.743490+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.conf 2024-03-21T22:08:27.801 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:27 smithi098 bash[22188]: cephadm 2024-03-21T22:08:21.744097+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2024-03-21T22:08:27.801 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:27 smithi098 bash[22188]: cephadm 2024-03-21T22:08:22.009026+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi033:/var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T22:08:27.801 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:27 smithi098 bash[22188]: cephadm 2024-03-21T22:08:22.009300+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi098:/var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T22:08:27.801 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:27 smithi098 bash[22188]: cephadm 2024-03-21T22:08:22.009492+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi031:/var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T22:08:27.801 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:27 smithi098 bash[22188]: cluster 2024-03-21T22:08:22.058393+0000 mgr.a (mgr.14152) 83 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:27.801 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:27 smithi098 bash[22188]: cephadm 2024-03-21T22:08:22.243991+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T22:08:27.801 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:27 smithi098 bash[22188]: cephadm 2024-03-21T22:08:22.324844+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-21T22:08:27.801 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:27 smithi098 bash[22188]: cephadm 2024-03-21T22:08:22.329055+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.a on smithi031 2024-03-21T22:08:27.801 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:27 smithi098 bash[22188]: audit 2024-03-21T22:08:22.353077+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T22:08:27.801 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:27 smithi098 bash[22188]: cluster 2024-03-21T22:08:22.353512+0000 mon.a (mon.0) 256 : cluster [INF] mon.a calling monitor election 2024-03-21T22:08:27.801 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:27 smithi098 bash[22188]: cluster 2024-03-21T22:08:22.354887+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-21T22:08:27.801 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:27 smithi098 bash[22188]: audit 2024-03-21T22:08:22.375337+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T22:08:27.801 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:27 smithi098 bash[22188]: audit 2024-03-21T22:08:22.375622+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T22:08:27.802 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:27 smithi098 bash[22188]: audit 2024-03-21T22:08:23.342868+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T22:08:27.802 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:27 smithi098 bash[22188]: cluster 2024-03-21T22:08:24.058766+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:27.802 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:27 smithi098 bash[22188]: audit 2024-03-21T22:08:24.343106+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T22:08:27.802 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:27 smithi098 bash[22188]: cluster 2024-03-21T22:08:24.350582+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-21T22:08:27.802 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:27 smithi098 bash[22188]: audit 2024-03-21T22:08:25.343246+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T22:08:27.802 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:27 smithi098 bash[22188]: cluster 2024-03-21T22:08:26.059212+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:27.802 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:27 smithi098 bash[22188]: audit 2024-03-21T22:08:26.343698+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T22:08:27.802 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:27 smithi098 bash[22188]: audit 2024-03-21T22:08:27.343335+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T22:08:27.802 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:27 smithi098 bash[22188]: cluster 2024-03-21T22:08:27.415361+0000 mon.a (mon.0) 264 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-21T22:08:27.802 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:27 smithi098 bash[22188]: cluster 2024-03-21T22:08:27.421354+0000 mon.a (mon.0) 265 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0],b=[v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0],c=[v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T22:08:27.802 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:27 smithi098 bash[22188]: cluster 2024-03-21T22:08:27.442338+0000 mon.a (mon.0) 266 : cluster [DBG] fsmap 2024-03-21T22:08:27.802 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:27 smithi098 bash[22188]: cluster 2024-03-21T22:08:27.442400+0000 mon.a (mon.0) 267 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T22:08:27.802 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:27 smithi098 bash[22188]: cluster 2024-03-21T22:08:27.442697+0000 mon.a (mon.0) 268 : cluster [DBG] mgrmap e13: a(active, since 105s) 2024-03-21T22:08:27.803 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:27 smithi098 bash[22188]: cluster 2024-03-21T22:08:27.442951+0000 mon.a (mon.0) 269 : cluster [INF] overall HEALTH_OK 2024-03-21T22:08:27.803 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:27 smithi098 bash[22188]: audit 2024-03-21T22:08:27.450360+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:27.803 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:27 smithi098 bash[22188]: audit 2024-03-21T22:08:27.456541+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:27.803 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:27 smithi098 bash[22188]: audit 2024-03-21T22:08:27.462610+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:27.803 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:27 smithi098 bash[22188]: audit 2024-03-21T22:08:27.468538+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:27.803 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:27 smithi098 bash[22188]: audit 2024-03-21T22:08:27.477967+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:27.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:27 smithi031 bash[21433]: cephadm 2024-03-21T22:08:21.743035+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi031:/etc/ceph/ceph.conf 2024-03-21T22:08:27.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:27 smithi031 bash[21433]: cephadm 2024-03-21T22:08:21.743490+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.conf 2024-03-21T22:08:27.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:27 smithi031 bash[21433]: cephadm 2024-03-21T22:08:21.744097+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2024-03-21T22:08:27.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:27 smithi031 bash[21433]: cephadm 2024-03-21T22:08:22.009026+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi033:/var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T22:08:27.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:27 smithi031 bash[21433]: cephadm 2024-03-21T22:08:22.009300+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi098:/var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T22:08:27.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:27 smithi031 bash[21433]: cephadm 2024-03-21T22:08:22.009492+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi031:/var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T22:08:27.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:27 smithi031 bash[21433]: cluster 2024-03-21T22:08:22.058393+0000 mgr.a (mgr.14152) 83 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:27.849 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:27 smithi031 bash[21433]: cephadm 2024-03-21T22:08:22.243991+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T22:08:27.849 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:27 smithi031 bash[21433]: cephadm 2024-03-21T22:08:22.324844+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-21T22:08:27.849 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:27 smithi031 bash[21433]: cephadm 2024-03-21T22:08:22.329055+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.a on smithi031 2024-03-21T22:08:27.849 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:27 smithi031 bash[21433]: audit 2024-03-21T22:08:22.353077+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T22:08:27.849 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:27 smithi031 bash[21433]: cluster 2024-03-21T22:08:22.353512+0000 mon.a (mon.0) 256 : cluster [INF] mon.a calling monitor election 2024-03-21T22:08:27.849 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:27 smithi031 bash[21433]: cluster 2024-03-21T22:08:22.354887+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-21T22:08:27.849 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:27 smithi031 bash[21433]: audit 2024-03-21T22:08:22.375337+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T22:08:27.849 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:27 smithi031 bash[21433]: audit 2024-03-21T22:08:22.375622+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T22:08:27.849 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:27 smithi031 bash[21433]: audit 2024-03-21T22:08:23.342868+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T22:08:27.849 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:27 smithi031 bash[21433]: cluster 2024-03-21T22:08:24.058766+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:27.849 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:27 smithi031 bash[21433]: audit 2024-03-21T22:08:24.343106+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T22:08:27.849 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:27 smithi031 bash[21433]: cluster 2024-03-21T22:08:24.350582+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-21T22:08:27.849 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:27 smithi031 bash[21433]: audit 2024-03-21T22:08:25.343246+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T22:08:27.849 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:27 smithi031 bash[21433]: cluster 2024-03-21T22:08:26.059212+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:27.849 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:27 smithi031 bash[21433]: audit 2024-03-21T22:08:26.343698+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T22:08:27.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:27 smithi031 bash[21433]: audit 2024-03-21T22:08:27.343335+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T22:08:27.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:27 smithi031 bash[21433]: cluster 2024-03-21T22:08:27.415361+0000 mon.a (mon.0) 264 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-21T22:08:27.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:27 smithi031 bash[21433]: cluster 2024-03-21T22:08:27.421354+0000 mon.a (mon.0) 265 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0],b=[v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0],c=[v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T22:08:27.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:27 smithi031 bash[21433]: cluster 2024-03-21T22:08:27.442338+0000 mon.a (mon.0) 266 : cluster [DBG] fsmap 2024-03-21T22:08:27.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:27 smithi031 bash[21433]: cluster 2024-03-21T22:08:27.442400+0000 mon.a (mon.0) 267 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T22:08:27.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:27 smithi031 bash[21433]: cluster 2024-03-21T22:08:27.442697+0000 mon.a (mon.0) 268 : cluster [DBG] mgrmap e13: a(active, since 105s) 2024-03-21T22:08:27.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:27 smithi031 bash[21433]: cluster 2024-03-21T22:08:27.442951+0000 mon.a (mon.0) 269 : cluster [INF] overall HEALTH_OK 2024-03-21T22:08:27.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:27 smithi031 bash[21433]: audit 2024-03-21T22:08:27.450360+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:27.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:27 smithi031 bash[21433]: audit 2024-03-21T22:08:27.456541+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:27.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:27 smithi031 bash[21433]: audit 2024-03-21T22:08:27.462610+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:27.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:27 smithi031 bash[21433]: audit 2024-03-21T22:08:27.468538+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:27.850 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:27 smithi031 bash[21433]: audit 2024-03-21T22:08:27.477967+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:28.714 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:28 smithi098 bash[22188]: cephadm 2024-03-21T22:08:27.508330+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-21T22:08:28.715 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:28 smithi098 bash[22188]: audit 2024-03-21T22:08:27.509360+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T22:08:28.715 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:28 smithi098 bash[22188]: audit 2024-03-21T22:08:27.511038+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T22:08:28.715 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:28 smithi098 bash[22188]: audit 2024-03-21T22:08:27.512719+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:08:28.715 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:28 smithi098 bash[22188]: cephadm 2024-03-21T22:08:27.514768+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring daemon mon.b on smithi033 2024-03-21T22:08:28.715 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:28 smithi098 bash[22188]: audit 2024-03-21T22:08:27.673389+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:28.715 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:28 smithi098 bash[22188]: audit 2024-03-21T22:08:27.680622+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:28.715 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:28 smithi098 bash[22188]: audit 2024-03-21T22:08:27.689924+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:28.715 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:28 smithi098 bash[22188]: audit 2024-03-21T22:08:28.198168+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:28.715 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:28 smithi098 bash[22188]: audit 2024-03-21T22:08:28.207031+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:28.715 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:28 smithi098 bash[22188]: audit 2024-03-21T22:08:28.217785+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:28.715 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:28 smithi098 bash[22188]: audit 2024-03-21T22:08:28.343980+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T22:08:28.829 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:28 smithi033 bash[22041]: cephadm 2024-03-21T22:08:27.508330+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-21T22:08:28.829 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:28 smithi033 bash[22041]: audit 2024-03-21T22:08:27.509360+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T22:08:28.829 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:28 smithi033 bash[22041]: audit 2024-03-21T22:08:27.511038+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T22:08:28.829 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:28 smithi033 bash[22041]: audit 2024-03-21T22:08:27.512719+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:08:28.830 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:28 smithi033 bash[22041]: cephadm 2024-03-21T22:08:27.514768+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring daemon mon.b on smithi033 2024-03-21T22:08:28.830 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:28 smithi033 bash[22041]: audit 2024-03-21T22:08:27.673389+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:28.830 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:28 smithi033 bash[22041]: audit 2024-03-21T22:08:27.680622+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:28.830 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:28 smithi033 bash[22041]: audit 2024-03-21T22:08:27.689924+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:28.830 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:28 smithi033 bash[22041]: audit 2024-03-21T22:08:28.198168+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:28.830 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:28 smithi033 bash[22041]: audit 2024-03-21T22:08:28.207031+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:28.830 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:28 smithi033 bash[22041]: audit 2024-03-21T22:08:28.217785+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:28.830 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:28 smithi033 bash[22041]: audit 2024-03-21T22:08:28.343980+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T22:08:28.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:28 smithi031 bash[21433]: cephadm 2024-03-21T22:08:27.508330+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-21T22:08:28.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:28 smithi031 bash[21433]: audit 2024-03-21T22:08:27.509360+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T22:08:28.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:28 smithi031 bash[21433]: audit 2024-03-21T22:08:27.511038+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T22:08:28.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:28 smithi031 bash[21433]: audit 2024-03-21T22:08:27.512719+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:08:28.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:28 smithi031 bash[21433]: cephadm 2024-03-21T22:08:27.514768+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring daemon mon.b on smithi033 2024-03-21T22:08:28.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:28 smithi031 bash[21433]: audit 2024-03-21T22:08:27.673389+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:28.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:28 smithi031 bash[21433]: audit 2024-03-21T22:08:27.680622+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:28.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:28 smithi031 bash[21433]: audit 2024-03-21T22:08:27.689924+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:28.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:28 smithi031 bash[21433]: audit 2024-03-21T22:08:28.198168+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:28.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:28 smithi031 bash[21433]: audit 2024-03-21T22:08:28.207031+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:28.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:28 smithi031 bash[21433]: audit 2024-03-21T22:08:28.217785+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:28.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:28 smithi031 bash[21433]: audit 2024-03-21T22:08:28.343980+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T22:08:29.597 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:08:29 smithi031 bash[21687]: debug 2024-03-21T22:08:29.339+0000 7fe0ceeeb700 -1 mgr.server handle_report got status from non-daemon mon.b 2024-03-21T22:08:29.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:29 smithi031 bash[21433]: cluster 2024-03-21T22:08:28.059627+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:29.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:29 smithi031 bash[21433]: audit 2024-03-21T22:08:28.802343+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:29.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:29 smithi031 bash[21433]: audit 2024-03-21T22:08:28.809644+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:29.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:29 smithi031 bash[21433]: audit 2024-03-21T22:08:28.827519+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:29.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:29 smithi098 bash[22188]: cluster 2024-03-21T22:08:28.059627+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:29.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:29 smithi098 bash[22188]: audit 2024-03-21T22:08:28.802343+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:29.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:29 smithi098 bash[22188]: audit 2024-03-21T22:08:28.809644+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:29.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:29 smithi098 bash[22188]: audit 2024-03-21T22:08:28.827519+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:29.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:29 smithi033 bash[22041]: cluster 2024-03-21T22:08:28.059627+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:29.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:29 smithi033 bash[22041]: audit 2024-03-21T22:08:28.802343+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:29.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:29 smithi033 bash[22041]: audit 2024-03-21T22:08:28.809644+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:29.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:29 smithi033 bash[22041]: audit 2024-03-21T22:08:28.827519+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:30.168 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-03-21T22:08:30.168 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":3,"fsid":"f7e76c80-e7ce-11ee-95cd-87774f69a715","modified":"2024-03-21T22:08:22.348690Z","created":"2024-03-21T22:05:31.831707Z","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.31:3300","nonce":0},{"type":"v1","addr":"172.21.15.31:6789","nonce":0}]},"addr":"172.21.15.31:6789/0","public_addr":"172.21.15.31:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:3300","nonce":0},{"type":"v1","addr":"172.21.15.98:6789","nonce":0}]},"addr":"172.21.15.98:6789/0","public_addr":"172.21.15.98:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.33:3300","nonce":0},{"type":"v1","addr":"172.21.15.33:6789","nonce":0}]},"addr":"172.21.15.33:6789/0","public_addr":"172.21.15.33:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-03-21T22:08:30.171 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 3 2024-03-21T22:08:30.764 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-03-21T22:08:30.764 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f7e76c80-e7ce-11ee-95cd-87774f69a715 -- ceph config generate-minimal-conf 2024-03-21T22:08:30.776 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:30 smithi031 bash[21433]: audit 2024-03-21T22:08:30.168237+0000 mon.a (mon.0) 288 : audit [DBG] from='client.? 172.21.15.98:0/3719790835' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T22:08:30.776 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:30 smithi031 bash[21433]: audit 2024-03-21T22:08:30.311460+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:30.776 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:30 smithi031 bash[21433]: audit 2024-03-21T22:08:30.319346+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:30.776 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:30 smithi031 bash[21433]: audit 2024-03-21T22:08:30.336893+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T22:08:30.776 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:30 smithi031 bash[21433]: audit 2024-03-21T22:08:30.338741+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T22:08:30.776 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:30 smithi031 bash[21433]: audit 2024-03-21T22:08:30.340539+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:08:30.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:30 smithi098 bash[22188]: audit 2024-03-21T22:08:30.168237+0000 mon.a (mon.0) 288 : audit [DBG] from='client.? 172.21.15.98:0/3719790835' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T22:08:30.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:30 smithi098 bash[22188]: audit 2024-03-21T22:08:30.311460+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:30.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:30 smithi098 bash[22188]: audit 2024-03-21T22:08:30.319346+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:30.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:30 smithi098 bash[22188]: audit 2024-03-21T22:08:30.336893+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T22:08:30.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:30 smithi098 bash[22188]: audit 2024-03-21T22:08:30.338741+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T22:08:30.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:30 smithi098 bash[22188]: audit 2024-03-21T22:08:30.340539+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:08:30.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:30 smithi033 bash[22041]: audit 2024-03-21T22:08:30.168237+0000 mon.a (mon.0) 288 : audit [DBG] from='client.? 172.21.15.98:0/3719790835' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T22:08:30.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:30 smithi033 bash[22041]: audit 2024-03-21T22:08:30.311460+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:30.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:30 smithi033 bash[22041]: audit 2024-03-21T22:08:30.319346+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:30.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:30 smithi033 bash[22041]: audit 2024-03-21T22:08:30.336893+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T22:08:30.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:30 smithi033 bash[22041]: audit 2024-03-21T22:08:30.338741+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T22:08:30.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:30 smithi033 bash[22041]: audit 2024-03-21T22:08:30.340539+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:08:31.746 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:31 smithi098 bash[22188]: cluster 2024-03-21T22:08:30.060031+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:31.746 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:31 smithi098 bash[22188]: cephadm 2024-03-21T22:08:30.336239+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-21T22:08:31.746 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:31 smithi098 bash[22188]: cephadm 2024-03-21T22:08:30.342618+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring daemon mon.c on smithi098 2024-03-21T22:08:31.777 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:31 smithi031 bash[21433]: cluster 2024-03-21T22:08:30.060031+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:31.777 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:31 smithi031 bash[21433]: cephadm 2024-03-21T22:08:30.336239+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-21T22:08:31.778 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:31 smithi031 bash[21433]: cephadm 2024-03-21T22:08:30.342618+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring daemon mon.c on smithi098 2024-03-21T22:08:31.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:31 smithi033 bash[22041]: cluster 2024-03-21T22:08:30.060031+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:31.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:31 smithi033 bash[22041]: cephadm 2024-03-21T22:08:30.336239+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-21T22:08:31.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:31 smithi033 bash[22041]: cephadm 2024-03-21T22:08:30.342618+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring daemon mon.c on smithi098 2024-03-21T22:08:33.348 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:33 smithi031 bash[21433]: cluster 2024-03-21T22:08:32.060440+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:33.348 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:33 smithi031 bash[21433]: audit 2024-03-21T22:08:32.079486+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:33.348 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:33 smithi031 bash[21433]: audit 2024-03-21T22:08:32.086998+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:33.348 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:33 smithi031 bash[21433]: audit 2024-03-21T22:08:32.114109+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:08:33.348 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:33 smithi031 bash[21433]: audit 2024-03-21T22:08:32.119588+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:08:33.348 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:33 smithi031 bash[21433]: audit 2024-03-21T22:08:32.121329+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:08:33.348 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:33 smithi031 bash[21433]: cephadm 2024-03-21T22:08:32.124087+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi031:/etc/ceph/ceph.conf 2024-03-21T22:08:33.348 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:33 smithi031 bash[21433]: cephadm 2024-03-21T22:08:32.124961+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.conf 2024-03-21T22:08:33.348 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:33 smithi031 bash[21433]: cephadm 2024-03-21T22:08:32.125851+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2024-03-21T22:08:33.349 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:33 smithi031 bash[21433]: cephadm 2024-03-21T22:08:32.390813+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi031:/var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T22:08:33.349 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:33 smithi031 bash[21433]: cephadm 2024-03-21T22:08:32.391096+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi033:/var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T22:08:33.349 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:33 smithi031 bash[21433]: cephadm 2024-03-21T22:08:32.391668+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi098:/var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T22:08:33.349 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:33 smithi031 bash[21433]: audit 2024-03-21T22:08:32.611396+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:33.349 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:33 smithi031 bash[21433]: audit 2024-03-21T22:08:32.618817+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:33.349 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:33 smithi031 bash[21433]: audit 2024-03-21T22:08:32.624848+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:33.349 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:33 smithi031 bash[21433]: audit 2024-03-21T22:08:32.631111+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:33.349 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:33 smithi031 bash[21433]: audit 2024-03-21T22:08:32.636812+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:33.349 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:33 smithi031 bash[21433]: audit 2024-03-21T22:08:32.642740+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:33.349 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:33 smithi031 bash[21433]: audit 2024-03-21T22:08:32.649259+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:33.349 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:33 smithi031 bash[21433]: audit 2024-03-21T22:08:32.733770+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T22:08:33.349 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:33 smithi031 bash[21433]: audit 2024-03-21T22:08:32.735158+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T22:08:33.349 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:33 smithi031 bash[21433]: audit 2024-03-21T22:08:32.736752+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:08:33.358 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:33 smithi033 bash[22041]: cluster 2024-03-21T22:08:32.060440+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:33.358 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:33 smithi033 bash[22041]: audit 2024-03-21T22:08:32.079486+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:33.358 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:33 smithi033 bash[22041]: audit 2024-03-21T22:08:32.086998+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:33.358 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:33 smithi033 bash[22041]: audit 2024-03-21T22:08:32.114109+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:08:33.358 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:33 smithi033 bash[22041]: audit 2024-03-21T22:08:32.119588+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:08:33.359 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:33 smithi033 bash[22041]: audit 2024-03-21T22:08:32.121329+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:08:33.359 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:33 smithi033 bash[22041]: cephadm 2024-03-21T22:08:32.124087+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi031:/etc/ceph/ceph.conf 2024-03-21T22:08:33.359 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:33 smithi033 bash[22041]: cephadm 2024-03-21T22:08:32.124961+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.conf 2024-03-21T22:08:33.359 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:33 smithi033 bash[22041]: cephadm 2024-03-21T22:08:32.125851+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2024-03-21T22:08:33.359 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:33 smithi033 bash[22041]: cephadm 2024-03-21T22:08:32.390813+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi031:/var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T22:08:33.359 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:33 smithi033 bash[22041]: cephadm 2024-03-21T22:08:32.391096+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi033:/var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T22:08:33.359 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:33 smithi033 bash[22041]: cephadm 2024-03-21T22:08:32.391668+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi098:/var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T22:08:33.359 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:33 smithi033 bash[22041]: audit 2024-03-21T22:08:32.611396+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:33.359 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:33 smithi033 bash[22041]: audit 2024-03-21T22:08:32.618817+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:33.359 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:33 smithi033 bash[22041]: audit 2024-03-21T22:08:32.624848+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:33.359 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:33 smithi033 bash[22041]: audit 2024-03-21T22:08:32.631111+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:33.359 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:33 smithi033 bash[22041]: audit 2024-03-21T22:08:32.636812+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:33.359 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:33 smithi033 bash[22041]: audit 2024-03-21T22:08:32.642740+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:33.359 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:33 smithi033 bash[22041]: audit 2024-03-21T22:08:32.649259+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:33.359 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:33 smithi033 bash[22041]: audit 2024-03-21T22:08:32.733770+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T22:08:33.360 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:33 smithi033 bash[22041]: audit 2024-03-21T22:08:32.735158+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T22:08:33.360 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:33 smithi033 bash[22041]: audit 2024-03-21T22:08:32.736752+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:08:33.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:33 smithi098 bash[22188]: cluster 2024-03-21T22:08:32.060440+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:33.551 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:33 smithi098 bash[22188]: audit 2024-03-21T22:08:32.079486+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:33.551 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:33 smithi098 bash[22188]: audit 2024-03-21T22:08:32.086998+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:33.551 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:33 smithi098 bash[22188]: audit 2024-03-21T22:08:32.114109+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:08:33.551 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:33 smithi098 bash[22188]: audit 2024-03-21T22:08:32.119588+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:08:33.551 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:33 smithi098 bash[22188]: audit 2024-03-21T22:08:32.121329+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:08:33.551 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:33 smithi098 bash[22188]: cephadm 2024-03-21T22:08:32.124087+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi031:/etc/ceph/ceph.conf 2024-03-21T22:08:33.551 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:33 smithi098 bash[22188]: cephadm 2024-03-21T22:08:32.124961+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.conf 2024-03-21T22:08:33.551 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:33 smithi098 bash[22188]: cephadm 2024-03-21T22:08:32.125851+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2024-03-21T22:08:33.551 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:33 smithi098 bash[22188]: cephadm 2024-03-21T22:08:32.390813+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi031:/var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T22:08:33.551 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:33 smithi098 bash[22188]: cephadm 2024-03-21T22:08:32.391096+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi033:/var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T22:08:33.551 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:33 smithi098 bash[22188]: cephadm 2024-03-21T22:08:32.391668+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi098:/var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T22:08:33.551 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:33 smithi098 bash[22188]: audit 2024-03-21T22:08:32.611396+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:33.551 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:33 smithi098 bash[22188]: audit 2024-03-21T22:08:32.618817+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:33.552 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:33 smithi098 bash[22188]: audit 2024-03-21T22:08:32.624848+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:33.552 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:33 smithi098 bash[22188]: audit 2024-03-21T22:08:32.631111+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:33.552 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:33 smithi098 bash[22188]: audit 2024-03-21T22:08:32.636812+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:33.552 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:33 smithi098 bash[22188]: audit 2024-03-21T22:08:32.642740+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:33.552 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:33 smithi098 bash[22188]: audit 2024-03-21T22:08:32.649259+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:33.552 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:33 smithi098 bash[22188]: audit 2024-03-21T22:08:32.733770+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T22:08:33.552 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:33 smithi098 bash[22188]: audit 2024-03-21T22:08:32.735158+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T22:08:33.552 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:33 smithi098 bash[22188]: audit 2024-03-21T22:08:32.736752+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:08:34.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:34 smithi031 bash[21433]: cephadm 2024-03-21T22:08:32.733132+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-03-21T22:08:34.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:34 smithi031 bash[21433]: cephadm 2024-03-21T22:08:32.738501+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Reconfiguring daemon mon.a on smithi031 2024-03-21T22:08:34.357 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:34 smithi033 bash[22041]: cephadm 2024-03-21T22:08:32.733132+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-03-21T22:08:34.358 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:34 smithi033 bash[22041]: cephadm 2024-03-21T22:08:32.738501+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Reconfiguring daemon mon.a on smithi031 2024-03-21T22:08:34.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:34 smithi098 bash[22188]: cephadm 2024-03-21T22:08:32.733132+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-03-21T22:08:34.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:34 smithi098 bash[22188]: cephadm 2024-03-21T22:08:32.738501+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Reconfiguring daemon mon.a on smithi031 2024-03-21T22:08:35.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:35 smithi031 bash[21433]: cluster 2024-03-21T22:08:34.060850+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:35.357 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:35 smithi033 bash[22041]: cluster 2024-03-21T22:08:34.060850+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:35.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:35 smithi098 bash[22188]: cluster 2024-03-21T22:08:34.060850+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:36.270 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T22:08:37.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:36 smithi031 bash[21433]: audit 2024-03-21T22:08:35.824225+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:37.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:36 smithi031 bash[21433]: audit 2024-03-21T22:08:35.831828+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:37.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:36 smithi031 bash[21433]: cluster 2024-03-21T22:08:36.061231+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:37.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:36 smithi033 bash[22041]: audit 2024-03-21T22:08:35.824225+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:37.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:36 smithi033 bash[22041]: audit 2024-03-21T22:08:35.831828+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:37.108 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:36 smithi033 bash[22041]: cluster 2024-03-21T22:08:36.061231+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:37.300 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:36 smithi098 bash[22188]: audit 2024-03-21T22:08:35.824225+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:37.300 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:36 smithi098 bash[22188]: audit 2024-03-21T22:08:35.831828+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:37.300 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:36 smithi098 bash[22188]: cluster 2024-03-21T22:08:36.061231+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:38.559 INFO:teuthology.orchestra.run.smithi031.stdout:# minimal ceph.conf for f7e76c80-e7ce-11ee-95cd-87774f69a715 2024-03-21T22:08:38.559 INFO:teuthology.orchestra.run.smithi031.stdout:[global] 2024-03-21T22:08:38.560 INFO:teuthology.orchestra.run.smithi031.stdout: fsid = f7e76c80-e7ce-11ee-95cd-87774f69a715 2024-03-21T22:08:38.560 INFO:teuthology.orchestra.run.smithi031.stdout: mon_host = [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] [v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0] [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] 2024-03-21T22:08:39.212 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-03-21T22:08:39.212 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-03-21T22:08:39.212 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/ceph/ceph.conf 2024-03-21T22:08:39.270 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-03-21T22:08:39.270 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-21T22:08:39.325 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-03-21T22:08:39.325 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd of=/etc/ceph/ceph.conf 2024-03-21T22:08:39.339 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-03-21T22:08:39.340 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-21T22:08:39.390 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:39 smithi033 bash[22041]: cluster 2024-03-21T22:08:38.061673+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:39.390 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:39 smithi033 bash[22041]: audit 2024-03-21T22:08:38.560075+0000 mon.a (mon.0) 311 : audit [DBG] from='client.? 172.21.15.31:0/2999231047' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:08:39.393 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-03-21T22:08:39.394 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/ceph/ceph.conf 2024-03-21T22:08:39.404 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:39 smithi098 bash[22188]: cluster 2024-03-21T22:08:38.061673+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:39.405 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:39 smithi098 bash[22188]: audit 2024-03-21T22:08:38.560075+0000 mon.a (mon.0) 311 : audit [DBG] from='client.? 172.21.15.31:0/2999231047' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:08:39.408 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-03-21T22:08:39.408 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-21T22:08:39.464 INFO:tasks.cephadm:Adding mgr.a on smithi031 2024-03-21T22:08:39.465 INFO:tasks.cephadm:Adding mgr.b on smithi033 2024-03-21T22:08:39.465 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f7e76c80-e7ce-11ee-95cd-87774f69a715 -- ceph orch apply mgr '2;smithi031=a;smithi033=b' 2024-03-21T22:08:39.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:39 smithi031 bash[21433]: cluster 2024-03-21T22:08:38.061673+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:39.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:39 smithi031 bash[21433]: audit 2024-03-21T22:08:38.560075+0000 mon.a (mon.0) 311 : audit [DBG] from='client.? 172.21.15.31:0/2999231047' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:08:41.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:41 smithi098 bash[22188]: cluster 2024-03-21T22:08:40.062052+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:41.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:41 smithi098 bash[22188]: audit 2024-03-21T22:08:40.795918+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:41.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:41 smithi098 bash[22188]: audit 2024-03-21T22:08:40.803951+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:41.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:41 smithi098 bash[22188]: audit 2024-03-21T22:08:40.813626+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:41.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:41 smithi031 bash[21433]: cluster 2024-03-21T22:08:40.062052+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:41.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:41 smithi031 bash[21433]: audit 2024-03-21T22:08:40.795918+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:41.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:41 smithi031 bash[21433]: audit 2024-03-21T22:08:40.803951+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:41.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:41 smithi031 bash[21433]: audit 2024-03-21T22:08:40.813626+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:41.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:41 smithi033 bash[22041]: cluster 2024-03-21T22:08:40.062052+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:41.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:41 smithi033 bash[22041]: audit 2024-03-21T22:08:40.795918+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:41.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:41 smithi033 bash[22041]: audit 2024-03-21T22:08:40.803951+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:41.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:41 smithi033 bash[22041]: audit 2024-03-21T22:08:40.813626+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:43.207 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/mon.c/config 2024-03-21T22:08:43.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:43 smithi098 bash[22188]: cluster 2024-03-21T22:08:42.062454+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:43.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:43 smithi031 bash[21433]: cluster 2024-03-21T22:08:42.062454+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:43.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:43 smithi033 bash[22041]: cluster 2024-03-21T22:08:42.062454+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:45.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:45 smithi098 bash[22188]: cluster 2024-03-21T22:08:44.062851+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:45.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:45 smithi031 bash[21433]: cluster 2024-03-21T22:08:44.062851+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:45.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:45 smithi033 bash[22041]: cluster 2024-03-21T22:08:44.062851+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:45.713 INFO:teuthology.orchestra.run.smithi098.stdout:Scheduled mgr update... 2024-03-21T22:08:46.327 DEBUG:teuthology.orchestra.run.smithi033:mgr.b> sudo journalctl -f -n 0 -u ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@mgr.b.service 2024-03-21T22:08:46.329 INFO:tasks.cephadm:Deploying OSDs... 2024-03-21T22:08:46.329 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-03-21T22:08:46.329 DEBUG:teuthology.orchestra.run.smithi031:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T22:08:46.336 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-03-21T22:08:46.336 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/vg_nvme/lv_1 2024-03-21T22:08:46.385 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-21T22:08:46.385 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T22:08:46.385 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 5h/5d Inode: 869 Links: 1 2024-03-21T22:08:46.385 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T22:08:46.385 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2024-03-21 21:58:51.129457380 +0000 2024-03-21T22:08:46.386 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2024-03-21 21:58:50.837459989 +0000 2024-03-21T22:08:46.386 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2024-03-21 21:58:50.837459989 +0000 2024-03-21T22:08:46.386 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: - 2024-03-21T22:08:46.386 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-21T22:08:46.440 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2024-03-21T22:08:46.440 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2024-03-21T22:08:46.440 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000439723 s, 1.2 MB/s 2024-03-21T22:08:46.441 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-21T22:08:46.490 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/vg_nvme/lv_2 2024-03-21T22:08:46.536 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-21T22:08:46.537 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T22:08:46.537 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 5h/5d Inode: 889 Links: 1 2024-03-21T22:08:46.537 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T22:08:46.537 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2024-03-21 21:58:51.621452985 +0000 2024-03-21T22:08:46.537 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2024-03-21 21:58:51.349455414 +0000 2024-03-21T22:08:46.537 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2024-03-21 21:58:51.349455414 +0000 2024-03-21T22:08:46.537 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: - 2024-03-21T22:08:46.537 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-21T22:08:46.596 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2024-03-21T22:08:46.596 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2024-03-21T22:08:46.596 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000418779 s, 1.2 MB/s 2024-03-21T22:08:46.597 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-21T22:08:46.646 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/vg_nvme/lv_3 2024-03-21T22:08:46.693 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-21T22:08:46.693 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T22:08:46.693 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 5h/5d Inode: 910 Links: 1 2024-03-21T22:08:46.693 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T22:08:46.693 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2024-03-21 21:58:52.141448340 +0000 2024-03-21T22:08:46.693 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2024-03-21 21:58:51.837451056 +0000 2024-03-21T22:08:46.693 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2024-03-21 21:58:51.837451056 +0000 2024-03-21T22:08:46.693 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: - 2024-03-21T22:08:46.693 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-21T22:08:46.748 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2024-03-21T22:08:46.748 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2024-03-21T22:08:46.748 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000436862 s, 1.2 MB/s 2024-03-21T22:08:46.750 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-21T22:08:46.798 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/vg_nvme/lv_4 2024-03-21T22:08:46.845 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-21T22:08:46.845 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T22:08:46.845 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 5h/5d Inode: 926 Links: 1 2024-03-21T22:08:46.845 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T22:08:46.845 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2024-03-21 21:58:52.513445017 +0000 2024-03-21T22:08:46.845 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2024-03-21 21:58:52.509445052 +0000 2024-03-21T22:08:46.845 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2024-03-21 21:58:52.509445052 +0000 2024-03-21T22:08:46.845 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: - 2024-03-21T22:08:46.845 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-21T22:08:46.899 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2024-03-21T22:08:46.899 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2024-03-21T22:08:46.899 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000290779 s, 1.8 MB/s 2024-03-21T22:08:46.900 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-21T22:08:46.954 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-03-21T22:08:46.954 DEBUG:teuthology.orchestra.run.smithi033:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T22:08:46.961 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-03-21T22:08:46.961 DEBUG:teuthology.orchestra.run.smithi033:> stat /dev/vg_nvme/lv_1 2024-03-21T22:08:47.010 INFO:teuthology.orchestra.run.smithi033.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-21T22:08:47.010 INFO:teuthology.orchestra.run.smithi033.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T22:08:47.011 INFO:teuthology.orchestra.run.smithi033.stdout:Device: 5h/5d Inode: 876 Links: 1 2024-03-21T22:08:47.011 INFO:teuthology.orchestra.run.smithi033.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T22:08:47.011 INFO:teuthology.orchestra.run.smithi033.stdout:Access: 2024-03-21 21:58:53.454696984 +0000 2024-03-21T22:08:47.011 INFO:teuthology.orchestra.run.smithi033.stdout:Modify: 2024-03-21 21:58:53.202699236 +0000 2024-03-21T22:08:47.011 INFO:teuthology.orchestra.run.smithi033.stdout:Change: 2024-03-21 21:58:53.202699236 +0000 2024-03-21T22:08:47.011 INFO:teuthology.orchestra.run.smithi033.stdout: Birth: - 2024-03-21T22:08:47.011 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-21T22:08:47.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:46 smithi098 bash[22188]: audit 2024-03-21T22:08:45.702866+0000 mgr.a (mgr.14152) 110 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi031=a;smithi033=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T22:08:47.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:46 smithi098 bash[22188]: cephadm 2024-03-21T22:08:45.706756+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Saving service mgr spec with placement smithi031=a;smithi033=b;count:2 2024-03-21T22:08:47.051 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:46 smithi098 bash[22188]: audit 2024-03-21T22:08:45.713597+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:47.051 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:46 smithi098 bash[22188]: audit 2024-03-21T22:08:45.754793+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:08:47.051 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:46 smithi098 bash[22188]: audit 2024-03-21T22:08:45.760606+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:08:47.051 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:46 smithi098 bash[22188]: audit 2024-03-21T22:08:45.762416+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:08:47.051 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:46 smithi098 bash[22188]: audit 2024-03-21T22:08:45.772169+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:47.051 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:46 smithi098 bash[22188]: audit 2024-03-21T22:08:45.777313+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T22:08:47.051 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:46 smithi098 bash[22188]: audit 2024-03-21T22:08:45.780486+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-21T22:08:47.051 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:46 smithi098 bash[22188]: audit 2024-03-21T22:08:45.785702+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T22:08:47.051 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:46 smithi098 bash[22188]: audit 2024-03-21T22:08:45.787839+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:08:47.052 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:46 smithi098 bash[22188]: cephadm 2024-03-21T22:08:45.790048+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Deploying daemon mgr.b on smithi033 2024-03-21T22:08:47.052 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:46 smithi098 bash[22188]: audit 2024-03-21T22:08:45.839849+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:47.052 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:46 smithi098 bash[22188]: audit 2024-03-21T22:08:45.847241+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:47.052 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:46 smithi098 bash[22188]: audit 2024-03-21T22:08:45.857918+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:47.052 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:46 smithi098 bash[22188]: cluster 2024-03-21T22:08:46.063269+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:47.063 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:46 smithi033 bash[22041]: audit 2024-03-21T22:08:45.702866+0000 mgr.a (mgr.14152) 110 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi031=a;smithi033=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T22:08:47.063 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:46 smithi033 bash[22041]: cephadm 2024-03-21T22:08:45.706756+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Saving service mgr spec with placement smithi031=a;smithi033=b;count:2 2024-03-21T22:08:47.063 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:46 smithi033 bash[22041]: audit 2024-03-21T22:08:45.713597+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:47.063 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:46 smithi033 bash[22041]: audit 2024-03-21T22:08:45.754793+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:08:47.063 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:46 smithi033 bash[22041]: audit 2024-03-21T22:08:45.760606+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:08:47.063 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:46 smithi033 bash[22041]: audit 2024-03-21T22:08:45.762416+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:08:47.063 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:46 smithi033 bash[22041]: audit 2024-03-21T22:08:45.772169+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:47.063 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:46 smithi033 bash[22041]: audit 2024-03-21T22:08:45.777313+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T22:08:47.063 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:46 smithi033 bash[22041]: audit 2024-03-21T22:08:45.780486+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-21T22:08:47.063 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:46 smithi033 bash[22041]: audit 2024-03-21T22:08:45.785702+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T22:08:47.063 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:46 smithi033 bash[22041]: audit 2024-03-21T22:08:45.787839+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:08:47.064 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:46 smithi033 bash[22041]: cephadm 2024-03-21T22:08:45.790048+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Deploying daemon mgr.b on smithi033 2024-03-21T22:08:47.064 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:46 smithi033 bash[22041]: audit 2024-03-21T22:08:45.839849+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:47.064 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:46 smithi033 bash[22041]: audit 2024-03-21T22:08:45.847241+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:47.064 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:46 smithi033 bash[22041]: audit 2024-03-21T22:08:45.857918+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:47.064 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:46 smithi033 bash[22041]: cluster 2024-03-21T22:08:46.063269+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:47.065 INFO:teuthology.orchestra.run.smithi033.stderr:1+0 records in 2024-03-21T22:08:47.065 INFO:teuthology.orchestra.run.smithi033.stderr:1+0 records out 2024-03-21T22:08:47.065 INFO:teuthology.orchestra.run.smithi033.stderr:512 bytes copied, 0.000445535 s, 1.1 MB/s 2024-03-21T22:08:47.066 DEBUG:teuthology.orchestra.run.smithi033:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-21T22:08:47.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:46 smithi031 bash[21433]: audit 2024-03-21T22:08:45.702866+0000 mgr.a (mgr.14152) 110 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi031=a;smithi033=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T22:08:47.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:46 smithi031 bash[21433]: cephadm 2024-03-21T22:08:45.706756+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Saving service mgr spec with placement smithi031=a;smithi033=b;count:2 2024-03-21T22:08:47.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:46 smithi031 bash[21433]: audit 2024-03-21T22:08:45.713597+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:47.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:46 smithi031 bash[21433]: audit 2024-03-21T22:08:45.754793+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:08:47.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:46 smithi031 bash[21433]: audit 2024-03-21T22:08:45.760606+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:08:47.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:46 smithi031 bash[21433]: audit 2024-03-21T22:08:45.762416+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:08:47.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:46 smithi031 bash[21433]: audit 2024-03-21T22:08:45.772169+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:47.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:46 smithi031 bash[21433]: audit 2024-03-21T22:08:45.777313+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T22:08:47.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:46 smithi031 bash[21433]: audit 2024-03-21T22:08:45.780486+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-21T22:08:47.099 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:46 smithi031 bash[21433]: audit 2024-03-21T22:08:45.785702+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T22:08:47.099 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:46 smithi031 bash[21433]: audit 2024-03-21T22:08:45.787839+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:08:47.099 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:46 smithi031 bash[21433]: cephadm 2024-03-21T22:08:45.790048+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Deploying daemon mgr.b on smithi033 2024-03-21T22:08:47.099 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:46 smithi031 bash[21433]: audit 2024-03-21T22:08:45.839849+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:47.099 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:46 smithi031 bash[21433]: audit 2024-03-21T22:08:45.847241+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:47.099 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:46 smithi031 bash[21433]: audit 2024-03-21T22:08:45.857918+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:47.099 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:46 smithi031 bash[21433]: cluster 2024-03-21T22:08:46.063269+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:47.116 DEBUG:teuthology.orchestra.run.smithi033:> stat /dev/vg_nvme/lv_2 2024-03-21T22:08:47.161 INFO:teuthology.orchestra.run.smithi033.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-21T22:08:47.162 INFO:teuthology.orchestra.run.smithi033.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T22:08:47.162 INFO:teuthology.orchestra.run.smithi033.stdout:Device: 5h/5d Inode: 892 Links: 1 2024-03-21T22:08:47.162 INFO:teuthology.orchestra.run.smithi033.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T22:08:47.162 INFO:teuthology.orchestra.run.smithi033.stdout:Access: 2024-03-21 21:58:53.966692409 +0000 2024-03-21T22:08:47.162 INFO:teuthology.orchestra.run.smithi033.stdout:Modify: 2024-03-21 21:58:53.698694804 +0000 2024-03-21T22:08:47.162 INFO:teuthology.orchestra.run.smithi033.stdout:Change: 2024-03-21 21:58:53.698694804 +0000 2024-03-21T22:08:47.162 INFO:teuthology.orchestra.run.smithi033.stdout: Birth: - 2024-03-21T22:08:47.162 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-21T22:08:47.220 INFO:teuthology.orchestra.run.smithi033.stderr:1+0 records in 2024-03-21T22:08:47.221 INFO:teuthology.orchestra.run.smithi033.stderr:1+0 records out 2024-03-21T22:08:47.221 INFO:teuthology.orchestra.run.smithi033.stderr:512 bytes copied, 0.000303295 s, 1.7 MB/s 2024-03-21T22:08:47.222 DEBUG:teuthology.orchestra.run.smithi033:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-21T22:08:47.274 DEBUG:teuthology.orchestra.run.smithi033:> stat /dev/vg_nvme/lv_3 2024-03-21T22:08:47.321 INFO:teuthology.orchestra.run.smithi033.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-21T22:08:47.321 INFO:teuthology.orchestra.run.smithi033.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T22:08:47.321 INFO:teuthology.orchestra.run.smithi033.stdout:Device: 5h/5d Inode: 910 Links: 1 2024-03-21T22:08:47.321 INFO:teuthology.orchestra.run.smithi033.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T22:08:47.321 INFO:teuthology.orchestra.run.smithi033.stdout:Access: 2024-03-21 21:58:54.518687475 +0000 2024-03-21T22:08:47.321 INFO:teuthology.orchestra.run.smithi033.stdout:Modify: 2024-03-21 21:58:54.250689870 +0000 2024-03-21T22:08:47.322 INFO:teuthology.orchestra.run.smithi033.stdout:Change: 2024-03-21 21:58:54.250689870 +0000 2024-03-21T22:08:47.322 INFO:teuthology.orchestra.run.smithi033.stdout: Birth: - 2024-03-21T22:08:47.322 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-21T22:08:47.373 INFO:teuthology.orchestra.run.smithi033.stderr:1+0 records in 2024-03-21T22:08:47.374 INFO:teuthology.orchestra.run.smithi033.stderr:1+0 records out 2024-03-21T22:08:47.374 INFO:teuthology.orchestra.run.smithi033.stderr:512 bytes copied, 0.000282853 s, 1.8 MB/s 2024-03-21T22:08:47.375 DEBUG:teuthology.orchestra.run.smithi033:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-21T22:08:47.423 DEBUG:teuthology.orchestra.run.smithi033:> stat /dev/vg_nvme/lv_4 2024-03-21T22:08:47.469 INFO:teuthology.orchestra.run.smithi033.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-21T22:08:47.469 INFO:teuthology.orchestra.run.smithi033.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T22:08:47.469 INFO:teuthology.orchestra.run.smithi033.stdout:Device: 5h/5d Inode: 927 Links: 1 2024-03-21T22:08:47.469 INFO:teuthology.orchestra.run.smithi033.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T22:08:47.469 INFO:teuthology.orchestra.run.smithi033.stdout:Access: 2024-03-21 21:58:55.026682933 +0000 2024-03-21T22:08:47.469 INFO:teuthology.orchestra.run.smithi033.stdout:Modify: 2024-03-21 21:58:54.754685366 +0000 2024-03-21T22:08:47.470 INFO:teuthology.orchestra.run.smithi033.stdout:Change: 2024-03-21 21:58:54.754685366 +0000 2024-03-21T22:08:47.470 INFO:teuthology.orchestra.run.smithi033.stdout: Birth: - 2024-03-21T22:08:47.470 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-21T22:08:47.523 INFO:teuthology.orchestra.run.smithi033.stderr:1+0 records in 2024-03-21T22:08:47.523 INFO:teuthology.orchestra.run.smithi033.stderr:1+0 records out 2024-03-21T22:08:47.524 INFO:teuthology.orchestra.run.smithi033.stderr:512 bytes copied, 0.000319915 s, 1.6 MB/s 2024-03-21T22:08:47.525 DEBUG:teuthology.orchestra.run.smithi033:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-21T22:08:47.576 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-03-21T22:08:47.576 DEBUG:teuthology.orchestra.run.smithi098:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T22:08:47.582 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-03-21T22:08:47.582 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/vg_nvme/lv_1 2024-03-21T22:08:47.629 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-21T22:08:47.629 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T22:08:47.629 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 5h/5d Inode: 879 Links: 1 2024-03-21T22:08:47.629 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T22:08:47.629 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2024-03-21 21:58:51.089706780 +0000 2024-03-21T22:08:47.629 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2024-03-21 21:58:50.829709102 +0000 2024-03-21T22:08:47.630 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2024-03-21 21:58:50.829709102 +0000 2024-03-21T22:08:47.630 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2024-03-21T22:08:47.630 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-21T22:08:47.683 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2024-03-21T22:08:47.683 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2024-03-21T22:08:47.684 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.000417309 s, 1.2 MB/s 2024-03-21T22:08:47.685 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-21T22:08:47.734 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/vg_nvme/lv_2 2024-03-21T22:08:47.781 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-21T22:08:47.781 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T22:08:47.781 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 5h/5d Inode: 890 Links: 1 2024-03-21T22:08:47.781 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T22:08:47.781 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2024-03-21 21:58:51.609702136 +0000 2024-03-21T22:08:47.781 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2024-03-21 21:58:51.337704565 +0000 2024-03-21T22:08:47.781 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2024-03-21 21:58:51.337704565 +0000 2024-03-21T22:08:47.781 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2024-03-21T22:08:47.781 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-21T22:08:47.835 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2024-03-21T22:08:47.835 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2024-03-21T22:08:47.836 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.000446379 s, 1.1 MB/s 2024-03-21T22:08:47.837 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-21T22:08:47.886 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/vg_nvme/lv_3 2024-03-21T22:08:47.932 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-21T22:08:47.932 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T22:08:47.933 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 5h/5d Inode: 912 Links: 1 2024-03-21T22:08:47.933 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T22:08:47.933 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2024-03-21 21:58:51.857699921 +0000 2024-03-21T22:08:47.933 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2024-03-21 21:58:51.853699957 +0000 2024-03-21T22:08:47.933 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2024-03-21 21:58:51.853699957 +0000 2024-03-21T22:08:47.933 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2024-03-21T22:08:47.933 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-21T22:08:47.986 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2024-03-21T22:08:47.987 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2024-03-21T22:08:47.987 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.000406279 s, 1.3 MB/s 2024-03-21T22:08:47.988 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-21T22:08:48.038 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/vg_nvme/lv_4 2024-03-21T22:08:48.089 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-21T22:08:48.089 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T22:08:48.089 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 5h/5d Inode: 927 Links: 1 2024-03-21T22:08:48.089 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T22:08:48.089 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2024-03-21 21:58:52.633692989 +0000 2024-03-21T22:08:48.089 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2024-03-21 21:58:52.357695454 +0000 2024-03-21T22:08:48.089 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2024-03-21 21:58:52.357695454 +0000 2024-03-21T22:08:48.089 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2024-03-21T22:08:48.089 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-21T22:08:48.142 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2024-03-21T22:08:48.142 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2024-03-21T22:08:48.142 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.000276511 s, 1.9 MB/s 2024-03-21T22:08:48.144 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-21T22:08:48.193 INFO:tasks.cephadm:Deploying osd.0 on smithi031 with /dev/vg_nvme/lv_4... 2024-03-21T22:08:48.194 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f7e76c80-e7ce-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-21T22:08:49.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:48 smithi098 bash[22188]: audit 2024-03-21T22:08:47.782087+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:49.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:48 smithi098 bash[22188]: audit 2024-03-21T22:08:47.790939+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:49.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:48 smithi098 bash[22188]: audit 2024-03-21T22:08:47.801531+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:49.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:48 smithi098 bash[22188]: cluster 2024-03-21T22:08:48.063676+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:49.065 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:48 smithi033 bash[22041]: audit 2024-03-21T22:08:47.782087+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:49.065 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:48 smithi033 bash[22041]: audit 2024-03-21T22:08:47.790939+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:49.065 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:48 smithi033 bash[22041]: audit 2024-03-21T22:08:47.801531+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:49.065 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:48 smithi033 bash[22041]: cluster 2024-03-21T22:08:48.063676+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:49.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:48 smithi031 bash[21433]: audit 2024-03-21T22:08:47.782087+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:49.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:48 smithi031 bash[21433]: audit 2024-03-21T22:08:47.790939+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:49.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:48 smithi031 bash[21433]: audit 2024-03-21T22:08:47.801531+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:49.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:48 smithi031 bash[21433]: cluster 2024-03-21T22:08:48.063676+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:49.315 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:49 smithi033 systemd[1]: /etc/systemd/system/ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@.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-03-21T22:08:49.593 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:49 smithi033 systemd[1]: /etc/systemd/system/ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@.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-03-21T22:08:49.593 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:08:49 smithi033 systemd[1]: /etc/systemd/system/ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@.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-03-21T22:08:49.594 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:08:49 smithi033 systemd[1]: /etc/systemd/system/ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@.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-03-21T22:08:49.594 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:08:49 smithi033 systemd[1]: /etc/systemd/system/ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@.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-03-21T22:08:49.594 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:08:49 smithi033 systemd[1]: /etc/systemd/system/ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@.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-03-21T22:08:49.594 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:08:49 smithi033 systemd[1]: Started Ceph mgr.b for f7e76c80-e7ce-11ee-95cd-87774f69a715. 2024-03-21T22:08:50.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:50 smithi031 bash[21433]: audit 2024-03-21T22:08:49.594773+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:50.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:50 smithi031 bash[21433]: audit 2024-03-21T22:08:49.602101+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:50.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:50 smithi031 bash[21433]: audit 2024-03-21T22:08:49.622135+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:50.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:50 smithi031 bash[21433]: audit 2024-03-21T22:08:49.629535+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:50.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:50 smithi031 bash[21433]: audit 2024-03-21T22:08:49.765542+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:08:50.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:50 smithi031 bash[21433]: audit 2024-03-21T22:08:49.770860+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:08:50.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:50 smithi031 bash[21433]: audit 2024-03-21T22:08:49.772486+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:08:50.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:50 smithi031 bash[21433]: audit 2024-03-21T22:08:49.780782+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:50.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:50 smithi031 bash[21433]: audit 2024-03-21T22:08:49.881567+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T22:08:50.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:50 smithi031 bash[21433]: audit 2024-03-21T22:08:49.883513+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T22:08:50.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:50 smithi031 bash[21433]: audit 2024-03-21T22:08:49.885126+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:08:50.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:50 smithi033 bash[22041]: audit 2024-03-21T22:08:49.594773+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:50.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:50 smithi033 bash[22041]: audit 2024-03-21T22:08:49.602101+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:50.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:50 smithi033 bash[22041]: audit 2024-03-21T22:08:49.622135+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:50.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:50 smithi033 bash[22041]: audit 2024-03-21T22:08:49.629535+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:50.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:50 smithi033 bash[22041]: audit 2024-03-21T22:08:49.765542+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:08:50.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:50 smithi033 bash[22041]: audit 2024-03-21T22:08:49.770860+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:08:50.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:50 smithi033 bash[22041]: audit 2024-03-21T22:08:49.772486+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:08:50.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:50 smithi033 bash[22041]: audit 2024-03-21T22:08:49.780782+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:50.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:50 smithi033 bash[22041]: audit 2024-03-21T22:08:49.881567+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T22:08:50.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:50 smithi033 bash[22041]: audit 2024-03-21T22:08:49.883513+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T22:08:50.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:50 smithi033 bash[22041]: audit 2024-03-21T22:08:49.885126+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:08:51.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:50 smithi098 bash[22188]: audit 2024-03-21T22:08:49.594773+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:51.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:50 smithi098 bash[22188]: audit 2024-03-21T22:08:49.602101+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:51.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:50 smithi098 bash[22188]: audit 2024-03-21T22:08:49.622135+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:51.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:50 smithi098 bash[22188]: audit 2024-03-21T22:08:49.629535+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:51.051 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:50 smithi098 bash[22188]: audit 2024-03-21T22:08:49.765542+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:08:51.051 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:50 smithi098 bash[22188]: audit 2024-03-21T22:08:49.770860+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:08:51.051 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:50 smithi098 bash[22188]: audit 2024-03-21T22:08:49.772486+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:08:51.051 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:50 smithi098 bash[22188]: audit 2024-03-21T22:08:49.780782+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:51.051 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:50 smithi098 bash[22188]: audit 2024-03-21T22:08:49.881567+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T22:08:51.051 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:50 smithi098 bash[22188]: audit 2024-03-21T22:08:49.883513+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T22:08:51.051 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:50 smithi098 bash[22188]: audit 2024-03-21T22:08:49.885126+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:08:51.357 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:08:50 smithi033 bash[23140]: debug 2024-03-21T22:08:50.941+0000 7fa94c233700 1 -- 172.21.15.33:0/2557032003 <== mon.2 v2:172.21.15.33:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55f9456005a0 con 0x55f946380400 2024-03-21T22:08:51.358 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:08:51 smithi033 bash[23140]: debug 2024-03-21T22:08:51.089+0000 7fa956442200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T22:08:51.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:51 smithi031 bash[21433]: cephadm 2024-03-21T22:08:49.781630+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T22:08:51.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:51 smithi031 bash[21433]: cephadm 2024-03-21T22:08:49.880733+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-03-21T22:08:51.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:51 smithi031 bash[21433]: cephadm 2024-03-21T22:08:49.886920+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Reconfiguring daemon mgr.a on smithi031 2024-03-21T22:08:51.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:51 smithi031 bash[21433]: cluster 2024-03-21T22:08:50.064050+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:51.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:51 smithi033 bash[22041]: cephadm 2024-03-21T22:08:49.781630+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T22:08:51.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:51 smithi033 bash[22041]: cephadm 2024-03-21T22:08:49.880733+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-03-21T22:08:51.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:51 smithi033 bash[22041]: cephadm 2024-03-21T22:08:49.886920+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Reconfiguring daemon mgr.a on smithi031 2024-03-21T22:08:51.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:51 smithi033 bash[22041]: cluster 2024-03-21T22:08:50.064050+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:52.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:51 smithi098 bash[22188]: cephadm 2024-03-21T22:08:49.781630+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T22:08:52.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:51 smithi098 bash[22188]: cephadm 2024-03-21T22:08:49.880733+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-03-21T22:08:52.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:51 smithi098 bash[22188]: cephadm 2024-03-21T22:08:49.886920+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Reconfiguring daemon mgr.a on smithi031 2024-03-21T22:08:52.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:51 smithi098 bash[22188]: cluster 2024-03-21T22:08:50.064050+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:53.010 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:08:52 smithi033 bash[23140]: debug 2024-03-21T22:08:52.737+0000 7fa956442200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T22:08:53.010 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:08:52 smithi033 bash[23140]: debug 2024-03-21T22:08:52.841+0000 7fa956442200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T22:08:53.072 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T22:08:53.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:53 smithi031 bash[21433]: cluster 2024-03-21T22:08:52.064449+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:53.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:53 smithi031 bash[21433]: audit 2024-03-21T22:08:52.142649+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:53.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:53 smithi031 bash[21433]: audit 2024-03-21T22:08:52.624042+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:53.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:53 smithi031 bash[21433]: audit 2024-03-21T22:08:52.630944+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:53.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:53 smithi031 bash[21433]: audit 2024-03-21T22:08:52.659964+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:08:53.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:53 smithi031 bash[21433]: audit 2024-03-21T22:08:52.665319+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:08:53.348 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:53 smithi031 bash[21433]: audit 2024-03-21T22:08:52.666837+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:08:53.348 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:53 smithi031 bash[21433]: audit 2024-03-21T22:08:52.675888+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:53.357 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:08:53 smithi033 bash[23140]: debug 2024-03-21T22:08:53.109+0000 7fa956442200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T22:08:53.357 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:53 smithi033 bash[22041]: cluster 2024-03-21T22:08:52.064449+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:53.358 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:53 smithi033 bash[22041]: audit 2024-03-21T22:08:52.142649+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:53.358 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:53 smithi033 bash[22041]: audit 2024-03-21T22:08:52.624042+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:53.358 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:53 smithi033 bash[22041]: audit 2024-03-21T22:08:52.630944+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:53.358 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:53 smithi033 bash[22041]: audit 2024-03-21T22:08:52.659964+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:08:53.358 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:53 smithi033 bash[22041]: audit 2024-03-21T22:08:52.665319+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:08:53.358 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:53 smithi033 bash[22041]: audit 2024-03-21T22:08:52.666837+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:08:53.358 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:53 smithi033 bash[22041]: audit 2024-03-21T22:08:52.675888+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:53.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:53 smithi098 bash[22188]: cluster 2024-03-21T22:08:52.064449+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:53.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:53 smithi098 bash[22188]: audit 2024-03-21T22:08:52.142649+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:53.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:53 smithi098 bash[22188]: audit 2024-03-21T22:08:52.624042+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:53.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:53 smithi098 bash[22188]: audit 2024-03-21T22:08:52.630944+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:53.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:53 smithi098 bash[22188]: audit 2024-03-21T22:08:52.659964+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:08:53.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:53 smithi098 bash[22188]: audit 2024-03-21T22:08:52.665319+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:08:53.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:53 smithi098 bash[22188]: audit 2024-03-21T22:08:52.666837+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:08:53.551 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:53 smithi098 bash[22188]: audit 2024-03-21T22:08:52.675888+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:54.107 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:08:53 smithi033 bash[23140]: debug 2024-03-21T22:08:53.941+0000 7fa956442200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T22:08:54.108 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:08:54 smithi033 bash[23140]: debug 2024-03-21T22:08:54.053+0000 7fa956442200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T22:08:54.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:54 smithi031 bash[21433]: cephadm 2024-03-21T22:08:52.676796+0000 mgr.a (mgr.14152) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T22:08:54.538 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:08:54 smithi033 bash[23140]: debug 2024-03-21T22:08:54.161+0000 7fa956442200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T22:08:54.538 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:54 smithi033 bash[22041]: cephadm 2024-03-21T22:08:52.676796+0000 mgr.a (mgr.14152) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T22:08:54.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:54 smithi098 bash[22188]: cephadm 2024-03-21T22:08:52.676796+0000 mgr.a (mgr.14152) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T22:08:54.857 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:08:54 smithi033 bash[23140]: debug 2024-03-21T22:08:54.537+0000 7fa956442200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-21T22:08:54.857 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:08:54 smithi033 bash[23140]: debug 2024-03-21T22:08:54.653+0000 7fa956442200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T22:08:54.858 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:08:54 smithi033 bash[23140]: debug 2024-03-21T22:08:54.761+0000 7fa956442200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T22:08:55.357 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:55 smithi033 bash[22041]: cluster 2024-03-21T22:08:54.064866+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:55.358 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:08:55 smithi033 bash[23140]: debug 2024-03-21T22:08:55.129+0000 7fa956442200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T22:08:55.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:55 smithi098 bash[22188]: cluster 2024-03-21T22:08:54.064866+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:55.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:55 smithi031 bash[21433]: cluster 2024-03-21T22:08:54.064866+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:55.651 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:08:55 smithi033 bash[23140]: debug 2024-03-21T22:08:55.377+0000 7fa956442200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T22:08:56.050 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:08:55 smithi033 bash[23140]: debug 2024-03-21T22:08:55.649+0000 7fa956442200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T22:08:56.050 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:08:55 smithi033 bash[23140]: debug 2024-03-21T22:08:55.765+0000 7fa956442200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T22:08:56.763 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:08:56 smithi033 bash[23140]: debug 2024-03-21T22:08:56.049+0000 7fa956442200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T22:08:56.763 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:08:56 smithi033 bash[23140]: debug 2024-03-21T22:08:56.473+0000 7fa956442200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T22:08:56.763 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:08:56 smithi033 bash[23140]: debug 2024-03-21T22:08:56.721+0000 7fa956442200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T22:08:57.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:56 smithi098 bash[22188]: audit 2024-03-21T22:08:55.761662+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:57.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:56 smithi098 bash[22188]: cluster 2024-03-21T22:08:56.065277+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:57.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:56 smithi031 bash[21433]: audit 2024-03-21T22:08:55.761662+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:57.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:56 smithi031 bash[21433]: cluster 2024-03-21T22:08:56.065277+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:57.102 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:08:56 smithi033 bash[23140]: debug 2024-03-21T22:08:56.845+0000 7fa956442200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T22:08:57.102 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:56 smithi033 bash[22041]: audit 2024-03-21T22:08:55.761662+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:57.102 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:56 smithi033 bash[22041]: cluster 2024-03-21T22:08:56.065277+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:57.357 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:08:57 smithi033 bash[23140]: debug 2024-03-21T22:08:57.101+0000 7fa956442200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T22:08:57.469 INFO:teuthology.orchestra.run.smithi031.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-21T22:08:57.469 INFO:teuthology.orchestra.run.smithi031.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-21T22:08:57.469 INFO:teuthology.orchestra.run.smithi031.stderr: stderr: 10+0 records in 2024-03-21T22:08:57.469 INFO:teuthology.orchestra.run.smithi031.stderr:10+0 records out 2024-03-21T22:08:57.469 INFO:teuthology.orchestra.run.smithi031.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0161226 s, 650 MB/s 2024-03-21T22:08:57.470 INFO:teuthology.orchestra.run.smithi031.stderr:--> Zapping successful for: 2024-03-21T22:08:58.213 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f7e76c80-e7ce-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi031:vg_nvme/lv_4 2024-03-21T22:08:58.497 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:08:58 smithi033 bash[23140]: debug 2024-03-21T22:08:58.157+0000 7fa956442200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T22:08:58.497 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:08:58 smithi033 bash[23140]: debug 2024-03-21T22:08:58.273+0000 7fa956442200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T22:08:58.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:58 smithi098 bash[22188]: audit 2024-03-21T22:08:57.497123+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:58.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:58 smithi098 bash[22188]: audit 2024-03-21T22:08:57.503337+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:58.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:58 smithi098 bash[22188]: audit 2024-03-21T22:08:57.510885+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:58.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:58 smithi098 bash[22188]: audit 2024-03-21T22:08:57.551688+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:08:58.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:58 smithi098 bash[22188]: audit 2024-03-21T22:08:57.554822+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:08:58.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:58 smithi098 bash[22188]: audit 2024-03-21T22:08:57.555665+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:08:58.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:58 smithi098 bash[22188]: audit 2024-03-21T22:08:57.563017+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:58.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:58 smithi031 bash[21433]: audit 2024-03-21T22:08:57.497123+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:58.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:58 smithi031 bash[21433]: audit 2024-03-21T22:08:57.503337+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:58.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:58 smithi031 bash[21433]: audit 2024-03-21T22:08:57.510885+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:58.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:58 smithi031 bash[21433]: audit 2024-03-21T22:08:57.551688+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:08:58.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:58 smithi031 bash[21433]: audit 2024-03-21T22:08:57.554822+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:08:58.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:58 smithi031 bash[21433]: audit 2024-03-21T22:08:57.555665+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:08:58.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:58 smithi031 bash[21433]: audit 2024-03-21T22:08:57.563017+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:58.857 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:08:58 smithi033 bash[23140]: debug 2024-03-21T22:08:58.577+0000 7fa956442200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T22:08:58.857 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:08:58 smithi033 bash[23140]: debug 2024-03-21T22:08:58.697+0000 7fa956442200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T22:08:58.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:58 smithi033 bash[22041]: audit 2024-03-21T22:08:57.497123+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:58.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:58 smithi033 bash[22041]: audit 2024-03-21T22:08:57.503337+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:58.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:58 smithi033 bash[22041]: audit 2024-03-21T22:08:57.510885+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:58.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:58 smithi033 bash[22041]: audit 2024-03-21T22:08:57.551688+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:08:58.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:58 smithi033 bash[22041]: audit 2024-03-21T22:08:57.554822+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:08:58.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:58 smithi033 bash[22041]: audit 2024-03-21T22:08:57.555665+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:08:58.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:58 smithi033 bash[22041]: audit 2024-03-21T22:08:57.563017+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:08:59.566 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:08:59 smithi033 bash[23140]: debug 2024-03-21T22:08:59.161+0000 7fa956442200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T22:08:59.566 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:08:59 smithi033 bash[23140]: debug 2024-03-21T22:08:59.285+0000 7fa956442200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T22:08:59.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:59 smithi031 bash[21433]: cluster 2024-03-21T22:08:58.065770+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:59.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:59 smithi031 bash[21433]: cluster 2024-03-21T22:08:59.315121+0000 mon.a (mon.0) 356 : cluster [DBG] Standby manager daemon b started 2024-03-21T22:08:59.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:59 smithi031 bash[21433]: audit 2024-03-21T22:08:59.315827+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.33:0/3467142184' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-21T22:08:59.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:59 smithi031 bash[21433]: audit 2024-03-21T22:08:59.316790+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.33:0/3467142184' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T22:08:59.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:59 smithi031 bash[21433]: audit 2024-03-21T22:08:59.317780+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.33:0/3467142184' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-21T22:08:59.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:08:59 smithi031 bash[21433]: audit 2024-03-21T22:08:59.318213+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.33:0/3467142184' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T22:08:59.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:59 smithi033 bash[22041]: cluster 2024-03-21T22:08:58.065770+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:08:59.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:59 smithi033 bash[22041]: cluster 2024-03-21T22:08:59.315121+0000 mon.a (mon.0) 356 : cluster [DBG] Standby manager daemon b started 2024-03-21T22:08:59.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:59 smithi033 bash[22041]: audit 2024-03-21T22:08:59.315827+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.33:0/3467142184' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-21T22:08:59.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:59 smithi033 bash[22041]: audit 2024-03-21T22:08:59.316790+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.33:0/3467142184' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T22:08:59.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:59 smithi033 bash[22041]: audit 2024-03-21T22:08:59.317780+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.33:0/3467142184' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-21T22:08:59.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:08:59 smithi033 bash[22041]: audit 2024-03-21T22:08:59.318213+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.33:0/3467142184' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T22:09:00.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:59 smithi098 bash[22188]: cluster 2024-03-21T22:08:58.065770+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:00.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:59 smithi098 bash[22188]: cluster 2024-03-21T22:08:59.315121+0000 mon.a (mon.0) 356 : cluster [DBG] Standby manager daemon b started 2024-03-21T22:09:00.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:59 smithi098 bash[22188]: audit 2024-03-21T22:08:59.315827+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.33:0/3467142184' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-21T22:09:00.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:59 smithi098 bash[22188]: audit 2024-03-21T22:08:59.316790+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.33:0/3467142184' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T22:09:00.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:59 smithi098 bash[22188]: audit 2024-03-21T22:08:59.317780+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.33:0/3467142184' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-21T22:09:00.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:08:59 smithi098 bash[22188]: audit 2024-03-21T22:08:59.318213+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.33:0/3467142184' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T22:09:00.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:00 smithi031 bash[21433]: cluster 2024-03-21T22:08:59.583839+0000 mon.a (mon.0) 357 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-03-21T22:09:00.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:00 smithi031 bash[21433]: audit 2024-03-21T22:08:59.584095+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-21T22:09:00.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:00 smithi031 bash[21433]: audit 2024-03-21T22:09:00.023769+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:00.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:00 smithi031 bash[21433]: audit 2024-03-21T22:09:00.032845+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:00.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:00 smithi031 bash[21433]: audit 2024-03-21T22:09:00.043348+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:00.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:00 smithi033 bash[22041]: cluster 2024-03-21T22:08:59.583839+0000 mon.a (mon.0) 357 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-03-21T22:09:00.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:00 smithi033 bash[22041]: audit 2024-03-21T22:08:59.584095+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-21T22:09:00.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:00 smithi033 bash[22041]: audit 2024-03-21T22:09:00.023769+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:00.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:00 smithi033 bash[22041]: audit 2024-03-21T22:09:00.032845+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:00.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:00 smithi033 bash[22041]: audit 2024-03-21T22:09:00.043348+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:01.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:00 smithi098 bash[22188]: cluster 2024-03-21T22:08:59.583839+0000 mon.a (mon.0) 357 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-03-21T22:09:01.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:00 smithi098 bash[22188]: audit 2024-03-21T22:08:59.584095+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-21T22:09:01.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:00 smithi098 bash[22188]: audit 2024-03-21T22:09:00.023769+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:01.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:00 smithi098 bash[22188]: audit 2024-03-21T22:09:00.032845+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:01.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:00 smithi098 bash[22188]: audit 2024-03-21T22:09:00.043348+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:01.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:01 smithi098 bash[22188]: cluster 2024-03-21T22:09:00.066099+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:01.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:01 smithi031 bash[21433]: cluster 2024-03-21T22:09:00.066099+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:01.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:01 smithi033 bash[22041]: cluster 2024-03-21T22:09:00.066099+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:02.688 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T22:09:03.801 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:03 smithi031 bash[21433]: cluster 2024-03-21T22:09:02.066542+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:03.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:03 smithi033 bash[22041]: cluster 2024-03-21T22:09:02.066542+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:04.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:03 smithi098 bash[22188]: cluster 2024-03-21T22:09:02.066542+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:05.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:05 smithi031 bash[21433]: cluster 2024-03-21T22:09:04.067055+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:05.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:05 smithi031 bash[21433]: audit 2024-03-21T22:09:05.046125+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:05.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:05 smithi031 bash[21433]: audit 2024-03-21T22:09:05.050616+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:05.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:05 smithi031 bash[21433]: audit 2024-03-21T22:09:05.056145+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:05.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:05 smithi031 bash[21433]: audit 2024-03-21T22:09:05.267453+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T22:09:05.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:05 smithi031 bash[21433]: audit 2024-03-21T22:09:05.273868+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T22:09:05.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:05 smithi031 bash[21433]: audit 2024-03-21T22:09:05.275581+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:09:05.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:05 smithi033 bash[22041]: cluster 2024-03-21T22:09:04.067055+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:05.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:05 smithi033 bash[22041]: audit 2024-03-21T22:09:05.046125+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:05.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:05 smithi033 bash[22041]: audit 2024-03-21T22:09:05.050616+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:05.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:05 smithi033 bash[22041]: audit 2024-03-21T22:09:05.056145+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:05.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:05 smithi033 bash[22041]: audit 2024-03-21T22:09:05.267453+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T22:09:05.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:05 smithi033 bash[22041]: audit 2024-03-21T22:09:05.273868+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T22:09:05.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:05 smithi033 bash[22041]: audit 2024-03-21T22:09:05.275581+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:09:06.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:05 smithi098 bash[22188]: cluster 2024-03-21T22:09:04.067055+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:06.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:05 smithi098 bash[22188]: audit 2024-03-21T22:09:05.046125+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:06.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:05 smithi098 bash[22188]: audit 2024-03-21T22:09:05.050616+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:06.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:05 smithi098 bash[22188]: audit 2024-03-21T22:09:05.056145+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:06.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:05 smithi098 bash[22188]: audit 2024-03-21T22:09:05.267453+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T22:09:06.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:05 smithi098 bash[22188]: audit 2024-03-21T22:09:05.273868+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T22:09:06.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:05 smithi098 bash[22188]: audit 2024-03-21T22:09:05.275581+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:09:06.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:06 smithi031 bash[21433]: audit 2024-03-21T22:09:05.264263+0000 mgr.a (mgr.14152) 127 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi031:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T22:09:06.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:06 smithi033 bash[22041]: audit 2024-03-21T22:09:05.264263+0000 mgr.a (mgr.14152) 127 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi031:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T22:09:07.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:06 smithi098 bash[22188]: audit 2024-03-21T22:09:05.264263+0000 mgr.a (mgr.14152) 127 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi031:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T22:09:07.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:07 smithi033 bash[22041]: cluster 2024-03-21T22:09:06.067514+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:08.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:07 smithi098 bash[22188]: cluster 2024-03-21T22:09:06.067514+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:08.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:07 smithi031 bash[21433]: cluster 2024-03-21T22:09:06.067514+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:09.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:09 smithi033 bash[22041]: cluster 2024-03-21T22:09:08.067946+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:10.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:09 smithi098 bash[22188]: cluster 2024-03-21T22:09:08.067946+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:10.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:09 smithi031 bash[21433]: cluster 2024-03-21T22:09:08.067946+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:11.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:11 smithi033 bash[22041]: cluster 2024-03-21T22:09:10.068385+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:12.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:11 smithi098 bash[22188]: cluster 2024-03-21T22:09:10.068385+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:12.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:11 smithi031 bash[21433]: cluster 2024-03-21T22:09:10.068385+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:13.808 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:13 smithi031 bash[21433]: cluster 2024-03-21T22:09:12.068780+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:13.808 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:13 smithi031 bash[21433]: audit 2024-03-21T22:09:13.347204+0000 mon.a (mon.0) 368 : audit [INF] from='client.? 172.21.15.31:0/581792747' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "88700c1c-3b3c-45f4-ba09-a3bd409a3e8f"}]: dispatch 2024-03-21T22:09:13.809 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:13 smithi031 bash[21433]: audit 2024-03-21T22:09:13.350450+0000 mon.a (mon.0) 369 : audit [INF] from='client.? 172.21.15.31:0/581792747' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "88700c1c-3b3c-45f4-ba09-a3bd409a3e8f"}]': finished 2024-03-21T22:09:13.809 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:13 smithi031 bash[21433]: cluster 2024-03-21T22:09:13.355623+0000 mon.a (mon.0) 370 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-21T22:09:13.809 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:13 smithi031 bash[21433]: audit 2024-03-21T22:09:13.355809+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T22:09:14.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:13 smithi098 bash[22188]: cluster 2024-03-21T22:09:12.068780+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:14.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:13 smithi098 bash[22188]: audit 2024-03-21T22:09:13.347204+0000 mon.a (mon.0) 368 : audit [INF] from='client.? 172.21.15.31:0/581792747' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "88700c1c-3b3c-45f4-ba09-a3bd409a3e8f"}]: dispatch 2024-03-21T22:09:14.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:13 smithi098 bash[22188]: audit 2024-03-21T22:09:13.350450+0000 mon.a (mon.0) 369 : audit [INF] from='client.? 172.21.15.31:0/581792747' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "88700c1c-3b3c-45f4-ba09-a3bd409a3e8f"}]': finished 2024-03-21T22:09:14.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:13 smithi098 bash[22188]: cluster 2024-03-21T22:09:13.355623+0000 mon.a (mon.0) 370 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-21T22:09:14.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:13 smithi098 bash[22188]: audit 2024-03-21T22:09:13.355809+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T22:09:14.108 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:13 smithi033 bash[22041]: cluster 2024-03-21T22:09:12.068780+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:14.108 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:13 smithi033 bash[22041]: audit 2024-03-21T22:09:13.347204+0000 mon.a (mon.0) 368 : audit [INF] from='client.? 172.21.15.31:0/581792747' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "88700c1c-3b3c-45f4-ba09-a3bd409a3e8f"}]: dispatch 2024-03-21T22:09:14.108 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:13 smithi033 bash[22041]: audit 2024-03-21T22:09:13.350450+0000 mon.a (mon.0) 369 : audit [INF] from='client.? 172.21.15.31:0/581792747' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "88700c1c-3b3c-45f4-ba09-a3bd409a3e8f"}]': finished 2024-03-21T22:09:14.108 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:13 smithi033 bash[22041]: cluster 2024-03-21T22:09:13.355623+0000 mon.a (mon.0) 370 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-21T22:09:14.108 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:13 smithi033 bash[22041]: audit 2024-03-21T22:09:13.355809+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T22:09:14.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:14 smithi033 bash[22041]: audit 2024-03-21T22:09:14.042216+0000 mon.a (mon.0) 372 : audit [DBG] from='client.? 172.21.15.31:0/4089026269' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T22:09:15.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:14 smithi098 bash[22188]: audit 2024-03-21T22:09:14.042216+0000 mon.a (mon.0) 372 : audit [DBG] from='client.? 172.21.15.31:0/4089026269' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T22:09:15.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:14 smithi031 bash[21433]: audit 2024-03-21T22:09:14.042216+0000 mon.a (mon.0) 372 : audit [DBG] from='client.? 172.21.15.31:0/4089026269' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T22:09:15.947 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:15 smithi033 bash[22041]: cluster 2024-03-21T22:09:14.069058+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:16.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:15 smithi098 bash[22188]: cluster 2024-03-21T22:09:14.069058+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:16.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:15 smithi031 bash[21433]: cluster 2024-03-21T22:09:14.069058+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:17.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:17 smithi098 bash[22188]: cluster 2024-03-21T22:09:16.069476+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:17.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:17 smithi098 bash[22188]: audit 2024-03-21T22:09:16.136660+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:17.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:17 smithi098 bash[22188]: audit 2024-03-21T22:09:16.145248+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:17.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:17 smithi098 bash[22188]: audit 2024-03-21T22:09:16.156256+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:17.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:17 smithi031 bash[21433]: cluster 2024-03-21T22:09:16.069476+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:17.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:17 smithi031 bash[21433]: audit 2024-03-21T22:09:16.136660+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:17.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:17 smithi031 bash[21433]: audit 2024-03-21T22:09:16.145248+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:17.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:17 smithi031 bash[21433]: audit 2024-03-21T22:09:16.156256+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:17.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:17 smithi033 bash[22041]: cluster 2024-03-21T22:09:16.069476+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:17.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:17 smithi033 bash[22041]: audit 2024-03-21T22:09:16.136660+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:17.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:17 smithi033 bash[22041]: audit 2024-03-21T22:09:16.145248+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:17.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:17 smithi033 bash[22041]: audit 2024-03-21T22:09:16.156256+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:19.299 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:19 smithi098 bash[22188]: cluster 2024-03-21T22:09:18.069858+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:19.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:19 smithi031 bash[21433]: cluster 2024-03-21T22:09:18.069858+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:19.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:19 smithi033 bash[22041]: cluster 2024-03-21T22:09:18.069858+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:20.300 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:20 smithi098 bash[22188]: audit 2024-03-21T22:09:19.253275+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:20.300 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:20 smithi098 bash[22188]: audit 2024-03-21T22:09:19.260010+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:20.300 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:20 smithi098 bash[22188]: audit 2024-03-21T22:09:19.268631+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:20.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:20 smithi031 bash[21433]: audit 2024-03-21T22:09:19.253275+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:20.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:20 smithi031 bash[21433]: audit 2024-03-21T22:09:19.260010+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:20.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:20 smithi031 bash[21433]: audit 2024-03-21T22:09:19.268631+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:20.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:20 smithi033 bash[22041]: audit 2024-03-21T22:09:19.253275+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:20.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:20 smithi033 bash[22041]: audit 2024-03-21T22:09:19.260010+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:20.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:20 smithi033 bash[22041]: audit 2024-03-21T22:09:19.268631+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:21.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:21 smithi098 bash[22188]: cluster 2024-03-21T22:09:20.070282+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:21.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:21 smithi031 bash[21433]: cluster 2024-03-21T22:09:20.070282+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:21.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:21 smithi033 bash[22041]: cluster 2024-03-21T22:09:20.070282+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:23.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:23 smithi098 bash[22188]: cluster 2024-03-21T22:09:22.070634+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:23.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:23 smithi031 bash[21433]: cluster 2024-03-21T22:09:22.070634+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:23.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:23 smithi033 bash[22041]: cluster 2024-03-21T22:09:22.070634+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:25.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:25 smithi098 bash[22188]: cluster 2024-03-21T22:09:24.071183+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:25.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:25 smithi098 bash[22188]: audit 2024-03-21T22:09:25.265337+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:25.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:25 smithi098 bash[22188]: audit 2024-03-21T22:09:25.274447+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:25.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:25 smithi031 bash[21433]: cluster 2024-03-21T22:09:24.071183+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:25.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:25 smithi031 bash[21433]: audit 2024-03-21T22:09:25.265337+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:25.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:25 smithi031 bash[21433]: audit 2024-03-21T22:09:25.274447+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:25.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:25 smithi033 bash[22041]: cluster 2024-03-21T22:09:24.071183+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:25.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:25 smithi033 bash[22041]: audit 2024-03-21T22:09:25.265337+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:25.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:25 smithi033 bash[22041]: audit 2024-03-21T22:09:25.274447+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:26.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:26 smithi098 bash[22188]: audit 2024-03-21T22:09:25.291632+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:26.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:26 smithi098 bash[22188]: audit 2024-03-21T22:09:25.442453+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-21T22:09:26.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:26 smithi098 bash[22188]: audit 2024-03-21T22:09:25.444276+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:09:26.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:26 smithi098 bash[22188]: cephadm 2024-03-21T22:09:25.445913+0000 mgr.a (mgr.14152) 138 : cephadm [INF] Deploying daemon osd.0 on smithi031 2024-03-21T22:09:26.569 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:26 smithi031 bash[21433]: audit 2024-03-21T22:09:25.291632+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:26.569 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:26 smithi031 bash[21433]: audit 2024-03-21T22:09:25.442453+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-21T22:09:26.569 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:26 smithi031 bash[21433]: audit 2024-03-21T22:09:25.444276+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:09:26.569 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:26 smithi031 bash[21433]: cephadm 2024-03-21T22:09:25.445913+0000 mgr.a (mgr.14152) 138 : cephadm [INF] Deploying daemon osd.0 on smithi031 2024-03-21T22:09:26.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:26 smithi033 bash[22041]: audit 2024-03-21T22:09:25.291632+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:26.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:26 smithi033 bash[22041]: audit 2024-03-21T22:09:25.442453+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-21T22:09:26.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:26 smithi033 bash[22041]: audit 2024-03-21T22:09:25.444276+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:09:26.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:26 smithi033 bash[22041]: cephadm 2024-03-21T22:09:25.445913+0000 mgr.a (mgr.14152) 138 : cephadm [INF] Deploying daemon osd.0 on smithi031 2024-03-21T22:09:27.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:27 smithi098 bash[22188]: cluster 2024-03-21T22:09:26.071653+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:27.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:27 smithi031 bash[21433]: cluster 2024-03-21T22:09:26.071653+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:27.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:27 smithi033 bash[22041]: cluster 2024-03-21T22:09:26.071653+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:29.452 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:09:29 smithi031 systemd[1]: /etc/systemd/system/ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@.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-03-21T22:09:29.453 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:29 smithi031 bash[21433]: cluster 2024-03-21T22:09:28.071972+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:29.453 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:29 smithi031 systemd[1]: /etc/systemd/system/ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@.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-03-21T22:09:29.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:29 smithi033 bash[22041]: cluster 2024-03-21T22:09:28.071972+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:29.725 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:29 smithi031 systemd[1]: /etc/systemd/system/ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@.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-03-21T22:09:29.725 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:09:29 smithi031 systemd[1]: /etc/systemd/system/ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@.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-03-21T22:09:29.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:29 smithi098 bash[22188]: cluster 2024-03-21T22:09:28.071972+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:31.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:30 smithi098 bash[22188]: audit 2024-03-21T22:09:29.726636+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:31.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:30 smithi098 bash[22188]: audit 2024-03-21T22:09:29.732183+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:31.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:30 smithi098 bash[22188]: audit 2024-03-21T22:09:29.741896+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:09:31.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:30 smithi098 bash[22188]: audit 2024-03-21T22:09:29.745344+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:09:31.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:30 smithi098 bash[22188]: audit 2024-03-21T22:09:29.746549+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:09:31.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:30 smithi098 bash[22188]: audit 2024-03-21T22:09:29.754396+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:31.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:30 smithi098 bash[22188]: cluster 2024-03-21T22:09:30.072277+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:31.077 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:30 smithi031 bash[21433]: audit 2024-03-21T22:09:29.726636+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:31.077 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:30 smithi031 bash[21433]: audit 2024-03-21T22:09:29.732183+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:31.077 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:30 smithi031 bash[21433]: audit 2024-03-21T22:09:29.741896+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:09:31.077 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:30 smithi031 bash[21433]: audit 2024-03-21T22:09:29.745344+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:09:31.077 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:30 smithi031 bash[21433]: audit 2024-03-21T22:09:29.746549+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:09:31.077 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:30 smithi031 bash[21433]: audit 2024-03-21T22:09:29.754396+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:31.077 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:30 smithi031 bash[21433]: cluster 2024-03-21T22:09:30.072277+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:31.108 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:30 smithi033 bash[22041]: audit 2024-03-21T22:09:29.726636+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:31.108 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:30 smithi033 bash[22041]: audit 2024-03-21T22:09:29.732183+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:31.108 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:30 smithi033 bash[22041]: audit 2024-03-21T22:09:29.741896+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:09:31.108 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:30 smithi033 bash[22041]: audit 2024-03-21T22:09:29.745344+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:09:31.108 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:30 smithi033 bash[22041]: audit 2024-03-21T22:09:29.746549+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:09:31.108 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:30 smithi033 bash[22041]: audit 2024-03-21T22:09:29.754396+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:31.108 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:30 smithi033 bash[22041]: cluster 2024-03-21T22:09:30.072277+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:33.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:33 smithi031 bash[21433]: cluster 2024-03-21T22:09:32.072661+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:33.422 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:33 smithi033 bash[22041]: cluster 2024-03-21T22:09:32.072661+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:33.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:33 smithi098 bash[22188]: cluster 2024-03-21T22:09:32.072661+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:35.455 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:35 smithi031 bash[21433]: cluster 2024-03-21T22:09:34.073074+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:35.527 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:35 smithi033 bash[22041]: cluster 2024-03-21T22:09:34.073074+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:35.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:35 smithi098 bash[22188]: cluster 2024-03-21T22:09:34.073074+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:36.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:36 smithi031 bash[21433]: audit 2024-03-21T22:09:35.912234+0000 mon.a (mon.0) 390 : audit [INF] from='osd.0 [v2:172.21.15.31:6802/3089685094,v1:172.21.15.31:6803/3089685094]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-21T22:09:36.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:36 smithi098 bash[22188]: audit 2024-03-21T22:09:35.912234+0000 mon.a (mon.0) 390 : audit [INF] from='osd.0 [v2:172.21.15.31:6802/3089685094,v1:172.21.15.31:6803/3089685094]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-21T22:09:36.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:36 smithi033 bash[22041]: audit 2024-03-21T22:09:35.912234+0000 mon.a (mon.0) 390 : audit [INF] from='osd.0 [v2:172.21.15.31:6802/3089685094,v1:172.21.15.31:6803/3089685094]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-21T22:09:37.417 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:37 smithi031 bash[21433]: cluster 2024-03-21T22:09:36.073542+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:37.417 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:37 smithi031 bash[21433]: audit 2024-03-21T22:09:36.140635+0000 mon.a (mon.0) 391 : audit [INF] from='osd.0 [v2:172.21.15.31:6802/3089685094,v1:172.21.15.31:6803/3089685094]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-21T22:09:37.417 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:37 smithi031 bash[21433]: cluster 2024-03-21T22:09:36.145882+0000 mon.a (mon.0) 392 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-21T22:09:37.417 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:37 smithi031 bash[21433]: audit 2024-03-21T22:09:36.146386+0000 mon.a (mon.0) 393 : audit [INF] from='osd.0 [v2:172.21.15.31:6802/3089685094,v1:172.21.15.31:6803/3089685094]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-03-21T22:09:37.417 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:37 smithi031 bash[21433]: audit 2024-03-21T22:09:36.146980+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T22:09:37.417 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:37 smithi031 bash[21433]: audit 2024-03-21T22:09:36.358409+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:37.417 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:37 smithi031 bash[21433]: audit 2024-03-21T22:09:36.363417+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:37.418 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:37 smithi031 bash[21433]: audit 2024-03-21T22:09:36.369120+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:37.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:37 smithi098 bash[22188]: cluster 2024-03-21T22:09:36.073542+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:37.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:37 smithi098 bash[22188]: audit 2024-03-21T22:09:36.140635+0000 mon.a (mon.0) 391 : audit [INF] from='osd.0 [v2:172.21.15.31:6802/3089685094,v1:172.21.15.31:6803/3089685094]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-21T22:09:37.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:37 smithi098 bash[22188]: cluster 2024-03-21T22:09:36.145882+0000 mon.a (mon.0) 392 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-21T22:09:37.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:37 smithi098 bash[22188]: audit 2024-03-21T22:09:36.146386+0000 mon.a (mon.0) 393 : audit [INF] from='osd.0 [v2:172.21.15.31:6802/3089685094,v1:172.21.15.31:6803/3089685094]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-03-21T22:09:37.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:37 smithi098 bash[22188]: audit 2024-03-21T22:09:36.146980+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T22:09:37.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:37 smithi098 bash[22188]: audit 2024-03-21T22:09:36.358409+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:37.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:37 smithi098 bash[22188]: audit 2024-03-21T22:09:36.363417+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:37.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:37 smithi098 bash[22188]: audit 2024-03-21T22:09:36.369120+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:37.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:37 smithi033 bash[22041]: cluster 2024-03-21T22:09:36.073542+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:37.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:37 smithi033 bash[22041]: audit 2024-03-21T22:09:36.140635+0000 mon.a (mon.0) 391 : audit [INF] from='osd.0 [v2:172.21.15.31:6802/3089685094,v1:172.21.15.31:6803/3089685094]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-21T22:09:37.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:37 smithi033 bash[22041]: cluster 2024-03-21T22:09:36.145882+0000 mon.a (mon.0) 392 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-21T22:09:37.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:37 smithi033 bash[22041]: audit 2024-03-21T22:09:36.146386+0000 mon.a (mon.0) 393 : audit [INF] from='osd.0 [v2:172.21.15.31:6802/3089685094,v1:172.21.15.31:6803/3089685094]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-03-21T22:09:37.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:37 smithi033 bash[22041]: audit 2024-03-21T22:09:36.146980+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T22:09:37.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:37 smithi033 bash[22041]: audit 2024-03-21T22:09:36.358409+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:37.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:37 smithi033 bash[22041]: audit 2024-03-21T22:09:36.363417+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:37.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:37 smithi033 bash[22041]: audit 2024-03-21T22:09:36.369120+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:38.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:38 smithi098 bash[22188]: audit 2024-03-21T22:09:37.143023+0000 mon.a (mon.0) 398 : audit [INF] from='osd.0 [v2:172.21.15.31:6802/3089685094,v1:172.21.15.31:6803/3089685094]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-03-21T22:09:38.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:38 smithi098 bash[22188]: cluster 2024-03-21T22:09:37.147243+0000 mon.a (mon.0) 399 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-21T22:09:38.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:38 smithi098 bash[22188]: audit 2024-03-21T22:09:37.148615+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T22:09:38.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:38 smithi098 bash[22188]: audit 2024-03-21T22:09:37.157980+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T22:09:38.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:38 smithi031 bash[21433]: audit 2024-03-21T22:09:37.143023+0000 mon.a (mon.0) 398 : audit [INF] from='osd.0 [v2:172.21.15.31:6802/3089685094,v1:172.21.15.31:6803/3089685094]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-03-21T22:09:38.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:38 smithi031 bash[21433]: cluster 2024-03-21T22:09:37.147243+0000 mon.a (mon.0) 399 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-21T22:09:38.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:38 smithi031 bash[21433]: audit 2024-03-21T22:09:37.148615+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T22:09:38.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:38 smithi031 bash[21433]: audit 2024-03-21T22:09:37.157980+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T22:09:38.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:38 smithi033 bash[22041]: audit 2024-03-21T22:09:37.143023+0000 mon.a (mon.0) 398 : audit [INF] from='osd.0 [v2:172.21.15.31:6802/3089685094,v1:172.21.15.31:6803/3089685094]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-03-21T22:09:38.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:38 smithi033 bash[22041]: cluster 2024-03-21T22:09:37.147243+0000 mon.a (mon.0) 399 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-21T22:09:38.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:38 smithi033 bash[22041]: audit 2024-03-21T22:09:37.148615+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T22:09:38.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:38 smithi033 bash[22041]: audit 2024-03-21T22:09:37.157980+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T22:09:39.443 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:39 smithi031 bash[21433]: cluster 2024-03-21T22:09:36.914489+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T22:09:39.443 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:39 smithi031 bash[21433]: cluster 2024-03-21T22:09:36.914583+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T22:09:39.443 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:39 smithi031 bash[21433]: cluster 2024-03-21T22:09:38.073924+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:39.444 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:39 smithi031 bash[21433]: cluster 2024-03-21T22:09:38.157933+0000 mon.a (mon.0) 402 : cluster [INF] osd.0 [v2:172.21.15.31:6802/3089685094,v1:172.21.15.31:6803/3089685094] boot 2024-03-21T22:09:39.444 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:39 smithi031 bash[21433]: cluster 2024-03-21T22:09:38.157995+0000 mon.a (mon.0) 403 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-21T22:09:39.444 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:39 smithi031 bash[21433]: audit 2024-03-21T22:09:38.158586+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T22:09:39.541 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:39 smithi098 bash[22188]: cluster 2024-03-21T22:09:36.914489+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T22:09:39.541 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:39 smithi098 bash[22188]: cluster 2024-03-21T22:09:36.914583+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T22:09:39.541 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:39 smithi098 bash[22188]: cluster 2024-03-21T22:09:38.073924+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:39.541 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:39 smithi098 bash[22188]: cluster 2024-03-21T22:09:38.157933+0000 mon.a (mon.0) 402 : cluster [INF] osd.0 [v2:172.21.15.31:6802/3089685094,v1:172.21.15.31:6803/3089685094] boot 2024-03-21T22:09:39.541 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:39 smithi098 bash[22188]: cluster 2024-03-21T22:09:38.157995+0000 mon.a (mon.0) 403 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-21T22:09:39.541 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:39 smithi098 bash[22188]: audit 2024-03-21T22:09:38.158586+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T22:09:39.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:39 smithi033 bash[22041]: cluster 2024-03-21T22:09:36.914489+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T22:09:39.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:39 smithi033 bash[22041]: cluster 2024-03-21T22:09:36.914583+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T22:09:39.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:39 smithi033 bash[22041]: cluster 2024-03-21T22:09:38.073924+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T22:09:39.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:39 smithi033 bash[22041]: cluster 2024-03-21T22:09:38.157933+0000 mon.a (mon.0) 402 : cluster [INF] osd.0 [v2:172.21.15.31:6802/3089685094,v1:172.21.15.31:6803/3089685094] boot 2024-03-21T22:09:39.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:39 smithi033 bash[22041]: cluster 2024-03-21T22:09:38.157995+0000 mon.a (mon.0) 403 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-21T22:09:39.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:39 smithi033 bash[22041]: audit 2024-03-21T22:09:38.158586+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T22:09:40.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:40 smithi031 bash[21433]: cluster 2024-03-21T22:09:39.179128+0000 mon.a (mon.0) 405 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-21T22:09:40.348 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:40 smithi031 bash[21433]: audit 2024-03-21T22:09:39.424389+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:40.348 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:40 smithi031 bash[21433]: audit 2024-03-21T22:09:39.429763+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:40.348 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:40 smithi031 bash[21433]: cephadm 2024-03-21T22:09:39.442953+0000 mgr.a (mgr.14152) 146 : cephadm [INF] Detected new or changed devices on smithi031 2024-03-21T22:09:40.348 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:40 smithi031 bash[21433]: audit 2024-03-21T22:09:39.449899+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:40.348 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:40 smithi031 bash[21433]: audit 2024-03-21T22:09:39.491606+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:09:40.348 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:40 smithi031 bash[21433]: audit 2024-03-21T22:09:39.494406+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:09:40.348 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:40 smithi031 bash[21433]: audit 2024-03-21T22:09:39.495225+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:09:40.348 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:40 smithi031 bash[21433]: cluster 2024-03-21T22:09:39.496851+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:09:40.348 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:40 smithi031 bash[21433]: audit 2024-03-21T22:09:39.502231+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:40.540 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:40 smithi098 bash[22188]: cluster 2024-03-21T22:09:39.179128+0000 mon.a (mon.0) 405 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-21T22:09:40.540 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:40 smithi098 bash[22188]: audit 2024-03-21T22:09:39.424389+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:40.540 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:40 smithi098 bash[22188]: audit 2024-03-21T22:09:39.429763+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:40.540 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:40 smithi098 bash[22188]: cephadm 2024-03-21T22:09:39.442953+0000 mgr.a (mgr.14152) 146 : cephadm [INF] Detected new or changed devices on smithi031 2024-03-21T22:09:40.540 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:40 smithi098 bash[22188]: audit 2024-03-21T22:09:39.449899+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:40.540 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:40 smithi098 bash[22188]: audit 2024-03-21T22:09:39.491606+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:09:40.540 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:40 smithi098 bash[22188]: audit 2024-03-21T22:09:39.494406+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:09:40.540 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:40 smithi098 bash[22188]: audit 2024-03-21T22:09:39.495225+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:09:40.540 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:40 smithi098 bash[22188]: cluster 2024-03-21T22:09:39.496851+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:09:40.540 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:40 smithi098 bash[22188]: audit 2024-03-21T22:09:39.502231+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:40.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:40 smithi033 bash[22041]: cluster 2024-03-21T22:09:39.179128+0000 mon.a (mon.0) 405 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-21T22:09:40.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:40 smithi033 bash[22041]: audit 2024-03-21T22:09:39.424389+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:40.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:40 smithi033 bash[22041]: audit 2024-03-21T22:09:39.429763+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:40.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:40 smithi033 bash[22041]: cephadm 2024-03-21T22:09:39.442953+0000 mgr.a (mgr.14152) 146 : cephadm [INF] Detected new or changed devices on smithi031 2024-03-21T22:09:40.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:40 smithi033 bash[22041]: audit 2024-03-21T22:09:39.449899+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:40.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:40 smithi033 bash[22041]: audit 2024-03-21T22:09:39.491606+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:09:40.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:40 smithi033 bash[22041]: audit 2024-03-21T22:09:39.494406+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:09:40.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:40 smithi033 bash[22041]: audit 2024-03-21T22:09:39.495225+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:09:40.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:40 smithi033 bash[22041]: cluster 2024-03-21T22:09:39.496851+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:09:40.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:40 smithi033 bash[22041]: audit 2024-03-21T22:09:39.502231+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:40.726 INFO:teuthology.orchestra.run.smithi031.stdout:Created osd(s) 0 on host 'smithi031' 2024-03-21T22:09:41.324 DEBUG:teuthology.orchestra.run.smithi031:osd.0> sudo journalctl -f -n 0 -u ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@osd.0.service 2024-03-21T22:09:41.329 INFO:tasks.cephadm:Deploying osd.1 on smithi033 with /dev/vg_nvme/lv_4... 2024-03-21T22:09:41.329 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f7e76c80-e7ce-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-21T22:09:41.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:41 smithi098 bash[22188]: cluster 2024-03-21T22:09:40.446880+0000 mon.a (mon.0) 413 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-21T22:09:41.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:41 smithi098 bash[22188]: audit 2024-03-21T22:09:40.670329+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:41.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:41 smithi098 bash[22188]: audit 2024-03-21T22:09:40.671076+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:09:41.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:41 smithi098 bash[22188]: audit 2024-03-21T22:09:40.679866+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:41.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:41 smithi098 bash[22188]: audit 2024-03-21T22:09:40.680607+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi031", "name": "osd_memory_target"}]: dispatch 2024-03-21T22:09:41.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:41 smithi098 bash[22188]: audit 2024-03-21T22:09:40.682540+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:09:41.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:41 smithi098 bash[22188]: audit 2024-03-21T22:09:40.684221+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:09:41.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:41 smithi098 bash[22188]: audit 2024-03-21T22:09:40.694519+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:41.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:41 smithi031 bash[21433]: cluster 2024-03-21T22:09:40.446880+0000 mon.a (mon.0) 413 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-21T22:09:41.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:41 smithi031 bash[21433]: audit 2024-03-21T22:09:40.670329+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:41.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:41 smithi031 bash[21433]: audit 2024-03-21T22:09:40.671076+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:09:41.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:41 smithi031 bash[21433]: audit 2024-03-21T22:09:40.679866+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:41.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:41 smithi031 bash[21433]: audit 2024-03-21T22:09:40.680607+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi031", "name": "osd_memory_target"}]: dispatch 2024-03-21T22:09:41.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:41 smithi031 bash[21433]: audit 2024-03-21T22:09:40.682540+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:09:41.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:41 smithi031 bash[21433]: audit 2024-03-21T22:09:40.684221+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:09:41.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:41 smithi031 bash[21433]: audit 2024-03-21T22:09:40.694519+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:41.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:41 smithi033 bash[22041]: cluster 2024-03-21T22:09:40.446880+0000 mon.a (mon.0) 413 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-21T22:09:41.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:41 smithi033 bash[22041]: audit 2024-03-21T22:09:40.670329+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:41.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:41 smithi033 bash[22041]: audit 2024-03-21T22:09:40.671076+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:09:41.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:41 smithi033 bash[22041]: audit 2024-03-21T22:09:40.679866+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:41.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:41 smithi033 bash[22041]: audit 2024-03-21T22:09:40.680607+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi031", "name": "osd_memory_target"}]: dispatch 2024-03-21T22:09:41.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:41 smithi033 bash[22041]: audit 2024-03-21T22:09:40.682540+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:09:41.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:41 smithi033 bash[22041]: audit 2024-03-21T22:09:40.684221+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:09:41.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:41 smithi033 bash[22041]: audit 2024-03-21T22:09:40.694519+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:43.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:42 smithi098 bash[22188]: cluster 2024-03-21T22:09:40.687653+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:09:43.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:42 smithi098 bash[22188]: cluster 2024-03-21T22:09:40.688056+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:09:43.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:42 smithi031 bash[21433]: cluster 2024-03-21T22:09:40.687653+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:09:43.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:42 smithi031 bash[21433]: cluster 2024-03-21T22:09:40.688056+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:09:43.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:42 smithi033 bash[22041]: cluster 2024-03-21T22:09:40.687653+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:09:43.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:42 smithi033 bash[22041]: cluster 2024-03-21T22:09:40.688056+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:09:45.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:44 smithi098 bash[22188]: cluster 2024-03-21T22:09:42.688585+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:09:45.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:44 smithi098 bash[22188]: audit 2024-03-21T22:09:44.231322+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:45.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:44 smithi098 bash[22188]: audit 2024-03-21T22:09:44.236336+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:45.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:44 smithi098 bash[22188]: audit 2024-03-21T22:09:44.243268+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:45.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:44 smithi098 bash[22188]: audit 2024-03-21T22:09:44.272005+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:09:45.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:44 smithi098 bash[22188]: audit 2024-03-21T22:09:44.276316+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:09:45.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:44 smithi098 bash[22188]: audit 2024-03-21T22:09:44.277814+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:09:45.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:44 smithi098 bash[22188]: audit 2024-03-21T22:09:44.288273+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:45.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:44 smithi031 bash[21433]: cluster 2024-03-21T22:09:42.688585+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:09:45.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:44 smithi031 bash[21433]: audit 2024-03-21T22:09:44.231322+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:45.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:44 smithi031 bash[21433]: audit 2024-03-21T22:09:44.236336+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:45.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:44 smithi031 bash[21433]: audit 2024-03-21T22:09:44.243268+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:45.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:44 smithi031 bash[21433]: audit 2024-03-21T22:09:44.272005+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:09:45.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:44 smithi031 bash[21433]: audit 2024-03-21T22:09:44.276316+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:09:45.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:44 smithi031 bash[21433]: audit 2024-03-21T22:09:44.277814+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:09:45.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:44 smithi031 bash[21433]: audit 2024-03-21T22:09:44.288273+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:45.108 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:44 smithi033 bash[22041]: cluster 2024-03-21T22:09:42.688585+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:09:45.108 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:44 smithi033 bash[22041]: audit 2024-03-21T22:09:44.231322+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:45.108 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:44 smithi033 bash[22041]: audit 2024-03-21T22:09:44.236336+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:45.108 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:44 smithi033 bash[22041]: audit 2024-03-21T22:09:44.243268+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:45.108 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:44 smithi033 bash[22041]: audit 2024-03-21T22:09:44.272005+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:09:45.108 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:44 smithi033 bash[22041]: audit 2024-03-21T22:09:44.276316+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:09:45.108 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:44 smithi033 bash[22041]: audit 2024-03-21T22:09:44.277814+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:09:45.108 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:44 smithi033 bash[22041]: audit 2024-03-21T22:09:44.288273+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:45.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:45 smithi098 bash[22188]: cluster 2024-03-21T22:09:44.280616+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:09:45.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:45 smithi098 bash[22188]: cluster 2024-03-21T22:09:45.241861+0000 mon.a (mon.0) 428 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-21T22:09:45.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:45 smithi098 bash[22188]: cluster 2024-03-21T22:09:45.241916+0000 mon.a (mon.0) 429 : cluster [INF] Cluster is now healthy 2024-03-21T22:09:45.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:45 smithi098 bash[22188]: audit 2024-03-21T22:09:45.501690+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:45.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:45 smithi098 bash[22188]: audit 2024-03-21T22:09:45.511093+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:45.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:45 smithi098 bash[22188]: audit 2024-03-21T22:09:45.522534+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:46.048 INFO:teuthology.orchestra.run.smithi033.stderr:Inferring config /var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/mon.b/config 2024-03-21T22:09:46.070 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:45 smithi033 bash[22041]: cluster 2024-03-21T22:09:44.280616+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:09:46.070 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:45 smithi033 bash[22041]: cluster 2024-03-21T22:09:45.241861+0000 mon.a (mon.0) 428 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-21T22:09:46.070 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:45 smithi033 bash[22041]: cluster 2024-03-21T22:09:45.241916+0000 mon.a (mon.0) 429 : cluster [INF] Cluster is now healthy 2024-03-21T22:09:46.071 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:45 smithi033 bash[22041]: audit 2024-03-21T22:09:45.501690+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:46.071 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:45 smithi033 bash[22041]: audit 2024-03-21T22:09:45.511093+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:46.071 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:45 smithi033 bash[22041]: audit 2024-03-21T22:09:45.522534+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:46.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:45 smithi031 bash[21433]: cluster 2024-03-21T22:09:44.280616+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:09:46.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:45 smithi031 bash[21433]: cluster 2024-03-21T22:09:45.241861+0000 mon.a (mon.0) 428 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-21T22:09:46.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:45 smithi031 bash[21433]: cluster 2024-03-21T22:09:45.241916+0000 mon.a (mon.0) 429 : cluster [INF] Cluster is now healthy 2024-03-21T22:09:46.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:45 smithi031 bash[21433]: audit 2024-03-21T22:09:45.501690+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:46.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:45 smithi031 bash[21433]: audit 2024-03-21T22:09:45.511093+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:46.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:45 smithi031 bash[21433]: audit 2024-03-21T22:09:45.522534+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:46.953 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:46 smithi033 bash[22041]: cluster 2024-03-21T22:09:46.281007+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:09:47.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:46 smithi098 bash[22188]: cluster 2024-03-21T22:09:46.281007+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:09:47.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:46 smithi031 bash[21433]: cluster 2024-03-21T22:09:46.281007+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:09:49.030 INFO:teuthology.orchestra.run.smithi033.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-21T22:09:49.030 INFO:teuthology.orchestra.run.smithi033.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-21T22:09:49.030 INFO:teuthology.orchestra.run.smithi033.stderr: stderr: 10+0 records in 2024-03-21T22:09:49.030 INFO:teuthology.orchestra.run.smithi033.stderr:10+0 records out 2024-03-21T22:09:49.030 INFO:teuthology.orchestra.run.smithi033.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0142297 s, 737 MB/s 2024-03-21T22:09:49.030 INFO:teuthology.orchestra.run.smithi033.stderr:--> Zapping successful for: 2024-03-21T22:09:49.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:49 smithi031 bash[21433]: cluster 2024-03-21T22:09:48.281475+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:09:49.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:49 smithi033 bash[22041]: cluster 2024-03-21T22:09:48.281475+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:09:49.681 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f7e76c80-e7ce-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi033:vg_nvme/lv_4 2024-03-21T22:09:49.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:49 smithi098 bash[22188]: cluster 2024-03-21T22:09:48.281475+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:09:51.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:51 smithi031 bash[21433]: cluster 2024-03-21T22:09:50.281928+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:09:51.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:51 smithi033 bash[22041]: cluster 2024-03-21T22:09:50.281928+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:09:51.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:51 smithi098 bash[22188]: cluster 2024-03-21T22:09:50.281928+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:09:53.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:53 smithi031 bash[21433]: cluster 2024-03-21T22:09:52.282359+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:09:53.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:53 smithi033 bash[22041]: cluster 2024-03-21T22:09:52.282359+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:09:53.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:53 smithi098 bash[22188]: cluster 2024-03-21T22:09:52.282359+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:09:54.399 INFO:teuthology.orchestra.run.smithi033.stderr:Inferring config /var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/mon.b/config 2024-03-21T22:09:55.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:55 smithi031 bash[21433]: cluster 2024-03-21T22:09:54.282782+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:09:55.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:55 smithi033 bash[22041]: cluster 2024-03-21T22:09:54.282782+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:09:55.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:55 smithi098 bash[22188]: cluster 2024-03-21T22:09:54.282782+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:09:57.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:57 smithi098 bash[22188]: cluster 2024-03-21T22:09:56.283129+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:09:57.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:57 smithi098 bash[22188]: audit 2024-03-21T22:09:56.523373+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:57.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:57 smithi098 bash[22188]: audit 2024-03-21T22:09:56.531769+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:57.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:57 smithi098 bash[22188]: audit 2024-03-21T22:09:56.538521+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:57.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:57 smithi031 bash[21433]: cluster 2024-03-21T22:09:56.283129+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:09:57.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:57 smithi031 bash[21433]: audit 2024-03-21T22:09:56.523373+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:57.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:57 smithi031 bash[21433]: audit 2024-03-21T22:09:56.531769+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:57.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:57 smithi031 bash[21433]: audit 2024-03-21T22:09:56.538521+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:57.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:57 smithi033 bash[22041]: cluster 2024-03-21T22:09:56.283129+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:09:57.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:57 smithi033 bash[22041]: audit 2024-03-21T22:09:56.523373+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:57.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:57 smithi033 bash[22041]: audit 2024-03-21T22:09:56.531769+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:57.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:57 smithi033 bash[22041]: audit 2024-03-21T22:09:56.538521+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:09:58.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:58 smithi098 bash[22188]: audit 2024-03-21T22:09:57.518683+0000 mgr.a (mgr.14152) 158 : audit [DBG] from='client.24134 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi033:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T22:09:58.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:58 smithi098 bash[22188]: audit 2024-03-21T22:09:57.527526+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T22:09:58.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:58 smithi098 bash[22188]: audit 2024-03-21T22:09:57.533924+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T22:09:58.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:58 smithi098 bash[22188]: audit 2024-03-21T22:09:57.535596+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:09:58.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:58 smithi031 bash[21433]: audit 2024-03-21T22:09:57.518683+0000 mgr.a (mgr.14152) 158 : audit [DBG] from='client.24134 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi033:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T22:09:58.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:58 smithi031 bash[21433]: audit 2024-03-21T22:09:57.527526+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T22:09:58.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:58 smithi031 bash[21433]: audit 2024-03-21T22:09:57.533924+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T22:09:58.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:58 smithi031 bash[21433]: audit 2024-03-21T22:09:57.535596+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:09:58.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:58 smithi033 bash[22041]: audit 2024-03-21T22:09:57.518683+0000 mgr.a (mgr.14152) 158 : audit [DBG] from='client.24134 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi033:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T22:09:58.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:58 smithi033 bash[22041]: audit 2024-03-21T22:09:57.527526+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T22:09:58.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:58 smithi033 bash[22041]: audit 2024-03-21T22:09:57.533924+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T22:09:58.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:58 smithi033 bash[22041]: audit 2024-03-21T22:09:57.535596+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:09:59.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:09:59 smithi098 bash[22188]: cluster 2024-03-21T22:09:58.283563+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:09:59.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:09:59 smithi031 bash[21433]: cluster 2024-03-21T22:09:58.283563+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:09:59.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:09:59 smithi033 bash[22041]: cluster 2024-03-21T22:09:58.283563+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:10:00.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:00 smithi098 bash[22188]: cluster 2024-03-21T22:10:00.000153+0000 mon.a (mon.0) 439 : cluster [INF] overall HEALTH_OK 2024-03-21T22:10:00.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:00 smithi031 bash[21433]: cluster 2024-03-21T22:10:00.000153+0000 mon.a (mon.0) 439 : cluster [INF] overall HEALTH_OK 2024-03-21T22:10:00.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:00 smithi033 bash[22041]: cluster 2024-03-21T22:10:00.000153+0000 mon.a (mon.0) 439 : cluster [INF] overall HEALTH_OK 2024-03-21T22:10:01.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:01 smithi098 bash[22188]: cluster 2024-03-21T22:10:00.284125+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:10:01.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:01 smithi031 bash[21433]: cluster 2024-03-21T22:10:00.284125+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:10:01.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:01 smithi033 bash[22041]: cluster 2024-03-21T22:10:00.284125+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:10:03.710 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:03 smithi033 bash[22041]: cluster 2024-03-21T22:10:02.284722+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:10:03.710 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:03 smithi033 bash[22041]: audit 2024-03-21T22:10:02.853871+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:03.710 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:03 smithi033 bash[22041]: audit 2024-03-21T22:10:02.862161+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:03.710 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:03 smithi033 bash[22041]: audit 2024-03-21T22:10:02.873275+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:03.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:03 smithi098 bash[22188]: cluster 2024-03-21T22:10:02.284722+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:10:03.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:03 smithi098 bash[22188]: audit 2024-03-21T22:10:02.853871+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:03.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:03 smithi098 bash[22188]: audit 2024-03-21T22:10:02.862161+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:03.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:03 smithi098 bash[22188]: audit 2024-03-21T22:10:02.873275+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:03.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:03 smithi031 bash[21433]: cluster 2024-03-21T22:10:02.284722+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:10:03.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:03 smithi031 bash[21433]: audit 2024-03-21T22:10:02.853871+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:03.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:03 smithi031 bash[21433]: audit 2024-03-21T22:10:02.862161+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:03.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:03 smithi031 bash[21433]: audit 2024-03-21T22:10:02.873275+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:05.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:05 smithi098 bash[22188]: cluster 2024-03-21T22:10:04.285201+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:10:05.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:05 smithi031 bash[21433]: cluster 2024-03-21T22:10:04.285201+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:10:05.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:05 smithi033 bash[22041]: cluster 2024-03-21T22:10:04.285201+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:10:07.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:06 smithi098 bash[22188]: audit 2024-03-21T22:10:05.666972+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:07.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:06 smithi098 bash[22188]: audit 2024-03-21T22:10:05.676318+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:07.053 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:06 smithi098 bash[22188]: audit 2024-03-21T22:10:05.687598+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:07.053 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:06 smithi098 bash[22188]: audit 2024-03-21T22:10:05.837756+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.33:0/882205059' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e32e4d5d-6ae7-4fc2-83d8-3f9bc08be740"}]: dispatch 2024-03-21T22:10:07.053 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:06 smithi098 bash[22188]: audit 2024-03-21T22:10:05.838391+0000 mon.a (mon.0) 446 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e32e4d5d-6ae7-4fc2-83d8-3f9bc08be740"}]: dispatch 2024-03-21T22:10:07.053 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:06 smithi098 bash[22188]: audit 2024-03-21T22:10:05.842851+0000 mon.a (mon.0) 447 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e32e4d5d-6ae7-4fc2-83d8-3f9bc08be740"}]': finished 2024-03-21T22:10:07.053 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:06 smithi098 bash[22188]: cluster 2024-03-21T22:10:05.849387+0000 mon.a (mon.0) 448 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-21T22:10:07.053 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:06 smithi098 bash[22188]: audit 2024-03-21T22:10:05.849795+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T22:10:07.053 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:06 smithi098 bash[22188]: audit 2024-03-21T22:10:06.581467+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.33:0/3765794353' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T22:10:07.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:06 smithi031 bash[21433]: audit 2024-03-21T22:10:05.666972+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:07.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:06 smithi031 bash[21433]: audit 2024-03-21T22:10:05.676318+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:07.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:06 smithi031 bash[21433]: audit 2024-03-21T22:10:05.687598+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:07.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:06 smithi031 bash[21433]: audit 2024-03-21T22:10:05.837756+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.33:0/882205059' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e32e4d5d-6ae7-4fc2-83d8-3f9bc08be740"}]: dispatch 2024-03-21T22:10:07.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:06 smithi031 bash[21433]: audit 2024-03-21T22:10:05.838391+0000 mon.a (mon.0) 446 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e32e4d5d-6ae7-4fc2-83d8-3f9bc08be740"}]: dispatch 2024-03-21T22:10:07.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:06 smithi031 bash[21433]: audit 2024-03-21T22:10:05.842851+0000 mon.a (mon.0) 447 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e32e4d5d-6ae7-4fc2-83d8-3f9bc08be740"}]': finished 2024-03-21T22:10:07.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:06 smithi031 bash[21433]: cluster 2024-03-21T22:10:05.849387+0000 mon.a (mon.0) 448 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-21T22:10:07.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:06 smithi031 bash[21433]: audit 2024-03-21T22:10:05.849795+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T22:10:07.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:06 smithi031 bash[21433]: audit 2024-03-21T22:10:06.581467+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.33:0/3765794353' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T22:10:07.108 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:06 smithi033 bash[22041]: audit 2024-03-21T22:10:05.666972+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:07.108 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:06 smithi033 bash[22041]: audit 2024-03-21T22:10:05.676318+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:07.108 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:06 smithi033 bash[22041]: audit 2024-03-21T22:10:05.687598+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:07.108 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:06 smithi033 bash[22041]: audit 2024-03-21T22:10:05.837756+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.33:0/882205059' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e32e4d5d-6ae7-4fc2-83d8-3f9bc08be740"}]: dispatch 2024-03-21T22:10:07.108 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:06 smithi033 bash[22041]: audit 2024-03-21T22:10:05.838391+0000 mon.a (mon.0) 446 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e32e4d5d-6ae7-4fc2-83d8-3f9bc08be740"}]: dispatch 2024-03-21T22:10:07.108 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:06 smithi033 bash[22041]: audit 2024-03-21T22:10:05.842851+0000 mon.a (mon.0) 447 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e32e4d5d-6ae7-4fc2-83d8-3f9bc08be740"}]': finished 2024-03-21T22:10:07.108 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:06 smithi033 bash[22041]: cluster 2024-03-21T22:10:05.849387+0000 mon.a (mon.0) 448 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-21T22:10:07.108 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:06 smithi033 bash[22041]: audit 2024-03-21T22:10:05.849795+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T22:10:07.108 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:06 smithi033 bash[22041]: audit 2024-03-21T22:10:06.581467+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.33:0/3765794353' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T22:10:08.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:07 smithi098 bash[22188]: cluster 2024-03-21T22:10:06.285714+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:10:08.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:07 smithi031 bash[21433]: cluster 2024-03-21T22:10:06.285714+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:10:08.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:07 smithi033 bash[22041]: cluster 2024-03-21T22:10:06.285714+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:10:10.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:09 smithi098 bash[22188]: cluster 2024-03-21T22:10:08.286177+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:10:10.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:09 smithi031 bash[21433]: cluster 2024-03-21T22:10:08.286177+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:10:10.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:09 smithi033 bash[22041]: cluster 2024-03-21T22:10:08.286177+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:10:12.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:11 smithi098 bash[22188]: cluster 2024-03-21T22:10:10.286613+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:10:12.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:11 smithi031 bash[21433]: cluster 2024-03-21T22:10:10.286613+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:10:12.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:11 smithi033 bash[22041]: cluster 2024-03-21T22:10:10.286613+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:10:13.966 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:13 smithi031 bash[21433]: cluster 2024-03-21T22:10:12.287007+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:10:14.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:13 smithi098 bash[22188]: cluster 2024-03-21T22:10:12.287007+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:10:14.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:13 smithi033 bash[22041]: cluster 2024-03-21T22:10:12.287007+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:10:15.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:15 smithi033 bash[22041]: cluster 2024-03-21T22:10:14.287556+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:10:16.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:15 smithi098 bash[22188]: cluster 2024-03-21T22:10:14.287556+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:10:16.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:15 smithi031 bash[21433]: cluster 2024-03-21T22:10:14.287556+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:10:18.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:17 smithi098 bash[22188]: cluster 2024-03-21T22:10:16.288128+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:10:18.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:17 smithi098 bash[22188]: audit 2024-03-21T22:10:16.750438+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:18.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:17 smithi098 bash[22188]: audit 2024-03-21T22:10:16.760497+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:18.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:17 smithi098 bash[22188]: audit 2024-03-21T22:10:16.772122+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:18.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:17 smithi031 bash[21433]: cluster 2024-03-21T22:10:16.288128+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:10:18.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:17 smithi031 bash[21433]: audit 2024-03-21T22:10:16.750438+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:18.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:17 smithi031 bash[21433]: audit 2024-03-21T22:10:16.760497+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:18.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:17 smithi031 bash[21433]: audit 2024-03-21T22:10:16.772122+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:18.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:17 smithi033 bash[22041]: cluster 2024-03-21T22:10:16.288128+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:10:18.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:17 smithi033 bash[22041]: audit 2024-03-21T22:10:16.750438+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:18.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:17 smithi033 bash[22041]: audit 2024-03-21T22:10:16.760497+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:18.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:17 smithi033 bash[22041]: audit 2024-03-21T22:10:16.772122+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:20.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:19 smithi098 bash[22188]: cluster 2024-03-21T22:10:18.288553+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:10:20.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:19 smithi098 bash[22188]: audit 2024-03-21T22:10:18.856932+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-21T22:10:20.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:19 smithi098 bash[22188]: audit 2024-03-21T22:10:18.858722+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:10:20.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:19 smithi031 bash[21433]: cluster 2024-03-21T22:10:18.288553+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:10:20.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:19 smithi031 bash[21433]: audit 2024-03-21T22:10:18.856932+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-21T22:10:20.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:19 smithi031 bash[21433]: audit 2024-03-21T22:10:18.858722+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:10:20.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:19 smithi033 bash[22041]: cluster 2024-03-21T22:10:18.288553+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:10:20.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:19 smithi033 bash[22041]: audit 2024-03-21T22:10:18.856932+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-21T22:10:20.108 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:19 smithi033 bash[22041]: audit 2024-03-21T22:10:18.858722+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:10:20.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:20 smithi033 bash[22041]: cephadm 2024-03-21T22:10:18.860332+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Deploying daemon osd.1 on smithi033 2024-03-21T22:10:20.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:20 smithi033 bash[22041]: cluster 2024-03-21T22:10:20.288997+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:10:20.984 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:20 smithi098 bash[22188]: cephadm 2024-03-21T22:10:18.860332+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Deploying daemon osd.1 on smithi033 2024-03-21T22:10:20.984 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:20 smithi098 bash[22188]: cluster 2024-03-21T22:10:20.288997+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:10:21.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:20 smithi031 bash[21433]: cephadm 2024-03-21T22:10:18.860332+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Deploying daemon osd.1 on smithi033 2024-03-21T22:10:21.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:20 smithi031 bash[21433]: cluster 2024-03-21T22:10:20.288997+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:10:23.215 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:10:23 smithi033 systemd[1]: /etc/systemd/system/ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@.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-03-21T22:10:23.216 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:23 smithi033 systemd[1]: /etc/systemd/system/ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@.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-03-21T22:10:23.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:23 smithi098 bash[22188]: cluster 2024-03-21T22:10:22.289440+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:10:23.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:23 smithi098 bash[22188]: audit 2024-03-21T22:10:23.076194+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:23.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:23 smithi098 bash[22188]: audit 2024-03-21T22:10:23.082251+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:23.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:23 smithi098 bash[22188]: audit 2024-03-21T22:10:23.091322+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:23.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:23 smithi031 bash[21433]: cluster 2024-03-21T22:10:22.289440+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:10:23.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:23 smithi031 bash[21433]: audit 2024-03-21T22:10:23.076194+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:23.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:23 smithi031 bash[21433]: audit 2024-03-21T22:10:23.082251+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:23.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:23 smithi031 bash[21433]: audit 2024-03-21T22:10:23.091322+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:23.607 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:10:23 smithi033 systemd[1]: /etc/systemd/system/ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@.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-03-21T22:10:23.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:23 smithi033 bash[22041]: cluster 2024-03-21T22:10:22.289440+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:10:23.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:23 smithi033 bash[22041]: audit 2024-03-21T22:10:23.076194+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:23.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:23 smithi033 bash[22041]: audit 2024-03-21T22:10:23.082251+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:23.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:23 smithi033 bash[22041]: audit 2024-03-21T22:10:23.091322+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:23.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:23 smithi033 systemd[1]: /etc/systemd/system/ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@.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-03-21T22:10:24.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:24 smithi098 bash[22188]: audit 2024-03-21T22:10:23.506795+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:24.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:24 smithi098 bash[22188]: audit 2024-03-21T22:10:23.512640+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:10:24.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:24 smithi098 bash[22188]: audit 2024-03-21T22:10:23.517257+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:24.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:24 smithi098 bash[22188]: audit 2024-03-21T22:10:23.525785+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:10:24.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:24 smithi098 bash[22188]: audit 2024-03-21T22:10:23.528582+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:10:24.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:24 smithi098 bash[22188]: audit 2024-03-21T22:10:23.542928+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:24.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:24 smithi031 bash[21433]: audit 2024-03-21T22:10:23.506795+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:24.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:24 smithi031 bash[21433]: audit 2024-03-21T22:10:23.512640+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:10:24.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:24 smithi031 bash[21433]: audit 2024-03-21T22:10:23.517257+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:24.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:24 smithi031 bash[21433]: audit 2024-03-21T22:10:23.525785+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:10:24.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:24 smithi031 bash[21433]: audit 2024-03-21T22:10:23.528582+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:10:24.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:24 smithi031 bash[21433]: audit 2024-03-21T22:10:23.542928+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:24.853 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:24 smithi033 bash[22041]: audit 2024-03-21T22:10:23.506795+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:24.853 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:24 smithi033 bash[22041]: audit 2024-03-21T22:10:23.512640+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:10:24.853 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:24 smithi033 bash[22041]: audit 2024-03-21T22:10:23.517257+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:24.853 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:24 smithi033 bash[22041]: audit 2024-03-21T22:10:23.525785+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:10:24.854 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:24 smithi033 bash[22041]: audit 2024-03-21T22:10:23.528582+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:10:24.854 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:24 smithi033 bash[22041]: audit 2024-03-21T22:10:23.542928+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:25.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:25 smithi098 bash[22188]: cluster 2024-03-21T22:10:24.289858+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:10:25.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:25 smithi031 bash[21433]: cluster 2024-03-21T22:10:24.289858+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:10:25.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:25 smithi033 bash[22041]: cluster 2024-03-21T22:10:24.289858+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:10:27.299 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:26 smithi098 bash[22188]: audit 2024-03-21T22:10:25.900511+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:27.299 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:26 smithi098 bash[22188]: audit 2024-03-21T22:10:25.908875+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:27.300 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:26 smithi098 bash[22188]: audit 2024-03-21T22:10:25.919441+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:27.300 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:26 smithi098 bash[22188]: cluster 2024-03-21T22:10:26.290284+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:10:27.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:26 smithi031 bash[21433]: audit 2024-03-21T22:10:25.900511+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:27.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:26 smithi031 bash[21433]: audit 2024-03-21T22:10:25.908875+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:27.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:26 smithi031 bash[21433]: audit 2024-03-21T22:10:25.919441+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:27.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:26 smithi031 bash[21433]: cluster 2024-03-21T22:10:26.290284+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:10:27.357 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:26 smithi033 bash[22041]: audit 2024-03-21T22:10:25.900511+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:27.358 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:26 smithi033 bash[22041]: audit 2024-03-21T22:10:25.908875+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:27.358 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:26 smithi033 bash[22041]: audit 2024-03-21T22:10:25.919441+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:27.358 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:26 smithi033 bash[22041]: cluster 2024-03-21T22:10:26.290284+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:10:29.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:29 smithi031 bash[21433]: cluster 2024-03-21T22:10:28.290706+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:10:29.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:29 smithi033 bash[22041]: cluster 2024-03-21T22:10:28.290706+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:10:29.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:29 smithi098 bash[22188]: cluster 2024-03-21T22:10:28.290706+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:10:30.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:30 smithi033 bash[22041]: audit 2024-03-21T22:10:29.768155+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.33:6800/858049691,v1:172.21.15.33:6801/858049691]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T22:10:30.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:30 smithi033 bash[22041]: audit 2024-03-21T22:10:29.768597+0000 mon.a (mon.0) 467 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T22:10:30.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:30 smithi098 bash[22188]: audit 2024-03-21T22:10:29.768155+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.33:6800/858049691,v1:172.21.15.33:6801/858049691]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T22:10:30.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:30 smithi098 bash[22188]: audit 2024-03-21T22:10:29.768597+0000 mon.a (mon.0) 467 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T22:10:30.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:30 smithi031 bash[21433]: audit 2024-03-21T22:10:29.768155+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.33:6800/858049691,v1:172.21.15.33:6801/858049691]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T22:10:30.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:30 smithi031 bash[21433]: audit 2024-03-21T22:10:29.768597+0000 mon.a (mon.0) 467 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T22:10:31.423 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:31 smithi033 bash[22041]: cluster 2024-03-21T22:10:30.291138+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:10:31.423 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:31 smithi033 bash[22041]: audit 2024-03-21T22:10:30.355428+0000 mon.a (mon.0) 468 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-21T22:10:31.423 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:31 smithi033 bash[22041]: cluster 2024-03-21T22:10:30.360084+0000 mon.a (mon.0) 469 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-21T22:10:31.423 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:31 smithi033 bash[22041]: audit 2024-03-21T22:10:30.360550+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T22:10:31.423 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:31 smithi033 bash[22041]: audit 2024-03-21T22:10:30.360887+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.33:6800/858049691,v1:172.21.15.33:6801/858049691]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi033", "root=default"]}]: dispatch 2024-03-21T22:10:31.423 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:31 smithi033 bash[22041]: audit 2024-03-21T22:10:30.361397+0000 mon.a (mon.0) 471 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi033", "root=default"]}]: dispatch 2024-03-21T22:10:31.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:31 smithi098 bash[22188]: cluster 2024-03-21T22:10:30.291138+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:10:31.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:31 smithi098 bash[22188]: audit 2024-03-21T22:10:30.355428+0000 mon.a (mon.0) 468 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-21T22:10:31.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:31 smithi098 bash[22188]: cluster 2024-03-21T22:10:30.360084+0000 mon.a (mon.0) 469 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-21T22:10:31.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:31 smithi098 bash[22188]: audit 2024-03-21T22:10:30.360550+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T22:10:31.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:31 smithi098 bash[22188]: audit 2024-03-21T22:10:30.360887+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.33:6800/858049691,v1:172.21.15.33:6801/858049691]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi033", "root=default"]}]: dispatch 2024-03-21T22:10:31.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:31 smithi098 bash[22188]: audit 2024-03-21T22:10:30.361397+0000 mon.a (mon.0) 471 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi033", "root=default"]}]: dispatch 2024-03-21T22:10:31.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:31 smithi031 bash[21433]: cluster 2024-03-21T22:10:30.291138+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:10:31.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:31 smithi031 bash[21433]: audit 2024-03-21T22:10:30.355428+0000 mon.a (mon.0) 468 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-21T22:10:31.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:31 smithi031 bash[21433]: cluster 2024-03-21T22:10:30.360084+0000 mon.a (mon.0) 469 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-21T22:10:31.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:31 smithi031 bash[21433]: audit 2024-03-21T22:10:30.360550+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T22:10:31.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:31 smithi031 bash[21433]: audit 2024-03-21T22:10:30.360887+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.33:6800/858049691,v1:172.21.15.33:6801/858049691]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi033", "root=default"]}]: dispatch 2024-03-21T22:10:31.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:31 smithi031 bash[21433]: audit 2024-03-21T22:10:30.361397+0000 mon.a (mon.0) 471 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi033", "root=default"]}]: dispatch 2024-03-21T22:10:32.731 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:32 smithi033 bash[22041]: audit 2024-03-21T22:10:31.357714+0000 mon.a (mon.0) 472 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi033", "root=default"]}]': finished 2024-03-21T22:10:32.731 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:32 smithi033 bash[22041]: cluster 2024-03-21T22:10:31.362645+0000 mon.a (mon.0) 473 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-21T22:10:32.731 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:32 smithi033 bash[22041]: audit 2024-03-21T22:10:31.363422+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T22:10:32.731 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:32 smithi033 bash[22041]: audit 2024-03-21T22:10:31.371240+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T22:10:32.731 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:32 smithi033 bash[22041]: audit 2024-03-21T22:10:31.836488+0000 mon.a (mon.0) 476 : audit [INF] from='osd.1 ' entity='osd.1' 2024-03-21T22:10:32.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:32 smithi098 bash[22188]: audit 2024-03-21T22:10:31.357714+0000 mon.a (mon.0) 472 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi033", "root=default"]}]': finished 2024-03-21T22:10:32.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:32 smithi098 bash[22188]: cluster 2024-03-21T22:10:31.362645+0000 mon.a (mon.0) 473 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-21T22:10:32.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:32 smithi098 bash[22188]: audit 2024-03-21T22:10:31.363422+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T22:10:32.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:32 smithi098 bash[22188]: audit 2024-03-21T22:10:31.371240+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T22:10:32.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:32 smithi098 bash[22188]: audit 2024-03-21T22:10:31.836488+0000 mon.a (mon.0) 476 : audit [INF] from='osd.1 ' entity='osd.1' 2024-03-21T22:10:32.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:32 smithi031 bash[21433]: audit 2024-03-21T22:10:31.357714+0000 mon.a (mon.0) 472 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi033", "root=default"]}]': finished 2024-03-21T22:10:32.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:32 smithi031 bash[21433]: cluster 2024-03-21T22:10:31.362645+0000 mon.a (mon.0) 473 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-21T22:10:32.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:32 smithi031 bash[21433]: audit 2024-03-21T22:10:31.363422+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T22:10:32.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:32 smithi031 bash[21433]: audit 2024-03-21T22:10:31.371240+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T22:10:32.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:32 smithi031 bash[21433]: audit 2024-03-21T22:10:31.836488+0000 mon.a (mon.0) 476 : audit [INF] from='osd.1 ' entity='osd.1' 2024-03-21T22:10:33.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:33 smithi033 bash[22041]: cluster 2024-03-21T22:10:30.768680+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T22:10:33.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:33 smithi033 bash[22041]: cluster 2024-03-21T22:10:30.768796+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T22:10:33.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:33 smithi033 bash[22041]: cluster 2024-03-21T22:10:32.291565+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:10:33.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:33 smithi033 bash[22041]: audit 2024-03-21T22:10:32.372897+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T22:10:33.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:33 smithi033 bash[22041]: cluster 2024-03-21T22:10:32.842418+0000 mon.a (mon.0) 478 : cluster [INF] osd.1 [v2:172.21.15.33:6800/858049691,v1:172.21.15.33:6801/858049691] boot 2024-03-21T22:10:33.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:33 smithi033 bash[22041]: cluster 2024-03-21T22:10:32.842487+0000 mon.a (mon.0) 479 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-21T22:10:33.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:33 smithi033 bash[22041]: audit 2024-03-21T22:10:32.843109+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T22:10:33.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:33 smithi098 bash[22188]: cluster 2024-03-21T22:10:30.768680+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T22:10:33.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:33 smithi098 bash[22188]: cluster 2024-03-21T22:10:30.768796+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T22:10:33.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:33 smithi098 bash[22188]: cluster 2024-03-21T22:10:32.291565+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:10:33.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:33 smithi098 bash[22188]: audit 2024-03-21T22:10:32.372897+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T22:10:33.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:33 smithi098 bash[22188]: cluster 2024-03-21T22:10:32.842418+0000 mon.a (mon.0) 478 : cluster [INF] osd.1 [v2:172.21.15.33:6800/858049691,v1:172.21.15.33:6801/858049691] boot 2024-03-21T22:10:33.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:33 smithi098 bash[22188]: cluster 2024-03-21T22:10:32.842487+0000 mon.a (mon.0) 479 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-21T22:10:33.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:33 smithi098 bash[22188]: audit 2024-03-21T22:10:32.843109+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T22:10:33.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:33 smithi031 bash[21433]: cluster 2024-03-21T22:10:30.768680+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T22:10:33.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:33 smithi031 bash[21433]: cluster 2024-03-21T22:10:30.768796+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T22:10:33.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:33 smithi031 bash[21433]: cluster 2024-03-21T22:10:32.291565+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T22:10:33.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:33 smithi031 bash[21433]: audit 2024-03-21T22:10:32.372897+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T22:10:33.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:33 smithi031 bash[21433]: cluster 2024-03-21T22:10:32.842418+0000 mon.a (mon.0) 478 : cluster [INF] osd.1 [v2:172.21.15.33:6800/858049691,v1:172.21.15.33:6801/858049691] boot 2024-03-21T22:10:33.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:33 smithi031 bash[21433]: cluster 2024-03-21T22:10:32.842487+0000 mon.a (mon.0) 479 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-21T22:10:33.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:33 smithi031 bash[21433]: audit 2024-03-21T22:10:32.843109+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T22:10:34.355 INFO:teuthology.orchestra.run.smithi033.stdout:Created osd(s) 1 on host 'smithi033' 2024-03-21T22:10:34.658 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:34 smithi031 bash[21433]: audit 2024-03-21T22:10:34.326351+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:10:34.658 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:34 smithi031 bash[21433]: audit 2024-03-21T22:10:34.331887+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:34.658 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:34 smithi031 bash[21433]: audit 2024-03-21T22:10:34.341306+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:34.658 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:34 smithi031 bash[21433]: audit 2024-03-21T22:10:34.342300+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-21T22:10:34.658 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:34 smithi031 bash[21433]: audit 2024-03-21T22:10:34.351338+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:34.658 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:34 smithi031 bash[21433]: audit 2024-03-21T22:10:34.355874+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:10:34.658 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:34 smithi031 bash[21433]: audit 2024-03-21T22:10:34.357792+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:10:34.658 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:34 smithi031 bash[21433]: audit 2024-03-21T22:10:34.368200+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:34.705 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:34 smithi033 bash[22041]: audit 2024-03-21T22:10:34.326351+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:10:34.705 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:34 smithi033 bash[22041]: audit 2024-03-21T22:10:34.331887+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:34.705 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:34 smithi033 bash[22041]: audit 2024-03-21T22:10:34.341306+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:34.705 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:34 smithi033 bash[22041]: audit 2024-03-21T22:10:34.342300+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-21T22:10:34.706 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:34 smithi033 bash[22041]: audit 2024-03-21T22:10:34.351338+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:34.706 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:34 smithi033 bash[22041]: audit 2024-03-21T22:10:34.355874+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:10:34.706 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:34 smithi033 bash[22041]: audit 2024-03-21T22:10:34.357792+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:10:34.706 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:34 smithi033 bash[22041]: audit 2024-03-21T22:10:34.368200+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:34.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:34 smithi098 bash[22188]: audit 2024-03-21T22:10:34.326351+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:10:34.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:34 smithi098 bash[22188]: audit 2024-03-21T22:10:34.331887+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:34.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:34 smithi098 bash[22188]: audit 2024-03-21T22:10:34.341306+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:34.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:34 smithi098 bash[22188]: audit 2024-03-21T22:10:34.342300+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-21T22:10:34.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:34 smithi098 bash[22188]: audit 2024-03-21T22:10:34.351338+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:34.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:34 smithi098 bash[22188]: audit 2024-03-21T22:10:34.355874+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:10:34.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:34 smithi098 bash[22188]: audit 2024-03-21T22:10:34.357792+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:10:34.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:34 smithi098 bash[22188]: audit 2024-03-21T22:10:34.368200+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:35.432 DEBUG:teuthology.orchestra.run.smithi033:osd.1> sudo journalctl -f -n 0 -u ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@osd.1.service 2024-03-21T22:10:35.434 INFO:tasks.cephadm:Deploying osd.2 on smithi098 with /dev/vg_nvme/lv_4... 2024-03-21T22:10:35.434 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f7e76c80-e7ce-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-21T22:10:35.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:35 smithi031 bash[21433]: cluster 2024-03-21T22:10:34.292030+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:10:35.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:35 smithi031 bash[21433]: cephadm 2024-03-21T22:10:34.343744+0000 mgr.a (mgr.14152) 179 : cephadm [INF] Adjusting osd_memory_target on smithi033 to 16245M 2024-03-21T22:10:35.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:35 smithi031 bash[21433]: cluster 2024-03-21T22:10:34.387923+0000 mon.a (mon.0) 489 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-21T22:10:35.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:35 smithi033 bash[22041]: cluster 2024-03-21T22:10:34.292030+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:10:35.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:35 smithi033 bash[22041]: cephadm 2024-03-21T22:10:34.343744+0000 mgr.a (mgr.14152) 179 : cephadm [INF] Adjusting osd_memory_target on smithi033 to 16245M 2024-03-21T22:10:35.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:35 smithi033 bash[22041]: cluster 2024-03-21T22:10:34.387923+0000 mon.a (mon.0) 489 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-21T22:10:35.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:35 smithi098 bash[22188]: cluster 2024-03-21T22:10:34.292030+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:10:35.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:35 smithi098 bash[22188]: cephadm 2024-03-21T22:10:34.343744+0000 mgr.a (mgr.14152) 179 : cephadm [INF] Adjusting osd_memory_target on smithi033 to 16245M 2024-03-21T22:10:35.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:35 smithi098 bash[22188]: cluster 2024-03-21T22:10:34.387923+0000 mon.a (mon.0) 489 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-21T22:10:37.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:37 smithi098 bash[22188]: cluster 2024-03-21T22:10:36.292510+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:10:37.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:37 smithi098 bash[22188]: audit 2024-03-21T22:10:36.927599+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:37.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:37 smithi098 bash[22188]: audit 2024-03-21T22:10:36.934728+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:37.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:37 smithi098 bash[22188]: audit 2024-03-21T22:10:36.943644+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:37.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:37 smithi098 bash[22188]: audit 2024-03-21T22:10:36.946246+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:10:37.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:37 smithi098 bash[22188]: audit 2024-03-21T22:10:36.952086+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:10:37.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:37 smithi098 bash[22188]: audit 2024-03-21T22:10:36.953827+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:10:37.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:37 smithi098 bash[22188]: audit 2024-03-21T22:10:36.964190+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:37.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:37 smithi031 bash[21433]: cluster 2024-03-21T22:10:36.292510+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:10:37.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:37 smithi031 bash[21433]: audit 2024-03-21T22:10:36.927599+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:37.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:37 smithi031 bash[21433]: audit 2024-03-21T22:10:36.934728+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:37.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:37 smithi031 bash[21433]: audit 2024-03-21T22:10:36.943644+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:37.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:37 smithi031 bash[21433]: audit 2024-03-21T22:10:36.946246+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:10:37.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:37 smithi031 bash[21433]: audit 2024-03-21T22:10:36.952086+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:10:37.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:37 smithi031 bash[21433]: audit 2024-03-21T22:10:36.953827+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:10:37.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:37 smithi031 bash[21433]: audit 2024-03-21T22:10:36.964190+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:37.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:37 smithi033 bash[22041]: cluster 2024-03-21T22:10:36.292510+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:10:37.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:37 smithi033 bash[22041]: audit 2024-03-21T22:10:36.927599+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:37.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:37 smithi033 bash[22041]: audit 2024-03-21T22:10:36.934728+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:37.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:37 smithi033 bash[22041]: audit 2024-03-21T22:10:36.943644+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:37.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:37 smithi033 bash[22041]: audit 2024-03-21T22:10:36.946246+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:10:37.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:37 smithi033 bash[22041]: audit 2024-03-21T22:10:36.952086+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:10:37.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:37 smithi033 bash[22041]: audit 2024-03-21T22:10:36.953827+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:10:37.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:37 smithi033 bash[22041]: audit 2024-03-21T22:10:36.964190+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:38.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:38 smithi098 bash[22188]: cephadm 2024-03-21T22:10:36.937163+0000 mgr.a (mgr.14152) 181 : cephadm [INF] Detected new or changed devices on smithi033 2024-03-21T22:10:38.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:38 smithi098 bash[22188]: cluster 2024-03-21T22:10:36.957678+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:10:38.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:38 smithi098 bash[22188]: cluster 2024-03-21T22:10:37.940202+0000 mon.a (mon.0) 497 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-21T22:10:38.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:38 smithi031 bash[21433]: cephadm 2024-03-21T22:10:36.937163+0000 mgr.a (mgr.14152) 181 : cephadm [INF] Detected new or changed devices on smithi033 2024-03-21T22:10:38.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:38 smithi031 bash[21433]: cluster 2024-03-21T22:10:36.957678+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:10:38.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:38 smithi031 bash[21433]: cluster 2024-03-21T22:10:37.940202+0000 mon.a (mon.0) 497 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-21T22:10:38.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:38 smithi033 bash[22041]: cephadm 2024-03-21T22:10:36.937163+0000 mgr.a (mgr.14152) 181 : cephadm [INF] Detected new or changed devices on smithi033 2024-03-21T22:10:38.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:38 smithi033 bash[22041]: cluster 2024-03-21T22:10:36.957678+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:10:38.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:38 smithi033 bash[22041]: cluster 2024-03-21T22:10:37.940202+0000 mon.a (mon.0) 497 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-21T22:10:39.137 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/mon.c/config 2024-03-21T22:10:41.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:40 smithi098 bash[22188]: cluster 2024-03-21T22:10:38.958360+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:10:41.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:40 smithi098 bash[22188]: audit 2024-03-21T22:10:39.612562+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:41.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:40 smithi098 bash[22188]: audit 2024-03-21T22:10:39.621312+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:41.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:40 smithi098 bash[22188]: audit 2024-03-21T22:10:39.631779+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:41.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:40 smithi098 bash[22188]: audit 2024-03-21T22:10:39.643749+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:10:41.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:40 smithi098 bash[22188]: audit 2024-03-21T22:10:39.649767+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:10:41.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:40 smithi098 bash[22188]: audit 2024-03-21T22:10:39.651527+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:10:41.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:40 smithi098 bash[22188]: cluster 2024-03-21T22:10:39.655007+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:10:41.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:40 smithi098 bash[22188]: audit 2024-03-21T22:10:39.661576+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:41.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:40 smithi031 bash[21433]: cluster 2024-03-21T22:10:38.958360+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:10:41.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:40 smithi031 bash[21433]: audit 2024-03-21T22:10:39.612562+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:41.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:40 smithi031 bash[21433]: audit 2024-03-21T22:10:39.621312+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:41.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:40 smithi031 bash[21433]: audit 2024-03-21T22:10:39.631779+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:41.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:40 smithi031 bash[21433]: audit 2024-03-21T22:10:39.643749+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:10:41.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:40 smithi031 bash[21433]: audit 2024-03-21T22:10:39.649767+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:10:41.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:40 smithi031 bash[21433]: audit 2024-03-21T22:10:39.651527+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:10:41.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:40 smithi031 bash[21433]: cluster 2024-03-21T22:10:39.655007+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:10:41.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:40 smithi031 bash[21433]: audit 2024-03-21T22:10:39.661576+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:41.108 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:40 smithi033 bash[22041]: cluster 2024-03-21T22:10:38.958360+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:10:41.108 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:40 smithi033 bash[22041]: audit 2024-03-21T22:10:39.612562+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:41.108 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:40 smithi033 bash[22041]: audit 2024-03-21T22:10:39.621312+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:41.108 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:40 smithi033 bash[22041]: audit 2024-03-21T22:10:39.631779+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:41.108 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:40 smithi033 bash[22041]: audit 2024-03-21T22:10:39.643749+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:10:41.108 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:40 smithi033 bash[22041]: audit 2024-03-21T22:10:39.649767+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:10:41.108 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:40 smithi033 bash[22041]: audit 2024-03-21T22:10:39.651527+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:10:41.108 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:40 smithi033 bash[22041]: cluster 2024-03-21T22:10:39.655007+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:10:41.108 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:40 smithi033 bash[22041]: audit 2024-03-21T22:10:39.661576+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:42.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:41 smithi098 bash[22188]: cluster 2024-03-21T22:10:40.628286+0000 mon.a (mon.0) 505 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-21T22:10:42.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:41 smithi098 bash[22188]: cluster 2024-03-21T22:10:40.628341+0000 mon.a (mon.0) 506 : cluster [INF] Cluster is now healthy 2024-03-21T22:10:42.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:41 smithi031 bash[21433]: cluster 2024-03-21T22:10:40.628286+0000 mon.a (mon.0) 505 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-21T22:10:42.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:41 smithi031 bash[21433]: cluster 2024-03-21T22:10:40.628341+0000 mon.a (mon.0) 506 : cluster [INF] Cluster is now healthy 2024-03-21T22:10:42.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:41 smithi033 bash[22041]: cluster 2024-03-21T22:10:40.628286+0000 mon.a (mon.0) 505 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-21T22:10:42.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:41 smithi033 bash[22041]: cluster 2024-03-21T22:10:40.628341+0000 mon.a (mon.0) 506 : cluster [INF] Cluster is now healthy 2024-03-21T22:10:42.372 INFO:teuthology.orchestra.run.smithi098.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-21T22:10:42.372 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-21T22:10:42.372 INFO:teuthology.orchestra.run.smithi098.stderr: stderr: 10+0 records in 2024-03-21T22:10:42.372 INFO:teuthology.orchestra.run.smithi098.stderr:10+0 records out 2024-03-21T22:10:42.372 INFO:teuthology.orchestra.run.smithi098.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0142966 s, 733 MB/s 2024-03-21T22:10:42.372 INFO:teuthology.orchestra.run.smithi098.stderr:--> Zapping successful for: 2024-03-21T22:10:42.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:42 smithi098 bash[22188]: cluster 2024-03-21T22:10:41.655460+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:10:43.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:42 smithi031 bash[21433]: cluster 2024-03-21T22:10:41.655460+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:10:43.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:42 smithi033 bash[22041]: cluster 2024-03-21T22:10:41.655460+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:10:43.413 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f7e76c80-e7ce-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi098:vg_nvme/lv_4 2024-03-21T22:10:44.578 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:44 smithi098 bash[22188]: audit 2024-03-21T22:10:43.307913+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:44.578 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:44 smithi098 bash[22188]: audit 2024-03-21T22:10:43.317779+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:44.578 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:44 smithi098 bash[22188]: audit 2024-03-21T22:10:43.327950+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:44.578 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:44 smithi098 bash[22188]: cluster 2024-03-21T22:10:43.655922+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:10:44.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:44 smithi031 bash[21433]: audit 2024-03-21T22:10:43.307913+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:44.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:44 smithi031 bash[21433]: audit 2024-03-21T22:10:43.317779+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:44.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:44 smithi031 bash[21433]: audit 2024-03-21T22:10:43.327950+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:44.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:44 smithi031 bash[21433]: cluster 2024-03-21T22:10:43.655922+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:10:44.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:44 smithi033 bash[22041]: audit 2024-03-21T22:10:43.307913+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:44.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:44 smithi033 bash[22041]: audit 2024-03-21T22:10:43.317779+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:44.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:44 smithi033 bash[22041]: audit 2024-03-21T22:10:43.327950+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:44.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:44 smithi033 bash[22041]: cluster 2024-03-21T22:10:43.655922+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:10:46.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:45 smithi098 bash[22188]: cluster 2024-03-21T22:10:45.656371+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:10:46.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:45 smithi031 bash[21433]: cluster 2024-03-21T22:10:45.656371+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:10:46.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:45 smithi033 bash[22041]: cluster 2024-03-21T22:10:45.656371+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:10:47.543 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/mon.c/config 2024-03-21T22:10:47.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:47 smithi098 bash[22188]: audit 2024-03-21T22:10:46.117162+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:47.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:47 smithi098 bash[22188]: audit 2024-03-21T22:10:46.125596+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:47.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:47 smithi098 bash[22188]: audit 2024-03-21T22:10:46.135602+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:47.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:47 smithi031 bash[21433]: audit 2024-03-21T22:10:46.117162+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:47.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:47 smithi031 bash[21433]: audit 2024-03-21T22:10:46.125596+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:47.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:47 smithi031 bash[21433]: audit 2024-03-21T22:10:46.135602+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:47.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:47 smithi033 bash[22041]: audit 2024-03-21T22:10:46.117162+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:47.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:47 smithi033 bash[22041]: audit 2024-03-21T22:10:46.125596+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:47.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:47 smithi033 bash[22041]: audit 2024-03-21T22:10:46.135602+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:10:48.396 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:48 smithi098 bash[22188]: cluster 2024-03-21T22:10:47.656814+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:10:48.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:48 smithi031 bash[21433]: cluster 2024-03-21T22:10:47.656814+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:10:48.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:48 smithi033 bash[22041]: cluster 2024-03-21T22:10:47.656814+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:10:50.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:49 smithi098 bash[22188]: cluster 2024-03-21T22:10:49.657295+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:10:50.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:49 smithi031 bash[21433]: cluster 2024-03-21T22:10:49.657295+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:10:50.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:49 smithi033 bash[22041]: cluster 2024-03-21T22:10:49.657295+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:10:51.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:50 smithi098 bash[22188]: audit 2024-03-21T22:10:49.975458+0000 mgr.a (mgr.14152) 190 : audit [DBG] from='client.24154 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi098:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T22:10:51.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:50 smithi098 bash[22188]: audit 2024-03-21T22:10:49.983153+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T22:10:51.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:50 smithi098 bash[22188]: audit 2024-03-21T22:10:49.989805+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T22:10:51.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:50 smithi098 bash[22188]: audit 2024-03-21T22:10:49.991726+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:10:51.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:50 smithi031 bash[21433]: audit 2024-03-21T22:10:49.975458+0000 mgr.a (mgr.14152) 190 : audit [DBG] from='client.24154 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi098:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T22:10:51.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:50 smithi031 bash[21433]: audit 2024-03-21T22:10:49.983153+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T22:10:51.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:50 smithi031 bash[21433]: audit 2024-03-21T22:10:49.989805+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T22:10:51.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:50 smithi031 bash[21433]: audit 2024-03-21T22:10:49.991726+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:10:51.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:50 smithi033 bash[22041]: audit 2024-03-21T22:10:49.975458+0000 mgr.a (mgr.14152) 190 : audit [DBG] from='client.24154 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi098:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T22:10:51.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:50 smithi033 bash[22041]: audit 2024-03-21T22:10:49.983153+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T22:10:51.108 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:50 smithi033 bash[22041]: audit 2024-03-21T22:10:49.989805+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T22:10:51.108 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:50 smithi033 bash[22041]: audit 2024-03-21T22:10:49.991726+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:10:52.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:51 smithi098 bash[22188]: cluster 2024-03-21T22:10:51.657758+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:10:52.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:51 smithi031 bash[21433]: cluster 2024-03-21T22:10:51.657758+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:10:52.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:51 smithi033 bash[22041]: cluster 2024-03-21T22:10:51.657758+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:10:54.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:53 smithi098 bash[22188]: cluster 2024-03-21T22:10:53.658200+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:10:54.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:53 smithi031 bash[21433]: cluster 2024-03-21T22:10:53.658200+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:10:54.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:53 smithi033 bash[22041]: cluster 2024-03-21T22:10:53.658200+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:10:56.002 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:55 smithi098 bash[22188]: cluster 2024-03-21T22:10:55.658765+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:10:56.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:55 smithi031 bash[21433]: cluster 2024-03-21T22:10:55.658765+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:10:56.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:55 smithi033 bash[22041]: cluster 2024-03-21T22:10:55.658765+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:10:58.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:57 smithi098 bash[22188]: cluster 2024-03-21T22:10:57.659277+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:10:58.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:57 smithi031 bash[21433]: cluster 2024-03-21T22:10:57.659277+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:10:58.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:57 smithi033 bash[22041]: cluster 2024-03-21T22:10:57.659277+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:10:59.042 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:58 smithi033 bash[22041]: audit 2024-03-21T22:10:57.976639+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.98:0/3717789918' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b587360d-3935-44e6-ad67-0bd48c4c6c3f"}]: dispatch 2024-03-21T22:10:59.042 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:58 smithi033 bash[22041]: audit 2024-03-21T22:10:57.977534+0000 mon.a (mon.0) 516 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b587360d-3935-44e6-ad67-0bd48c4c6c3f"}]: dispatch 2024-03-21T22:10:59.042 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:58 smithi033 bash[22041]: audit 2024-03-21T22:10:57.981193+0000 mon.a (mon.0) 517 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b587360d-3935-44e6-ad67-0bd48c4c6c3f"}]': finished 2024-03-21T22:10:59.042 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:58 smithi033 bash[22041]: cluster 2024-03-21T22:10:57.988084+0000 mon.a (mon.0) 518 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-21T22:10:59.042 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:58 smithi033 bash[22041]: audit 2024-03-21T22:10:57.988487+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T22:10:59.043 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:10:58 smithi033 bash[22041]: audit 2024-03-21T22:10:58.695807+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.98:0/118727898' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T22:10:59.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:58 smithi098 bash[22188]: audit 2024-03-21T22:10:57.976639+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.98:0/3717789918' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b587360d-3935-44e6-ad67-0bd48c4c6c3f"}]: dispatch 2024-03-21T22:10:59.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:58 smithi098 bash[22188]: audit 2024-03-21T22:10:57.977534+0000 mon.a (mon.0) 516 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b587360d-3935-44e6-ad67-0bd48c4c6c3f"}]: dispatch 2024-03-21T22:10:59.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:58 smithi098 bash[22188]: audit 2024-03-21T22:10:57.981193+0000 mon.a (mon.0) 517 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b587360d-3935-44e6-ad67-0bd48c4c6c3f"}]': finished 2024-03-21T22:10:59.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:58 smithi098 bash[22188]: cluster 2024-03-21T22:10:57.988084+0000 mon.a (mon.0) 518 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-21T22:10:59.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:58 smithi098 bash[22188]: audit 2024-03-21T22:10:57.988487+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T22:10:59.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:10:58 smithi098 bash[22188]: audit 2024-03-21T22:10:58.695807+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.98:0/118727898' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T22:10:59.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:58 smithi031 bash[21433]: audit 2024-03-21T22:10:57.976639+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.98:0/3717789918' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b587360d-3935-44e6-ad67-0bd48c4c6c3f"}]: dispatch 2024-03-21T22:10:59.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:58 smithi031 bash[21433]: audit 2024-03-21T22:10:57.977534+0000 mon.a (mon.0) 516 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b587360d-3935-44e6-ad67-0bd48c4c6c3f"}]: dispatch 2024-03-21T22:10:59.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:58 smithi031 bash[21433]: audit 2024-03-21T22:10:57.981193+0000 mon.a (mon.0) 517 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b587360d-3935-44e6-ad67-0bd48c4c6c3f"}]': finished 2024-03-21T22:10:59.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:58 smithi031 bash[21433]: cluster 2024-03-21T22:10:57.988084+0000 mon.a (mon.0) 518 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-21T22:10:59.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:58 smithi031 bash[21433]: audit 2024-03-21T22:10:57.988487+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T22:10:59.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:10:58 smithi031 bash[21433]: audit 2024-03-21T22:10:58.695807+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.98:0/118727898' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T22:11:00.486 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:00 smithi031 bash[21433]: audit 2024-03-21T22:10:59.229627+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:00.486 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:00 smithi031 bash[21433]: audit 2024-03-21T22:10:59.239518+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:00.486 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:00 smithi031 bash[21433]: audit 2024-03-21T22:10:59.250959+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:00.486 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:00 smithi031 bash[21433]: cluster 2024-03-21T22:10:59.659753+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:11:00.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:00 smithi098 bash[22188]: audit 2024-03-21T22:10:59.229627+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:00.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:00 smithi098 bash[22188]: audit 2024-03-21T22:10:59.239518+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:00.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:00 smithi098 bash[22188]: audit 2024-03-21T22:10:59.250959+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:00.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:00 smithi098 bash[22188]: cluster 2024-03-21T22:10:59.659753+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:11:00.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:00 smithi033 bash[22041]: audit 2024-03-21T22:10:59.229627+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:00.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:00 smithi033 bash[22041]: audit 2024-03-21T22:10:59.239518+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:00.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:00 smithi033 bash[22041]: audit 2024-03-21T22:10:59.250959+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:00.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:00 smithi033 bash[22041]: cluster 2024-03-21T22:10:59.659753+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:11:02.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:01 smithi098 bash[22188]: cluster 2024-03-21T22:11:01.660215+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:11:02.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:01 smithi031 bash[21433]: cluster 2024-03-21T22:11:01.660215+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:11:02.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:01 smithi033 bash[22041]: cluster 2024-03-21T22:11:01.660215+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:11:04.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:04 smithi098 bash[22188]: audit 2024-03-21T22:11:03.494122+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:04.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:04 smithi098 bash[22188]: audit 2024-03-21T22:11:03.503508+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:04.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:04 smithi098 bash[22188]: audit 2024-03-21T22:11:03.513475+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:04.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:04 smithi098 bash[22188]: cluster 2024-03-21T22:11:03.660640+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:11:04.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:04 smithi031 bash[21433]: audit 2024-03-21T22:11:03.494122+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:04.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:04 smithi031 bash[21433]: audit 2024-03-21T22:11:03.503508+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:04.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:04 smithi031 bash[21433]: audit 2024-03-21T22:11:03.513475+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:04.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:04 smithi031 bash[21433]: cluster 2024-03-21T22:11:03.660640+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:11:04.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:04 smithi033 bash[22041]: audit 2024-03-21T22:11:03.494122+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:04.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:04 smithi033 bash[22041]: audit 2024-03-21T22:11:03.503508+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:04.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:04 smithi033 bash[22041]: audit 2024-03-21T22:11:03.513475+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:04.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:04 smithi033 bash[22041]: cluster 2024-03-21T22:11:03.660640+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:11:06.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:05 smithi098 bash[22188]: cluster 2024-03-21T22:11:05.661113+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:11:06.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:05 smithi031 bash[21433]: cluster 2024-03-21T22:11:05.661113+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:11:06.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:05 smithi033 bash[22041]: cluster 2024-03-21T22:11:05.661113+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:11:07.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:07 smithi098 bash[22188]: audit 2024-03-21T22:11:06.339107+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:07.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:07 smithi098 bash[22188]: audit 2024-03-21T22:11:06.346965+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:07.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:07 smithi098 bash[22188]: cephadm 2024-03-21T22:11:06.349983+0000 mgr.a (mgr.14152) 199 : cephadm [INF] Detected new or changed devices on smithi098 2024-03-21T22:11:07.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:07 smithi098 bash[22188]: audit 2024-03-21T22:11:06.357026+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:07.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:07 smithi031 bash[21433]: audit 2024-03-21T22:11:06.339107+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:07.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:07 smithi031 bash[21433]: audit 2024-03-21T22:11:06.346965+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:07.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:07 smithi031 bash[21433]: cephadm 2024-03-21T22:11:06.349983+0000 mgr.a (mgr.14152) 199 : cephadm [INF] Detected new or changed devices on smithi098 2024-03-21T22:11:07.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:07 smithi031 bash[21433]: audit 2024-03-21T22:11:06.357026+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:07.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:07 smithi033 bash[22041]: audit 2024-03-21T22:11:06.339107+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:07.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:07 smithi033 bash[22041]: audit 2024-03-21T22:11:06.346965+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:07.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:07 smithi033 bash[22041]: cephadm 2024-03-21T22:11:06.349983+0000 mgr.a (mgr.14152) 199 : cephadm [INF] Detected new or changed devices on smithi098 2024-03-21T22:11:07.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:07 smithi033 bash[22041]: audit 2024-03-21T22:11:06.357026+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:08.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:08 smithi098 bash[22188]: cluster 2024-03-21T22:11:07.661571+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:11:08.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:08 smithi031 bash[21433]: cluster 2024-03-21T22:11:07.661571+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:11:08.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:08 smithi033 bash[22041]: cluster 2024-03-21T22:11:07.661571+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:11:10.050 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:09 smithi098 bash[22188]: cluster 2024-03-21T22:11:09.662006+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:11:10.125 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:09 smithi033 bash[22041]: cluster 2024-03-21T22:11:09.662006+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:11:10.125 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:09 smithi031 bash[21433]: cluster 2024-03-21T22:11:09.662006+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:11:11.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:10 smithi098 bash[22188]: audit 2024-03-21T22:11:10.371619+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-21T22:11:11.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:10 smithi098 bash[22188]: audit 2024-03-21T22:11:10.373392+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:11:11.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:10 smithi098 bash[22188]: cephadm 2024-03-21T22:11:10.375088+0000 mgr.a (mgr.14152) 202 : cephadm [INF] Deploying daemon osd.2 on smithi098 2024-03-21T22:11:11.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:10 smithi031 bash[21433]: audit 2024-03-21T22:11:10.371619+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-21T22:11:11.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:10 smithi031 bash[21433]: audit 2024-03-21T22:11:10.373392+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:11:11.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:10 smithi031 bash[21433]: cephadm 2024-03-21T22:11:10.375088+0000 mgr.a (mgr.14152) 202 : cephadm [INF] Deploying daemon osd.2 on smithi098 2024-03-21T22:11:11.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:10 smithi033 bash[22041]: audit 2024-03-21T22:11:10.371619+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-21T22:11:11.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:10 smithi033 bash[22041]: audit 2024-03-21T22:11:10.373392+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:11:11.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:10 smithi033 bash[22041]: cephadm 2024-03-21T22:11:10.375088+0000 mgr.a (mgr.14152) 202 : cephadm [INF] Deploying daemon osd.2 on smithi098 2024-03-21T22:11:11.850 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:11 smithi098 bash[22188]: cluster 2024-03-21T22:11:11.662470+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:11:12.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:11 smithi031 bash[21433]: cluster 2024-03-21T22:11:11.662470+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:11:12.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:11 smithi033 bash[22041]: cluster 2024-03-21T22:11:11.662470+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:11:14.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:13 smithi098 bash[22188]: cluster 2024-03-21T22:11:13.662918+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:11:14.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:13 smithi031 bash[21433]: cluster 2024-03-21T22:11:13.662918+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:11:14.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:13 smithi033 bash[22041]: cluster 2024-03-21T22:11:13.662918+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:11:14.455 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:14 smithi098 systemd[1]: /etc/systemd/system/ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@.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-03-21T22:11:14.455 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:14 smithi098 systemd[1]: /etc/systemd/system/ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@.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-03-21T22:11:15.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:15 smithi098 bash[22188]: audit 2024-03-21T22:11:14.508895+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:15.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:15 smithi098 bash[22188]: audit 2024-03-21T22:11:14.518445+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:15.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:15 smithi098 bash[22188]: audit 2024-03-21T22:11:14.534377+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:11:15.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:15 smithi098 bash[22188]: audit 2024-03-21T22:11:14.542763+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:11:15.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:15 smithi098 bash[22188]: audit 2024-03-21T22:11:14.545650+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:11:15.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:15 smithi098 bash[22188]: audit 2024-03-21T22:11:14.560596+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:15.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:15 smithi031 bash[21433]: audit 2024-03-21T22:11:14.508895+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:15.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:15 smithi031 bash[21433]: audit 2024-03-21T22:11:14.518445+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:15.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:15 smithi031 bash[21433]: audit 2024-03-21T22:11:14.534377+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:11:15.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:15 smithi031 bash[21433]: audit 2024-03-21T22:11:14.542763+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:11:15.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:15 smithi031 bash[21433]: audit 2024-03-21T22:11:14.545650+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:11:15.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:15 smithi031 bash[21433]: audit 2024-03-21T22:11:14.560596+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:15.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:15 smithi033 bash[22041]: audit 2024-03-21T22:11:14.508895+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:15.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:15 smithi033 bash[22041]: audit 2024-03-21T22:11:14.518445+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:15.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:15 smithi033 bash[22041]: audit 2024-03-21T22:11:14.534377+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:11:15.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:15 smithi033 bash[22041]: audit 2024-03-21T22:11:14.542763+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:11:15.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:15 smithi033 bash[22041]: audit 2024-03-21T22:11:14.545650+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:11:15.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:15 smithi033 bash[22041]: audit 2024-03-21T22:11:14.560596+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:16.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:16 smithi098 bash[22188]: cluster 2024-03-21T22:11:15.663387+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:11:16.839 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:16 smithi033 bash[22041]: cluster 2024-03-21T22:11:15.663387+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:11:16.846 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:16 smithi031 bash[21433]: cluster 2024-03-21T22:11:15.663387+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:11:18.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:17 smithi098 bash[22188]: cluster 2024-03-21T22:11:17.663761+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:11:18.095 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:17 smithi031 bash[21433]: cluster 2024-03-21T22:11:17.663761+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:11:18.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:17 smithi033 bash[22041]: cluster 2024-03-21T22:11:17.663761+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:11:20.720 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:20 smithi098 bash[22188]: audit 2024-03-21T22:11:19.462702+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:20.720 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:20 smithi098 bash[22188]: audit 2024-03-21T22:11:19.471805+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:20.721 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:20 smithi098 bash[22188]: audit 2024-03-21T22:11:19.482489+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:20.721 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:20 smithi098 bash[22188]: cluster 2024-03-21T22:11:19.664215+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:11:20.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:20 smithi031 bash[21433]: audit 2024-03-21T22:11:19.462702+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:20.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:20 smithi031 bash[21433]: audit 2024-03-21T22:11:19.471805+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:20.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:20 smithi031 bash[21433]: audit 2024-03-21T22:11:19.482489+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:20.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:20 smithi031 bash[21433]: cluster 2024-03-21T22:11:19.664215+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:11:20.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:20 smithi033 bash[22041]: audit 2024-03-21T22:11:19.462702+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:20.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:20 smithi033 bash[22041]: audit 2024-03-21T22:11:19.471805+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:20.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:20 smithi033 bash[22041]: audit 2024-03-21T22:11:19.482489+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:20.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:20 smithi033 bash[22041]: cluster 2024-03-21T22:11:19.664215+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:11:21.768 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:21 smithi098 bash[22188]: audit 2024-03-21T22:11:20.725537+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.98:6800/368348347,v1:172.21.15.98:6801/368348347]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T22:11:21.768 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:21 smithi098 bash[22188]: audit 2024-03-21T22:11:20.726043+0000 mon.a (mon.0) 540 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T22:11:21.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:21 smithi031 bash[21433]: audit 2024-03-21T22:11:20.725537+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.98:6800/368348347,v1:172.21.15.98:6801/368348347]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T22:11:21.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:21 smithi031 bash[21433]: audit 2024-03-21T22:11:20.726043+0000 mon.a (mon.0) 540 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T22:11:21.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:21 smithi033 bash[22041]: audit 2024-03-21T22:11:20.725537+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.98:6800/368348347,v1:172.21.15.98:6801/368348347]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T22:11:21.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:21 smithi033 bash[22041]: audit 2024-03-21T22:11:20.726043+0000 mon.a (mon.0) 540 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T22:11:22.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:22 smithi098 bash[22188]: audit 2024-03-21T22:11:21.491343+0000 mon.a (mon.0) 541 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-21T22:11:22.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:22 smithi098 bash[22188]: cluster 2024-03-21T22:11:21.496008+0000 mon.a (mon.0) 542 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-21T22:11:22.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:22 smithi098 bash[22188]: audit 2024-03-21T22:11:21.496470+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T22:11:22.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:22 smithi098 bash[22188]: audit 2024-03-21T22:11:21.496557+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.98:6800/368348347,v1:172.21.15.98:6801/368348347]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-03-21T22:11:22.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:22 smithi098 bash[22188]: audit 2024-03-21T22:11:21.497288+0000 mon.a (mon.0) 544 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-03-21T22:11:22.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:22 smithi098 bash[22188]: cluster 2024-03-21T22:11:21.664664+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:11:22.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:22 smithi031 bash[21433]: audit 2024-03-21T22:11:21.491343+0000 mon.a (mon.0) 541 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-21T22:11:22.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:22 smithi031 bash[21433]: cluster 2024-03-21T22:11:21.496008+0000 mon.a (mon.0) 542 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-21T22:11:22.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:22 smithi031 bash[21433]: audit 2024-03-21T22:11:21.496470+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T22:11:22.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:22 smithi031 bash[21433]: audit 2024-03-21T22:11:21.496557+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.98:6800/368348347,v1:172.21.15.98:6801/368348347]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-03-21T22:11:22.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:22 smithi031 bash[21433]: audit 2024-03-21T22:11:21.497288+0000 mon.a (mon.0) 544 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-03-21T22:11:22.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:22 smithi031 bash[21433]: cluster 2024-03-21T22:11:21.664664+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:11:22.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:22 smithi033 bash[22041]: audit 2024-03-21T22:11:21.491343+0000 mon.a (mon.0) 541 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-21T22:11:22.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:22 smithi033 bash[22041]: cluster 2024-03-21T22:11:21.496008+0000 mon.a (mon.0) 542 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-21T22:11:22.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:22 smithi033 bash[22041]: audit 2024-03-21T22:11:21.496470+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T22:11:22.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:22 smithi033 bash[22041]: audit 2024-03-21T22:11:21.496557+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.98:6800/368348347,v1:172.21.15.98:6801/368348347]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-03-21T22:11:22.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:22 smithi033 bash[22041]: audit 2024-03-21T22:11:21.497288+0000 mon.a (mon.0) 544 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-03-21T22:11:22.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:22 smithi033 bash[22041]: cluster 2024-03-21T22:11:21.664664+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:11:23.768 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:23 smithi098 bash[22188]: audit 2024-03-21T22:11:22.500178+0000 mon.a (mon.0) 545 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2024-03-21T22:11:23.768 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:23 smithi098 bash[22188]: cluster 2024-03-21T22:11:22.507062+0000 mon.a (mon.0) 546 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-21T22:11:23.768 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:23 smithi098 bash[22188]: audit 2024-03-21T22:11:22.507779+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T22:11:23.768 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:23 smithi098 bash[22188]: audit 2024-03-21T22:11:22.514163+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T22:11:23.768 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:23 smithi098 bash[22188]: audit 2024-03-21T22:11:22.994095+0000 mon.a (mon.0) 549 : audit [INF] from='osd.2 ' entity='osd.2' 2024-03-21T22:11:23.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:23 smithi031 bash[21433]: audit 2024-03-21T22:11:22.500178+0000 mon.a (mon.0) 545 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2024-03-21T22:11:23.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:23 smithi031 bash[21433]: cluster 2024-03-21T22:11:22.507062+0000 mon.a (mon.0) 546 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-21T22:11:23.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:23 smithi031 bash[21433]: audit 2024-03-21T22:11:22.507779+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T22:11:23.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:23 smithi031 bash[21433]: audit 2024-03-21T22:11:22.514163+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T22:11:23.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:23 smithi031 bash[21433]: audit 2024-03-21T22:11:22.994095+0000 mon.a (mon.0) 549 : audit [INF] from='osd.2 ' entity='osd.2' 2024-03-21T22:11:23.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:23 smithi033 bash[22041]: audit 2024-03-21T22:11:22.500178+0000 mon.a (mon.0) 545 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2024-03-21T22:11:23.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:23 smithi033 bash[22041]: cluster 2024-03-21T22:11:22.507062+0000 mon.a (mon.0) 546 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-21T22:11:23.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:23 smithi033 bash[22041]: audit 2024-03-21T22:11:22.507779+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T22:11:23.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:23 smithi033 bash[22041]: audit 2024-03-21T22:11:22.514163+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T22:11:23.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:23 smithi033 bash[22041]: audit 2024-03-21T22:11:22.994095+0000 mon.a (mon.0) 549 : audit [INF] from='osd.2 ' entity='osd.2' 2024-03-21T22:11:24.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:24 smithi098 bash[22188]: cluster 2024-03-21T22:11:21.679600+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T22:11:24.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:24 smithi098 bash[22188]: cluster 2024-03-21T22:11:21.679717+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T22:11:24.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:24 smithi098 bash[22188]: audit 2024-03-21T22:11:23.514245+0000 mon.a (mon.0) 550 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T22:11:24.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:24 smithi098 bash[22188]: cluster 2024-03-21T22:11:23.665002+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:11:24.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:24 smithi098 bash[22188]: audit 2024-03-21T22:11:23.715959+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:24.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:24 smithi098 bash[22188]: audit 2024-03-21T22:11:23.724369+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:24.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:24 smithi098 bash[22188]: audit 2024-03-21T22:11:23.732867+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:24.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:24 smithi098 bash[22188]: cluster 2024-03-21T22:11:23.998301+0000 mon.a (mon.0) 554 : cluster [INF] osd.2 [v2:172.21.15.98:6800/368348347,v1:172.21.15.98:6801/368348347] boot 2024-03-21T22:11:24.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:24 smithi098 bash[22188]: cluster 2024-03-21T22:11:23.998387+0000 mon.a (mon.0) 555 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-21T22:11:24.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:24 smithi098 bash[22188]: audit 2024-03-21T22:11:23.998604+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T22:11:24.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:24 smithi098 bash[22188]: audit 2024-03-21T22:11:24.271671+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-03-21T22:11:24.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:24 smithi031 bash[21433]: cluster 2024-03-21T22:11:21.679600+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T22:11:24.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:24 smithi031 bash[21433]: cluster 2024-03-21T22:11:21.679717+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T22:11:24.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:24 smithi031 bash[21433]: audit 2024-03-21T22:11:23.514245+0000 mon.a (mon.0) 550 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T22:11:24.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:24 smithi031 bash[21433]: cluster 2024-03-21T22:11:23.665002+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:11:24.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:24 smithi031 bash[21433]: audit 2024-03-21T22:11:23.715959+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:24.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:24 smithi031 bash[21433]: audit 2024-03-21T22:11:23.724369+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:24.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:24 smithi031 bash[21433]: audit 2024-03-21T22:11:23.732867+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:24.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:24 smithi031 bash[21433]: cluster 2024-03-21T22:11:23.998301+0000 mon.a (mon.0) 554 : cluster [INF] osd.2 [v2:172.21.15.98:6800/368348347,v1:172.21.15.98:6801/368348347] boot 2024-03-21T22:11:24.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:24 smithi031 bash[21433]: cluster 2024-03-21T22:11:23.998387+0000 mon.a (mon.0) 555 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-21T22:11:24.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:24 smithi031 bash[21433]: audit 2024-03-21T22:11:23.998604+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T22:11:24.848 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:24 smithi031 bash[21433]: audit 2024-03-21T22:11:24.271671+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-03-21T22:11:24.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:24 smithi033 bash[22041]: cluster 2024-03-21T22:11:21.679600+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T22:11:24.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:24 smithi033 bash[22041]: cluster 2024-03-21T22:11:21.679717+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T22:11:24.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:24 smithi033 bash[22041]: audit 2024-03-21T22:11:23.514245+0000 mon.a (mon.0) 550 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T22:11:24.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:24 smithi033 bash[22041]: cluster 2024-03-21T22:11:23.665002+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T22:11:24.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:24 smithi033 bash[22041]: audit 2024-03-21T22:11:23.715959+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:24.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:24 smithi033 bash[22041]: audit 2024-03-21T22:11:23.724369+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:24.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:24 smithi033 bash[22041]: audit 2024-03-21T22:11:23.732867+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:24.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:24 smithi033 bash[22041]: cluster 2024-03-21T22:11:23.998301+0000 mon.a (mon.0) 554 : cluster [INF] osd.2 [v2:172.21.15.98:6800/368348347,v1:172.21.15.98:6801/368348347] boot 2024-03-21T22:11:24.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:24 smithi033 bash[22041]: cluster 2024-03-21T22:11:23.998387+0000 mon.a (mon.0) 555 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-21T22:11:24.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:24 smithi033 bash[22041]: audit 2024-03-21T22:11:23.998604+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T22:11:24.858 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:24 smithi033 bash[22041]: audit 2024-03-21T22:11:24.271671+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-03-21T22:11:24.945 INFO:teuthology.orchestra.run.smithi098.stdout:Created osd(s) 2 on host 'smithi098' 2024-03-21T22:11:25.931 DEBUG:teuthology.orchestra.run.smithi098:osd.2> sudo journalctl -f -n 0 -u ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@osd.2.service 2024-03-21T22:11:25.934 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-03-21T22:11:25.934 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f7e76c80-e7ce-11ee-95cd-87774f69a715 -- ceph osd stat -f json 2024-03-21T22:11:26.299 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:25 smithi098 bash[22188]: audit 2024-03-21T22:11:24.894546+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:26.300 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:25 smithi098 bash[22188]: audit 2024-03-21T22:11:24.896031+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:11:26.300 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:25 smithi098 bash[22188]: audit 2024-03-21T22:11:24.903984+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:26.300 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:25 smithi098 bash[22188]: audit 2024-03-21T22:11:24.904741+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-21T22:11:26.300 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:25 smithi098 bash[22188]: cephadm 2024-03-21T22:11:24.906407+0000 mgr.a (mgr.14152) 210 : cephadm [INF] Adjusting osd_memory_target on smithi098 to 20337M 2024-03-21T22:11:26.300 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:25 smithi098 bash[22188]: audit 2024-03-21T22:11:24.912334+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:26.300 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:25 smithi098 bash[22188]: audit 2024-03-21T22:11:24.916015+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:11:26.300 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:25 smithi098 bash[22188]: audit 2024-03-21T22:11:24.917733+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:11:26.300 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:25 smithi098 bash[22188]: audit 2024-03-21T22:11:24.927778+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:26.300 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:25 smithi098 bash[22188]: audit 2024-03-21T22:11:24.994864+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-03-21T22:11:26.300 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:25 smithi098 bash[22188]: cluster 2024-03-21T22:11:25.000443+0000 mon.a (mon.0) 567 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-21T22:11:26.300 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:25 smithi098 bash[22188]: audit 2024-03-21T22:11:25.002858+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-21T22:11:26.300 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:25 smithi098 bash[22188]: cluster 2024-03-21T22:11:25.665586+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v154: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:11:26.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:25 smithi031 bash[21433]: audit 2024-03-21T22:11:24.894546+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:26.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:25 smithi031 bash[21433]: audit 2024-03-21T22:11:24.896031+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:11:26.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:25 smithi031 bash[21433]: audit 2024-03-21T22:11:24.903984+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:26.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:25 smithi031 bash[21433]: audit 2024-03-21T22:11:24.904741+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-21T22:11:26.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:25 smithi031 bash[21433]: cephadm 2024-03-21T22:11:24.906407+0000 mgr.a (mgr.14152) 210 : cephadm [INF] Adjusting osd_memory_target on smithi098 to 20337M 2024-03-21T22:11:26.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:25 smithi031 bash[21433]: audit 2024-03-21T22:11:24.912334+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:26.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:25 smithi031 bash[21433]: audit 2024-03-21T22:11:24.916015+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:11:26.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:25 smithi031 bash[21433]: audit 2024-03-21T22:11:24.917733+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:11:26.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:25 smithi031 bash[21433]: audit 2024-03-21T22:11:24.927778+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:26.348 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:25 smithi031 bash[21433]: audit 2024-03-21T22:11:24.994864+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-03-21T22:11:26.348 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:25 smithi031 bash[21433]: cluster 2024-03-21T22:11:25.000443+0000 mon.a (mon.0) 567 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-21T22:11:26.348 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:25 smithi031 bash[21433]: audit 2024-03-21T22:11:25.002858+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-21T22:11:26.348 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:25 smithi031 bash[21433]: cluster 2024-03-21T22:11:25.665586+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v154: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:11:26.357 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:25 smithi033 bash[22041]: audit 2024-03-21T22:11:24.894546+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:26.357 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:25 smithi033 bash[22041]: audit 2024-03-21T22:11:24.896031+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:11:26.357 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:25 smithi033 bash[22041]: audit 2024-03-21T22:11:24.903984+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:26.357 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:25 smithi033 bash[22041]: audit 2024-03-21T22:11:24.904741+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-21T22:11:26.357 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:25 smithi033 bash[22041]: cephadm 2024-03-21T22:11:24.906407+0000 mgr.a (mgr.14152) 210 : cephadm [INF] Adjusting osd_memory_target on smithi098 to 20337M 2024-03-21T22:11:26.357 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:25 smithi033 bash[22041]: audit 2024-03-21T22:11:24.912334+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:26.357 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:25 smithi033 bash[22041]: audit 2024-03-21T22:11:24.916015+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:11:26.357 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:25 smithi033 bash[22041]: audit 2024-03-21T22:11:24.917733+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:11:26.358 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:25 smithi033 bash[22041]: audit 2024-03-21T22:11:24.927778+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:26.358 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:25 smithi033 bash[22041]: audit 2024-03-21T22:11:24.994864+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-03-21T22:11:26.358 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:25 smithi033 bash[22041]: cluster 2024-03-21T22:11:25.000443+0000 mon.a (mon.0) 567 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-21T22:11:26.358 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:25 smithi033 bash[22041]: audit 2024-03-21T22:11:25.002858+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-21T22:11:26.358 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:25 smithi033 bash[22041]: cluster 2024-03-21T22:11:25.665586+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v154: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:11:27.300 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:26 smithi098 bash[22188]: cluster 2024-03-21T22:11:25.994864+0000 mon.a (mon.0) 569 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-21T22:11:27.300 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:26 smithi098 bash[22188]: audit 2024-03-21T22:11:26.003430+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-21T22:11:27.300 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:26 smithi098 bash[22188]: cluster 2024-03-21T22:11:26.006481+0000 mon.a (mon.0) 571 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-21T22:11:27.300 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:26 smithi098 bash[22188]: audit 2024-03-21T22:11:26.271395+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:27.300 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:26 smithi098 bash[22188]: audit 2024-03-21T22:11:26.368299+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:27.300 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:26 smithi098 bash[22188]: audit 2024-03-21T22:11:26.458114+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:27.300 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:26 smithi098 bash[22188]: audit 2024-03-21T22:11:26.461111+0000 mon.a (mon.0) 575 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T22:11:27.300 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:26 smithi098 bash[22188]: audit 2024-03-21T22:11:26.516255+0000 mon.a (mon.0) 576 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T22:11:27.301 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:26 smithi098 bash[22188]: audit 2024-03-21T22:11:26.517048+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T22:11:27.301 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:26 smithi098 bash[22188]: audit 2024-03-21T22:11:26.517651+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T22:11:27.301 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:26 smithi098 bash[22188]: audit 2024-03-21T22:11:26.518082+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T22:11:27.301 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:26 smithi098 bash[22188]: audit 2024-03-21T22:11:26.524538+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:27.301 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:26 smithi098 bash[22188]: audit 2024-03-21T22:11:26.526511+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T22:11:27.301 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:26 smithi098 bash[22188]: audit 2024-03-21T22:11:26.526809+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T22:11:27.301 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:26 smithi098 bash[22188]: audit 2024-03-21T22:11:26.527047+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T22:11:27.301 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:26 smithi098 bash[22188]: audit 2024-03-21T22:11:26.527367+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T22:11:27.301 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:26 smithi098 bash[22188]: audit 2024-03-21T22:11:26.566880+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T22:11:27.301 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:26 smithi098 bash[22188]: audit 2024-03-21T22:11:26.572371+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:27.301 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:26 smithi098 bash[22188]: audit 2024-03-21T22:11:26.572632+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T22:11:27.301 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:26 smithi098 bash[22188]: audit 2024-03-21T22:11:26.574082+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T22:11:27.302 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:26 smithi098 bash[22188]: audit 2024-03-21T22:11:26.574411+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T22:11:27.302 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:26 smithi098 bash[22188]: audit 2024-03-21T22:11:26.574956+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T22:11:27.302 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:26 smithi098 bash[22188]: audit 2024-03-21T22:11:26.603353+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:11:27.302 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:26 smithi098 bash[22188]: audit 2024-03-21T22:11:26.609180+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:11:27.302 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:26 smithi098 bash[22188]: audit 2024-03-21T22:11:26.610916+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:11:27.302 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:26 smithi098 bash[22188]: cluster 2024-03-21T22:11:26.614914+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v156: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:11:27.302 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:26 smithi098 bash[22188]: audit 2024-03-21T22:11:26.630302+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T22:11:27.302 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:26 smithi098 bash[22188]: audit 2024-03-21T22:11:26.637575+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:27.302 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:26 smithi098 bash[22188]: audit 2024-03-21T22:11:26.645700+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:27.348 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:26 smithi031 bash[21433]: cluster 2024-03-21T22:11:25.994864+0000 mon.a (mon.0) 569 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-21T22:11:27.348 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:26 smithi031 bash[21433]: audit 2024-03-21T22:11:26.003430+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-21T22:11:27.348 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:26 smithi031 bash[21433]: cluster 2024-03-21T22:11:26.006481+0000 mon.a (mon.0) 571 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-21T22:11:27.348 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:26 smithi031 bash[21433]: audit 2024-03-21T22:11:26.271395+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:27.348 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:26 smithi031 bash[21433]: audit 2024-03-21T22:11:26.368299+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:27.348 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:26 smithi031 bash[21433]: audit 2024-03-21T22:11:26.458114+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:27.348 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:26 smithi031 bash[21433]: audit 2024-03-21T22:11:26.461111+0000 mon.a (mon.0) 575 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T22:11:27.348 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:26 smithi031 bash[21433]: audit 2024-03-21T22:11:26.516255+0000 mon.a (mon.0) 576 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T22:11:27.348 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:26 smithi031 bash[21433]: audit 2024-03-21T22:11:26.517048+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T22:11:27.348 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:26 smithi031 bash[21433]: audit 2024-03-21T22:11:26.517651+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T22:11:27.348 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:26 smithi031 bash[21433]: audit 2024-03-21T22:11:26.518082+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T22:11:27.349 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:26 smithi031 bash[21433]: audit 2024-03-21T22:11:26.524538+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:27.349 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:26 smithi031 bash[21433]: audit 2024-03-21T22:11:26.526511+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T22:11:27.349 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:26 smithi031 bash[21433]: audit 2024-03-21T22:11:26.526809+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T22:11:27.349 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:26 smithi031 bash[21433]: audit 2024-03-21T22:11:26.527047+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T22:11:27.349 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:26 smithi031 bash[21433]: audit 2024-03-21T22:11:26.527367+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T22:11:27.349 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:26 smithi031 bash[21433]: audit 2024-03-21T22:11:26.566880+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T22:11:27.349 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:26 smithi031 bash[21433]: audit 2024-03-21T22:11:26.572371+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:27.349 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:26 smithi031 bash[21433]: audit 2024-03-21T22:11:26.572632+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T22:11:27.349 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:26 smithi031 bash[21433]: audit 2024-03-21T22:11:26.574082+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T22:11:27.349 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:26 smithi031 bash[21433]: audit 2024-03-21T22:11:26.574411+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T22:11:27.349 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:26 smithi031 bash[21433]: audit 2024-03-21T22:11:26.574956+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T22:11:27.349 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:26 smithi031 bash[21433]: audit 2024-03-21T22:11:26.603353+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:11:27.349 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:26 smithi031 bash[21433]: audit 2024-03-21T22:11:26.609180+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:11:27.349 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:26 smithi031 bash[21433]: audit 2024-03-21T22:11:26.610916+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:11:27.349 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:26 smithi031 bash[21433]: cluster 2024-03-21T22:11:26.614914+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v156: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:11:27.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:26 smithi031 bash[21433]: audit 2024-03-21T22:11:26.630302+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T22:11:27.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:26 smithi031 bash[21433]: audit 2024-03-21T22:11:26.637575+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:27.350 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:26 smithi031 bash[21433]: audit 2024-03-21T22:11:26.645700+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:27.358 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:26 smithi033 bash[22041]: cluster 2024-03-21T22:11:25.994864+0000 mon.a (mon.0) 569 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-21T22:11:27.358 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:26 smithi033 bash[22041]: audit 2024-03-21T22:11:26.003430+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-21T22:11:27.358 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:26 smithi033 bash[22041]: cluster 2024-03-21T22:11:26.006481+0000 mon.a (mon.0) 571 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-21T22:11:27.358 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:26 smithi033 bash[22041]: audit 2024-03-21T22:11:26.271395+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:27.358 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:26 smithi033 bash[22041]: audit 2024-03-21T22:11:26.368299+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:27.358 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:26 smithi033 bash[22041]: audit 2024-03-21T22:11:26.458114+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:27.358 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:26 smithi033 bash[22041]: audit 2024-03-21T22:11:26.461111+0000 mon.a (mon.0) 575 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T22:11:27.358 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:26 smithi033 bash[22041]: audit 2024-03-21T22:11:26.516255+0000 mon.a (mon.0) 576 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T22:11:27.358 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:26 smithi033 bash[22041]: audit 2024-03-21T22:11:26.517048+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T22:11:27.358 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:26 smithi033 bash[22041]: audit 2024-03-21T22:11:26.517651+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T22:11:27.358 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:26 smithi033 bash[22041]: audit 2024-03-21T22:11:26.518082+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T22:11:27.359 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:26 smithi033 bash[22041]: audit 2024-03-21T22:11:26.524538+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:27.359 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:26 smithi033 bash[22041]: audit 2024-03-21T22:11:26.526511+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T22:11:27.359 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:26 smithi033 bash[22041]: audit 2024-03-21T22:11:26.526809+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T22:11:27.359 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:26 smithi033 bash[22041]: audit 2024-03-21T22:11:26.527047+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T22:11:27.359 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:26 smithi033 bash[22041]: audit 2024-03-21T22:11:26.527367+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T22:11:27.359 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:26 smithi033 bash[22041]: audit 2024-03-21T22:11:26.566880+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T22:11:27.359 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:26 smithi033 bash[22041]: audit 2024-03-21T22:11:26.572371+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:27.359 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:26 smithi033 bash[22041]: audit 2024-03-21T22:11:26.572632+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T22:11:27.359 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:26 smithi033 bash[22041]: audit 2024-03-21T22:11:26.574082+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T22:11:27.359 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:26 smithi033 bash[22041]: audit 2024-03-21T22:11:26.574411+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T22:11:27.359 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:26 smithi033 bash[22041]: audit 2024-03-21T22:11:26.574956+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T22:11:27.359 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:26 smithi033 bash[22041]: audit 2024-03-21T22:11:26.603353+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:11:27.359 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:26 smithi033 bash[22041]: audit 2024-03-21T22:11:26.609180+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:11:27.359 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:26 smithi033 bash[22041]: audit 2024-03-21T22:11:26.610916+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:11:27.359 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:26 smithi033 bash[22041]: cluster 2024-03-21T22:11:26.614914+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v156: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:11:27.360 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:26 smithi033 bash[22041]: audit 2024-03-21T22:11:26.630302+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T22:11:27.360 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:26 smithi033 bash[22041]: audit 2024-03-21T22:11:26.637575+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:27.360 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:26 smithi033 bash[22041]: audit 2024-03-21T22:11:26.645700+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:28.299 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:28 smithi098 bash[22188]: cluster 2024-03-21T22:11:27.010816+0000 mon.a (mon.0) 593 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-21T22:11:28.299 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:28 smithi098 bash[22188]: cluster 2024-03-21T22:11:27.381898+0000 mon.a (mon.0) 594 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-03-21T22:11:28.299 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:28 smithi098 bash[22188]: cluster 2024-03-21T22:11:27.568090+0000 mon.a (mon.0) 595 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-21T22:11:28.299 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:28 smithi098 bash[22188]: cluster 2024-03-21T22:11:27.568147+0000 mon.a (mon.0) 596 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-21T22:11:28.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:28 smithi031 bash[21433]: cluster 2024-03-21T22:11:27.010816+0000 mon.a (mon.0) 593 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-21T22:11:28.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:28 smithi031 bash[21433]: cluster 2024-03-21T22:11:27.381898+0000 mon.a (mon.0) 594 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-03-21T22:11:28.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:28 smithi031 bash[21433]: cluster 2024-03-21T22:11:27.568090+0000 mon.a (mon.0) 595 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-21T22:11:28.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:28 smithi031 bash[21433]: cluster 2024-03-21T22:11:27.568147+0000 mon.a (mon.0) 596 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-21T22:11:28.357 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:28 smithi033 bash[22041]: cluster 2024-03-21T22:11:27.010816+0000 mon.a (mon.0) 593 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-21T22:11:28.357 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:28 smithi033 bash[22041]: cluster 2024-03-21T22:11:27.381898+0000 mon.a (mon.0) 594 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-03-21T22:11:28.357 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:28 smithi033 bash[22041]: cluster 2024-03-21T22:11:27.568090+0000 mon.a (mon.0) 595 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-21T22:11:28.357 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:28 smithi033 bash[22041]: cluster 2024-03-21T22:11:27.568147+0000 mon.a (mon.0) 596 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-21T22:11:29.299 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:29 smithi098 bash[22188]: cluster 2024-03-21T22:11:28.615520+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 89 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:11:29.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:29 smithi031 bash[21433]: cluster 2024-03-21T22:11:28.615520+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 89 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:11:29.357 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:29 smithi033 bash[22041]: cluster 2024-03-21T22:11:28.615520+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 89 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:11:30.669 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T22:11:32.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:31 smithi098 bash[22188]: cluster 2024-03-21T22:11:30.616079+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:11:32.096 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:31 smithi031 bash[21433]: cluster 2024-03-21T22:11:30.616079+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:11:32.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:31 smithi033 bash[22041]: cluster 2024-03-21T22:11:30.616079+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:11:33.199 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T22:11:33.836 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":21,"num_osds":3,"num_up_osds":3,"osd_up_since":1711059083,"num_in_osds":3,"osd_in_since":1711059057,"num_remapped_pgs":0} 2024-03-21T22:11:33.837 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell --fsid f7e76c80-e7ce-11ee-95cd-87774f69a715 -- ceph osd dump --format=json 2024-03-21T22:11:34.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:33 smithi098 bash[22188]: cluster 2024-03-21T22:11:32.616735+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:11:34.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:33 smithi098 bash[22188]: audit 2024-03-21T22:11:33.200000+0000 mon.a (mon.0) 597 : audit [DBG] from='client.? 172.21.15.31:0/1193086211' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-21T22:11:34.096 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:33 smithi031 bash[21433]: cluster 2024-03-21T22:11:32.616735+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:11:34.096 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:33 smithi031 bash[21433]: audit 2024-03-21T22:11:33.200000+0000 mon.a (mon.0) 597 : audit [DBG] from='client.? 172.21.15.31:0/1193086211' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-21T22:11:34.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:33 smithi033 bash[22041]: cluster 2024-03-21T22:11:32.616735+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:11:34.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:33 smithi033 bash[22041]: audit 2024-03-21T22:11:33.200000+0000 mon.a (mon.0) 597 : audit [DBG] from='client.? 172.21.15.31:0/1193086211' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-21T22:11:35.481 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:35 smithi031 bash[21433]: audit 2024-03-21T22:11:34.129355+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:35.481 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:35 smithi031 bash[21433]: audit 2024-03-21T22:11:34.137701+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:35.481 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:35 smithi031 bash[21433]: audit 2024-03-21T22:11:34.148179+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:35.481 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:35 smithi031 bash[21433]: audit 2024-03-21T22:11:34.187999+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:11:35.481 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:35 smithi031 bash[21433]: audit 2024-03-21T22:11:34.193651+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:11:35.481 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:35 smithi031 bash[21433]: audit 2024-03-21T22:11:34.195329+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:11:35.481 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:35 smithi031 bash[21433]: cluster 2024-03-21T22:11:34.198964+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:11:35.481 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:35 smithi031 bash[21433]: audit 2024-03-21T22:11:34.205633+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:35.520 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:35 smithi033 bash[22041]: audit 2024-03-21T22:11:34.129355+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:35.520 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:35 smithi033 bash[22041]: audit 2024-03-21T22:11:34.137701+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:35.520 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:35 smithi033 bash[22041]: audit 2024-03-21T22:11:34.148179+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:35.520 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:35 smithi033 bash[22041]: audit 2024-03-21T22:11:34.187999+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:11:35.520 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:35 smithi033 bash[22041]: audit 2024-03-21T22:11:34.193651+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:11:35.520 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:35 smithi033 bash[22041]: audit 2024-03-21T22:11:34.195329+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:11:35.520 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:35 smithi033 bash[22041]: cluster 2024-03-21T22:11:34.198964+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:11:35.520 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:35 smithi033 bash[22041]: audit 2024-03-21T22:11:34.205633+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:35.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:35 smithi098 bash[22188]: audit 2024-03-21T22:11:34.129355+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:35.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:35 smithi098 bash[22188]: audit 2024-03-21T22:11:34.137701+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:35.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:35 smithi098 bash[22188]: audit 2024-03-21T22:11:34.148179+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:35.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:35 smithi098 bash[22188]: audit 2024-03-21T22:11:34.187999+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:11:35.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:35 smithi098 bash[22188]: audit 2024-03-21T22:11:34.193651+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:11:35.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:35 smithi098 bash[22188]: audit 2024-03-21T22:11:34.195329+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:11:35.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:35 smithi098 bash[22188]: cluster 2024-03-21T22:11:34.198964+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:11:35.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:35 smithi098 bash[22188]: audit 2024-03-21T22:11:34.205633+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:36.358 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:36 smithi033 bash[22041]: cluster 2024-03-21T22:11:35.144762+0000 mon.a (mon.0) 605 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-21T22:11:36.358 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:36 smithi033 bash[22041]: cluster 2024-03-21T22:11:35.144821+0000 mon.a (mon.0) 606 : cluster [INF] Cluster is now healthy 2024-03-21T22:11:36.481 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:36 smithi031 bash[21433]: cluster 2024-03-21T22:11:35.144762+0000 mon.a (mon.0) 605 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-21T22:11:36.481 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:36 smithi031 bash[21433]: cluster 2024-03-21T22:11:35.144821+0000 mon.a (mon.0) 606 : cluster [INF] Cluster is now healthy 2024-03-21T22:11:36.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:36 smithi098 bash[22188]: cluster 2024-03-21T22:11:35.144762+0000 mon.a (mon.0) 605 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-21T22:11:36.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:36 smithi098 bash[22188]: cluster 2024-03-21T22:11:35.144821+0000 mon.a (mon.0) 606 : cluster [INF] Cluster is now healthy 2024-03-21T22:11:37.346 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:37 smithi031 bash[21433]: cluster 2024-03-21T22:11:36.199384+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:11:37.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:37 smithi098 bash[22188]: cluster 2024-03-21T22:11:36.199384+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:11:37.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:37 smithi033 bash[22041]: cluster 2024-03-21T22:11:36.199384+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:11:39.439 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T22:11:39.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:39 smithi098 bash[22188]: cluster 2024-03-21T22:11:38.199857+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:11:39.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:39 smithi031 bash[21433]: cluster 2024-03-21T22:11:38.199857+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:11:39.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:39 smithi033 bash[22041]: cluster 2024-03-21T22:11:38.199857+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:11:40.846 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:40 smithi031 bash[21433]: audit 2024-03-21T22:11:39.672418+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:40.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:40 smithi031 bash[21433]: audit 2024-03-21T22:11:39.681844+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:40.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:40 smithi031 bash[21433]: audit 2024-03-21T22:11:39.692433+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:41.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:40 smithi098 bash[22188]: audit 2024-03-21T22:11:39.672418+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:41.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:40 smithi098 bash[22188]: audit 2024-03-21T22:11:39.681844+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:41.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:40 smithi098 bash[22188]: audit 2024-03-21T22:11:39.692433+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:41.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:40 smithi033 bash[22041]: audit 2024-03-21T22:11:39.672418+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:41.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:40 smithi033 bash[22041]: audit 2024-03-21T22:11:39.681844+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:41.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:40 smithi033 bash[22041]: audit 2024-03-21T22:11:39.692433+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:41.846 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:41 smithi031 bash[21433]: cluster 2024-03-21T22:11:40.200394+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:11:41.901 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T22:11:41.902 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":21,"fsid":"f7e76c80-e7ce-11ee-95cd-87774f69a715","created":"2024-03-21T22:05:36.053557+0000","modified":"2024-03-21T22:11:27.003471+0000","last_up_change":"2024-03-21T22:11:23.990119+0000","last_in_change":"2024-03-21T22:10:57.978713+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-03-21T22:11:24.278893+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"88700c1c-3b3c-45f4-ba09-a3bd409a3e8f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6802","nonce":3089685094},{"type":"v1","addr":"172.21.15.31:6803","nonce":3089685094}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6804","nonce":3089685094},{"type":"v1","addr":"172.21.15.31:6805","nonce":3089685094}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6808","nonce":3089685094},{"type":"v1","addr":"172.21.15.31:6809","nonce":3089685094}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6806","nonce":3089685094},{"type":"v1","addr":"172.21.15.31:6807","nonce":3089685094}]},"public_addr":"172.21.15.31:6803/3089685094","cluster_addr":"172.21.15.31:6805/3089685094","heartbeat_back_addr":"172.21.15.31:6809/3089685094","heartbeat_front_addr":"172.21.15.31:6807/3089685094","state":["exists","up"]},{"osd":1,"uuid":"e32e4d5d-6ae7-4fc2-83d8-3f9bc08be740","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.33:6800","nonce":858049691},{"type":"v1","addr":"172.21.15.33:6801","nonce":858049691}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.33:6802","nonce":858049691},{"type":"v1","addr":"172.21.15.33:6803","nonce":858049691}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.33:6806","nonce":858049691},{"type":"v1","addr":"172.21.15.33:6807","nonce":858049691}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.33:6804","nonce":858049691},{"type":"v1","addr":"172.21.15.33:6805","nonce":858049691}]},"public_addr":"172.21.15.33:6801/858049691","cluster_addr":"172.21.15.33:6803/858049691","heartbeat_back_addr":"172.21.15.33:6807/858049691","heartbeat_front_addr":"172.21.15.33:6805/858049691","state":["exists","up"]},{"osd":2,"uuid":"b587360d-3935-44e6-ad67-0bd48c4c6c3f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6800","nonce":368348347},{"type":"v1","addr":"172.21.15.98:6801","nonce":368348347}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6802","nonce":368348347},{"type":"v1","addr":"172.21.15.98:6803","nonce":368348347}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6806","nonce":368348347},{"type":"v1","addr":"172.21.15.98:6807","nonce":368348347}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6804","nonce":368348347},{"type":"v1","addr":"172.21.15.98:6805","nonce":368348347}]},"public_addr":"172.21.15.98:6801/368348347","cluster_addr":"172.21.15.98:6803/368348347","heartbeat_back_addr":"172.21.15.98:6807/368348347","heartbeat_front_addr":"172.21.15.98:6805/368348347","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T22:09:36.914587+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T22:10:30.768802+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T22:11:21.679723+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.31:0/1591825048":"2024-03-22T22:06:42.028043+0000","172.21.15.31:0/661913686":"2024-03-22T22:06:42.028043+0000","172.21.15.31:6800/34988323":"2024-03-22T22:06:42.028043+0000","172.21.15.31:6801/1494803517":"2024-03-22T22:06:07.788275+0000","172.21.15.31:0/4200946925":"2024-03-22T22:06:07.788275+0000","172.21.15.31:6800/1494803517":"2024-03-22T22:06:07.788275+0000","172.21.15.31:6801/34988323":"2024-03-22T22:06:42.028043+0000","172.21.15.31:0/4054564197":"2024-03-22T22:06:07.788275+0000","172.21.15.31:0/2152092610":"2024-03-22T22:06:07.788275+0000","172.21.15.31:0/2438155042":"2024-03-22T22:06:42.028043+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-03-21T22:11:42.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:41 smithi098 bash[22188]: cluster 2024-03-21T22:11:40.200394+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:11:42.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:41 smithi033 bash[22041]: cluster 2024-03-21T22:11:40.200394+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:11:42.587 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-03-21T22:11:24.278893+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '21', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 3, 'score_stable': 3, 'optimal_score': 1, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-03-21T22:11:42.587 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell --fsid f7e76c80-e7ce-11ee-95cd-87774f69a715 -- ceph osd pool get .mgr pg_num 2024-03-21T22:11:42.846 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:42 smithi031 bash[21433]: audit 2024-03-21T22:11:41.902075+0000 mon.a (mon.0) 610 : audit [DBG] from='client.? 172.21.15.31:0/3882721491' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T22:11:43.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:42 smithi098 bash[22188]: audit 2024-03-21T22:11:41.902075+0000 mon.a (mon.0) 610 : audit [DBG] from='client.? 172.21.15.31:0/3882721491' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T22:11:43.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:42 smithi033 bash[22041]: audit 2024-03-21T22:11:41.902075+0000 mon.a (mon.0) 610 : audit [DBG] from='client.? 172.21.15.31:0/3882721491' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T22:11:44.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:43 smithi098 bash[22188]: cluster 2024-03-21T22:11:42.200845+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:11:44.096 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:43 smithi031 bash[21433]: cluster 2024-03-21T22:11:42.200845+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:11:44.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:43 smithi033 bash[22041]: cluster 2024-03-21T22:11:42.200845+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:11:45.299 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:44 smithi098 bash[22188]: audit 2024-03-21T22:11:43.924240+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:45.300 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:44 smithi098 bash[22188]: audit 2024-03-21T22:11:43.931893+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:45.300 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:44 smithi098 bash[22188]: audit 2024-03-21T22:11:43.941418+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:45.300 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:44 smithi098 bash[22188]: cluster 2024-03-21T22:11:44.201364+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:11:45.346 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:44 smithi031 bash[21433]: audit 2024-03-21T22:11:43.924240+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:45.346 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:44 smithi031 bash[21433]: audit 2024-03-21T22:11:43.931893+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:45.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:44 smithi031 bash[21433]: audit 2024-03-21T22:11:43.941418+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:45.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:44 smithi031 bash[21433]: cluster 2024-03-21T22:11:44.201364+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:11:45.357 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:44 smithi033 bash[22041]: audit 2024-03-21T22:11:43.924240+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:45.357 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:44 smithi033 bash[22041]: audit 2024-03-21T22:11:43.931893+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:45.357 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:44 smithi033 bash[22041]: audit 2024-03-21T22:11:43.941418+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:45.357 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:44 smithi033 bash[22041]: cluster 2024-03-21T22:11:44.201364+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:11:47.310 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T22:11:47.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:47 smithi098 bash[22188]: cluster 2024-03-21T22:11:46.201853+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:11:47.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:47 smithi031 bash[21433]: cluster 2024-03-21T22:11:46.201853+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:11:47.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:47 smithi033 bash[22041]: cluster 2024-03-21T22:11:46.201853+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:11:49.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:49 smithi098 bash[22188]: cluster 2024-03-21T22:11:48.202396+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:11:49.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:49 smithi031 bash[21433]: cluster 2024-03-21T22:11:48.202396+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:11:49.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:49 smithi033 bash[22041]: cluster 2024-03-21T22:11:48.202396+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:11:49.834 INFO:teuthology.orchestra.run.smithi031.stdout:pg_num: 1 2024-03-21T22:11:50.500 INFO:tasks.cephadm:Setting up client nodes... 2024-03-21T22:11:50.500 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-03-21T22:11:50.501 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-03-21T22:11:50.501 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell --fsid f7e76c80-e7ce-11ee-95cd-87774f69a715 -- ceph mgr dump --format=json 2024-03-21T22:11:50.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:50 smithi098 bash[22188]: audit 2024-03-21T22:11:49.835083+0000 mon.a (mon.0) 614 : audit [DBG] from='client.? 172.21.15.31:0/360410708' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-21T22:11:50.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:50 smithi031 bash[21433]: audit 2024-03-21T22:11:49.835083+0000 mon.a (mon.0) 614 : audit [DBG] from='client.? 172.21.15.31:0/360410708' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-21T22:11:50.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:50 smithi033 bash[22041]: audit 2024-03-21T22:11:49.835083+0000 mon.a (mon.0) 614 : audit [DBG] from='client.? 172.21.15.31:0/360410708' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-21T22:11:51.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:51 smithi098 bash[22188]: cluster 2024-03-21T22:11:50.202927+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:11:51.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:51 smithi031 bash[21433]: cluster 2024-03-21T22:11:50.202927+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:11:51.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:51 smithi033 bash[22041]: cluster 2024-03-21T22:11:50.202927+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:11:53.537 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:53 smithi098 bash[22188]: cluster 2024-03-21T22:11:52.203489+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:11:53.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:53 smithi031 bash[21433]: cluster 2024-03-21T22:11:52.203489+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:11:53.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:53 smithi033 bash[22041]: cluster 2024-03-21T22:11:52.203489+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:11:55.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:54 smithi098 bash[22188]: audit 2024-03-21T22:11:53.709224+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:55.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:54 smithi098 bash[22188]: audit 2024-03-21T22:11:53.718365+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:55.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:54 smithi098 bash[22188]: audit 2024-03-21T22:11:53.729416+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:55.096 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:54 smithi031 bash[21433]: audit 2024-03-21T22:11:53.709224+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:55.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:54 smithi031 bash[21433]: audit 2024-03-21T22:11:53.718365+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:55.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:54 smithi031 bash[21433]: audit 2024-03-21T22:11:53.729416+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:55.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:54 smithi033 bash[22041]: audit 2024-03-21T22:11:53.709224+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:55.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:54 smithi033 bash[22041]: audit 2024-03-21T22:11:53.718365+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:55.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:54 smithi033 bash[22041]: audit 2024-03-21T22:11:53.729416+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:11:55.231 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T22:11:55.985 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:55 smithi031 bash[21433]: cluster 2024-03-21T22:11:54.204042+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:11:56.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:55 smithi098 bash[22188]: cluster 2024-03-21T22:11:54.204042+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:11:56.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:55 smithi033 bash[22041]: cluster 2024-03-21T22:11:54.204042+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:11:57.030 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:56 smithi033 bash[22041]: cluster 2024-03-21T22:11:56.204582+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:11:57.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:56 smithi098 bash[22188]: cluster 2024-03-21T22:11:56.204582+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:11:57.096 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:56 smithi031 bash[21433]: cluster 2024-03-21T22:11:56.204582+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:11:58.955 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T22:11:59.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:59 smithi098 bash[22188]: cluster 2024-03-21T22:11:58.205103+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:11:59.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:11:59 smithi098 bash[22188]: audit 2024-03-21T22:11:58.946411+0000 mon.a (mon.0) 618 : audit [DBG] from='client.? 172.21.15.31:0/2253223634' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-21T22:11:59.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:59 smithi031 bash[21433]: cluster 2024-03-21T22:11:58.205103+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:11:59.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:11:59 smithi031 bash[21433]: audit 2024-03-21T22:11:58.946411+0000 mon.a (mon.0) 618 : audit [DBG] from='client.? 172.21.15.31:0/2253223634' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-21T22:11:59.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:59 smithi033 bash[22041]: cluster 2024-03-21T22:11:58.205103+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:11:59.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:11:59 smithi033 bash[22041]: audit 2024-03-21T22:11:58.946411+0000 mon.a (mon.0) 618 : audit [DBG] from='client.? 172.21.15.31:0/2253223634' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-21T22:11:59.863 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6800","nonce":1805360269},{"type":"v1","addr":"172.21.15.31:6801","nonce":1805360269}]},"active_addr":"172.21.15.31:6801/1805360269","active_change":"2024-03-21T22:06:42.028282+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24107,"name":"b","mgr_features":4540701547738038271,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.0.0","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.0.0","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.31:8443/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"reef":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"squid":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"last_failure_osd_epoch":3,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.31:0","nonce":428258488}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.31:0","nonce":2300706557}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.31:0","nonce":512495120}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.31:0","nonce":2958204030}]}]} 2024-03-21T22:11:59.869 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-03-21T22:11:59.869 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-03-21T22:11:59.869 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell --fsid f7e76c80-e7ce-11ee-95cd-87774f69a715 -- ceph osd dump --format=json 2024-03-21T22:12:01.299 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:00 smithi098 bash[22188]: audit 2024-03-21T22:11:59.861846+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:01.299 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:00 smithi098 bash[22188]: audit 2024-03-21T22:11:59.867257+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:01.299 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:00 smithi098 bash[22188]: audit 2024-03-21T22:11:59.872554+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:01.299 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:00 smithi098 bash[22188]: cluster 2024-03-21T22:12:00.205677+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:01.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:00 smithi031 bash[21433]: audit 2024-03-21T22:11:59.861846+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:01.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:00 smithi031 bash[21433]: audit 2024-03-21T22:11:59.867257+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:01.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:00 smithi031 bash[21433]: audit 2024-03-21T22:11:59.872554+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:01.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:00 smithi031 bash[21433]: cluster 2024-03-21T22:12:00.205677+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:01.357 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:00 smithi033 bash[22041]: audit 2024-03-21T22:11:59.861846+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:01.357 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:00 smithi033 bash[22041]: audit 2024-03-21T22:11:59.867257+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:01.357 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:00 smithi033 bash[22041]: audit 2024-03-21T22:11:59.872554+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:01.357 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:00 smithi033 bash[22041]: cluster 2024-03-21T22:12:00.205677+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:03.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:03 smithi098 bash[22188]: cluster 2024-03-21T22:12:02.206170+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:03.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:03 smithi031 bash[21433]: cluster 2024-03-21T22:12:02.206170+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:03.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:03 smithi033 bash[22041]: cluster 2024-03-21T22:12:02.206170+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:04.734 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T22:12:05.392 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:05 smithi098 bash[22188]: audit 2024-03-21T22:12:04.143464+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:05.393 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:05 smithi098 bash[22188]: audit 2024-03-21T22:12:04.152160+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:05.393 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:05 smithi098 bash[22188]: audit 2024-03-21T22:12:04.162444+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:05.393 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:05 smithi098 bash[22188]: cluster 2024-03-21T22:12:04.206797+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:05.397 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:05 smithi031 bash[21433]: audit 2024-03-21T22:12:04.143464+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:05.397 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:05 smithi031 bash[21433]: audit 2024-03-21T22:12:04.152160+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:05.397 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:05 smithi031 bash[21433]: audit 2024-03-21T22:12:04.162444+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:05.397 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:05 smithi031 bash[21433]: cluster 2024-03-21T22:12:04.206797+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:05.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:05 smithi033 bash[22041]: audit 2024-03-21T22:12:04.143464+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:05.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:05 smithi033 bash[22041]: audit 2024-03-21T22:12:04.152160+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:05.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:05 smithi033 bash[22041]: audit 2024-03-21T22:12:04.162444+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:05.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:05 smithi033 bash[22041]: cluster 2024-03-21T22:12:04.206797+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:07.191 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T22:12:07.191 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":21,"fsid":"f7e76c80-e7ce-11ee-95cd-87774f69a715","created":"2024-03-21T22:05:36.053557+0000","modified":"2024-03-21T22:11:27.003471+0000","last_up_change":"2024-03-21T22:11:23.990119+0000","last_in_change":"2024-03-21T22:10:57.978713+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-03-21T22:11:24.278893+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"88700c1c-3b3c-45f4-ba09-a3bd409a3e8f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6802","nonce":3089685094},{"type":"v1","addr":"172.21.15.31:6803","nonce":3089685094}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6804","nonce":3089685094},{"type":"v1","addr":"172.21.15.31:6805","nonce":3089685094}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6808","nonce":3089685094},{"type":"v1","addr":"172.21.15.31:6809","nonce":3089685094}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6806","nonce":3089685094},{"type":"v1","addr":"172.21.15.31:6807","nonce":3089685094}]},"public_addr":"172.21.15.31:6803/3089685094","cluster_addr":"172.21.15.31:6805/3089685094","heartbeat_back_addr":"172.21.15.31:6809/3089685094","heartbeat_front_addr":"172.21.15.31:6807/3089685094","state":["exists","up"]},{"osd":1,"uuid":"e32e4d5d-6ae7-4fc2-83d8-3f9bc08be740","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.33:6800","nonce":858049691},{"type":"v1","addr":"172.21.15.33:6801","nonce":858049691}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.33:6802","nonce":858049691},{"type":"v1","addr":"172.21.15.33:6803","nonce":858049691}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.33:6806","nonce":858049691},{"type":"v1","addr":"172.21.15.33:6807","nonce":858049691}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.33:6804","nonce":858049691},{"type":"v1","addr":"172.21.15.33:6805","nonce":858049691}]},"public_addr":"172.21.15.33:6801/858049691","cluster_addr":"172.21.15.33:6803/858049691","heartbeat_back_addr":"172.21.15.33:6807/858049691","heartbeat_front_addr":"172.21.15.33:6805/858049691","state":["exists","up"]},{"osd":2,"uuid":"b587360d-3935-44e6-ad67-0bd48c4c6c3f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6800","nonce":368348347},{"type":"v1","addr":"172.21.15.98:6801","nonce":368348347}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6802","nonce":368348347},{"type":"v1","addr":"172.21.15.98:6803","nonce":368348347}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6806","nonce":368348347},{"type":"v1","addr":"172.21.15.98:6807","nonce":368348347}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6804","nonce":368348347},{"type":"v1","addr":"172.21.15.98:6805","nonce":368348347}]},"public_addr":"172.21.15.98:6801/368348347","cluster_addr":"172.21.15.98:6803/368348347","heartbeat_back_addr":"172.21.15.98:6807/368348347","heartbeat_front_addr":"172.21.15.98:6805/368348347","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T22:09:36.914587+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T22:10:30.768802+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T22:11:21.679723+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.31:0/1591825048":"2024-03-22T22:06:42.028043+0000","172.21.15.31:0/661913686":"2024-03-22T22:06:42.028043+0000","172.21.15.31:6800/34988323":"2024-03-22T22:06:42.028043+0000","172.21.15.31:6801/1494803517":"2024-03-22T22:06:07.788275+0000","172.21.15.31:0/4200946925":"2024-03-22T22:06:07.788275+0000","172.21.15.31:6800/1494803517":"2024-03-22T22:06:07.788275+0000","172.21.15.31:6801/34988323":"2024-03-22T22:06:42.028043+0000","172.21.15.31:0/4054564197":"2024-03-22T22:06:07.788275+0000","172.21.15.31:0/2152092610":"2024-03-22T22:06:07.788275+0000","172.21.15.31:0/2438155042":"2024-03-22T22:06:42.028043+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-03-21T22:12:07.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:07 smithi098 bash[22188]: cluster 2024-03-21T22:12:06.207388+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:07.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:07 smithi098 bash[22188]: audit 2024-03-21T22:12:07.190994+0000 mon.a (mon.0) 625 : audit [DBG] from='client.? 172.21.15.31:0/137420727' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T22:12:07.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:07 smithi031 bash[21433]: cluster 2024-03-21T22:12:06.207388+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:07.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:07 smithi031 bash[21433]: audit 2024-03-21T22:12:07.190994+0000 mon.a (mon.0) 625 : audit [DBG] from='client.? 172.21.15.31:0/137420727' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T22:12:07.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:07 smithi033 bash[22041]: cluster 2024-03-21T22:12:06.207388+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:07.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:07 smithi033 bash[22041]: audit 2024-03-21T22:12:07.190994+0000 mon.a (mon.0) 625 : audit [DBG] from='client.? 172.21.15.31:0/137420727' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T22:12:07.809 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-03-21T22:12:07.809 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell --fsid f7e76c80-e7ce-11ee-95cd-87774f69a715 -- ceph osd dump --format=json 2024-03-21T22:12:09.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:09 smithi098 bash[22188]: cluster 2024-03-21T22:12:08.207957+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:09.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:09 smithi031 bash[21433]: cluster 2024-03-21T22:12:08.207957+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:09.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:09 smithi033 bash[22041]: cluster 2024-03-21T22:12:08.207957+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:11.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:11 smithi098 bash[22188]: cluster 2024-03-21T22:12:10.208516+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:11.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:11 smithi031 bash[21433]: cluster 2024-03-21T22:12:10.208516+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:11.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:11 smithi033 bash[22041]: cluster 2024-03-21T22:12:10.208516+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:12.535 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T22:12:13.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:13 smithi098 bash[22188]: cluster 2024-03-21T22:12:12.209050+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:13.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:13 smithi031 bash[21433]: cluster 2024-03-21T22:12:12.209050+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:13.606 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:13 smithi033 bash[22041]: cluster 2024-03-21T22:12:12.209050+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:15.014 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T22:12:15.014 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":21,"fsid":"f7e76c80-e7ce-11ee-95cd-87774f69a715","created":"2024-03-21T22:05:36.053557+0000","modified":"2024-03-21T22:11:27.003471+0000","last_up_change":"2024-03-21T22:11:23.990119+0000","last_in_change":"2024-03-21T22:10:57.978713+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-03-21T22:11:24.278893+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"88700c1c-3b3c-45f4-ba09-a3bd409a3e8f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6802","nonce":3089685094},{"type":"v1","addr":"172.21.15.31:6803","nonce":3089685094}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6804","nonce":3089685094},{"type":"v1","addr":"172.21.15.31:6805","nonce":3089685094}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6808","nonce":3089685094},{"type":"v1","addr":"172.21.15.31:6809","nonce":3089685094}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6806","nonce":3089685094},{"type":"v1","addr":"172.21.15.31:6807","nonce":3089685094}]},"public_addr":"172.21.15.31:6803/3089685094","cluster_addr":"172.21.15.31:6805/3089685094","heartbeat_back_addr":"172.21.15.31:6809/3089685094","heartbeat_front_addr":"172.21.15.31:6807/3089685094","state":["exists","up"]},{"osd":1,"uuid":"e32e4d5d-6ae7-4fc2-83d8-3f9bc08be740","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.33:6800","nonce":858049691},{"type":"v1","addr":"172.21.15.33:6801","nonce":858049691}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.33:6802","nonce":858049691},{"type":"v1","addr":"172.21.15.33:6803","nonce":858049691}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.33:6806","nonce":858049691},{"type":"v1","addr":"172.21.15.33:6807","nonce":858049691}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.33:6804","nonce":858049691},{"type":"v1","addr":"172.21.15.33:6805","nonce":858049691}]},"public_addr":"172.21.15.33:6801/858049691","cluster_addr":"172.21.15.33:6803/858049691","heartbeat_back_addr":"172.21.15.33:6807/858049691","heartbeat_front_addr":"172.21.15.33:6805/858049691","state":["exists","up"]},{"osd":2,"uuid":"b587360d-3935-44e6-ad67-0bd48c4c6c3f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6800","nonce":368348347},{"type":"v1","addr":"172.21.15.98:6801","nonce":368348347}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6802","nonce":368348347},{"type":"v1","addr":"172.21.15.98:6803","nonce":368348347}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6806","nonce":368348347},{"type":"v1","addr":"172.21.15.98:6807","nonce":368348347}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6804","nonce":368348347},{"type":"v1","addr":"172.21.15.98:6805","nonce":368348347}]},"public_addr":"172.21.15.98:6801/368348347","cluster_addr":"172.21.15.98:6803/368348347","heartbeat_back_addr":"172.21.15.98:6807/368348347","heartbeat_front_addr":"172.21.15.98:6805/368348347","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T22:09:36.914587+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T22:10:30.768802+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T22:11:21.679723+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.31:0/1591825048":"2024-03-22T22:06:42.028043+0000","172.21.15.31:0/661913686":"2024-03-22T22:06:42.028043+0000","172.21.15.31:6800/34988323":"2024-03-22T22:06:42.028043+0000","172.21.15.31:6801/1494803517":"2024-03-22T22:06:07.788275+0000","172.21.15.31:0/4200946925":"2024-03-22T22:06:07.788275+0000","172.21.15.31:6800/1494803517":"2024-03-22T22:06:07.788275+0000","172.21.15.31:6801/34988323":"2024-03-22T22:06:42.028043+0000","172.21.15.31:0/4054564197":"2024-03-22T22:06:07.788275+0000","172.21.15.31:0/2152092610":"2024-03-22T22:06:07.788275+0000","172.21.15.31:0/2438155042":"2024-03-22T22:06:42.028043+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-03-21T22:12:15.228 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:14 smithi031 bash[21433]: audit 2024-03-21T22:12:13.941945+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:15.228 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:14 smithi031 bash[21433]: audit 2024-03-21T22:12:13.950554+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:15.228 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:14 smithi031 bash[21433]: audit 2024-03-21T22:12:13.961290+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:15.228 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:14 smithi031 bash[21433]: cluster 2024-03-21T22:12:14.209758+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:15.299 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:14 smithi098 bash[22188]: audit 2024-03-21T22:12:13.941945+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:15.299 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:14 smithi098 bash[22188]: audit 2024-03-21T22:12:13.950554+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:15.299 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:14 smithi098 bash[22188]: audit 2024-03-21T22:12:13.961290+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:15.299 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:14 smithi098 bash[22188]: cluster 2024-03-21T22:12:14.209758+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:15.357 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:14 smithi033 bash[22041]: audit 2024-03-21T22:12:13.941945+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:15.357 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:14 smithi033 bash[22041]: audit 2024-03-21T22:12:13.950554+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:15.357 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:14 smithi033 bash[22041]: audit 2024-03-21T22:12:13.961290+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:15.357 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:14 smithi033 bash[22041]: cluster 2024-03-21T22:12:14.209758+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:15.687 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell --fsid f7e76c80-e7ce-11ee-95cd-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-03-21T22:12:15.688 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell --fsid f7e76c80-e7ce-11ee-95cd-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-03-21T22:12:15.688 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell --fsid f7e76c80-e7ce-11ee-95cd-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-03-21T22:12:16.238 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:15 smithi033 bash[22041]: audit 2024-03-21T22:12:15.014243+0000 mon.a (mon.0) 629 : audit [DBG] from='client.? 172.21.15.31:0/3533071237' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T22:12:16.299 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:15 smithi098 bash[22188]: audit 2024-03-21T22:12:15.014243+0000 mon.a (mon.0) 629 : audit [DBG] from='client.? 172.21.15.31:0/3533071237' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T22:12:16.346 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:15 smithi031 bash[21433]: audit 2024-03-21T22:12:15.014243+0000 mon.a (mon.0) 629 : audit [DBG] from='client.? 172.21.15.31:0/3533071237' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T22:12:17.233 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:16 smithi031 bash[21433]: cluster 2024-03-21T22:12:16.210267+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:17.271 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:16 smithi033 bash[22041]: cluster 2024-03-21T22:12:16.210267+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:17.299 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:16 smithi098 bash[22188]: cluster 2024-03-21T22:12:16.210267+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:19.528 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:19 smithi033 bash[22041]: cluster 2024-03-21T22:12:18.210701+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:19.548 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:19 smithi098 bash[22188]: cluster 2024-03-21T22:12:18.210701+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:19.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:19 smithi031 bash[21433]: cluster 2024-03-21T22:12:18.210701+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:21.269 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T22:12:21.270 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T22:12:21.270 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T22:12:21.299 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:21 smithi098 bash[22188]: audit 2024-03-21T22:12:20.044434+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:21.299 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:21 smithi098 bash[22188]: audit 2024-03-21T22:12:20.051702+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:21.299 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:21 smithi098 bash[22188]: audit 2024-03-21T22:12:20.059278+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:21.299 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:21 smithi098 bash[22188]: cluster 2024-03-21T22:12:20.211349+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:21.346 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:21 smithi031 bash[21433]: audit 2024-03-21T22:12:20.044434+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:21.346 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:21 smithi031 bash[21433]: audit 2024-03-21T22:12:20.051702+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:21.346 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:21 smithi031 bash[21433]: audit 2024-03-21T22:12:20.059278+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:21.346 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:21 smithi031 bash[21433]: cluster 2024-03-21T22:12:20.211349+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:21.357 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:21 smithi033 bash[22041]: audit 2024-03-21T22:12:20.044434+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:21.357 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:21 smithi033 bash[22041]: audit 2024-03-21T22:12:20.051702+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:21.357 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:21 smithi033 bash[22041]: audit 2024-03-21T22:12:20.059278+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:21.357 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:21 smithi033 bash[22041]: cluster 2024-03-21T22:12:20.211349+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:23.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:23 smithi098 bash[22188]: cluster 2024-03-21T22:12:22.211898+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:23.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:23 smithi031 bash[21433]: cluster 2024-03-21T22:12:22.211898+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:23.606 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:23 smithi033 bash[22041]: cluster 2024-03-21T22:12:22.211898+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:25.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:25 smithi098 bash[22188]: cluster 2024-03-21T22:12:24.212330+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:25.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:25 smithi098 bash[22188]: audit 2024-03-21T22:12:24.295261+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:25.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:25 smithi098 bash[22188]: audit 2024-03-21T22:12:24.299711+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:25.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:25 smithi098 bash[22188]: audit 2024-03-21T22:12:24.306114+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:25.559 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:25 smithi031 bash[21433]: cluster 2024-03-21T22:12:24.212330+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:25.559 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:25 smithi031 bash[21433]: audit 2024-03-21T22:12:24.295261+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:25.559 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:25 smithi031 bash[21433]: audit 2024-03-21T22:12:24.299711+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:25.559 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:25 smithi031 bash[21433]: audit 2024-03-21T22:12:24.306114+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:25.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:25 smithi033 bash[22041]: cluster 2024-03-21T22:12:24.212330+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:25.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:25 smithi033 bash[22041]: audit 2024-03-21T22:12:24.295261+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:25.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:25 smithi033 bash[22041]: audit 2024-03-21T22:12:24.299711+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:25.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:25 smithi033 bash[22041]: audit 2024-03-21T22:12:24.306114+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:26.859 INFO:teuthology.orchestra.run.smithi031.stdout:34359738404 2024-03-21T22:12:26.860 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell --fsid f7e76c80-e7ce-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-03-21T22:12:26.982 INFO:teuthology.orchestra.run.smithi031.stdout:77309411344 2024-03-21T22:12:26.982 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell --fsid f7e76c80-e7ce-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-03-21T22:12:27.181 INFO:teuthology.orchestra.run.smithi031.stdout:55834574874 2024-03-21T22:12:27.181 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell --fsid f7e76c80-e7ce-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-03-21T22:12:27.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:27 smithi098 bash[22188]: cluster 2024-03-21T22:12:26.212856+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:27.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:27 smithi031 bash[21433]: cluster 2024-03-21T22:12:26.212856+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:27.606 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:27 smithi033 bash[22041]: cluster 2024-03-21T22:12:26.212856+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:29.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:29 smithi031 bash[21433]: cluster 2024-03-21T22:12:28.213334+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:29.606 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:29 smithi033 bash[22041]: cluster 2024-03-21T22:12:28.213334+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:29.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:29 smithi098 bash[22188]: cluster 2024-03-21T22:12:28.213334+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:31.589 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T22:12:31.590 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T22:12:31.590 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T22:12:31.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:31 smithi031 bash[21433]: cluster 2024-03-21T22:12:30.213887+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:31.606 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:31 smithi033 bash[22041]: cluster 2024-03-21T22:12:30.213887+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:31.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:31 smithi098 bash[22188]: cluster 2024-03-21T22:12:30.213887+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:33.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:33 smithi031 bash[21433]: cluster 2024-03-21T22:12:32.214413+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:33.606 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:33 smithi033 bash[22041]: cluster 2024-03-21T22:12:32.214413+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:33.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:33 smithi098 bash[22188]: cluster 2024-03-21T22:12:32.214413+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:35.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:35 smithi098 bash[22188]: audit 2024-03-21T22:12:34.166326+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:35.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:35 smithi098 bash[22188]: audit 2024-03-21T22:12:34.172904+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:35.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:35 smithi098 bash[22188]: audit 2024-03-21T22:12:34.183616+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:35.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:35 smithi098 bash[22188]: cluster 2024-03-21T22:12:34.214974+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:35.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:35 smithi098 bash[22188]: audit 2024-03-21T22:12:34.314370+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:12:35.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:35 smithi098 bash[22188]: audit 2024-03-21T22:12:34.318913+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:12:35.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:35 smithi098 bash[22188]: audit 2024-03-21T22:12:34.320084+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:12:35.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:35 smithi098 bash[22188]: audit 2024-03-21T22:12:34.330103+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:35.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:35 smithi031 bash[21433]: audit 2024-03-21T22:12:34.166326+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:35.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:35 smithi031 bash[21433]: audit 2024-03-21T22:12:34.172904+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:35.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:35 smithi031 bash[21433]: audit 2024-03-21T22:12:34.183616+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:35.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:35 smithi031 bash[21433]: cluster 2024-03-21T22:12:34.214974+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:35.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:35 smithi031 bash[21433]: audit 2024-03-21T22:12:34.314370+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:12:35.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:35 smithi031 bash[21433]: audit 2024-03-21T22:12:34.318913+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:12:35.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:35 smithi031 bash[21433]: audit 2024-03-21T22:12:34.320084+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:12:35.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:35 smithi031 bash[21433]: audit 2024-03-21T22:12:34.330103+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:35.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:35 smithi033 bash[22041]: audit 2024-03-21T22:12:34.166326+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:35.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:35 smithi033 bash[22041]: audit 2024-03-21T22:12:34.172904+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:35.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:35 smithi033 bash[22041]: audit 2024-03-21T22:12:34.183616+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:35.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:35 smithi033 bash[22041]: cluster 2024-03-21T22:12:34.214974+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:35.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:35 smithi033 bash[22041]: audit 2024-03-21T22:12:34.314370+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:12:35.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:35 smithi033 bash[22041]: audit 2024-03-21T22:12:34.318913+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:12:35.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:35 smithi033 bash[22041]: audit 2024-03-21T22:12:34.320084+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:12:35.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:35 smithi033 bash[22041]: audit 2024-03-21T22:12:34.330103+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:36.166 INFO:teuthology.orchestra.run.smithi031.stdout:55834574876 2024-03-21T22:12:36.541 INFO:teuthology.orchestra.run.smithi031.stdout:77309411345 2024-03-21T22:12:36.548 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:36 smithi098 bash[22188]: audit 2024-03-21T22:12:36.166021+0000 mon.a (mon.0) 643 : audit [DBG] from='client.? 172.21.15.31:0/2407446219' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-21T22:12:36.554 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:36 smithi031 bash[21433]: audit 2024-03-21T22:12:36.166021+0000 mon.a (mon.0) 643 : audit [DBG] from='client.? 172.21.15.31:0/2407446219' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-21T22:12:36.606 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:36 smithi033 bash[22041]: audit 2024-03-21T22:12:36.166021+0000 mon.a (mon.0) 643 : audit [DBG] from='client.? 172.21.15.31:0/2407446219' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-21T22:12:36.618 INFO:teuthology.orchestra.run.smithi031.stdout:34359738406 2024-03-21T22:12:37.055 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574874 got 55834574876 for osd.1 2024-03-21T22:12:37.055 DEBUG:teuthology.parallel:result is None 2024-03-21T22:12:37.346 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:37 smithi031 bash[21433]: cluster 2024-03-21T22:12:36.215366+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:37.346 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:37 smithi031 bash[21433]: audit 2024-03-21T22:12:36.542806+0000 mon.a (mon.0) 644 : audit [DBG] from='client.? 172.21.15.31:0/1147593332' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-21T22:12:37.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:37 smithi031 bash[21433]: audit 2024-03-21T22:12:36.620645+0000 mon.a (mon.0) 645 : audit [DBG] from='client.? 172.21.15.31:0/3115063351' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-21T22:12:37.356 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:37 smithi033 bash[22041]: cluster 2024-03-21T22:12:36.215366+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:37.356 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:37 smithi033 bash[22041]: audit 2024-03-21T22:12:36.542806+0000 mon.a (mon.0) 644 : audit [DBG] from='client.? 172.21.15.31:0/1147593332' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-21T22:12:37.357 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:37 smithi033 bash[22041]: audit 2024-03-21T22:12:36.620645+0000 mon.a (mon.0) 645 : audit [DBG] from='client.? 172.21.15.31:0/3115063351' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-21T22:12:37.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:37 smithi098 bash[22188]: cluster 2024-03-21T22:12:36.215366+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:37.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:37 smithi098 bash[22188]: audit 2024-03-21T22:12:36.542806+0000 mon.a (mon.0) 644 : audit [DBG] from='client.? 172.21.15.31:0/1147593332' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-21T22:12:37.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:37 smithi098 bash[22188]: audit 2024-03-21T22:12:36.620645+0000 mon.a (mon.0) 645 : audit [DBG] from='client.? 172.21.15.31:0/3115063351' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-21T22:12:38.019 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411344 got 77309411345 for osd.2 2024-03-21T22:12:38.020 DEBUG:teuthology.parallel:result is None 2024-03-21T22:12:38.144 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738404 got 34359738406 for osd.0 2024-03-21T22:12:38.144 DEBUG:teuthology.parallel:result is None 2024-03-21T22:12:38.145 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-03-21T22:12:38.145 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell --fsid f7e76c80-e7ce-11ee-95cd-87774f69a715 -- ceph pg dump --format=json 2024-03-21T22:12:39.346 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:39 smithi031 bash[21433]: cluster 2024-03-21T22:12:38.215825+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:39.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:39 smithi098 bash[22188]: cluster 2024-03-21T22:12:38.215825+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:39.606 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:39 smithi033 bash[22041]: cluster 2024-03-21T22:12:38.215825+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:41.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:41 smithi098 bash[22188]: cluster 2024-03-21T22:12:40.216377+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:41.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:41 smithi098 bash[22188]: audit 2024-03-21T22:12:40.222883+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:41.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:41 smithi098 bash[22188]: audit 2024-03-21T22:12:40.228967+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:41.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:41 smithi098 bash[22188]: audit 2024-03-21T22:12:40.236756+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:41.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:41 smithi031 bash[21433]: cluster 2024-03-21T22:12:40.216377+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:41.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:41 smithi031 bash[21433]: audit 2024-03-21T22:12:40.222883+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:41.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:41 smithi031 bash[21433]: audit 2024-03-21T22:12:40.228967+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:41.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:41 smithi031 bash[21433]: audit 2024-03-21T22:12:40.236756+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:41.606 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:41 smithi033 bash[22041]: cluster 2024-03-21T22:12:40.216377+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:41.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:41 smithi033 bash[22041]: audit 2024-03-21T22:12:40.222883+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:41.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:41 smithi033 bash[22041]: audit 2024-03-21T22:12:40.228967+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:41.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:41 smithi033 bash[22041]: audit 2024-03-21T22:12:40.236756+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:43.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:43 smithi098 bash[22188]: cluster 2024-03-21T22:12:42.217025+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:43.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:43 smithi031 bash[21433]: cluster 2024-03-21T22:12:42.217025+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:43.606 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:43 smithi033 bash[22041]: cluster 2024-03-21T22:12:42.217025+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:43.890 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T22:12:45.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:45 smithi031 bash[21433]: cluster 2024-03-21T22:12:44.217708+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:45.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:45 smithi031 bash[21433]: audit 2024-03-21T22:12:44.490965+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:45.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:45 smithi031 bash[21433]: audit 2024-03-21T22:12:44.499577+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:45.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:45 smithi031 bash[21433]: audit 2024-03-21T22:12:44.510218+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:45.802 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:45 smithi098 bash[22188]: cluster 2024-03-21T22:12:44.217708+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:45.802 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:45 smithi098 bash[22188]: audit 2024-03-21T22:12:44.490965+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:45.802 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:45 smithi098 bash[22188]: audit 2024-03-21T22:12:44.499577+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:45.802 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:45 smithi098 bash[22188]: audit 2024-03-21T22:12:44.510218+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:45.856 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:45 smithi033 bash[22041]: cluster 2024-03-21T22:12:44.217708+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:45.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:45 smithi033 bash[22041]: audit 2024-03-21T22:12:44.490965+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:45.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:45 smithi033 bash[22041]: audit 2024-03-21T22:12:44.499577+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:45.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:45 smithi033 bash[22041]: audit 2024-03-21T22:12:44.510218+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:46.293 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T22:12:46.296 INFO:teuthology.orchestra.run.smithi031.stderr:dumped all 2024-03-21T22:12:46.900 INFO:teuthology.orchestra.run.smithi031.stdout:{"pg_ready":true,"pg_map":{"version":197,"stamp":"2024-03-21T22:12:46.217990+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":93520,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":89339,"kb_avail":281141936,"statfs":{"total":287985106944,"available":287889342464,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":91483471},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.003266"},"pg_stats":[{"pgid":"1.0","version":"20'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-03-21T22:11:27.010507+0000","last_change":"2024-03-21T22:11:26.014830+0000","last_active":"2024-03-21T22:11:27.010507+0000","last_peered":"2024-03-21T22:11:27.010507+0000","last_clean":"2024-03-21T22:11:27.010507+0000","last_became_active":"2024-03-21T22:11:26.012659+0000","last_became_peered":"2024-03-21T22:11:26.012659+0000","last_unstale":"2024-03-21T22:11:27.010507+0000","last_undegraded":"2024-03-21T22:11:27.010507+0000","last_fullsized":"2024-03-21T22:11:27.010507+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-21T22:11:24.992504+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-21T22:11:24.992504+0000","last_clean_scrub_stamp":"2024-03-21T22:11:24.992504+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-03-23T08:13:33.243250+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411348,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32560,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712592,"statfs":{"total":95995035648,"available":95961694208,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738408,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28400,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716752,"statfs":{"total":95995035648,"available":95965954048,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574878,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32560,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712592,"statfs":{"total":95995035648,"available":95961694208,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-03-21T22:12:46.900 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell --fsid f7e76c80-e7ce-11ee-95cd-87774f69a715 -- ceph pg dump --format=json 2024-03-21T22:12:47.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:47 smithi098 bash[22188]: cluster 2024-03-21T22:12:46.218216+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:47.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:47 smithi098 bash[22188]: audit 2024-03-21T22:12:46.294705+0000 mgr.a (mgr.14152) 253 : audit [DBG] from='client.14355 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T22:12:47.846 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:47 smithi031 bash[21433]: cluster 2024-03-21T22:12:46.218216+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:47.846 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:47 smithi031 bash[21433]: audit 2024-03-21T22:12:46.294705+0000 mgr.a (mgr.14152) 253 : audit [DBG] from='client.14355 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T22:12:47.856 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:47 smithi033 bash[22041]: cluster 2024-03-21T22:12:46.218216+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:47.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:47 smithi033 bash[22041]: audit 2024-03-21T22:12:46.294705+0000 mgr.a (mgr.14152) 253 : audit [DBG] from='client.14355 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T22:12:49.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:49 smithi098 bash[22188]: cluster 2024-03-21T22:12:48.218729+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:49.846 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:49 smithi031 bash[21433]: cluster 2024-03-21T22:12:48.218729+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:49.856 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:49 smithi033 bash[22041]: cluster 2024-03-21T22:12:48.218729+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:51.621 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T22:12:51.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:51 smithi098 bash[22188]: cluster 2024-03-21T22:12:50.219208+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:51.846 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:51 smithi031 bash[21433]: cluster 2024-03-21T22:12:50.219208+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:51.856 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:51 smithi033 bash[22041]: cluster 2024-03-21T22:12:50.219208+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:53.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:53 smithi098 bash[22188]: cluster 2024-03-21T22:12:52.219762+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:53.846 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:53 smithi031 bash[21433]: cluster 2024-03-21T22:12:52.219762+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:53.856 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:53 smithi033 bash[22041]: cluster 2024-03-21T22:12:52.219762+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:54.071 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T22:12:54.074 INFO:teuthology.orchestra.run.smithi031.stderr:dumped all 2024-03-21T22:12:54.662 INFO:teuthology.orchestra.run.smithi031.stdout:{"pg_ready":true,"pg_map":{"version":200,"stamp":"2024-03-21T22:12:52.219513+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":93520,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":89339,"kb_avail":281141936,"statfs":{"total":287985106944,"available":287889342464,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":91483471},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.003396"},"pg_stats":[{"pgid":"1.0","version":"20'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-03-21T22:11:27.010507+0000","last_change":"2024-03-21T22:11:26.014830+0000","last_active":"2024-03-21T22:11:27.010507+0000","last_peered":"2024-03-21T22:11:27.010507+0000","last_clean":"2024-03-21T22:11:27.010507+0000","last_became_active":"2024-03-21T22:11:26.012659+0000","last_became_peered":"2024-03-21T22:11:26.012659+0000","last_unstale":"2024-03-21T22:11:27.010507+0000","last_undegraded":"2024-03-21T22:11:27.010507+0000","last_fullsized":"2024-03-21T22:11:27.010507+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-21T22:11:24.992504+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-21T22:11:24.992504+0000","last_clean_scrub_stamp":"2024-03-21T22:11:24.992504+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-03-23T08:13:33.243250+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411349,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32560,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712592,"statfs":{"total":95995035648,"available":95961694208,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738409,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28400,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716752,"statfs":{"total":95995035648,"available":95965954048,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574879,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32560,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712592,"statfs":{"total":95995035648,"available":95961694208,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-03-21T22:12:54.662 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-03-21T22:12:54.662 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-03-21T22:12:54.663 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-03-21T22:12:54.663 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell --fsid f7e76c80-e7ce-11ee-95cd-87774f69a715 -- ceph health --format=json 2024-03-21T22:12:55.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:55 smithi098 bash[22188]: audit 2024-03-21T22:12:54.071961+0000 mgr.a (mgr.14152) 257 : audit [DBG] from='client.14361 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T22:12:55.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:55 smithi098 bash[22188]: cluster 2024-03-21T22:12:54.220326+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:55.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:55 smithi098 bash[22188]: audit 2024-03-21T22:12:54.388758+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:55.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:55 smithi098 bash[22188]: audit 2024-03-21T22:12:54.397471+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:55.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:55 smithi098 bash[22188]: audit 2024-03-21T22:12:54.407612+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:55.846 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:55 smithi031 bash[21433]: audit 2024-03-21T22:12:54.071961+0000 mgr.a (mgr.14152) 257 : audit [DBG] from='client.14361 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T22:12:55.846 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:55 smithi031 bash[21433]: cluster 2024-03-21T22:12:54.220326+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:55.846 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:55 smithi031 bash[21433]: audit 2024-03-21T22:12:54.388758+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:55.846 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:55 smithi031 bash[21433]: audit 2024-03-21T22:12:54.397471+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:55.847 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:55 smithi031 bash[21433]: audit 2024-03-21T22:12:54.407612+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:55.856 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:55 smithi033 bash[22041]: audit 2024-03-21T22:12:54.071961+0000 mgr.a (mgr.14152) 257 : audit [DBG] from='client.14361 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T22:12:55.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:55 smithi033 bash[22041]: cluster 2024-03-21T22:12:54.220326+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:55.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:55 smithi033 bash[22041]: audit 2024-03-21T22:12:54.388758+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:55.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:55 smithi033 bash[22041]: audit 2024-03-21T22:12:54.397471+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:55.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:55 smithi033 bash[22041]: audit 2024-03-21T22:12:54.407612+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:12:57.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:57 smithi031 bash[21433]: cluster 2024-03-21T22:12:56.220843+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:57.748 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:57 smithi033 bash[22041]: cluster 2024-03-21T22:12:56.220843+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:57.798 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:57 smithi098 bash[22188]: cluster 2024-03-21T22:12:56.220843+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:59.387 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T22:12:59.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:12:59 smithi031 bash[21433]: cluster 2024-03-21T22:12:58.221317+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:59.606 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:12:59 smithi033 bash[22041]: cluster 2024-03-21T22:12:58.221317+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:12:59.798 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:12:59 smithi098 bash[22188]: cluster 2024-03-21T22:12:58.221317+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:13:01.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:01 smithi098 bash[22188]: cluster 2024-03-21T22:13:00.221794+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:13:01.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:01 smithi098 bash[22188]: audit 2024-03-21T22:13:00.440522+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:13:01.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:01 smithi098 bash[22188]: audit 2024-03-21T22:13:00.449552+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:13:01.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:01 smithi098 bash[22188]: audit 2024-03-21T22:13:00.460142+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:13:01.846 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:01 smithi031 bash[21433]: cluster 2024-03-21T22:13:00.221794+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:13:01.846 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:01 smithi031 bash[21433]: audit 2024-03-21T22:13:00.440522+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:13:01.846 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:01 smithi031 bash[21433]: audit 2024-03-21T22:13:00.449552+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:13:01.846 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:01 smithi031 bash[21433]: audit 2024-03-21T22:13:00.460142+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:13:01.856 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:01 smithi033 bash[22041]: cluster 2024-03-21T22:13:00.221794+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:13:01.856 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:01 smithi033 bash[22041]: audit 2024-03-21T22:13:00.440522+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:13:01.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:01 smithi033 bash[22041]: audit 2024-03-21T22:13:00.449552+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:13:01.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:01 smithi033 bash[22041]: audit 2024-03-21T22:13:00.460142+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:13:02.072 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-03-21T22:13:02.072 INFO:teuthology.orchestra.run.smithi031.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-03-21T22:13:02.744 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:02 smithi031 bash[21433]: audit 2024-03-21T22:13:02.073952+0000 mon.a (mon.0) 658 : audit [DBG] from='client.? 172.21.15.31:0/3521325785' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-21T22:13:02.745 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-03-21T22:13:02.746 INFO:tasks.cephadm:Setup complete, yielding 2024-03-21T22:13:02.746 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-21T22:13:02.755 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi031.front.sepia.ceph.com 2024-03-21T22:13:02.755 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f7e76c80-e7ce-11ee-95cd-87774f69a715 -- bash -c 'ceph mgr module enable rgw' 2024-03-21T22:13:02.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:02 smithi098 bash[22188]: audit 2024-03-21T22:13:02.073952+0000 mon.a (mon.0) 658 : audit [DBG] from='client.? 172.21.15.31:0/3521325785' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-21T22:13:02.857 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:02 smithi033 bash[22041]: audit 2024-03-21T22:13:02.073952+0000 mon.a (mon.0) 658 : audit [DBG] from='client.? 172.21.15.31:0/3521325785' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-21T22:13:03.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:03 smithi098 bash[22188]: cluster 2024-03-21T22:13:02.222210+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:13:03.846 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:03 smithi031 bash[21433]: cluster 2024-03-21T22:13:02.222210+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:13:03.856 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:03 smithi033 bash[22041]: cluster 2024-03-21T22:13:02.222210+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:13:05.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:05 smithi098 bash[22188]: cluster 2024-03-21T22:13:04.222778+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:13:05.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:05 smithi098 bash[22188]: audit 2024-03-21T22:13:04.638685+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:13:05.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:05 smithi098 bash[22188]: audit 2024-03-21T22:13:04.643255+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:13:05.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:05 smithi098 bash[22188]: audit 2024-03-21T22:13:04.651718+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:13:06.096 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:05 smithi031 bash[21433]: cluster 2024-03-21T22:13:04.222778+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:13:06.096 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:05 smithi031 bash[21433]: audit 2024-03-21T22:13:04.638685+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:13:06.096 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:05 smithi031 bash[21433]: audit 2024-03-21T22:13:04.643255+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:13:06.096 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:05 smithi031 bash[21433]: audit 2024-03-21T22:13:04.651718+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:13:06.106 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:05 smithi033 bash[22041]: cluster 2024-03-21T22:13:04.222778+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:13:06.106 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:05 smithi033 bash[22041]: audit 2024-03-21T22:13:04.638685+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:13:06.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:05 smithi033 bash[22041]: audit 2024-03-21T22:13:04.643255+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:13:06.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:05 smithi033 bash[22041]: audit 2024-03-21T22:13:04.651718+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.31:0/2625325025' entity='mgr.a' 2024-03-21T22:13:06.500 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T22:13:07.846 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:07 smithi031 bash[21433]: cluster 2024-03-21T22:13:06.223318+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:13:08.048 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:07 smithi098 bash[22188]: cluster 2024-03-21T22:13:06.223318+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:13:08.106 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:07 smithi033 bash[22041]: cluster 2024-03-21T22:13:06.223318+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:13:10.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:09 smithi098 bash[22188]: cluster 2024-03-21T22:13:08.223947+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:13:10.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:09 smithi098 bash[22188]: audit 2024-03-21T22:13:09.118878+0000 mon.a (mon.0) 662 : audit [INF] from='client.? 172.21.15.31:0/3906245056' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-03-21T22:13:10.096 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:13:09 smithi031 bash[21687]: ignoring --setuser ceph since I am not root 2024-03-21T22:13:10.096 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:13:09 smithi031 bash[21687]: ignoring --setgroup ceph since I am not root 2024-03-21T22:13:10.096 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:13:09 smithi031 bash[21687]: debug 2024-03-21T22:13:09.859+0000 7f62bbeda200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T22:13:10.096 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:09 smithi031 bash[21433]: cluster 2024-03-21T22:13:08.223947+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:13:10.096 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:09 smithi031 bash[21433]: audit 2024-03-21T22:13:09.118878+0000 mon.a (mon.0) 662 : audit [INF] from='client.? 172.21.15.31:0/3906245056' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-03-21T22:13:10.106 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:09 smithi033 bash[22041]: cluster 2024-03-21T22:13:08.223947+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:13:10.106 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:09 smithi033 bash[22041]: audit 2024-03-21T22:13:09.118878+0000 mon.a (mon.0) 662 : audit [INF] from='client.? 172.21.15.31:0/3906245056' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-03-21T22:13:10.106 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:13:09 smithi033 bash[23140]: ignoring --setuser ceph since I am not root 2024-03-21T22:13:10.107 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:13:09 smithi033 bash[23140]: ignoring --setgroup ceph since I am not root 2024-03-21T22:13:10.107 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:13:09 smithi033 bash[23140]: debug 2024-03-21T22:13:09.858+0000 7fd5cede1200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T22:13:10.357 INFO:teuthology.run_tasks:Running task rgw_module.apply... 2024-03-21T22:13:10.370 INFO:tasks.rgw_module:Applying spec(s): rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 2024-03-21T22:13:10.370 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f7e76c80-e7ce-11ee-95cd-87774f69a715 -- ceph rgw realm bootstrap -i - 2024-03-21T22:13:11.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:10 smithi098 bash[22188]: audit 2024-03-21T22:13:09.649877+0000 mon.a (mon.0) 663 : audit [INF] from='client.? 172.21.15.31:0/3906245056' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-03-21T22:13:11.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:10 smithi098 bash[22188]: cluster 2024-03-21T22:13:09.661172+0000 mon.a (mon.0) 664 : cluster [DBG] mgrmap e16: a(active, since 6m), standbys: b 2024-03-21T22:13:11.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:10 smithi031 bash[21433]: audit 2024-03-21T22:13:09.649877+0000 mon.a (mon.0) 663 : audit [INF] from='client.? 172.21.15.31:0/3906245056' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-03-21T22:13:11.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:10 smithi031 bash[21433]: cluster 2024-03-21T22:13:09.661172+0000 mon.a (mon.0) 664 : cluster [DBG] mgrmap e16: a(active, since 6m), standbys: b 2024-03-21T22:13:11.106 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:10 smithi033 bash[22041]: audit 2024-03-21T22:13:09.649877+0000 mon.a (mon.0) 663 : audit [INF] from='client.? 172.21.15.31:0/3906245056' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-03-21T22:13:11.106 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:10 smithi033 bash[22041]: cluster 2024-03-21T22:13:09.661172+0000 mon.a (mon.0) 664 : cluster [DBG] mgrmap e16: a(active, since 6m), standbys: b 2024-03-21T22:13:11.843 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:13:11 smithi031 bash[21687]: debug 2024-03-21T22:13:11.483+0000 7f62bbeda200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T22:13:11.843 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:13:11 smithi031 bash[21687]: debug 2024-03-21T22:13:11.583+0000 7f62bbeda200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T22:13:11.843 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:13:11 smithi031 bash[21687]: debug 2024-03-21T22:13:11.839+0000 7f62bbeda200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T22:13:11.849 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:13:11 smithi033 bash[23140]: debug 2024-03-21T22:13:11.490+0000 7fd5cede1200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T22:13:11.849 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:13:11 smithi033 bash[23140]: debug 2024-03-21T22:13:11.590+0000 7fd5cede1200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T22:13:11.850 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:13:11 smithi033 bash[23140]: debug 2024-03-21T22:13:11.846+0000 7fd5cede1200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T22:13:13.096 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:13:12 smithi031 bash[21687]: debug 2024-03-21T22:13:12.667+0000 7f62bbeda200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T22:13:13.096 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:13:12 smithi031 bash[21687]: debug 2024-03-21T22:13:12.779+0000 7f62bbeda200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T22:13:13.096 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:13:12 smithi031 bash[21687]: debug 2024-03-21T22:13:12.891+0000 7f62bbeda200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T22:13:13.106 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:13:12 smithi033 bash[23140]: debug 2024-03-21T22:13:12.670+0000 7fd5cede1200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T22:13:13.106 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:13:12 smithi033 bash[23140]: debug 2024-03-21T22:13:12.786+0000 7fd5cede1200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T22:13:13.106 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:13:12 smithi033 bash[23140]: debug 2024-03-21T22:13:12.894+0000 7fd5cede1200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T22:13:13.596 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:13:13 smithi031 bash[21687]: debug 2024-03-21T22:13:13.255+0000 7f62bbeda200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-21T22:13:13.596 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:13:13 smithi031 bash[21687]: debug 2024-03-21T22:13:13.375+0000 7f62bbeda200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T22:13:13.596 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:13:13 smithi031 bash[21687]: debug 2024-03-21T22:13:13.483+0000 7f62bbeda200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T22:13:13.606 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:13:13 smithi033 bash[23140]: debug 2024-03-21T22:13:13.262+0000 7fd5cede1200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-21T22:13:13.606 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:13:13 smithi033 bash[23140]: debug 2024-03-21T22:13:13.378+0000 7fd5cede1200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T22:13:13.606 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:13:13 smithi033 bash[23140]: debug 2024-03-21T22:13:13.490+0000 7fd5cede1200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T22:13:14.346 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:13:13 smithi031 bash[21687]: debug 2024-03-21T22:13:13.859+0000 7f62bbeda200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T22:13:14.346 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:13:14 smithi031 bash[21687]: debug 2024-03-21T22:13:14.103+0000 7f62bbeda200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T22:13:14.356 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:13:13 smithi033 bash[23140]: debug 2024-03-21T22:13:13.862+0000 7fd5cede1200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T22:13:14.356 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:13:14 smithi033 bash[23140]: debug 2024-03-21T22:13:14.106+0000 7fd5cede1200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T22:13:14.786 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:13:14 smithi031 bash[21687]: debug 2024-03-21T22:13:14.379+0000 7f62bbeda200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T22:13:14.786 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:13:14 smithi031 bash[21687]: debug 2024-03-21T22:13:14.499+0000 7f62bbeda200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T22:13:14.786 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:13:14 smithi033 bash[23140]: debug 2024-03-21T22:13:14.378+0000 7fd5cede1200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T22:13:14.786 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:13:14 smithi033 bash[23140]: debug 2024-03-21T22:13:14.498+0000 7fd5cede1200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T22:13:15.079 INFO:teuthology.orchestra.run.smithi031.stdout:Inferring config /var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T22:13:15.095 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:13:14 smithi031 bash[21687]: debug 2024-03-21T22:13:14.783+0000 7f62bbeda200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T22:13:15.466 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:13:15 smithi031 bash[21687]: debug 2024-03-21T22:13:15.215+0000 7f62bbeda200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T22:13:15.598 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:13:14 smithi033 bash[23140]: debug 2024-03-21T22:13:14.782+0000 7fd5cede1200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T22:13:15.598 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:13:15 smithi033 bash[23140]: debug 2024-03-21T22:13:15.222+0000 7fd5cede1200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T22:13:15.598 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:13:15 smithi033 bash[23140]: debug 2024-03-21T22:13:15.470+0000 7fd5cede1200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T22:13:15.598 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:13:15 smithi033 bash[23140]: debug 2024-03-21T22:13:15.594+0000 7fd5cede1200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T22:13:15.846 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:13:15 smithi031 bash[21687]: debug 2024-03-21T22:13:15.463+0000 7f62bbeda200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T22:13:15.846 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:13:15 smithi031 bash[21687]: debug 2024-03-21T22:13:15.587+0000 7f62bbeda200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T22:13:16.184 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:13:15 smithi031 bash[21687]: debug 2024-03-21T22:13:15.851+0000 7f62bbeda200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T22:13:16.356 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:13:15 smithi033 bash[23140]: debug 2024-03-21T22:13:15.854+0000 7fd5cede1200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T22:13:17.035 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:13:16 smithi031 bash[21687]: debug 2024-03-21T22:13:16.911+0000 7f62bbeda200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T22:13:17.292 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:13:17 smithi031 bash[21687]: debug 2024-03-21T22:13:17.031+0000 7f62bbeda200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T22:13:17.334 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:13:16 smithi033 bash[23140]: debug 2024-03-21T22:13:16.902+0000 7fd5cede1200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T22:13:17.334 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:13:17 smithi033 bash[23140]: debug 2024-03-21T22:13:17.022+0000 7fd5cede1200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T22:13:17.335 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:13:17 smithi033 bash[23140]: debug 2024-03-21T22:13:17.330+0000 7fd5cede1200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T22:13:17.596 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:13:17 smithi031 bash[21687]: debug 2024-03-21T22:13:17.351+0000 7f62bbeda200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T22:13:17.596 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:13:17 smithi031 bash[21687]: debug 2024-03-21T22:13:17.483+0000 7f62bbeda200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T22:13:17.606 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:13:17 smithi033 bash[23140]: debug 2024-03-21T22:13:17.446+0000 7fd5cede1200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T22:13:18.285 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:13:18 smithi031 bash[21687]: debug 2024-03-21T22:13:17.963+0000 7f62bbeda200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T22:13:18.286 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:13:18 smithi031 bash[21687]: debug 2024-03-21T22:13:18.095+0000 7f62bbeda200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T22:13:18.286 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:18 smithi031 bash[21433]: cluster 2024-03-21T22:13:18.073400+0000 mon.a (mon.0) 665 : cluster [DBG] Standby manager daemon b restarted 2024-03-21T22:13:18.286 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:18 smithi031 bash[21433]: cluster 2024-03-21T22:13:18.073567+0000 mon.a (mon.0) 666 : cluster [DBG] Standby manager daemon b started 2024-03-21T22:13:18.286 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:18 smithi031 bash[21433]: audit 2024-03-21T22:13:18.074042+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.33:0/3658994606' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-21T22:13:18.286 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:18 smithi031 bash[21433]: audit 2024-03-21T22:13:18.074548+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.33:0/3658994606' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T22:13:18.286 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:18 smithi031 bash[21433]: audit 2024-03-21T22:13:18.075862+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.33:0/3658994606' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-21T22:13:18.286 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:18 smithi031 bash[21433]: audit 2024-03-21T22:13:18.076341+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.33:0/3658994606' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T22:13:18.287 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:18 smithi031 bash[21433]: cluster 2024-03-21T22:13:18.119261+0000 mon.a (mon.0) 667 : cluster [INF] Active manager daemon a restarted 2024-03-21T22:13:18.287 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:18 smithi031 bash[21433]: cluster 2024-03-21T22:13:18.119887+0000 mon.a (mon.0) 668 : cluster [INF] Activating manager daemon a 2024-03-21T22:13:18.288 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:13:17 smithi033 bash[23140]: debug 2024-03-21T22:13:17.918+0000 7fd5cede1200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T22:13:18.288 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:13:18 smithi033 bash[23140]: debug 2024-03-21T22:13:18.046+0000 7fd5cede1200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T22:13:18.288 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:18 smithi033 bash[22041]: cluster 2024-03-21T22:13:18.073400+0000 mon.a (mon.0) 665 : cluster [DBG] Standby manager daemon b restarted 2024-03-21T22:13:18.288 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:18 smithi033 bash[22041]: cluster 2024-03-21T22:13:18.073567+0000 mon.a (mon.0) 666 : cluster [DBG] Standby manager daemon b started 2024-03-21T22:13:18.289 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:18 smithi033 bash[22041]: audit 2024-03-21T22:13:18.074042+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.33:0/3658994606' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-21T22:13:18.289 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:18 smithi033 bash[22041]: audit 2024-03-21T22:13:18.074548+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.33:0/3658994606' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T22:13:18.289 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:18 smithi033 bash[22041]: audit 2024-03-21T22:13:18.075862+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.33:0/3658994606' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-21T22:13:18.289 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:18 smithi033 bash[22041]: audit 2024-03-21T22:13:18.076341+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.33:0/3658994606' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T22:13:18.289 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:18 smithi033 bash[22041]: cluster 2024-03-21T22:13:18.119261+0000 mon.a (mon.0) 667 : cluster [INF] Active manager daemon a restarted 2024-03-21T22:13:18.289 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:18 smithi033 bash[22041]: cluster 2024-03-21T22:13:18.119887+0000 mon.a (mon.0) 668 : cluster [INF] Activating manager daemon a 2024-03-21T22:13:18.433 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:18 smithi098 bash[22188]: cluster 2024-03-21T22:13:18.073400+0000 mon.a (mon.0) 665 : cluster [DBG] Standby manager daemon b restarted 2024-03-21T22:13:18.433 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:18 smithi098 bash[22188]: cluster 2024-03-21T22:13:18.073567+0000 mon.a (mon.0) 666 : cluster [DBG] Standby manager daemon b started 2024-03-21T22:13:18.433 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:18 smithi098 bash[22188]: audit 2024-03-21T22:13:18.074042+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.33:0/3658994606' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-21T22:13:18.433 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:18 smithi098 bash[22188]: audit 2024-03-21T22:13:18.074548+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.33:0/3658994606' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T22:13:18.433 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:18 smithi098 bash[22188]: audit 2024-03-21T22:13:18.075862+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.33:0/3658994606' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-21T22:13:18.433 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:18 smithi098 bash[22188]: audit 2024-03-21T22:13:18.076341+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.33:0/3658994606' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T22:13:18.434 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:18 smithi098 bash[22188]: cluster 2024-03-21T22:13:18.119261+0000 mon.a (mon.0) 667 : cluster [INF] Active manager daemon a restarted 2024-03-21T22:13:18.434 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:18 smithi098 bash[22188]: cluster 2024-03-21T22:13:18.119887+0000 mon.a (mon.0) 668 : cluster [INF] Activating manager daemon a 2024-03-21T22:13:19.356 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:19 smithi033 bash[22041]: cluster 2024-03-21T22:13:18.131933+0000 mon.a (mon.0) 669 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-21T22:13:19.357 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:19 smithi033 bash[22041]: cluster 2024-03-21T22:13:18.132432+0000 mon.a (mon.0) 670 : cluster [DBG] mgrmap e17: a(active, starting, since 0.0128086s), standbys: b 2024-03-21T22:13:19.357 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:19 smithi033 bash[22041]: audit 2024-03-21T22:13:18.137653+0000 mon.a (mon.0) 671 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T22:13:19.357 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:19 smithi033 bash[22041]: audit 2024-03-21T22:13:18.137930+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T22:13:19.357 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:19 smithi033 bash[22041]: audit 2024-03-21T22:13:18.138089+0000 mon.a (mon.0) 673 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T22:13:19.357 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:19 smithi033 bash[22041]: audit 2024-03-21T22:13:18.138272+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-21T22:13:19.357 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:19 smithi033 bash[22041]: audit 2024-03-21T22:13:18.138592+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-21T22:13:19.358 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:19 smithi033 bash[22041]: audit 2024-03-21T22:13:18.138827+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T22:13:19.358 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:19 smithi033 bash[22041]: audit 2024-03-21T22:13:18.139162+0000 mon.a (mon.0) 677 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T22:13:19.359 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:19 smithi033 bash[22041]: audit 2024-03-21T22:13:18.139485+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T22:13:19.359 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:19 smithi033 bash[22041]: audit 2024-03-21T22:13:18.139833+0000 mon.a (mon.0) 679 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T22:13:19.359 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:19 smithi033 bash[22041]: audit 2024-03-21T22:13:18.140036+0000 mon.a (mon.0) 680 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T22:13:19.359 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:19 smithi033 bash[22041]: audit 2024-03-21T22:13:18.140465+0000 mon.a (mon.0) 681 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T22:13:19.359 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:19 smithi033 bash[22041]: cluster 2024-03-21T22:13:18.167315+0000 mon.a (mon.0) 682 : cluster [INF] Manager daemon a is now available 2024-03-21T22:13:19.360 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:19 smithi033 bash[22041]: audit 2024-03-21T22:13:18.197711+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:19.360 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:19 smithi033 bash[22041]: audit 2024-03-21T22:13:18.201166+0000 mon.a (mon.0) 684 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:13:19.360 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:19 smithi033 bash[22041]: audit 2024-03-21T22:13:18.206264+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi033", "name": "osd_memory_target"}]: dispatch 2024-03-21T22:13:19.360 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:19 smithi033 bash[22041]: audit 2024-03-21T22:13:18.206775+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi031", "name": "osd_memory_target"}]: dispatch 2024-03-21T22:13:19.360 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:19 smithi033 bash[22041]: audit 2024-03-21T22:13:18.209400+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi033", "name": "osd_memory_target"}]': finished 2024-03-21T22:13:19.360 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:19 smithi033 bash[22041]: audit 2024-03-21T22:13:18.210788+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi098", "name": "osd_memory_target"}]: dispatch 2024-03-21T22:13:19.361 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:19 smithi033 bash[22041]: audit 2024-03-21T22:13:18.215324+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi098", "name": "osd_memory_target"}]': finished 2024-03-21T22:13:19.361 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:19 smithi033 bash[22041]: audit 2024-03-21T22:13:18.217421+0000 mon.a (mon.0) 690 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:13:19.361 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:19 smithi033 bash[22041]: audit 2024-03-21T22:13:18.218368+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:13:19.361 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:19 smithi033 bash[22041]: cephadm 2024-03-21T22:13:18.220942+0000 mgr.a (mgr.14385) 1 : cephadm [INF] Updating smithi031:/etc/ceph/ceph.conf 2024-03-21T22:13:19.361 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:19 smithi033 bash[22041]: cephadm 2024-03-21T22:13:18.221613+0000 mgr.a (mgr.14385) 2 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.conf 2024-03-21T22:13:19.361 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:19 smithi033 bash[22041]: cephadm 2024-03-21T22:13:18.222170+0000 mgr.a (mgr.14385) 3 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2024-03-21T22:13:19.361 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:19 smithi033 bash[22041]: audit 2024-03-21T22:13:18.223612+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-21T22:13:19.362 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:19 smithi033 bash[22041]: audit 2024-03-21T22:13:18.230369+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-21T22:13:19.362 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:19 smithi033 bash[22041]: cephadm 2024-03-21T22:13:18.672306+0000 mgr.a (mgr.14385) 4 : cephadm [INF] [21/Mar/2024:22:13:18] ENGINE Bus STARTING 2024-03-21T22:13:19.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:19 smithi098 bash[22188]: cluster 2024-03-21T22:13:18.131933+0000 mon.a (mon.0) 669 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-21T22:13:19.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:19 smithi098 bash[22188]: cluster 2024-03-21T22:13:18.132432+0000 mon.a (mon.0) 670 : cluster [DBG] mgrmap e17: a(active, starting, since 0.0128086s), standbys: b 2024-03-21T22:13:19.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:19 smithi098 bash[22188]: audit 2024-03-21T22:13:18.137653+0000 mon.a (mon.0) 671 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T22:13:19.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:19 smithi098 bash[22188]: audit 2024-03-21T22:13:18.137930+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T22:13:19.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:19 smithi098 bash[22188]: audit 2024-03-21T22:13:18.138089+0000 mon.a (mon.0) 673 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T22:13:19.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:19 smithi098 bash[22188]: audit 2024-03-21T22:13:18.138272+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-21T22:13:19.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:19 smithi098 bash[22188]: audit 2024-03-21T22:13:18.138592+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-21T22:13:19.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:19 smithi098 bash[22188]: audit 2024-03-21T22:13:18.138827+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T22:13:19.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:19 smithi098 bash[22188]: audit 2024-03-21T22:13:18.139162+0000 mon.a (mon.0) 677 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T22:13:19.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:19 smithi098 bash[22188]: audit 2024-03-21T22:13:18.139485+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T22:13:19.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:19 smithi098 bash[22188]: audit 2024-03-21T22:13:18.139833+0000 mon.a (mon.0) 679 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T22:13:19.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:19 smithi098 bash[22188]: audit 2024-03-21T22:13:18.140036+0000 mon.a (mon.0) 680 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T22:13:19.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:19 smithi098 bash[22188]: audit 2024-03-21T22:13:18.140465+0000 mon.a (mon.0) 681 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T22:13:19.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:19 smithi098 bash[22188]: cluster 2024-03-21T22:13:18.167315+0000 mon.a (mon.0) 682 : cluster [INF] Manager daemon a is now available 2024-03-21T22:13:19.551 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:19 smithi098 bash[22188]: audit 2024-03-21T22:13:18.197711+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:19.551 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:19 smithi098 bash[22188]: audit 2024-03-21T22:13:18.201166+0000 mon.a (mon.0) 684 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:13:19.551 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:19 smithi098 bash[22188]: audit 2024-03-21T22:13:18.206264+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi033", "name": "osd_memory_target"}]: dispatch 2024-03-21T22:13:19.551 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:19 smithi098 bash[22188]: audit 2024-03-21T22:13:18.206775+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi031", "name": "osd_memory_target"}]: dispatch 2024-03-21T22:13:19.551 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:19 smithi098 bash[22188]: audit 2024-03-21T22:13:18.209400+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi033", "name": "osd_memory_target"}]': finished 2024-03-21T22:13:19.551 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:19 smithi098 bash[22188]: audit 2024-03-21T22:13:18.210788+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi098", "name": "osd_memory_target"}]: dispatch 2024-03-21T22:13:19.551 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:19 smithi098 bash[22188]: audit 2024-03-21T22:13:18.215324+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi098", "name": "osd_memory_target"}]': finished 2024-03-21T22:13:19.551 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:19 smithi098 bash[22188]: audit 2024-03-21T22:13:18.217421+0000 mon.a (mon.0) 690 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:13:19.551 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:19 smithi098 bash[22188]: audit 2024-03-21T22:13:18.218368+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:13:19.551 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:19 smithi098 bash[22188]: cephadm 2024-03-21T22:13:18.220942+0000 mgr.a (mgr.14385) 1 : cephadm [INF] Updating smithi031:/etc/ceph/ceph.conf 2024-03-21T22:13:19.551 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:19 smithi098 bash[22188]: cephadm 2024-03-21T22:13:18.221613+0000 mgr.a (mgr.14385) 2 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.conf 2024-03-21T22:13:19.551 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:19 smithi098 bash[22188]: cephadm 2024-03-21T22:13:18.222170+0000 mgr.a (mgr.14385) 3 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2024-03-21T22:13:19.551 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:19 smithi098 bash[22188]: audit 2024-03-21T22:13:18.223612+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-21T22:13:19.551 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:19 smithi098 bash[22188]: audit 2024-03-21T22:13:18.230369+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-21T22:13:19.552 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:19 smithi098 bash[22188]: cephadm 2024-03-21T22:13:18.672306+0000 mgr.a (mgr.14385) 4 : cephadm [INF] [21/Mar/2024:22:13:18] ENGINE Bus STARTING 2024-03-21T22:13:19.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:19 smithi031 bash[21433]: cluster 2024-03-21T22:13:18.131933+0000 mon.a (mon.0) 669 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-21T22:13:19.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:19 smithi031 bash[21433]: cluster 2024-03-21T22:13:18.132432+0000 mon.a (mon.0) 670 : cluster [DBG] mgrmap e17: a(active, starting, since 0.0128086s), standbys: b 2024-03-21T22:13:19.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:19 smithi031 bash[21433]: audit 2024-03-21T22:13:18.137653+0000 mon.a (mon.0) 671 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T22:13:19.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:19 smithi031 bash[21433]: audit 2024-03-21T22:13:18.137930+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T22:13:19.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:19 smithi031 bash[21433]: audit 2024-03-21T22:13:18.138089+0000 mon.a (mon.0) 673 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T22:13:19.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:19 smithi031 bash[21433]: audit 2024-03-21T22:13:18.138272+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-21T22:13:19.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:19 smithi031 bash[21433]: audit 2024-03-21T22:13:18.138592+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-21T22:13:19.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:19 smithi031 bash[21433]: audit 2024-03-21T22:13:18.138827+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T22:13:19.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:19 smithi031 bash[21433]: audit 2024-03-21T22:13:18.139162+0000 mon.a (mon.0) 677 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T22:13:19.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:19 smithi031 bash[21433]: audit 2024-03-21T22:13:18.139485+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T22:13:19.597 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:19 smithi031 bash[21433]: audit 2024-03-21T22:13:18.139833+0000 mon.a (mon.0) 679 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T22:13:19.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:19 smithi031 bash[21433]: audit 2024-03-21T22:13:18.140036+0000 mon.a (mon.0) 680 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T22:13:19.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:19 smithi031 bash[21433]: audit 2024-03-21T22:13:18.140465+0000 mon.a (mon.0) 681 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T22:13:19.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:19 smithi031 bash[21433]: cluster 2024-03-21T22:13:18.167315+0000 mon.a (mon.0) 682 : cluster [INF] Manager daemon a is now available 2024-03-21T22:13:19.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:19 smithi031 bash[21433]: audit 2024-03-21T22:13:18.197711+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:19.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:19 smithi031 bash[21433]: audit 2024-03-21T22:13:18.201166+0000 mon.a (mon.0) 684 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:13:19.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:19 smithi031 bash[21433]: audit 2024-03-21T22:13:18.206264+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi033", "name": "osd_memory_target"}]: dispatch 2024-03-21T22:13:19.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:19 smithi031 bash[21433]: audit 2024-03-21T22:13:18.206775+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi031", "name": "osd_memory_target"}]: dispatch 2024-03-21T22:13:19.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:19 smithi031 bash[21433]: audit 2024-03-21T22:13:18.209400+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi033", "name": "osd_memory_target"}]': finished 2024-03-21T22:13:19.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:19 smithi031 bash[21433]: audit 2024-03-21T22:13:18.210788+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi098", "name": "osd_memory_target"}]: dispatch 2024-03-21T22:13:19.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:19 smithi031 bash[21433]: audit 2024-03-21T22:13:18.215324+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi098", "name": "osd_memory_target"}]': finished 2024-03-21T22:13:19.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:19 smithi031 bash[21433]: audit 2024-03-21T22:13:18.217421+0000 mon.a (mon.0) 690 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:13:19.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:19 smithi031 bash[21433]: audit 2024-03-21T22:13:18.218368+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:13:19.598 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:19 smithi031 bash[21433]: cephadm 2024-03-21T22:13:18.220942+0000 mgr.a (mgr.14385) 1 : cephadm [INF] Updating smithi031:/etc/ceph/ceph.conf 2024-03-21T22:13:19.599 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:19 smithi031 bash[21433]: cephadm 2024-03-21T22:13:18.221613+0000 mgr.a (mgr.14385) 2 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.conf 2024-03-21T22:13:19.599 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:19 smithi031 bash[21433]: cephadm 2024-03-21T22:13:18.222170+0000 mgr.a (mgr.14385) 3 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2024-03-21T22:13:19.599 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:19 smithi031 bash[21433]: audit 2024-03-21T22:13:18.223612+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-21T22:13:19.599 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:19 smithi031 bash[21433]: audit 2024-03-21T22:13:18.230369+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-21T22:13:19.599 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:19 smithi031 bash[21433]: cephadm 2024-03-21T22:13:18.672306+0000 mgr.a (mgr.14385) 4 : cephadm [INF] [21/Mar/2024:22:13:18] ENGINE Bus STARTING 2024-03-21T22:13:20.499 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:20 smithi031 bash[21433]: cephadm 2024-03-21T22:13:18.796838+0000 mgr.a (mgr.14385) 5 : cephadm [INF] [21/Mar/2024:22:13:18] ENGINE Serving on https://172.21.15.31:7151 2024-03-21T22:13:20.499 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:20 smithi031 bash[21433]: cephadm 2024-03-21T22:13:18.810540+0000 mgr.a (mgr.14385) 6 : cephadm [INF] Updating smithi031:/var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T22:13:20.499 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:20 smithi031 bash[21433]: cephadm 2024-03-21T22:13:18.829709+0000 mgr.a (mgr.14385) 7 : cephadm [INF] Updating smithi098:/var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T22:13:20.499 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:20 smithi031 bash[21433]: cephadm 2024-03-21T22:13:18.849856+0000 mgr.a (mgr.14385) 8 : cephadm [INF] Updating smithi033:/var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T22:13:20.499 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:20 smithi031 bash[21433]: cephadm 2024-03-21T22:13:18.898886+0000 mgr.a (mgr.14385) 9 : cephadm [INF] [21/Mar/2024:22:13:18] ENGINE Serving on http://172.21.15.31:8765 2024-03-21T22:13:20.499 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:20 smithi031 bash[21433]: cephadm 2024-03-21T22:13:18.899275+0000 mgr.a (mgr.14385) 10 : cephadm [INF] [21/Mar/2024:22:13:18] ENGINE Bus STARTED 2024-03-21T22:13:20.499 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:20 smithi031 bash[21433]: cephadm 2024-03-21T22:13:18.974612+0000 mgr.a (mgr.14385) 11 : cephadm [INF] Updating smithi031:/etc/ceph/ceph.client.admin.keyring 2024-03-21T22:13:20.499 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:20 smithi031 bash[21433]: cephadm 2024-03-21T22:13:19.044663+0000 mgr.a (mgr.14385) 12 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.client.admin.keyring 2024-03-21T22:13:20.500 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:20 smithi031 bash[21433]: cephadm 2024-03-21T22:13:19.064588+0000 mgr.a (mgr.14385) 13 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.client.admin.keyring 2024-03-21T22:13:20.500 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:20 smithi031 bash[21433]: cephadm 2024-03-21T22:13:19.139013+0000 mgr.a (mgr.14385) 14 : cephadm [INF] Updating smithi031:/var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T22:13:20.500 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:20 smithi031 bash[21433]: cluster 2024-03-21T22:13:19.149842+0000 mon.a (mon.0) 694 : cluster [DBG] mgrmap e18: a(active, since 1.03023s), standbys: b 2024-03-21T22:13:20.500 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:20 smithi031 bash[21433]: audit 2024-03-21T22:13:19.150919+0000 mgr.a (mgr.14385) 15 : audit [DBG] from='client.14391 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T22:13:20.500 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:20 smithi031 bash[21433]: cluster 2024-03-21T22:13:19.152880+0000 mgr.a (mgr.14385) 16 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:13:20.500 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:20 smithi031 bash[21433]: cephadm 2024-03-21T22:13:19.262828+0000 mgr.a (mgr.14385) 17 : cephadm [INF] Updating smithi098:/var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T22:13:20.500 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:20 smithi031 bash[21433]: cephadm 2024-03-21T22:13:19.279968+0000 mgr.a (mgr.14385) 18 : cephadm [INF] Updating smithi033:/var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T22:13:20.500 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:20 smithi031 bash[21433]: audit 2024-03-21T22:13:19.419752+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:20.500 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:20 smithi031 bash[21433]: audit 2024-03-21T22:13:19.425034+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:20.500 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:20 smithi031 bash[21433]: audit 2024-03-21T22:13:19.431777+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:20.500 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:20 smithi031 bash[21433]: audit 2024-03-21T22:13:19.436596+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:20.500 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:20 smithi031 bash[21433]: audit 2024-03-21T22:13:19.447889+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:20.500 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:20 smithi031 bash[21433]: audit 2024-03-21T22:13:19.452548+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:20.501 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:20 smithi031 bash[21433]: audit 2024-03-21T22:13:19.457356+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:20.501 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:20 smithi031 bash[21433]: audit 2024-03-21T22:13:19.464061+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:20.501 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:20 smithi031 bash[21433]: audit 2024-03-21T22:13:19.532926+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi031", "caps": []}]: dispatch 2024-03-21T22:13:20.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:20 smithi098 bash[22188]: cephadm 2024-03-21T22:13:18.796838+0000 mgr.a (mgr.14385) 5 : cephadm [INF] [21/Mar/2024:22:13:18] ENGINE Serving on https://172.21.15.31:7151 2024-03-21T22:13:20.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:20 smithi098 bash[22188]: cephadm 2024-03-21T22:13:18.810540+0000 mgr.a (mgr.14385) 6 : cephadm [INF] Updating smithi031:/var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T22:13:20.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:20 smithi098 bash[22188]: cephadm 2024-03-21T22:13:18.829709+0000 mgr.a (mgr.14385) 7 : cephadm [INF] Updating smithi098:/var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T22:13:20.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:20 smithi098 bash[22188]: cephadm 2024-03-21T22:13:18.849856+0000 mgr.a (mgr.14385) 8 : cephadm [INF] Updating smithi033:/var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T22:13:20.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:20 smithi098 bash[22188]: cephadm 2024-03-21T22:13:18.898886+0000 mgr.a (mgr.14385) 9 : cephadm [INF] [21/Mar/2024:22:13:18] ENGINE Serving on http://172.21.15.31:8765 2024-03-21T22:13:20.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:20 smithi098 bash[22188]: cephadm 2024-03-21T22:13:18.899275+0000 mgr.a (mgr.14385) 10 : cephadm [INF] [21/Mar/2024:22:13:18] ENGINE Bus STARTED 2024-03-21T22:13:20.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:20 smithi098 bash[22188]: cephadm 2024-03-21T22:13:18.974612+0000 mgr.a (mgr.14385) 11 : cephadm [INF] Updating smithi031:/etc/ceph/ceph.client.admin.keyring 2024-03-21T22:13:20.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:20 smithi098 bash[22188]: cephadm 2024-03-21T22:13:19.044663+0000 mgr.a (mgr.14385) 12 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.client.admin.keyring 2024-03-21T22:13:20.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:20 smithi098 bash[22188]: cephadm 2024-03-21T22:13:19.064588+0000 mgr.a (mgr.14385) 13 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.client.admin.keyring 2024-03-21T22:13:20.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:20 smithi098 bash[22188]: cephadm 2024-03-21T22:13:19.139013+0000 mgr.a (mgr.14385) 14 : cephadm [INF] Updating smithi031:/var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T22:13:20.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:20 smithi098 bash[22188]: cluster 2024-03-21T22:13:19.149842+0000 mon.a (mon.0) 694 : cluster [DBG] mgrmap e18: a(active, since 1.03023s), standbys: b 2024-03-21T22:13:20.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:20 smithi098 bash[22188]: audit 2024-03-21T22:13:19.150919+0000 mgr.a (mgr.14385) 15 : audit [DBG] from='client.14391 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T22:13:20.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:20 smithi098 bash[22188]: cluster 2024-03-21T22:13:19.152880+0000 mgr.a (mgr.14385) 16 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:13:20.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:20 smithi098 bash[22188]: cephadm 2024-03-21T22:13:19.262828+0000 mgr.a (mgr.14385) 17 : cephadm [INF] Updating smithi098:/var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T22:13:20.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:20 smithi098 bash[22188]: cephadm 2024-03-21T22:13:19.279968+0000 mgr.a (mgr.14385) 18 : cephadm [INF] Updating smithi033:/var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T22:13:20.551 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:20 smithi098 bash[22188]: audit 2024-03-21T22:13:19.419752+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:20.551 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:20 smithi098 bash[22188]: audit 2024-03-21T22:13:19.425034+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:20.551 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:20 smithi098 bash[22188]: audit 2024-03-21T22:13:19.431777+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:20.551 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:20 smithi098 bash[22188]: audit 2024-03-21T22:13:19.436596+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:20.551 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:20 smithi098 bash[22188]: audit 2024-03-21T22:13:19.447889+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:20.551 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:20 smithi098 bash[22188]: audit 2024-03-21T22:13:19.452548+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:20.551 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:20 smithi098 bash[22188]: audit 2024-03-21T22:13:19.457356+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:20.551 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:20 smithi098 bash[22188]: audit 2024-03-21T22:13:19.464061+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:20.551 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:20 smithi098 bash[22188]: audit 2024-03-21T22:13:19.532926+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi031", "caps": []}]: dispatch 2024-03-21T22:13:20.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:20 smithi033 bash[22041]: cephadm 2024-03-21T22:13:18.796838+0000 mgr.a (mgr.14385) 5 : cephadm [INF] [21/Mar/2024:22:13:18] ENGINE Serving on https://172.21.15.31:7151 2024-03-21T22:13:20.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:20 smithi033 bash[22041]: cephadm 2024-03-21T22:13:18.810540+0000 mgr.a (mgr.14385) 6 : cephadm [INF] Updating smithi031:/var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T22:13:20.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:20 smithi033 bash[22041]: cephadm 2024-03-21T22:13:18.829709+0000 mgr.a (mgr.14385) 7 : cephadm [INF] Updating smithi098:/var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T22:13:20.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:20 smithi033 bash[22041]: cephadm 2024-03-21T22:13:18.849856+0000 mgr.a (mgr.14385) 8 : cephadm [INF] Updating smithi033:/var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T22:13:20.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:20 smithi033 bash[22041]: cephadm 2024-03-21T22:13:18.898886+0000 mgr.a (mgr.14385) 9 : cephadm [INF] [21/Mar/2024:22:13:18] ENGINE Serving on http://172.21.15.31:8765 2024-03-21T22:13:20.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:20 smithi033 bash[22041]: cephadm 2024-03-21T22:13:18.899275+0000 mgr.a (mgr.14385) 10 : cephadm [INF] [21/Mar/2024:22:13:18] ENGINE Bus STARTED 2024-03-21T22:13:20.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:20 smithi033 bash[22041]: cephadm 2024-03-21T22:13:18.974612+0000 mgr.a (mgr.14385) 11 : cephadm [INF] Updating smithi031:/etc/ceph/ceph.client.admin.keyring 2024-03-21T22:13:20.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:20 smithi033 bash[22041]: cephadm 2024-03-21T22:13:19.044663+0000 mgr.a (mgr.14385) 12 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.client.admin.keyring 2024-03-21T22:13:20.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:20 smithi033 bash[22041]: cephadm 2024-03-21T22:13:19.064588+0000 mgr.a (mgr.14385) 13 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.client.admin.keyring 2024-03-21T22:13:20.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:20 smithi033 bash[22041]: cephadm 2024-03-21T22:13:19.139013+0000 mgr.a (mgr.14385) 14 : cephadm [INF] Updating smithi031:/var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T22:13:20.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:20 smithi033 bash[22041]: cluster 2024-03-21T22:13:19.149842+0000 mon.a (mon.0) 694 : cluster [DBG] mgrmap e18: a(active, since 1.03023s), standbys: b 2024-03-21T22:13:20.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:20 smithi033 bash[22041]: audit 2024-03-21T22:13:19.150919+0000 mgr.a (mgr.14385) 15 : audit [DBG] from='client.14391 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T22:13:20.608 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:20 smithi033 bash[22041]: cluster 2024-03-21T22:13:19.152880+0000 mgr.a (mgr.14385) 16 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:13:20.609 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:20 smithi033 bash[22041]: cephadm 2024-03-21T22:13:19.262828+0000 mgr.a (mgr.14385) 17 : cephadm [INF] Updating smithi098:/var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T22:13:20.609 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:20 smithi033 bash[22041]: cephadm 2024-03-21T22:13:19.279968+0000 mgr.a (mgr.14385) 18 : cephadm [INF] Updating smithi033:/var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T22:13:20.609 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:20 smithi033 bash[22041]: audit 2024-03-21T22:13:19.419752+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:20.609 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:20 smithi033 bash[22041]: audit 2024-03-21T22:13:19.425034+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:20.609 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:20 smithi033 bash[22041]: audit 2024-03-21T22:13:19.431777+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:20.609 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:20 smithi033 bash[22041]: audit 2024-03-21T22:13:19.436596+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:20.609 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:20 smithi033 bash[22041]: audit 2024-03-21T22:13:19.447889+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:20.609 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:20 smithi033 bash[22041]: audit 2024-03-21T22:13:19.452548+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:20.609 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:20 smithi033 bash[22041]: audit 2024-03-21T22:13:19.457356+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:20.609 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:20 smithi033 bash[22041]: audit 2024-03-21T22:13:19.464061+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:20.609 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:20 smithi033 bash[22041]: audit 2024-03-21T22:13:19.532926+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi031", "caps": []}]: dispatch 2024-03-21T22:13:21.346 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:21 smithi031 bash[21433]: cluster 2024-03-21T22:13:20.139674+0000 mgr.a (mgr.14385) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:13:21.346 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:21 smithi031 bash[21433]: cluster 2024-03-21T22:13:20.160573+0000 mon.a (mon.0) 704 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-03-21T22:13:21.346 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:21 smithi031 bash[21433]: audit 2024-03-21T22:13:20.162445+0000 mon.a (mon.0) 705 : audit [INF] from='client.? 172.21.15.31:0/427169430' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-21T22:13:21.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:21 smithi031 bash[21433]: audit 2024-03-21T22:13:20.189000+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi033", "caps": []}]: dispatch 2024-03-21T22:13:21.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:21 smithi031 bash[21433]: cluster 2024-03-21T22:13:20.472162+0000 mon.a (mon.0) 707 : cluster [DBG] mgrmap e19: a(active, since 2s), standbys: b 2024-03-21T22:13:21.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:21 smithi031 bash[21433]: audit 2024-03-21T22:13:20.545703+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:21.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:21 smithi031 bash[21433]: audit 2024-03-21T22:13:20.622257+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:21.347 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:21 smithi031 bash[21433]: audit 2024-03-21T22:13:20.727140+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:21.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:21 smithi098 bash[22188]: cluster 2024-03-21T22:13:20.139674+0000 mgr.a (mgr.14385) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:13:21.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:21 smithi098 bash[22188]: cluster 2024-03-21T22:13:20.160573+0000 mon.a (mon.0) 704 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-03-21T22:13:21.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:21 smithi098 bash[22188]: audit 2024-03-21T22:13:20.162445+0000 mon.a (mon.0) 705 : audit [INF] from='client.? 172.21.15.31:0/427169430' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-21T22:13:21.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:21 smithi098 bash[22188]: audit 2024-03-21T22:13:20.189000+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi033", "caps": []}]: dispatch 2024-03-21T22:13:21.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:21 smithi098 bash[22188]: cluster 2024-03-21T22:13:20.472162+0000 mon.a (mon.0) 707 : cluster [DBG] mgrmap e19: a(active, since 2s), standbys: b 2024-03-21T22:13:21.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:21 smithi098 bash[22188]: audit 2024-03-21T22:13:20.545703+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:21.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:21 smithi098 bash[22188]: audit 2024-03-21T22:13:20.622257+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:21.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:21 smithi098 bash[22188]: audit 2024-03-21T22:13:20.727140+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:21.606 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:21 smithi033 bash[22041]: cluster 2024-03-21T22:13:20.139674+0000 mgr.a (mgr.14385) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:13:21.606 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:21 smithi033 bash[22041]: cluster 2024-03-21T22:13:20.160573+0000 mon.a (mon.0) 704 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-03-21T22:13:21.606 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:21 smithi033 bash[22041]: audit 2024-03-21T22:13:20.162445+0000 mon.a (mon.0) 705 : audit [INF] from='client.? 172.21.15.31:0/427169430' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-21T22:13:21.606 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:21 smithi033 bash[22041]: audit 2024-03-21T22:13:20.189000+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi033", "caps": []}]: dispatch 2024-03-21T22:13:21.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:21 smithi033 bash[22041]: cluster 2024-03-21T22:13:20.472162+0000 mon.a (mon.0) 707 : cluster [DBG] mgrmap e19: a(active, since 2s), standbys: b 2024-03-21T22:13:21.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:21 smithi033 bash[22041]: audit 2024-03-21T22:13:20.545703+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:21.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:21 smithi033 bash[22041]: audit 2024-03-21T22:13:20.622257+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:21.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:21 smithi033 bash[22041]: audit 2024-03-21T22:13:20.727140+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:22.356 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:22 smithi033 bash[22041]: audit 2024-03-21T22:13:21.154091+0000 mon.a (mon.0) 711 : audit [INF] from='client.? 172.21.15.31:0/427169430' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-03-21T22:13:22.357 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:22 smithi033 bash[22041]: cluster 2024-03-21T22:13:21.157443+0000 mon.a (mon.0) 712 : cluster [DBG] osdmap e24: 3 total, 3 up, 3 in 2024-03-21T22:13:22.357 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:22 smithi033 bash[22041]: audit 2024-03-21T22:13:21.367295+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []}]: dispatch 2024-03-21T22:13:22.357 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:22 smithi033 bash[22041]: audit 2024-03-21T22:13:21.713700+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:13:22.357 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:22 smithi033 bash[22041]: audit 2024-03-21T22:13:21.716984+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []}]: dispatch 2024-03-21T22:13:22.357 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:22 smithi033 bash[22041]: audit 2024-03-21T22:13:21.717543+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi033", "caps": []}]: dispatch 2024-03-21T22:13:22.357 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:22 smithi033 bash[22041]: audit 2024-03-21T22:13:21.826484+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:22.357 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:22 smithi033 bash[22041]: audit 2024-03-21T22:13:21.956900+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:22.357 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:22 smithi033 bash[22041]: audit 2024-03-21T22:13:22.136029+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:22.440 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:22 smithi031 bash[21433]: audit 2024-03-21T22:13:21.154091+0000 mon.a (mon.0) 711 : audit [INF] from='client.? 172.21.15.31:0/427169430' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-03-21T22:13:22.440 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:22 smithi031 bash[21433]: cluster 2024-03-21T22:13:21.157443+0000 mon.a (mon.0) 712 : cluster [DBG] osdmap e24: 3 total, 3 up, 3 in 2024-03-21T22:13:22.440 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:22 smithi031 bash[21433]: audit 2024-03-21T22:13:21.367295+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []}]: dispatch 2024-03-21T22:13:22.440 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:22 smithi031 bash[21433]: audit 2024-03-21T22:13:21.713700+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:13:22.440 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:22 smithi031 bash[21433]: audit 2024-03-21T22:13:21.716984+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []}]: dispatch 2024-03-21T22:13:22.440 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:22 smithi031 bash[21433]: audit 2024-03-21T22:13:21.717543+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi033", "caps": []}]: dispatch 2024-03-21T22:13:22.440 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:22 smithi031 bash[21433]: audit 2024-03-21T22:13:21.826484+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:22.440 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:22 smithi031 bash[21433]: audit 2024-03-21T22:13:21.956900+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:22.440 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:22 smithi031 bash[21433]: audit 2024-03-21T22:13:22.136029+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:22.458 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:22 smithi098 bash[22188]: audit 2024-03-21T22:13:21.154091+0000 mon.a (mon.0) 711 : audit [INF] from='client.? 172.21.15.31:0/427169430' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-03-21T22:13:22.459 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:22 smithi098 bash[22188]: cluster 2024-03-21T22:13:21.157443+0000 mon.a (mon.0) 712 : cluster [DBG] osdmap e24: 3 total, 3 up, 3 in 2024-03-21T22:13:22.459 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:22 smithi098 bash[22188]: audit 2024-03-21T22:13:21.367295+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []}]: dispatch 2024-03-21T22:13:22.459 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:22 smithi098 bash[22188]: audit 2024-03-21T22:13:21.713700+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:13:22.459 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:22 smithi098 bash[22188]: audit 2024-03-21T22:13:21.716984+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []}]: dispatch 2024-03-21T22:13:22.459 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:22 smithi098 bash[22188]: audit 2024-03-21T22:13:21.717543+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi033", "caps": []}]: dispatch 2024-03-21T22:13:22.459 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:22 smithi098 bash[22188]: audit 2024-03-21T22:13:21.826484+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:22.459 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:22 smithi098 bash[22188]: audit 2024-03-21T22:13:21.956900+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:22.459 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:22 smithi098 bash[22188]: audit 2024-03-21T22:13:22.136029+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:23.460 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:23 smithi098 bash[22188]: cluster 2024-03-21T22:13:22.140096+0000 mgr.a (mgr.14385) 20 : cluster [DBG] pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:13:23.460 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:23 smithi098 bash[22188]: cluster 2024-03-21T22:13:22.179266+0000 mon.a (mon.0) 720 : cluster [DBG] osdmap e25: 3 total, 3 up, 3 in 2024-03-21T22:13:23.460 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:23 smithi098 bash[22188]: audit 2024-03-21T22:13:22.469936+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:23.461 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:23 smithi098 bash[22188]: audit 2024-03-21T22:13:22.601915+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:23.461 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:23 smithi098 bash[22188]: audit 2024-03-21T22:13:22.746271+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:23.461 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:23 smithi098 bash[22188]: audit 2024-03-21T22:13:22.991818+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:13:23.461 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:23 smithi098 bash[22188]: audit 2024-03-21T22:13:22.992677+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:13:23.461 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:23 smithi098 bash[22188]: audit 2024-03-21T22:13:22.998863+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:23.461 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:23 smithi098 bash[22188]: cluster 2024-03-21T22:13:23.150158+0000 mon.a (mon.0) 727 : cluster [DBG] mgrmap e20: a(active, since 5s), standbys: b 2024-03-21T22:13:23.543 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:23 smithi031 bash[21433]: cluster 2024-03-21T22:13:22.140096+0000 mgr.a (mgr.14385) 20 : cluster [DBG] pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:13:23.544 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:23 smithi031 bash[21433]: cluster 2024-03-21T22:13:22.179266+0000 mon.a (mon.0) 720 : cluster [DBG] osdmap e25: 3 total, 3 up, 3 in 2024-03-21T22:13:23.544 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:23 smithi031 bash[21433]: audit 2024-03-21T22:13:22.469936+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:23.544 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:23 smithi031 bash[21433]: audit 2024-03-21T22:13:22.601915+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:23.544 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:23 smithi031 bash[21433]: audit 2024-03-21T22:13:22.746271+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:23.544 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:23 smithi031 bash[21433]: audit 2024-03-21T22:13:22.991818+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:13:23.544 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:23 smithi031 bash[21433]: audit 2024-03-21T22:13:22.992677+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:13:23.544 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:23 smithi031 bash[21433]: audit 2024-03-21T22:13:22.998863+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:23.544 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:23 smithi031 bash[21433]: cluster 2024-03-21T22:13:23.150158+0000 mon.a (mon.0) 727 : cluster [DBG] mgrmap e20: a(active, since 5s), standbys: b 2024-03-21T22:13:23.566 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:23 smithi033 bash[22041]: cluster 2024-03-21T22:13:22.140096+0000 mgr.a (mgr.14385) 20 : cluster [DBG] pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:13:23.566 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:23 smithi033 bash[22041]: cluster 2024-03-21T22:13:22.179266+0000 mon.a (mon.0) 720 : cluster [DBG] osdmap e25: 3 total, 3 up, 3 in 2024-03-21T22:13:23.567 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:23 smithi033 bash[22041]: audit 2024-03-21T22:13:22.469936+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:23.567 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:23 smithi033 bash[22041]: audit 2024-03-21T22:13:22.601915+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:23.567 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:23 smithi033 bash[22041]: audit 2024-03-21T22:13:22.746271+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:23.567 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:23 smithi033 bash[22041]: audit 2024-03-21T22:13:22.991818+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:13:23.567 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:23 smithi033 bash[22041]: audit 2024-03-21T22:13:22.992677+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:13:23.567 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:23 smithi033 bash[22041]: audit 2024-03-21T22:13:22.998863+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:23.567 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:23 smithi033 bash[22041]: cluster 2024-03-21T22:13:23.150158+0000 mon.a (mon.0) 727 : cluster [DBG] mgrmap e20: a(active, since 5s), standbys: b 2024-03-21T22:13:24.436 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:24 smithi033 bash[22041]: cephadm 2024-03-21T22:13:22.999379+0000 mgr.a (mgr.14385) 21 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T22:13:24.436 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:24 smithi033 bash[22041]: cluster 2024-03-21T22:13:23.177158+0000 mon.a (mon.0) 728 : cluster [DBG] osdmap e26: 3 total, 3 up, 3 in 2024-03-21T22:13:24.436 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:24 smithi033 bash[22041]: audit 2024-03-21T22:13:23.179253+0000 mon.a (mon.0) 729 : audit [INF] from='client.? 172.21.15.31:0/4202288501' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-03-21T22:13:24.436 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:24 smithi033 bash[22041]: audit 2024-03-21T22:13:23.580450+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:24.436 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:24 smithi033 bash[22041]: audit 2024-03-21T22:13:23.663385+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:24.437 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:24 smithi033 bash[22041]: audit 2024-03-21T22:13:23.678979+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:24.437 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:24 smithi033 bash[22041]: audit 2024-03-21T22:13:23.683779+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:24.437 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:24 smithi033 bash[22041]: audit 2024-03-21T22:13:23.689659+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:24.437 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:24 smithi033 bash[22041]: audit 2024-03-21T22:13:23.988578+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:24.437 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:24 smithi033 bash[22041]: audit 2024-03-21T22:13:24.166232+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:24.437 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:24 smithi033 bash[22041]: audit 2024-03-21T22:13:24.175285+0000 mon.a (mon.0) 737 : audit [INF] from='client.? 172.21.15.31:0/4202288501' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-03-21T22:13:24.437 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:24 smithi033 bash[22041]: cluster 2024-03-21T22:13:24.178966+0000 mon.a (mon.0) 738 : cluster [DBG] osdmap e27: 3 total, 3 up, 3 in 2024-03-21T22:13:24.532 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:24 smithi031 bash[21433]: cephadm 2024-03-21T22:13:22.999379+0000 mgr.a (mgr.14385) 21 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T22:13:24.532 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:24 smithi031 bash[21433]: cluster 2024-03-21T22:13:23.177158+0000 mon.a (mon.0) 728 : cluster [DBG] osdmap e26: 3 total, 3 up, 3 in 2024-03-21T22:13:24.532 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:24 smithi031 bash[21433]: audit 2024-03-21T22:13:23.179253+0000 mon.a (mon.0) 729 : audit [INF] from='client.? 172.21.15.31:0/4202288501' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-03-21T22:13:24.532 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:24 smithi031 bash[21433]: audit 2024-03-21T22:13:23.580450+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:24.533 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:24 smithi031 bash[21433]: audit 2024-03-21T22:13:23.663385+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:24.533 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:24 smithi031 bash[21433]: audit 2024-03-21T22:13:23.678979+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:24.533 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:24 smithi031 bash[21433]: audit 2024-03-21T22:13:23.683779+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:24.533 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:24 smithi031 bash[21433]: audit 2024-03-21T22:13:23.689659+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:24.533 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:24 smithi031 bash[21433]: audit 2024-03-21T22:13:23.988578+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:24.533 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:24 smithi031 bash[21433]: audit 2024-03-21T22:13:24.166232+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:24.533 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:24 smithi031 bash[21433]: audit 2024-03-21T22:13:24.175285+0000 mon.a (mon.0) 737 : audit [INF] from='client.? 172.21.15.31:0/4202288501' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-03-21T22:13:24.533 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:24 smithi031 bash[21433]: cluster 2024-03-21T22:13:24.178966+0000 mon.a (mon.0) 738 : cluster [DBG] osdmap e27: 3 total, 3 up, 3 in 2024-03-21T22:13:24.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:24 smithi098 bash[22188]: cephadm 2024-03-21T22:13:22.999379+0000 mgr.a (mgr.14385) 21 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T22:13:24.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:24 smithi098 bash[22188]: cluster 2024-03-21T22:13:23.177158+0000 mon.a (mon.0) 728 : cluster [DBG] osdmap e26: 3 total, 3 up, 3 in 2024-03-21T22:13:24.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:24 smithi098 bash[22188]: audit 2024-03-21T22:13:23.179253+0000 mon.a (mon.0) 729 : audit [INF] from='client.? 172.21.15.31:0/4202288501' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-03-21T22:13:24.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:24 smithi098 bash[22188]: audit 2024-03-21T22:13:23.580450+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:24.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:24 smithi098 bash[22188]: audit 2024-03-21T22:13:23.663385+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:24.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:24 smithi098 bash[22188]: audit 2024-03-21T22:13:23.678979+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:24.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:24 smithi098 bash[22188]: audit 2024-03-21T22:13:23.683779+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:24.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:24 smithi098 bash[22188]: audit 2024-03-21T22:13:23.689659+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:24.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:24 smithi098 bash[22188]: audit 2024-03-21T22:13:23.988578+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:24.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:24 smithi098 bash[22188]: audit 2024-03-21T22:13:24.166232+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:24.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:24 smithi098 bash[22188]: audit 2024-03-21T22:13:24.175285+0000 mon.a (mon.0) 737 : audit [INF] from='client.? 172.21.15.31:0/4202288501' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-03-21T22:13:24.550 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:24 smithi098 bash[22188]: cluster 2024-03-21T22:13:24.178966+0000 mon.a (mon.0) 738 : cluster [DBG] osdmap e27: 3 total, 3 up, 3 in 2024-03-21T22:13:25.298 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:25 smithi098 bash[22188]: cluster 2024-03-21T22:13:24.140807+0000 mgr.a (mgr.14385) 22 : cluster [DBG] pgmap v10: 65 pgs: 64 unknown, 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:13:25.298 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:25 smithi098 bash[22188]: cluster 2024-03-21T22:13:24.986617+0000 mon.a (mon.0) 739 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-21T22:13:25.299 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:25 smithi098 bash[22188]: audit 2024-03-21T22:13:25.027745+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:25.299 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:25 smithi098 bash[22188]: audit 2024-03-21T22:13:25.071308+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:25.299 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:25 smithi098 bash[22188]: cluster 2024-03-21T22:13:25.185789+0000 mon.a (mon.0) 742 : cluster [DBG] osdmap e28: 3 total, 3 up, 3 in 2024-03-21T22:13:25.346 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:25 smithi031 bash[21433]: cluster 2024-03-21T22:13:24.140807+0000 mgr.a (mgr.14385) 22 : cluster [DBG] pgmap v10: 65 pgs: 64 unknown, 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:13:25.346 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:25 smithi031 bash[21433]: cluster 2024-03-21T22:13:24.986617+0000 mon.a (mon.0) 739 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-21T22:13:25.346 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:25 smithi031 bash[21433]: audit 2024-03-21T22:13:25.027745+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:25.346 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:25 smithi031 bash[21433]: audit 2024-03-21T22:13:25.071308+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:25.346 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:25 smithi031 bash[21433]: cluster 2024-03-21T22:13:25.185789+0000 mon.a (mon.0) 742 : cluster [DBG] osdmap e28: 3 total, 3 up, 3 in 2024-03-21T22:13:25.606 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:25 smithi033 bash[22041]: cluster 2024-03-21T22:13:24.140807+0000 mgr.a (mgr.14385) 22 : cluster [DBG] pgmap v10: 65 pgs: 64 unknown, 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T22:13:25.606 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:25 smithi033 bash[22041]: cluster 2024-03-21T22:13:24.986617+0000 mon.a (mon.0) 739 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-21T22:13:25.606 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:25 smithi033 bash[22041]: audit 2024-03-21T22:13:25.027745+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:25.606 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:25 smithi033 bash[22041]: audit 2024-03-21T22:13:25.071308+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:25.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:25 smithi033 bash[22041]: cluster 2024-03-21T22:13:25.185789+0000 mon.a (mon.0) 742 : cluster [DBG] osdmap e28: 3 total, 3 up, 3 in 2024-03-21T22:13:26.298 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:26 smithi098 bash[22188]: audit 2024-03-21T22:13:25.189820+0000 mon.a (mon.0) 743 : audit [INF] from='client.? 172.21.15.31:0/4202288501' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-03-21T22:13:26.299 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:26 smithi098 bash[22188]: audit 2024-03-21T22:13:25.205148+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:26.299 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:26 smithi098 bash[22188]: audit 2024-03-21T22:13:26.181759+0000 mon.a (mon.0) 745 : audit [INF] from='client.? 172.21.15.31:0/4202288501' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-03-21T22:13:26.299 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:26 smithi098 bash[22188]: cluster 2024-03-21T22:13:26.188122+0000 mon.a (mon.0) 746 : cluster [DBG] osdmap e29: 3 total, 3 up, 3 in 2024-03-21T22:13:26.356 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:26 smithi033 bash[22041]: audit 2024-03-21T22:13:25.189820+0000 mon.a (mon.0) 743 : audit [INF] from='client.? 172.21.15.31:0/4202288501' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-03-21T22:13:26.356 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:26 smithi033 bash[22041]: audit 2024-03-21T22:13:25.205148+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:26.356 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:26 smithi033 bash[22041]: audit 2024-03-21T22:13:26.181759+0000 mon.a (mon.0) 745 : audit [INF] from='client.? 172.21.15.31:0/4202288501' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-03-21T22:13:26.356 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:26 smithi033 bash[22041]: cluster 2024-03-21T22:13:26.188122+0000 mon.a (mon.0) 746 : cluster [DBG] osdmap e29: 3 total, 3 up, 3 in 2024-03-21T22:13:26.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:26 smithi031 bash[21433]: audit 2024-03-21T22:13:25.189820+0000 mon.a (mon.0) 743 : audit [INF] from='client.? 172.21.15.31:0/4202288501' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-03-21T22:13:26.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:26 smithi031 bash[21433]: audit 2024-03-21T22:13:25.205148+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:26.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:26 smithi031 bash[21433]: audit 2024-03-21T22:13:26.181759+0000 mon.a (mon.0) 745 : audit [INF] from='client.? 172.21.15.31:0/4202288501' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-03-21T22:13:26.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:26 smithi031 bash[21433]: cluster 2024-03-21T22:13:26.188122+0000 mon.a (mon.0) 746 : cluster [DBG] osdmap e29: 3 total, 3 up, 3 in 2024-03-21T22:13:27.346 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:27 smithi031 bash[21433]: cluster 2024-03-21T22:13:26.141598+0000 mgr.a (mgr.14385) 23 : cluster [DBG] pgmap v13: 97 pgs: 32 unknown, 32 creating+peering, 33 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 61 KiB/s rd, 3.5 KiB/s wr, 45 op/s 2024-03-21T22:13:27.346 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:27 smithi031 bash[21433]: audit 2024-03-21T22:13:26.802167+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:27.346 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:27 smithi031 bash[21433]: audit 2024-03-21T22:13:26.875631+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:27.346 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:27 smithi031 bash[21433]: audit 2024-03-21T22:13:26.928877+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:27.346 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:27 smithi031 bash[21433]: audit 2024-03-21T22:13:26.933652+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:27.346 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:27 smithi031 bash[21433]: audit 2024-03-21T22:13:26.941233+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:27.410 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:27 smithi098 bash[22188]: cluster 2024-03-21T22:13:26.141598+0000 mgr.a (mgr.14385) 23 : cluster [DBG] pgmap v13: 97 pgs: 32 unknown, 32 creating+peering, 33 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 61 KiB/s rd, 3.5 KiB/s wr, 45 op/s 2024-03-21T22:13:27.410 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:27 smithi098 bash[22188]: audit 2024-03-21T22:13:26.802167+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:27.410 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:27 smithi098 bash[22188]: audit 2024-03-21T22:13:26.875631+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:27.410 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:27 smithi098 bash[22188]: audit 2024-03-21T22:13:26.928877+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:27.410 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:27 smithi098 bash[22188]: audit 2024-03-21T22:13:26.933652+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:27.410 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:27 smithi098 bash[22188]: audit 2024-03-21T22:13:26.941233+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:27.486 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:27 smithi033 bash[22041]: cluster 2024-03-21T22:13:26.141598+0000 mgr.a (mgr.14385) 23 : cluster [DBG] pgmap v13: 97 pgs: 32 unknown, 32 creating+peering, 33 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 61 KiB/s rd, 3.5 KiB/s wr, 45 op/s 2024-03-21T22:13:27.486 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:27 smithi033 bash[22041]: audit 2024-03-21T22:13:26.802167+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:27.486 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:27 smithi033 bash[22041]: audit 2024-03-21T22:13:26.875631+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:27.486 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:27 smithi033 bash[22041]: audit 2024-03-21T22:13:26.928877+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:27.486 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:27 smithi033 bash[22041]: audit 2024-03-21T22:13:26.933652+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:27.486 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:27 smithi033 bash[22041]: audit 2024-03-21T22:13:26.941233+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:28.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:28 smithi098 bash[22188]: cluster 2024-03-21T22:13:27.215841+0000 mon.a (mon.0) 752 : cluster [DBG] osdmap e30: 3 total, 3 up, 3 in 2024-03-21T22:13:28.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:28 smithi098 bash[22188]: audit 2024-03-21T22:13:27.218834+0000 mon.a (mon.0) 753 : audit [INF] from='client.? 172.21.15.31:0/4202288501' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-03-21T22:13:28.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:28 smithi098 bash[22188]: audit 2024-03-21T22:13:27.304294+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:28.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:28 smithi098 bash[22188]: audit 2024-03-21T22:13:27.310965+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:28.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:28 smithi098 bash[22188]: audit 2024-03-21T22:13:27.317582+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:28.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:28 smithi098 bash[22188]: audit 2024-03-21T22:13:27.644102+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:28.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:28 smithi098 bash[22188]: audit 2024-03-21T22:13:28.212396+0000 mon.a (mon.0) 758 : audit [INF] from='client.? 172.21.15.31:0/4202288501' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-03-21T22:13:28.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:28 smithi098 bash[22188]: cluster 2024-03-21T22:13:28.219509+0000 mon.a (mon.0) 759 : cluster [DBG] osdmap e31: 3 total, 3 up, 3 in 2024-03-21T22:13:28.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:28 smithi031 bash[21433]: cluster 2024-03-21T22:13:27.215841+0000 mon.a (mon.0) 752 : cluster [DBG] osdmap e30: 3 total, 3 up, 3 in 2024-03-21T22:13:28.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:28 smithi031 bash[21433]: audit 2024-03-21T22:13:27.218834+0000 mon.a (mon.0) 753 : audit [INF] from='client.? 172.21.15.31:0/4202288501' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-03-21T22:13:28.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:28 smithi031 bash[21433]: audit 2024-03-21T22:13:27.304294+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:28.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:28 smithi031 bash[21433]: audit 2024-03-21T22:13:27.310965+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:28.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:28 smithi031 bash[21433]: audit 2024-03-21T22:13:27.317582+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:28.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:28 smithi031 bash[21433]: audit 2024-03-21T22:13:27.644102+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:28.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:28 smithi031 bash[21433]: audit 2024-03-21T22:13:28.212396+0000 mon.a (mon.0) 758 : audit [INF] from='client.? 172.21.15.31:0/4202288501' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-03-21T22:13:28.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:28 smithi031 bash[21433]: cluster 2024-03-21T22:13:28.219509+0000 mon.a (mon.0) 759 : cluster [DBG] osdmap e31: 3 total, 3 up, 3 in 2024-03-21T22:13:28.606 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:28 smithi033 bash[22041]: cluster 2024-03-21T22:13:27.215841+0000 mon.a (mon.0) 752 : cluster [DBG] osdmap e30: 3 total, 3 up, 3 in 2024-03-21T22:13:28.606 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:28 smithi033 bash[22041]: audit 2024-03-21T22:13:27.218834+0000 mon.a (mon.0) 753 : audit [INF] from='client.? 172.21.15.31:0/4202288501' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-03-21T22:13:28.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:28 smithi033 bash[22041]: audit 2024-03-21T22:13:27.304294+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:28.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:28 smithi033 bash[22041]: audit 2024-03-21T22:13:27.310965+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:28.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:28 smithi033 bash[22041]: audit 2024-03-21T22:13:27.317582+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:28.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:28 smithi033 bash[22041]: audit 2024-03-21T22:13:27.644102+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:28.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:28 smithi033 bash[22041]: audit 2024-03-21T22:13:28.212396+0000 mon.a (mon.0) 758 : audit [INF] from='client.? 172.21.15.31:0/4202288501' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-03-21T22:13:28.607 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:28 smithi033 bash[22041]: cluster 2024-03-21T22:13:28.219509+0000 mon.a (mon.0) 759 : cluster [DBG] osdmap e31: 3 total, 3 up, 3 in 2024-03-21T22:13:29.498 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:29 smithi033 bash[22041]: cluster 2024-03-21T22:13:28.142373+0000 mgr.a (mgr.14385) 24 : cluster [DBG] pgmap v16: 129 pgs: 64 unknown, 32 creating+peering, 33 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 61 KiB/s rd, 3.5 KiB/s wr, 45 op/s 2024-03-21T22:13:29.498 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:29 smithi033 bash[22041]: audit 2024-03-21T22:13:28.225645+0000 mon.a (mon.0) 760 : audit [INF] from='client.? 172.21.15.31:0/4202288501' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-21T22:13:29.499 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:29 smithi033 bash[22041]: audit 2024-03-21T22:13:28.662013+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:29.499 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:29 smithi033 bash[22041]: audit 2024-03-21T22:13:28.671412+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:29.499 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:29 smithi033 bash[22041]: audit 2024-03-21T22:13:28.682385+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:29.499 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:29 smithi033 bash[22041]: audit 2024-03-21T22:13:29.215003+0000 mon.a (mon.0) 764 : audit [INF] from='client.? 172.21.15.31:0/4202288501' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-03-21T22:13:29.499 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:29 smithi033 bash[22041]: cluster 2024-03-21T22:13:29.221110+0000 mon.a (mon.0) 765 : cluster [DBG] osdmap e32: 3 total, 3 up, 3 in 2024-03-21T22:13:29.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:29 smithi098 bash[22188]: cluster 2024-03-21T22:13:28.142373+0000 mgr.a (mgr.14385) 24 : cluster [DBG] pgmap v16: 129 pgs: 64 unknown, 32 creating+peering, 33 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 61 KiB/s rd, 3.5 KiB/s wr, 45 op/s 2024-03-21T22:13:29.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:29 smithi098 bash[22188]: audit 2024-03-21T22:13:28.225645+0000 mon.a (mon.0) 760 : audit [INF] from='client.? 172.21.15.31:0/4202288501' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-21T22:13:29.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:29 smithi098 bash[22188]: audit 2024-03-21T22:13:28.662013+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:29.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:29 smithi098 bash[22188]: audit 2024-03-21T22:13:28.671412+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:29.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:29 smithi098 bash[22188]: audit 2024-03-21T22:13:28.682385+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:29.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:29 smithi098 bash[22188]: audit 2024-03-21T22:13:29.215003+0000 mon.a (mon.0) 764 : audit [INF] from='client.? 172.21.15.31:0/4202288501' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-03-21T22:13:29.549 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:29 smithi098 bash[22188]: cluster 2024-03-21T22:13:29.221110+0000 mon.a (mon.0) 765 : cluster [DBG] osdmap e32: 3 total, 3 up, 3 in 2024-03-21T22:13:29.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:29 smithi031 bash[21433]: cluster 2024-03-21T22:13:28.142373+0000 mgr.a (mgr.14385) 24 : cluster [DBG] pgmap v16: 129 pgs: 64 unknown, 32 creating+peering, 33 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 61 KiB/s rd, 3.5 KiB/s wr, 45 op/s 2024-03-21T22:13:29.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:29 smithi031 bash[21433]: audit 2024-03-21T22:13:28.225645+0000 mon.a (mon.0) 760 : audit [INF] from='client.? 172.21.15.31:0/4202288501' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-21T22:13:29.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:29 smithi031 bash[21433]: audit 2024-03-21T22:13:28.662013+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:29.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:29 smithi031 bash[21433]: audit 2024-03-21T22:13:28.671412+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:29.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:29 smithi031 bash[21433]: audit 2024-03-21T22:13:28.682385+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:29.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:29 smithi031 bash[21433]: audit 2024-03-21T22:13:29.215003+0000 mon.a (mon.0) 764 : audit [INF] from='client.? 172.21.15.31:0/4202288501' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-03-21T22:13:29.596 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:29 smithi031 bash[21433]: cluster 2024-03-21T22:13:29.221110+0000 mon.a (mon.0) 765 : cluster [DBG] osdmap e32: 3 total, 3 up, 3 in 2024-03-21T22:13:30.005 INFO:teuthology.orchestra.run.smithi031.stdout:Realm(s) created correctly. Please, use 'ceph rgw realm tokens' to get the token. 2024-03-21T22:13:30.717 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-21T22:13:30.728 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi031.front.sepia.ceph.com 2024-03-21T22:13:30.729 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f7e76c80-e7ce-11ee-95cd-87774f69a715 -- bash -c 'set -e 2024-03-21T22:13:30.729 DEBUG:teuthology.orchestra.run.smithi031:> set -x 2024-03-21T22:13:30.729 DEBUG:teuthology.orchestra.run.smithi031:> while true; do TOKEN=$(ceph rgw realm tokens | jq -r '"'"'.[0].token'"'"'); echo $TOKEN; if [ "$TOKEN" != "master zone has no endpoint" ]; then break; fi; sleep 5; done 2024-03-21T22:13:30.729 DEBUG:teuthology.orchestra.run.smithi031:> TOKENS=$(ceph rgw realm tokens) 2024-03-21T22:13:30.729 DEBUG:teuthology.orchestra.run.smithi031:> echo $TOKENS | jq --exit-status '"'"'.[0].realm == "myrealm1"'"'"' 2024-03-21T22:13:30.729 DEBUG:teuthology.orchestra.run.smithi031:> echo $TOKENS | jq --exit-status '"'"'.[0].token'"'"' 2024-03-21T22:13:30.729 DEBUG:teuthology.orchestra.run.smithi031:> TOKEN_JSON=$(ceph rgw realm tokens | jq -r '"'"'.[0].token'"'"' | base64 --decode) 2024-03-21T22:13:30.729 DEBUG:teuthology.orchestra.run.smithi031:> echo $TOKEN_JSON | jq --exit-status '"'"'.realm_name == "myrealm1"'"'"' 2024-03-21T22:13:30.729 DEBUG:teuthology.orchestra.run.smithi031:> echo $TOKEN_JSON | jq --exit-status '"'"'.endpoint | test("http://.+:\\d+")'"'"' 2024-03-21T22:13:30.729 DEBUG:teuthology.orchestra.run.smithi031:> echo $TOKEN_JSON | jq --exit-status '"'"'.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")'"'"' 2024-03-21T22:13:30.730 DEBUG:teuthology.orchestra.run.smithi031:> echo $TOKEN_JSON | jq --exit-status '"'"'.access_key'"'"' 2024-03-21T22:13:30.730 DEBUG:teuthology.orchestra.run.smithi031:> echo $TOKEN_JSON | jq --exit-status '"'"'.secret'"'"' 2024-03-21T22:13:30.730 DEBUG:teuthology.orchestra.run.smithi031:> ' 2024-03-21T22:13:30.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:30 smithi098 bash[22188]: audit 2024-03-21T22:13:29.637347+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:30.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:30 smithi098 bash[22188]: audit 2024-03-21T22:13:29.642257+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:30.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:30 smithi098 bash[22188]: audit 2024-03-21T22:13:29.648022+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:30.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:30 smithi098 bash[22188]: audit 2024-03-21T22:13:29.685708+0000 mon.a (mon.0) 769 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:13:30.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:30 smithi098 bash[22188]: audit 2024-03-21T22:13:29.700251+0000 mon.a (mon.0) 770 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:13:30.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:30 smithi098 bash[22188]: audit 2024-03-21T22:13:29.701816+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:13:30.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:30 smithi098 bash[22188]: audit 2024-03-21T22:13:29.707896+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:30.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:30 smithi098 bash[22188]: audit 2024-03-21T22:13:30.006626+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:30.800 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:30 smithi098 bash[22188]: audit 2024-03-21T22:13:30.016507+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:13:30.801 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:30 smithi098 bash[22188]: audit 2024-03-21T22:13:30.019779+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:13:30.801 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:30 smithi098 bash[22188]: audit 2024-03-21T22:13:30.020651+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:13:30.801 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:30 smithi098 bash[22188]: audit 2024-03-21T22:13:30.026950+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:30.801 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:30 smithi098 bash[22188]: audit 2024-03-21T22:13:30.031181+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi033.cvmmgk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T22:13:30.801 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:30 smithi098 bash[22188]: audit 2024-03-21T22:13:30.033087+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi033.cvmmgk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-21T22:13:30.801 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:30 smithi098 bash[22188]: audit 2024-03-21T22:13:30.041116+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:30.801 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:30 smithi098 bash[22188]: audit 2024-03-21T22:13:30.042766+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:13:30.801 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:30 smithi098 bash[22188]: audit 2024-03-21T22:13:30.403793+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:30.801 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:30 smithi098 bash[22188]: audit 2024-03-21T22:13:30.412495+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:30.802 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:30 smithi098 bash[22188]: audit 2024-03-21T22:13:30.423123+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:31.096 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:30 smithi031 bash[21433]: audit 2024-03-21T22:13:29.637347+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:31.096 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:30 smithi031 bash[21433]: audit 2024-03-21T22:13:29.642257+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:31.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:30 smithi031 bash[21433]: audit 2024-03-21T22:13:29.648022+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:31.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:30 smithi031 bash[21433]: audit 2024-03-21T22:13:29.685708+0000 mon.a (mon.0) 769 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:13:31.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:30 smithi031 bash[21433]: audit 2024-03-21T22:13:29.700251+0000 mon.a (mon.0) 770 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:13:31.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:30 smithi031 bash[21433]: audit 2024-03-21T22:13:29.701816+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:13:31.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:30 smithi031 bash[21433]: audit 2024-03-21T22:13:29.707896+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:31.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:30 smithi031 bash[21433]: audit 2024-03-21T22:13:30.006626+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:31.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:30 smithi031 bash[21433]: audit 2024-03-21T22:13:30.016507+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:13:31.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:30 smithi031 bash[21433]: audit 2024-03-21T22:13:30.019779+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:13:31.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:30 smithi031 bash[21433]: audit 2024-03-21T22:13:30.020651+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:13:31.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:30 smithi031 bash[21433]: audit 2024-03-21T22:13:30.026950+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:31.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:30 smithi031 bash[21433]: audit 2024-03-21T22:13:30.031181+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi033.cvmmgk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T22:13:31.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:30 smithi031 bash[21433]: audit 2024-03-21T22:13:30.033087+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi033.cvmmgk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-21T22:13:31.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:30 smithi031 bash[21433]: audit 2024-03-21T22:13:30.041116+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:31.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:30 smithi031 bash[21433]: audit 2024-03-21T22:13:30.042766+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:13:31.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:30 smithi031 bash[21433]: audit 2024-03-21T22:13:30.403793+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:31.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:30 smithi031 bash[21433]: audit 2024-03-21T22:13:30.412495+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:31.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:30 smithi031 bash[21433]: audit 2024-03-21T22:13:30.423123+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:31.109 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:30 smithi033 bash[22041]: audit 2024-03-21T22:13:29.637347+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:31.110 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:30 smithi033 bash[22041]: audit 2024-03-21T22:13:29.642257+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:31.110 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:30 smithi033 bash[22041]: audit 2024-03-21T22:13:29.648022+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:31.110 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:30 smithi033 bash[22041]: audit 2024-03-21T22:13:29.685708+0000 mon.a (mon.0) 769 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:13:31.110 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:30 smithi033 bash[22041]: audit 2024-03-21T22:13:29.700251+0000 mon.a (mon.0) 770 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:13:31.110 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:30 smithi033 bash[22041]: audit 2024-03-21T22:13:29.701816+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:13:31.110 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:30 smithi033 bash[22041]: audit 2024-03-21T22:13:29.707896+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:31.110 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:30 smithi033 bash[22041]: audit 2024-03-21T22:13:30.006626+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:31.110 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:30 smithi033 bash[22041]: audit 2024-03-21T22:13:30.016507+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:13:31.110 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:30 smithi033 bash[22041]: audit 2024-03-21T22:13:30.019779+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:13:31.110 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:30 smithi033 bash[22041]: audit 2024-03-21T22:13:30.020651+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:13:31.110 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:30 smithi033 bash[22041]: audit 2024-03-21T22:13:30.026950+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:31.110 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:30 smithi033 bash[22041]: audit 2024-03-21T22:13:30.031181+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi033.cvmmgk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T22:13:31.110 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:30 smithi033 bash[22041]: audit 2024-03-21T22:13:30.033087+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi033.cvmmgk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-21T22:13:31.111 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:30 smithi033 bash[22041]: audit 2024-03-21T22:13:30.041116+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:31.111 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:30 smithi033 bash[22041]: audit 2024-03-21T22:13:30.042766+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:13:31.111 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:30 smithi033 bash[22041]: audit 2024-03-21T22:13:30.403793+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:31.111 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:30 smithi033 bash[22041]: audit 2024-03-21T22:13:30.412495+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:31.111 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:30 smithi033 bash[22041]: audit 2024-03-21T22:13:30.423123+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:31.933 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:31 smithi033 bash[22041]: cephadm 2024-03-21T22:13:30.000824+0000 mgr.a (mgr.14385) 25 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-03-21T22:13:31.933 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:31 smithi033 bash[22041]: cephadm 2024-03-21T22:13:30.043896+0000 mgr.a (mgr.14385) 26 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi033.cvmmgk on smithi033 2024-03-21T22:13:31.933 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:31 smithi033 bash[22041]: cluster 2024-03-21T22:13:30.143179+0000 mgr.a (mgr.14385) 27 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2024-03-21T22:13:31.934 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:31 smithi033 bash[22041]: audit 2024-03-21T22:13:30.831147+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:31.934 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:31 smithi033 bash[22041]: audit 2024-03-21T22:13:30.839893+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:31.934 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:31 smithi033 bash[22041]: audit 2024-03-21T22:13:30.850287+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:31.934 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:31 smithi033 bash[22041]: cluster 2024-03-21T22:13:31.039792+0000 mon.a (mon.0) 788 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-21T22:13:31.934 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:31 smithi033 bash[22041]: cluster 2024-03-21T22:13:31.039852+0000 mon.a (mon.0) 789 : cluster [INF] Cluster is now healthy 2024-03-21T22:13:32.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:31 smithi098 bash[22188]: cephadm 2024-03-21T22:13:30.000824+0000 mgr.a (mgr.14385) 25 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-03-21T22:13:32.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:31 smithi098 bash[22188]: cephadm 2024-03-21T22:13:30.043896+0000 mgr.a (mgr.14385) 26 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi033.cvmmgk on smithi033 2024-03-21T22:13:32.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:31 smithi098 bash[22188]: cluster 2024-03-21T22:13:30.143179+0000 mgr.a (mgr.14385) 27 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2024-03-21T22:13:32.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:31 smithi098 bash[22188]: audit 2024-03-21T22:13:30.831147+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:32.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:31 smithi098 bash[22188]: audit 2024-03-21T22:13:30.839893+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:32.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:31 smithi098 bash[22188]: audit 2024-03-21T22:13:30.850287+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:32.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:31 smithi098 bash[22188]: cluster 2024-03-21T22:13:31.039792+0000 mon.a (mon.0) 788 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-21T22:13:32.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:31 smithi098 bash[22188]: cluster 2024-03-21T22:13:31.039852+0000 mon.a (mon.0) 789 : cluster [INF] Cluster is now healthy 2024-03-21T22:13:32.096 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:31 smithi031 bash[21433]: cephadm 2024-03-21T22:13:30.000824+0000 mgr.a (mgr.14385) 25 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-03-21T22:13:32.096 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:31 smithi031 bash[21433]: cephadm 2024-03-21T22:13:30.043896+0000 mgr.a (mgr.14385) 26 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi033.cvmmgk on smithi033 2024-03-21T22:13:32.096 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:31 smithi031 bash[21433]: cluster 2024-03-21T22:13:30.143179+0000 mgr.a (mgr.14385) 27 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2024-03-21T22:13:32.096 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:31 smithi031 bash[21433]: audit 2024-03-21T22:13:30.831147+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:32.096 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:31 smithi031 bash[21433]: audit 2024-03-21T22:13:30.839893+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:32.096 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:31 smithi031 bash[21433]: audit 2024-03-21T22:13:30.850287+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:32.096 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:31 smithi031 bash[21433]: cluster 2024-03-21T22:13:31.039792+0000 mon.a (mon.0) 788 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-21T22:13:32.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:31 smithi031 bash[21433]: cluster 2024-03-21T22:13:31.039852+0000 mon.a (mon.0) 789 : cluster [INF] Cluster is now healthy 2024-03-21T22:13:32.818 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:32 smithi033 systemd[1]: /etc/systemd/system/ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@.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-03-21T22:13:32.819 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:13:32 smithi033 systemd[1]: /etc/systemd/system/ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@.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-03-21T22:13:32.819 INFO:journalctl@ceph.osd.1.smithi033.stdout:Mar 21 22:13:32 smithi033 systemd[1]: /etc/systemd/system/ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@.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-03-21T22:13:33.106 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:32 smithi033 systemd[1]: /etc/systemd/system/ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@.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-03-21T22:13:33.107 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:13:32 smithi033 systemd[1]: /etc/systemd/system/ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@.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-03-21T22:13:33.107 INFO:journalctl@ceph.osd.1.smithi033.stdout:Mar 21 22:13:32 smithi033 systemd[1]: /etc/systemd/system/ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@.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-03-21T22:13:33.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:33 smithi098 bash[22188]: cluster 2024-03-21T22:13:32.143810+0000 mgr.a (mgr.14385) 28 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 172 B/s rd, 344 B/s wr, 1 op/s 2024-03-21T22:13:33.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:33 smithi098 bash[22188]: audit 2024-03-21T22:13:32.978663+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:33.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:33 smithi098 bash[22188]: audit 2024-03-21T22:13:32.987594+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:33.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:33 smithi098 bash[22188]: audit 2024-03-21T22:13:33.021804+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:33.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:33 smithi098 bash[22188]: audit 2024-03-21T22:13:33.023484+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi098.oryfdo", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T22:13:33.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:33 smithi098 bash[22188]: audit 2024-03-21T22:13:33.026395+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi098.oryfdo", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-21T22:13:33.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:33 smithi098 bash[22188]: audit 2024-03-21T22:13:33.036749+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:33.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:33 smithi098 bash[22188]: audit 2024-03-21T22:13:33.040404+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:13:34.096 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:33 smithi031 bash[21433]: cluster 2024-03-21T22:13:32.143810+0000 mgr.a (mgr.14385) 28 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 172 B/s rd, 344 B/s wr, 1 op/s 2024-03-21T22:13:34.096 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:33 smithi031 bash[21433]: audit 2024-03-21T22:13:32.978663+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:34.096 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:33 smithi031 bash[21433]: audit 2024-03-21T22:13:32.987594+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:34.096 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:33 smithi031 bash[21433]: audit 2024-03-21T22:13:33.021804+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:34.096 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:33 smithi031 bash[21433]: audit 2024-03-21T22:13:33.023484+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi098.oryfdo", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T22:13:34.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:33 smithi031 bash[21433]: audit 2024-03-21T22:13:33.026395+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi098.oryfdo", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-21T22:13:34.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:33 smithi031 bash[21433]: audit 2024-03-21T22:13:33.036749+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:34.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:33 smithi031 bash[21433]: audit 2024-03-21T22:13:33.040404+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:13:34.106 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:33 smithi033 bash[22041]: cluster 2024-03-21T22:13:32.143810+0000 mgr.a (mgr.14385) 28 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 172 B/s rd, 344 B/s wr, 1 op/s 2024-03-21T22:13:34.106 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:33 smithi033 bash[22041]: audit 2024-03-21T22:13:32.978663+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:34.106 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:33 smithi033 bash[22041]: audit 2024-03-21T22:13:32.987594+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:34.106 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:33 smithi033 bash[22041]: audit 2024-03-21T22:13:33.021804+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:34.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:33 smithi033 bash[22041]: audit 2024-03-21T22:13:33.023484+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi098.oryfdo", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T22:13:34.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:33 smithi033 bash[22041]: audit 2024-03-21T22:13:33.026395+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi098.oryfdo", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-21T22:13:34.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:33 smithi033 bash[22041]: audit 2024-03-21T22:13:33.036749+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:34.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:33 smithi033 bash[22041]: audit 2024-03-21T22:13:33.040404+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:13:34.738 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:34 smithi098 bash[22188]: cephadm 2024-03-21T22:13:33.042511+0000 mgr.a (mgr.14385) 29 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi098.oryfdo on smithi098 2024-03-21T22:13:35.095 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:34 smithi031 bash[21433]: cephadm 2024-03-21T22:13:33.042511+0000 mgr.a (mgr.14385) 29 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi098.oryfdo on smithi098 2024-03-21T22:13:35.106 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:34 smithi033 bash[22041]: cephadm 2024-03-21T22:13:33.042511+0000 mgr.a (mgr.14385) 29 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi098.oryfdo on smithi098 2024-03-21T22:13:35.459 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T22:13:35.500 INFO:journalctl@ceph.osd.2.smithi098.stdout:Mar 21 22:13:35 smithi098 systemd[1]: /etc/systemd/system/ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@.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-03-21T22:13:35.500 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:35 smithi098 systemd[1]: /etc/systemd/system/ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@.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-03-21T22:13:35.798 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:35 smithi098 systemd[1]: /etc/systemd/system/ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@.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-03-21T22:13:35.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:35 smithi098 bash[22188]: cluster 2024-03-21T22:13:34.144658+0000 mgr.a (mgr.14385) 30 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 147 B/s rd, 295 B/s wr, 0 op/s 2024-03-21T22:13:35.799 INFO:journalctl@ceph.osd.2.smithi098.stdout:Mar 21 22:13:35 smithi098 systemd[1]: /etc/systemd/system/ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@.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-03-21T22:13:35.846 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:35 smithi031 bash[21433]: cluster 2024-03-21T22:13:34.144658+0000 mgr.a (mgr.14385) 30 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 147 B/s rd, 295 B/s wr, 0 op/s 2024-03-21T22:13:36.106 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:35 smithi033 bash[22041]: cluster 2024-03-21T22:13:34.144658+0000 mgr.a (mgr.14385) 30 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 147 B/s rd, 295 B/s wr, 0 op/s 2024-03-21T22:13:36.798 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:36 smithi098 bash[22188]: audit 2024-03-21T22:13:35.761678+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:36.798 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:36 smithi098 bash[22188]: audit 2024-03-21T22:13:35.771137+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:36.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:36 smithi098 bash[22188]: audit 2024-03-21T22:13:35.820050+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:36.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:36 smithi098 bash[22188]: audit 2024-03-21T22:13:35.821816+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjc2NDNkZDQ5LWQzZmItNDkyZC1iMWRmLTBmZDA0YTMyYTQ4YSIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiVEZOTzJQTVFYUUhGMzhaRVBYSDYiLAogICAgInNlY3JldCI6ICJEUDU0dEdJQU9GSHpvVUx3VnlqbW9mZG1EU2R5RXA0VG9CcElwZXJEIgp9", "zone_endpoints": ["http://smithi033:5500", "http://smithi098:5500"]}]: dispatch 2024-03-21T22:13:36.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:36 smithi098 bash[22188]: audit 2024-03-21T22:13:35.824390+0000 mgr.a (mgr.14385) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjc2NDNkZDQ5LWQzZmItNDkyZC1iMWRmLTBmZDA0YTMyYTQ4YSIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiVEZOTzJQTVFYUUhGMzhaRVBYSDYiLAogICAgInNlY3JldCI6ICJEUDU0dEdJQU9GSHpvVUx3VnlqbW9mZG1EU2R5RXA0VG9CcElwZXJEIgp9", "zone_endpoints": ["http://smithi033:5500", "http://smithi098:5500"]}]: dispatch 2024-03-21T22:13:36.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:36 smithi098 bash[22188]: cluster 2024-03-21T22:13:36.145919+0000 mgr.a (mgr.14385) 32 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 586 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 21 KiB/s rd, 7.1 KiB/s wr, 50 op/s 2024-03-21T22:13:36.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:36 smithi098 bash[22188]: audit 2024-03-21T22:13:36.654562+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:36.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:36 smithi098 bash[22188]: audit 2024-03-21T22:13:36.660876+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:36.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:36 smithi098 bash[22188]: audit 2024-03-21T22:13:36.666549+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:36.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:36 smithi098 bash[22188]: cephadm 2024-03-21T22:13:36.667996+0000 mgr.a (mgr.14385) 33 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-03-21T22:13:36.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:36 smithi098 bash[22188]: audit 2024-03-21T22:13:36.674339+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:36.799 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:36 smithi098 bash[22188]: audit 2024-03-21T22:13:36.679048+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:37.096 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:36 smithi031 bash[21433]: audit 2024-03-21T22:13:35.761678+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:37.096 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:36 smithi031 bash[21433]: audit 2024-03-21T22:13:35.771137+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:37.096 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:36 smithi031 bash[21433]: audit 2024-03-21T22:13:35.820050+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:37.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:36 smithi031 bash[21433]: audit 2024-03-21T22:13:35.821816+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjc2NDNkZDQ5LWQzZmItNDkyZC1iMWRmLTBmZDA0YTMyYTQ4YSIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiVEZOTzJQTVFYUUhGMzhaRVBYSDYiLAogICAgInNlY3JldCI6ICJEUDU0dEdJQU9GSHpvVUx3VnlqbW9mZG1EU2R5RXA0VG9CcElwZXJEIgp9", "zone_endpoints": ["http://smithi033:5500", "http://smithi098:5500"]}]: dispatch 2024-03-21T22:13:37.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:36 smithi031 bash[21433]: audit 2024-03-21T22:13:35.824390+0000 mgr.a (mgr.14385) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjc2NDNkZDQ5LWQzZmItNDkyZC1iMWRmLTBmZDA0YTMyYTQ4YSIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiVEZOTzJQTVFYUUhGMzhaRVBYSDYiLAogICAgInNlY3JldCI6ICJEUDU0dEdJQU9GSHpvVUx3VnlqbW9mZG1EU2R5RXA0VG9CcElwZXJEIgp9", "zone_endpoints": ["http://smithi033:5500", "http://smithi098:5500"]}]: dispatch 2024-03-21T22:13:37.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:36 smithi031 bash[21433]: cluster 2024-03-21T22:13:36.145919+0000 mgr.a (mgr.14385) 32 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 586 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 21 KiB/s rd, 7.1 KiB/s wr, 50 op/s 2024-03-21T22:13:37.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:36 smithi031 bash[21433]: audit 2024-03-21T22:13:36.654562+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:37.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:36 smithi031 bash[21433]: audit 2024-03-21T22:13:36.660876+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:37.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:36 smithi031 bash[21433]: audit 2024-03-21T22:13:36.666549+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:37.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:36 smithi031 bash[21433]: cephadm 2024-03-21T22:13:36.667996+0000 mgr.a (mgr.14385) 33 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-03-21T22:13:37.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:36 smithi031 bash[21433]: audit 2024-03-21T22:13:36.674339+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:37.098 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:36 smithi031 bash[21433]: audit 2024-03-21T22:13:36.679048+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:37.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:36 smithi033 bash[22041]: audit 2024-03-21T22:13:35.761678+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:37.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:36 smithi033 bash[22041]: audit 2024-03-21T22:13:35.771137+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:37.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:36 smithi033 bash[22041]: audit 2024-03-21T22:13:35.820050+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:37.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:36 smithi033 bash[22041]: audit 2024-03-21T22:13:35.821816+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjc2NDNkZDQ5LWQzZmItNDkyZC1iMWRmLTBmZDA0YTMyYTQ4YSIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiVEZOTzJQTVFYUUhGMzhaRVBYSDYiLAogICAgInNlY3JldCI6ICJEUDU0dEdJQU9GSHpvVUx3VnlqbW9mZG1EU2R5RXA0VG9CcElwZXJEIgp9", "zone_endpoints": ["http://smithi033:5500", "http://smithi098:5500"]}]: dispatch 2024-03-21T22:13:37.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:36 smithi033 bash[22041]: audit 2024-03-21T22:13:35.824390+0000 mgr.a (mgr.14385) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjc2NDNkZDQ5LWQzZmItNDkyZC1iMWRmLTBmZDA0YTMyYTQ4YSIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiVEZOTzJQTVFYUUhGMzhaRVBYSDYiLAogICAgInNlY3JldCI6ICJEUDU0dEdJQU9GSHpvVUx3VnlqbW9mZG1EU2R5RXA0VG9CcElwZXJEIgp9", "zone_endpoints": ["http://smithi033:5500", "http://smithi098:5500"]}]: dispatch 2024-03-21T22:13:37.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:36 smithi033 bash[22041]: cluster 2024-03-21T22:13:36.145919+0000 mgr.a (mgr.14385) 32 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 586 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 21 KiB/s rd, 7.1 KiB/s wr, 50 op/s 2024-03-21T22:13:37.108 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:36 smithi033 bash[22041]: audit 2024-03-21T22:13:36.654562+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:37.108 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:36 smithi033 bash[22041]: audit 2024-03-21T22:13:36.660876+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:37.108 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:36 smithi033 bash[22041]: audit 2024-03-21T22:13:36.666549+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:37.108 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:36 smithi033 bash[22041]: cephadm 2024-03-21T22:13:36.667996+0000 mgr.a (mgr.14385) 33 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-03-21T22:13:37.108 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:36 smithi033 bash[22041]: audit 2024-03-21T22:13:36.674339+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:37.108 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:36 smithi033 bash[22041]: audit 2024-03-21T22:13:36.679048+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:37.942 INFO:teuthology.orchestra.run.smithi031.stderr:+ true 2024-03-21T22:13:37.942 INFO:teuthology.orchestra.run.smithi031.stderr:++ ceph rgw realm tokens 2024-03-21T22:13:37.942 INFO:teuthology.orchestra.run.smithi031.stderr:++ jq -r '.[0].token' 2024-03-21T22:13:38.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:37 smithi098 bash[22188]: audit 2024-03-21T22:13:36.762795+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:13:38.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:37 smithi098 bash[22188]: audit 2024-03-21T22:13:36.765657+0000 mon.a (mon.0) 807 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:13:38.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:37 smithi098 bash[22188]: audit 2024-03-21T22:13:36.766632+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:13:38.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:37 smithi098 bash[22188]: cephadm 2024-03-21T22:13:36.772250+0000 mgr.a (mgr.14385) 34 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-21T22:13:38.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:37 smithi098 bash[22188]: audit 2024-03-21T22:13:37.245942+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:38.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:37 smithi098 bash[22188]: audit 2024-03-21T22:13:37.252709+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:38.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:37 smithi098 bash[22188]: audit 2024-03-21T22:13:37.261283+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:38.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:37 smithi098 bash[22188]: cephadm 2024-03-21T22:13:37.262760+0000 mgr.a (mgr.14385) 35 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T22:13:38.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:37 smithi098 bash[22188]: audit 2024-03-21T22:13:37.620341+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:13:38.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:37 smithi098 bash[22188]: audit 2024-03-21T22:13:37.623892+0000 mon.a (mon.0) 813 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:13:38.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:37 smithi098 bash[22188]: audit 2024-03-21T22:13:37.625740+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:13:38.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:37 smithi098 bash[22188]: cephadm 2024-03-21T22:13:37.631078+0000 mgr.a (mgr.14385) 36 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-21T22:13:38.096 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:37 smithi031 bash[21433]: audit 2024-03-21T22:13:36.762795+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:13:38.096 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:37 smithi031 bash[21433]: audit 2024-03-21T22:13:36.765657+0000 mon.a (mon.0) 807 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:13:38.096 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:37 smithi031 bash[21433]: audit 2024-03-21T22:13:36.766632+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:13:38.096 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:37 smithi031 bash[21433]: cephadm 2024-03-21T22:13:36.772250+0000 mgr.a (mgr.14385) 34 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-21T22:13:38.096 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:37 smithi031 bash[21433]: audit 2024-03-21T22:13:37.245942+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:38.096 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:37 smithi031 bash[21433]: audit 2024-03-21T22:13:37.252709+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:38.096 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:37 smithi031 bash[21433]: audit 2024-03-21T22:13:37.261283+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:38.096 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:37 smithi031 bash[21433]: cephadm 2024-03-21T22:13:37.262760+0000 mgr.a (mgr.14385) 35 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T22:13:38.096 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:37 smithi031 bash[21433]: audit 2024-03-21T22:13:37.620341+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:13:38.096 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:37 smithi031 bash[21433]: audit 2024-03-21T22:13:37.623892+0000 mon.a (mon.0) 813 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:13:38.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:37 smithi031 bash[21433]: audit 2024-03-21T22:13:37.625740+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:13:38.097 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:37 smithi031 bash[21433]: cephadm 2024-03-21T22:13:37.631078+0000 mgr.a (mgr.14385) 36 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-21T22:13:38.106 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:37 smithi033 bash[22041]: audit 2024-03-21T22:13:36.762795+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:13:38.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:37 smithi033 bash[22041]: audit 2024-03-21T22:13:36.765657+0000 mon.a (mon.0) 807 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:13:38.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:37 smithi033 bash[22041]: audit 2024-03-21T22:13:36.766632+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:13:38.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:37 smithi033 bash[22041]: cephadm 2024-03-21T22:13:36.772250+0000 mgr.a (mgr.14385) 34 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-21T22:13:38.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:37 smithi033 bash[22041]: audit 2024-03-21T22:13:37.245942+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:38.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:37 smithi033 bash[22041]: audit 2024-03-21T22:13:37.252709+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:38.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:37 smithi033 bash[22041]: audit 2024-03-21T22:13:37.261283+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:38.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:37 smithi033 bash[22041]: cephadm 2024-03-21T22:13:37.262760+0000 mgr.a (mgr.14385) 35 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T22:13:38.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:37 smithi033 bash[22041]: audit 2024-03-21T22:13:37.620341+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:13:38.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:37 smithi033 bash[22041]: audit 2024-03-21T22:13:37.623892+0000 mon.a (mon.0) 813 : audit [DBG] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:13:38.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:37 smithi033 bash[22041]: audit 2024-03-21T22:13:37.625740+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:13:38.107 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:37 smithi033 bash[22041]: cephadm 2024-03-21T22:13:37.631078+0000 mgr.a (mgr.14385) 36 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-21T22:13:38.702 INFO:teuthology.orchestra.run.smithi031.stderr:+ TOKEN=ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjc2NDNkZDQ5LWQzZmItNDkyZC1iMWRmLTBmZDA0YTMyYTQ4YSIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTAzMzo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlRGTk8yUE1RWFFIRjM4WkVQWEg2IiwKICAgICJzZWNyZXQiOiAiRFA1NHRHSUFPRkh6b1VMd1Z5am1vZmRtRFNkeUVwNFRvQnBJcGVyRCIKfQ== 2024-03-21T22:13:38.702 INFO:teuthology.orchestra.run.smithi031.stderr:+ echo ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjc2NDNkZDQ5LWQzZmItNDkyZC1iMWRmLTBmZDA0YTMyYTQ4YSIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTAzMzo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlRGTk8yUE1RWFFIRjM4WkVQWEg2IiwKICAgICJzZWNyZXQiOiAiRFA1NHRHSUFPRkh6b1VMd1Z5am1vZmRtRFNkeUVwNFRvQnBJcGVyRCIKfQ== 2024-03-21T22:13:38.702 INFO:teuthology.orchestra.run.smithi031.stderr:+ '[' ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjc2NDNkZDQ5LWQzZmItNDkyZC1iMWRmLTBmZDA0YTMyYTQ4YSIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTAzMzo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlRGTk8yUE1RWFFIRjM4WkVQWEg2IiwKICAgICJzZWNyZXQiOiAiRFA1NHRHSUFPRkh6b1VMd1Z5am1vZmRtRFNkeUVwNFRvQnBJcGVyRCIKfQ== '!=' 'master zone has no endpoint' ']' 2024-03-21T22:13:38.702 INFO:teuthology.orchestra.run.smithi031.stderr:+ break 2024-03-21T22:13:38.702 INFO:teuthology.orchestra.run.smithi031.stdout:ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjc2NDNkZDQ5LWQzZmItNDkyZC1iMWRmLTBmZDA0YTMyYTQ4YSIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTAzMzo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlRGTk8yUE1RWFFIRjM4WkVQWEg2IiwKICAgICJzZWNyZXQiOiAiRFA1NHRHSUFPRkh6b1VMd1Z5am1vZmRtRFNkeUVwNFRvQnBJcGVyRCIKfQ== 2024-03-21T22:13:38.703 INFO:teuthology.orchestra.run.smithi031.stderr:++ ceph rgw realm tokens 2024-03-21T22:13:39.048 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:38 smithi098 bash[22188]: audit 2024-03-21T22:13:37.887172+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:39.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:38 smithi098 bash[22188]: cephadm 2024-03-21T22:13:37.887642+0000 mgr.a (mgr.14385) 37 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T22:13:39.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:38 smithi098 bash[22188]: cluster 2024-03-21T22:13:38.146429+0000 mgr.a (mgr.14385) 38 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 586 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 5.7 KiB/s wr, 40 op/s 2024-03-21T22:13:39.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:38 smithi098 bash[22188]: audit 2024-03-21T22:13:38.226771+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:39.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:38 smithi098 bash[22188]: audit 2024-03-21T22:13:38.312405+0000 mgr.a (mgr.14385) 39 : audit [DBG] from='client.14913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T22:13:39.183 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:38 smithi033 bash[22041]: audit 2024-03-21T22:13:37.887172+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:39.183 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:38 smithi033 bash[22041]: cephadm 2024-03-21T22:13:37.887642+0000 mgr.a (mgr.14385) 37 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T22:13:39.183 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:38 smithi033 bash[22041]: cluster 2024-03-21T22:13:38.146429+0000 mgr.a (mgr.14385) 38 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 586 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 5.7 KiB/s wr, 40 op/s 2024-03-21T22:13:39.183 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:38 smithi033 bash[22041]: audit 2024-03-21T22:13:38.226771+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:39.183 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:38 smithi033 bash[22041]: audit 2024-03-21T22:13:38.312405+0000 mgr.a (mgr.14385) 39 : audit [DBG] from='client.14913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T22:13:39.345 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:38 smithi031 bash[21433]: audit 2024-03-21T22:13:37.887172+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:39.346 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:38 smithi031 bash[21433]: cephadm 2024-03-21T22:13:37.887642+0000 mgr.a (mgr.14385) 37 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T22:13:39.346 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:38 smithi031 bash[21433]: cluster 2024-03-21T22:13:38.146429+0000 mgr.a (mgr.14385) 38 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 586 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 5.7 KiB/s wr, 40 op/s 2024-03-21T22:13:39.346 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:38 smithi031 bash[21433]: audit 2024-03-21T22:13:38.226771+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:39.346 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:38 smithi031 bash[21433]: audit 2024-03-21T22:13:38.312405+0000 mgr.a (mgr.14385) 39 : audit [DBG] from='client.14913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T22:13:39.456 INFO:teuthology.orchestra.run.smithi031.stderr:+ TOKENS='[ 2024-03-21T22:13:39.456 INFO:teuthology.orchestra.run.smithi031.stderr: { 2024-03-21T22:13:39.456 INFO:teuthology.orchestra.run.smithi031.stderr: "realm": "myrealm1", 2024-03-21T22:13:39.456 INFO:teuthology.orchestra.run.smithi031.stderr: "token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjc2NDNkZDQ5LWQzZmItNDkyZC1iMWRmLTBmZDA0YTMyYTQ4YSIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTAzMzo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlRGTk8yUE1RWFFIRjM4WkVQWEg2IiwKICAgICJzZWNyZXQiOiAiRFA1NHRHSUFPRkh6b1VMd1Z5am1vZmRtRFNkeUVwNFRvQnBJcGVyRCIKfQ==" 2024-03-21T22:13:39.456 INFO:teuthology.orchestra.run.smithi031.stderr: } 2024-03-21T22:13:39.456 INFO:teuthology.orchestra.run.smithi031.stderr:]' 2024-03-21T22:13:39.456 INFO:teuthology.orchestra.run.smithi031.stderr:+ echo '[' '{' '"realm":' '"myrealm1",' '"token":' '"ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjc2NDNkZDQ5LWQzZmItNDkyZC1iMWRmLTBmZDA0YTMyYTQ4YSIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTAzMzo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlRGTk8yUE1RWFFIRjM4WkVQWEg2IiwKICAgICJzZWNyZXQiOiAiRFA1NHRHSUFPRkh6b1VMd1Z5am1vZmRtRFNkeUVwNFRvQnBJcGVyRCIKfQ=="' '}' ']' 2024-03-21T22:13:39.456 INFO:teuthology.orchestra.run.smithi031.stderr:+ jq --exit-status '.[0].realm == "myrealm1"' 2024-03-21T22:13:39.458 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-03-21T22:13:39.458 INFO:teuthology.orchestra.run.smithi031.stderr:+ echo '[' '{' '"realm":' '"myrealm1",' '"token":' '"ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjc2NDNkZDQ5LWQzZmItNDkyZC1iMWRmLTBmZDA0YTMyYTQ4YSIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTAzMzo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlRGTk8yUE1RWFFIRjM4WkVQWEg2IiwKICAgICJzZWNyZXQiOiAiRFA1NHRHSUFPRkh6b1VMd1Z5am1vZmRtRFNkeUVwNFRvQnBJcGVyRCIKfQ=="' '}' ']' 2024-03-21T22:13:39.458 INFO:teuthology.orchestra.run.smithi031.stderr:+ jq --exit-status '.[0].token' 2024-03-21T22:13:39.460 INFO:teuthology.orchestra.run.smithi031.stdout:"ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjc2NDNkZDQ5LWQzZmItNDkyZC1iMWRmLTBmZDA0YTMyYTQ4YSIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTAzMzo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlRGTk8yUE1RWFFIRjM4WkVQWEg2IiwKICAgICJzZWNyZXQiOiAiRFA1NHRHSUFPRkh6b1VMd1Z5am1vZmRtRFNkeUVwNFRvQnBJcGVyRCIKfQ==" 2024-03-21T22:13:39.461 INFO:teuthology.orchestra.run.smithi031.stderr:++ ceph rgw realm tokens 2024-03-21T22:13:39.461 INFO:teuthology.orchestra.run.smithi031.stderr:++ jq -r '.[0].token' 2024-03-21T22:13:39.461 INFO:teuthology.orchestra.run.smithi031.stderr:++ base64 --decode 2024-03-21T22:13:40.106 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:39 smithi033 bash[22041]: audit 2024-03-21T22:13:39.073890+0000 mgr.a (mgr.14385) 40 : audit [DBG] from='client.14991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T22:13:40.216 INFO:teuthology.orchestra.run.smithi031.stderr:+ TOKEN_JSON='{ 2024-03-21T22:13:40.216 INFO:teuthology.orchestra.run.smithi031.stderr: "realm_name": "myrealm1", 2024-03-21T22:13:40.216 INFO:teuthology.orchestra.run.smithi031.stderr: "realm_id": "7643dd49-d3fb-492d-b1df-0fd04a32a48a", 2024-03-21T22:13:40.216 INFO:teuthology.orchestra.run.smithi031.stderr: "endpoint": "http://smithi033:5500", 2024-03-21T22:13:40.216 INFO:teuthology.orchestra.run.smithi031.stderr: "access_key": "TFNO2PMQXQHF38ZEPXH6", 2024-03-21T22:13:40.216 INFO:teuthology.orchestra.run.smithi031.stderr: "secret": "DP54tGIAOFHzoULwVyjmofdmDSdyEp4ToBpIperD" 2024-03-21T22:13:40.216 INFO:teuthology.orchestra.run.smithi031.stderr:}' 2024-03-21T22:13:40.216 INFO:teuthology.orchestra.run.smithi031.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"7643dd49-d3fb-492d-b1df-0fd04a32a48a",' '"endpoint":' '"http://smithi033:5500",' '"access_key":' '"TFNO2PMQXQHF38ZEPXH6",' '"secret":' '"DP54tGIAOFHzoULwVyjmofdmDSdyEp4ToBpIperD"' '}' 2024-03-21T22:13:40.216 INFO:teuthology.orchestra.run.smithi031.stderr:+ jq --exit-status '.realm_name == "myrealm1"' 2024-03-21T22:13:40.218 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-03-21T22:13:40.218 INFO:teuthology.orchestra.run.smithi031.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"7643dd49-d3fb-492d-b1df-0fd04a32a48a",' '"endpoint":' '"http://smithi033:5500",' '"access_key":' '"TFNO2PMQXQHF38ZEPXH6",' '"secret":' '"DP54tGIAOFHzoULwVyjmofdmDSdyEp4ToBpIperD"' '}' 2024-03-21T22:13:40.218 INFO:teuthology.orchestra.run.smithi031.stderr:+ jq --exit-status '.endpoint | test("http://.+:\\d+")' 2024-03-21T22:13:40.221 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-03-21T22:13:40.222 INFO:teuthology.orchestra.run.smithi031.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"7643dd49-d3fb-492d-b1df-0fd04a32a48a",' '"endpoint":' '"http://smithi033:5500",' '"access_key":' '"TFNO2PMQXQHF38ZEPXH6",' '"secret":' '"DP54tGIAOFHzoULwVyjmofdmDSdyEp4ToBpIperD"' '}' 2024-03-21T22:13:40.222 INFO:teuthology.orchestra.run.smithi031.stderr:+ jq --exit-status '.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")' 2024-03-21T22:13:40.224 INFO:teuthology.orchestra.run.smithi031.stdout:true 2024-03-21T22:13:40.224 INFO:teuthology.orchestra.run.smithi031.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"7643dd49-d3fb-492d-b1df-0fd04a32a48a",' '"endpoint":' '"http://smithi033:5500",' '"access_key":' '"TFNO2PMQXQHF38ZEPXH6",' '"secret":' '"DP54tGIAOFHzoULwVyjmofdmDSdyEp4ToBpIperD"' '}' 2024-03-21T22:13:40.225 INFO:teuthology.orchestra.run.smithi031.stderr:+ jq --exit-status .access_key 2024-03-21T22:13:40.226 INFO:teuthology.orchestra.run.smithi031.stdout:"TFNO2PMQXQHF38ZEPXH6" 2024-03-21T22:13:40.227 INFO:teuthology.orchestra.run.smithi031.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"7643dd49-d3fb-492d-b1df-0fd04a32a48a",' '"endpoint":' '"http://smithi033:5500",' '"access_key":' '"TFNO2PMQXQHF38ZEPXH6",' '"secret":' '"DP54tGIAOFHzoULwVyjmofdmDSdyEp4ToBpIperD"' '}' 2024-03-21T22:13:40.227 INFO:teuthology.orchestra.run.smithi031.stderr:+ jq --exit-status .secret 2024-03-21T22:13:40.229 INFO:teuthology.orchestra.run.smithi031.stdout:"DP54tGIAOFHzoULwVyjmofdmDSdyEp4ToBpIperD" 2024-03-21T22:13:40.230 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:39 smithi031 bash[21433]: audit 2024-03-21T22:13:39.073890+0000 mgr.a (mgr.14385) 40 : audit [DBG] from='client.14991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T22:13:40.298 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:39 smithi098 bash[22188]: audit 2024-03-21T22:13:39.073890+0000 mgr.a (mgr.14385) 40 : audit [DBG] from='client.14991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T22:13:40.890 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-03-21T22:13:40.904 INFO:tasks.cephadm:Teardown begin 2024-03-21T22:13:40.904 DEBUG:teuthology.orchestra.run.smithi031:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-21T22:13:40.918 DEBUG:teuthology.orchestra.run.smithi033:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-21T22:13:40.931 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-21T22:13:40.945 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-03-21T22:13:40.945 DEBUG:teuthology.orchestra.run.smithi031:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-21T22:13:40.967 DEBUG:teuthology.orchestra.run.smithi033:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-21T22:13:40.980 DEBUG:teuthology.orchestra.run.smithi098:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-21T22:13:40.991 INFO:tasks.cephadm:Stopping all daemons... 2024-03-21T22:13:40.991 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-03-21T22:13:40.991 DEBUG:teuthology.orchestra.run.smithi031:> sudo systemctl stop ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@mon.a 2024-03-21T22:13:41.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:40 smithi098 bash[22188]: audit 2024-03-21T22:13:39.830903+0000 mgr.a (mgr.14385) 41 : audit [DBG] from='client.15069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T22:13:41.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:40 smithi098 bash[22188]: cluster 2024-03-21T22:13:40.147303+0000 mgr.a (mgr.14385) 42 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 588 KiB data, 107 MiB used, 268 GiB / 268 GiB avail; 185 KiB/s rd, 6.5 KiB/s wr, 313 op/s 2024-03-21T22:13:41.049 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:40 smithi098 bash[22188]: audit 2024-03-21T22:13:40.744563+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:41.157 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:40 smithi031 bash[21433]: audit 2024-03-21T22:13:39.830903+0000 mgr.a (mgr.14385) 41 : audit [DBG] from='client.15069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T22:13:41.157 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:40 smithi031 bash[21433]: cluster 2024-03-21T22:13:40.147303+0000 mgr.a (mgr.14385) 42 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 588 KiB data, 107 MiB used, 268 GiB / 268 GiB avail; 185 KiB/s rd, 6.5 KiB/s wr, 313 op/s 2024-03-21T22:13:41.158 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:40 smithi031 bash[21433]: audit 2024-03-21T22:13:40.744563+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:41.158 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:41 smithi031 systemd[1]: Stopping Ceph mon.a for f7e76c80-e7ce-11ee-95cd-87774f69a715... 2024-03-21T22:13:41.158 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:41 smithi031 bash[21433]: debug 2024-03-21T22:13:41.155+0000 7f55f34e8700 -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-03-21T22:13:41.229 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:40 smithi033 bash[22041]: audit 2024-03-21T22:13:39.830903+0000 mgr.a (mgr.14385) 41 : audit [DBG] from='client.15069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T22:13:41.229 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:40 smithi033 bash[22041]: cluster 2024-03-21T22:13:40.147303+0000 mgr.a (mgr.14385) 42 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 588 KiB data, 107 MiB used, 268 GiB / 268 GiB avail; 185 KiB/s rd, 6.5 KiB/s wr, 313 op/s 2024-03-21T22:13:41.229 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:40 smithi033 bash[22041]: audit 2024-03-21T22:13:40.744563+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14385 172.21.15.31:0/1389181769' entity='mgr.a' 2024-03-21T22:13:41.595 INFO:journalctl@ceph.mon.a.smithi031.stdout:Mar 21 22:13:41 smithi031 bash[21433]: debug 2024-03-21T22:13:41.155+0000 7f55f34e8700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-03-21T22:13:41.870 DEBUG:teuthology.orchestra.run.smithi031:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@mon.a.service' 2024-03-21T22:13:41.894 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T22:13:41.894 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-03-21T22:13:41.895 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-03-21T22:13:41.895 DEBUG:teuthology.orchestra.run.smithi033:> sudo systemctl stop ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@mon.b 2024-03-21T22:13:42.163 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:41 smithi033 systemd[1]: Stopping Ceph mon.b for f7e76c80-e7ce-11ee-95cd-87774f69a715... 2024-03-21T22:13:42.164 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:42 smithi033 bash[22041]: debug 2024-03-21T22:13:42.018+0000 7f4befc78700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.b -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-03-21T22:13:42.164 INFO:journalctl@ceph.mon.b.smithi033.stdout:Mar 21 22:13:42 smithi033 bash[22041]: debug 2024-03-21T22:13:42.018+0000 7f4befc78700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-03-21T22:13:42.923 DEBUG:teuthology.orchestra.run.smithi033:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@mon.b.service' 2024-03-21T22:13:42.951 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T22:13:42.952 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-03-21T22:13:42.952 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-03-21T22:13:42.952 DEBUG:teuthology.orchestra.run.smithi098:> sudo systemctl stop ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@mon.c 2024-03-21T22:13:43.298 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:42 smithi098 systemd[1]: Stopping Ceph mon.c for f7e76c80-e7ce-11ee-95cd-87774f69a715... 2024-03-21T22:13:43.299 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:43 smithi098 bash[22188]: debug 2024-03-21T22:13:43.102+0000 7fe0c670f700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.c -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-03-21T22:13:43.299 INFO:journalctl@ceph.mon.c.smithi098.stdout:Mar 21 22:13:43 smithi098 bash[22188]: debug 2024-03-21T22:13:43.102+0000 7fe0c670f700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-03-21T22:13:44.127 DEBUG:teuthology.orchestra.run.smithi098:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@mon.c.service' 2024-03-21T22:13:44.152 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T22:13:44.152 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-03-21T22:13:44.152 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-03-21T22:13:44.153 DEBUG:teuthology.orchestra.run.smithi031:> sudo systemctl stop ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@mgr.a 2024-03-21T22:13:44.530 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:13:44 smithi031 systemd[1]: Stopping Ceph mgr.a for f7e76c80-e7ce-11ee-95cd-87774f69a715... 2024-03-21T22:13:44.530 INFO:journalctl@ceph.mgr.a.smithi031.stdout:Mar 21 22:13:44 smithi031 bash[21687]: debug 2024-03-21T22:13:44.299+0000 7f62b08e6700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mgr -n mgr.a -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-03-21T22:13:45.053 DEBUG:teuthology.orchestra.run.smithi031:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@mgr.a.service' 2024-03-21T22:13:45.078 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T22:13:45.078 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-03-21T22:13:45.078 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-03-21T22:13:45.078 DEBUG:teuthology.orchestra.run.smithi033:> sudo systemctl stop ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@mgr.b 2024-03-21T22:13:45.248 INFO:journalctl@ceph.mgr.b.smithi033.stdout:Mar 21 22:13:45 smithi033 systemd[1]: Stopping Ceph mgr.b for f7e76c80-e7ce-11ee-95cd-87774f69a715... 2024-03-21T22:13:45.986 DEBUG:teuthology.orchestra.run.smithi033:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@mgr.b.service' 2024-03-21T22:13:46.008 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T22:13:46.008 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-03-21T22:13:46.008 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-03-21T22:13:46.008 DEBUG:teuthology.orchestra.run.smithi031:> sudo systemctl stop ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@osd.0 2024-03-21T22:13:46.287 INFO:journalctl@ceph.osd.0.smithi031.stdout:Mar 21 22:13:46 smithi031 systemd[1]: Stopping Ceph osd.0 for f7e76c80-e7ce-11ee-95cd-87774f69a715... 2024-03-21T22:13:46.287 INFO:journalctl@ceph.osd.0.smithi031.stdout:Mar 21 22:13:46 smithi031 bash[31736]: debug 2024-03-21T22:13:46.247+0000 7ff67492c700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.0 -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-03-21T22:13:46.287 INFO:journalctl@ceph.osd.0.smithi031.stdout:Mar 21 22:13:46 smithi031 bash[31736]: debug 2024-03-21T22:13:46.247+0000 7ff67492c700 -1 osd.0 32 *** Got signal Terminated *** 2024-03-21T22:13:46.287 INFO:journalctl@ceph.osd.0.smithi031.stdout:Mar 21 22:13:46 smithi031 bash[31736]: debug 2024-03-21T22:13:46.247+0000 7ff67492c700 -1 osd.0 32 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T22:13:52.595 INFO:journalctl@ceph.osd.0.smithi031.stdout:Mar 21 22:13:52 smithi031 bash[62421]: ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715-osd-0 2024-03-21T22:13:52.596 INFO:journalctl@ceph.osd.0.smithi031.stdout:Mar 21 22:13:52 smithi031 bash[62898]: Error response from daemon: No such container: ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715-osd-0 2024-03-21T22:13:53.890 DEBUG:teuthology.orchestra.run.smithi031:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@osd.0.service' 2024-03-21T22:13:53.924 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T22:13:53.925 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-03-21T22:13:53.925 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-03-21T22:13:53.925 DEBUG:teuthology.orchestra.run.smithi033:> sudo systemctl stop ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@osd.1 2024-03-21T22:13:54.356 INFO:journalctl@ceph.osd.1.smithi033.stdout:Mar 21 22:13:53 smithi033 systemd[1]: Stopping Ceph osd.1 for f7e76c80-e7ce-11ee-95cd-87774f69a715... 2024-03-21T22:13:54.356 INFO:journalctl@ceph.osd.1.smithi033.stdout:Mar 21 22:13:54 smithi033 bash[26997]: debug 2024-03-21T22:13:54.078+0000 7f75a4ae3700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.1 -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-03-21T22:13:54.356 INFO:journalctl@ceph.osd.1.smithi033.stdout:Mar 21 22:13:54 smithi033 bash[26997]: debug 2024-03-21T22:13:54.078+0000 7f75a4ae3700 -1 osd.1 32 *** Got signal Terminated *** 2024-03-21T22:13:54.356 INFO:journalctl@ceph.osd.1.smithi033.stdout:Mar 21 22:13:54 smithi033 bash[26997]: debug 2024-03-21T22:13:54.078+0000 7f75a4ae3700 -1 osd.1 32 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T22:14:00.526 INFO:journalctl@ceph.osd.1.smithi033.stdout:Mar 21 22:14:00 smithi033 bash[32389]: ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715-osd-1 2024-03-21T22:14:00.856 INFO:journalctl@ceph.osd.1.smithi033.stdout:Mar 21 22:14:00 smithi033 bash[32536]: Error response from daemon: No such container: ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715-osd-1 2024-03-21T22:14:02.882 DEBUG:teuthology.orchestra.run.smithi033:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@osd.1.service' 2024-03-21T22:14:02.916 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T22:14:02.917 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-03-21T22:14:02.917 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-03-21T22:14:02.917 DEBUG:teuthology.orchestra.run.smithi098:> sudo systemctl stop ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@osd.2 2024-03-21T22:14:03.299 INFO:journalctl@ceph.osd.2.smithi098.stdout:Mar 21 22:14:02 smithi098 systemd[1]: Stopping Ceph osd.2 for f7e76c80-e7ce-11ee-95cd-87774f69a715... 2024-03-21T22:14:03.299 INFO:journalctl@ceph.osd.2.smithi098.stdout:Mar 21 22:14:03 smithi098 bash[27488]: debug 2024-03-21T22:14:03.046+0000 7f9fcb7c7700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.2 -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-03-21T22:14:03.299 INFO:journalctl@ceph.osd.2.smithi098.stdout:Mar 21 22:14:03 smithi098 bash[27488]: debug 2024-03-21T22:14:03.046+0000 7f9fcb7c7700 -1 osd.2 32 *** Got signal Terminated *** 2024-03-21T22:14:03.299 INFO:journalctl@ceph.osd.2.smithi098.stdout:Mar 21 22:14:03 smithi098 bash[27488]: debug 2024-03-21T22:14:03.046+0000 7f9fcb7c7700 -1 osd.2 32 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T22:14:09.298 INFO:journalctl@ceph.osd.2.smithi098.stdout:Mar 21 22:14:08 smithi098 bash[32003]: ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715-osd-2 2024-03-21T22:14:09.299 INFO:journalctl@ceph.osd.2.smithi098.stdout:Mar 21 22:14:09 smithi098 bash[32246]: Error response from daemon: No such container: ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715-osd-2 2024-03-21T22:14:10.777 DEBUG:teuthology.orchestra.run.smithi098:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f7e76c80-e7ce-11ee-95cd-87774f69a715@osd.2.service' 2024-03-21T22:14:10.816 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T22:14:10.816 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-03-21T22:14:10.816 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f7e76c80-e7ce-11ee-95cd-87774f69a715 --force --keep-logs 2024-03-21T22:14:10.987 INFO:teuthology.orchestra.run.smithi031.stdout:Deleting cluster with fsid: f7e76c80-e7ce-11ee-95cd-87774f69a715 2024-03-21T22:14:13.453 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f7e76c80-e7ce-11ee-95cd-87774f69a715 --force --keep-logs 2024-03-21T22:14:13.627 INFO:teuthology.orchestra.run.smithi033.stdout:Deleting cluster with fsid: f7e76c80-e7ce-11ee-95cd-87774f69a715 2024-03-21T22:14:29.798 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f7e76c80-e7ce-11ee-95cd-87774f69a715 --force --keep-logs 2024-03-21T22:14:29.964 INFO:teuthology.orchestra.run.smithi098.stdout:Deleting cluster with fsid: f7e76c80-e7ce-11ee-95cd-87774f69a715 2024-03-21T22:14:45.805 DEBUG:teuthology.orchestra.run.smithi031:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-21T22:14:45.820 DEBUG:teuthology.orchestra.run.smithi033:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-21T22:14:45.835 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-21T22:14:45.848 INFO:tasks.cephadm:Archiving crash dumps... 2024-03-21T22:14:45.849 DEBUG:teuthology.misc:Transferring archived files from smithi031:/var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/crash to /home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615196/remote/smithi031/crash 2024-03-21T22:14:45.850 DEBUG:teuthology.orchestra.run.smithi031:> sudo tar c -f - -C /var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/crash -- . 2024-03-21T22:14:45.878 INFO:teuthology.orchestra.run.smithi031.stderr:tar: /var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/crash: Cannot open: No such file or directory 2024-03-21T22:14:45.879 INFO:teuthology.orchestra.run.smithi031.stderr:tar: Error is not recoverable: exiting now 2024-03-21T22:14:45.880 DEBUG:teuthology.misc:Transferring archived files from smithi033:/var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/crash to /home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615196/remote/smithi033/crash 2024-03-21T22:14:45.881 DEBUG:teuthology.orchestra.run.smithi033:> sudo tar c -f - -C /var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/crash -- . 2024-03-21T22:14:45.894 INFO:teuthology.orchestra.run.smithi033.stderr:tar: /var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/crash: Cannot open: No such file or directory 2024-03-21T22:14:45.894 INFO:teuthology.orchestra.run.smithi033.stderr:tar: Error is not recoverable: exiting now 2024-03-21T22:14:45.896 DEBUG:teuthology.misc:Transferring archived files from smithi098:/var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/crash to /home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615196/remote/smithi098/crash 2024-03-21T22:14:45.897 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar c -f - -C /var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/crash -- . 2024-03-21T22:14:45.907 INFO:teuthology.orchestra.run.smithi098.stderr:tar: /var/lib/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/crash: Cannot open: No such file or directory 2024-03-21T22:14:45.907 INFO:teuthology.orchestra.run.smithi098.stderr:tar: Error is not recoverable: exiting now 2024-03-21T22:14:45.908 INFO:tasks.cephadm:Checking cluster log for badness... 2024-03-21T22:14:45.909 DEBUG:teuthology.orchestra.run.smithi031:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-21T22:14:45.936 INFO:teuthology.orchestra.run.smithi031.stdout:2024-03-21T22:09:40.446880+0000 mon.a (mon.0) 413 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-21T22:14:45.937 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-03-21T22:14:45.937 DEBUG:teuthology.orchestra.run.smithi031:> sudo egrep '\[SEC\]' /var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-21T22:14:45.996 DEBUG:teuthology.orchestra.run.smithi031:> sudo egrep '\[ERR\]' /var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-21T22:14:46.052 DEBUG:teuthology.orchestra.run.smithi031:> sudo egrep '\[WRN\]' /var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-21T22:14:46.106 INFO:teuthology.orchestra.run.smithi031.stdout:2024-03-21T22:09:40.446880+0000 mon.a (mon.0) 413 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-21T22:14:46.107 INFO:tasks.cephadm:Compressing logs... 2024-03-21T22:14:46.107 DEBUG:teuthology.orchestra.run.smithi031:> 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-03-21T22:14:46.151 DEBUG:teuthology.orchestra.run.smithi033:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-03-21T22:14:46.154 DEBUG:teuthology.orchestra.run.smithi098:> 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-03-21T22:14:46.161 INFO:teuthology.orchestra.run.smithi031.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-21T22:14:46.165 INFO:teuthology.orchestra.run.smithi033.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-21T22:14:46.167 INFO:teuthology.orchestra.run.smithi098.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-21T22:14:46.171 INFO:teuthology.orchestra.run.smithi031.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-21T22:14:46.171 INFO:teuthology.orchestra.run.smithi031.stderr:gzip -5 --verbose -- /var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph-osd.0.log 2024-03-21T22:14:46.172 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph-mon.a.log 2024-03-21T22:14:46.172 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph.cephadm.log 2024-03-21T22:14:46.175 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph.log 2024-03-21T22:14:46.176 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph-volume.log 2024-03-21T22:14:46.176 INFO:teuthology.orchestra.run.smithi031.stderr: 83.7% -- replaced with /var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph.cephadm.log.gz 2024-03-21T22:14:46.176 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph.audit.log 2024-03-21T22:14:46.176 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph-mgr.a.log 2024-03-21T22:14:46.176 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph.audit.log: 86.4% -- replaced with /var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph.log.gz 2024-03-21T22:14:46.177 INFO:teuthology.orchestra.run.smithi033.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-21T22:14:46.177 INFO:teuthology.orchestra.run.smithi033.stderr:gzip -5 --verbose -- /var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph-client.rgw.myrealm1.myzone1.smithi033.cvmmgk.log 2024-03-21T22:14:46.177 INFO:teuthology.orchestra.run.smithi033.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph.cephadm.log 2024-03-21T22:14:46.178 INFO:teuthology.orchestra.run.smithi033.stderr:/var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph-client.rgw.myrealm1.myzone1.smithi033.cvmmgk.log: 71.4% -- replaced with /var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph-client.rgw.myrealm1.myzone1.smithi033.cvmmgk.log.gz 2024-03-21T22:14:46.178 INFO:teuthology.orchestra.run.smithi033.stderr:gzip -5 --verbose -- /var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph-osd.1.log 2024-03-21T22:14:46.178 INFO:teuthology.orchestra.run.smithi033.stderr:gzip -5 --verbose -- /var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph.log 2024-03-21T22:14:46.178 INFO:teuthology.orchestra.run.smithi033.stderr:/var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph.cephadm.log: /var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph-volume.log 2024-03-21T22:14:46.178 INFO:teuthology.orchestra.run.smithi033.stderr:/var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph.log: 82.7% -- replaced with /var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph.cephadm.log.gz 2024-03-21T22:14:46.178 INFO:teuthology.orchestra.run.smithi033.stderr:gzip -5 --verbose -- /var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph-mgr.b.log 2024-03-21T22:14:46.178 INFO:teuthology.orchestra.run.smithi033.stderr:/var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph-volume.log: 86.3% 80.4% -- replaced with /var/log/ceph/cephadm.log.gz -- replaced with /var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph.log.gz 2024-03-21T22:14:46.178 INFO:teuthology.orchestra.run.smithi033.stderr: 2024-03-21T22:14:46.178 INFO:teuthology.orchestra.run.smithi033.stderr:gzip -5 --verbose -- /var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph.audit.log 2024-03-21T22:14:46.178 INFO:teuthology.orchestra.run.smithi033.stderr:/var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph-mon.b.log 2024-03-21T22:14:46.179 INFO:teuthology.orchestra.run.smithi033.stderr:/var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph.audit.log: /var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph-mon.b.log: 90.0% -- replaced with /var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph.audit.log.gz 2024-03-21T22:14:46.179 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph-mgr.a.log: 85.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-21T22:14:46.179 INFO:teuthology.orchestra.run.smithi031.stderr: 89.9% -- replaced with /var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph.audit.log.gz 2024-03-21T22:14:46.181 INFO:teuthology.orchestra.run.smithi098.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-21T22:14:46.181 INFO:teuthology.orchestra.run.smithi098.stderr:gzip -5 --verbose -- /var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph-client.rgw.myrealm1.myzone1.smithi098.oryfdo.log 2024-03-21T22:14:46.182 INFO:teuthology.orchestra.run.smithi033.stderr: 90.5% -- replaced with /var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph-mgr.b.log.gz 2024-03-21T22:14:46.183 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph-osd.2.log 2024-03-21T22:14:46.183 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph-client.rgw.myrealm1.myzone1.smithi098.oryfdo.log: 58.1% -- replaced with /var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph-client.rgw.myrealm1.myzone1.smithi098.oryfdo.log.gz 2024-03-21T22:14:46.183 INFO:teuthology.orchestra.run.smithi098.stderr:gzip -5 --verbose -- /var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph.cephadm.log 2024-03-21T22:14:46.183 INFO:teuthology.orchestra.run.smithi098.stderr:gzip -5 --verbose -- /var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph.log 2024-03-21T22:14:46.183 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph-osd.2.log: /var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph-volume.log 2024-03-21T22:14:46.184 INFO:teuthology.orchestra.run.smithi098.stderr: 82.7% -- replaced with /var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph.cephadm.log.gz 2024-03-21T22:14:46.184 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph-mon.c.log 2024-03-21T22:14:46.185 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph.audit.log 2024-03-21T22:14:46.185 INFO:teuthology.orchestra.run.smithi098.stderr: 86.3% -- replaced with /var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph.log.gz 2024-03-21T22:14:46.185 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph-mon.c.log: /var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph.audit.log: 80.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-21T22:14:46.186 INFO:teuthology.orchestra.run.smithi098.stderr: 90.0% -- replaced with /var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph.audit.log.gz 2024-03-21T22:14:46.188 INFO:teuthology.orchestra.run.smithi031.stderr: 91.7% -- replaced with /var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph-volume.log.gz 2024-03-21T22:14:46.195 INFO:teuthology.orchestra.run.smithi033.stderr: 91.8% -- replaced with /var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph-volume.log.gz 2024-03-21T22:14:46.196 INFO:teuthology.orchestra.run.smithi098.stderr: 91.8% -- replaced with /var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph-volume.log.gz 2024-03-21T22:14:46.264 INFO:teuthology.orchestra.run.smithi098.stderr: 93.0% -- replaced with /var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph-mon.c.log.gz 2024-03-21T22:14:46.268 INFO:teuthology.orchestra.run.smithi033.stderr: 92.8% -- replaced with /var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph-mon.b.log.gz 2024-03-21T22:14:46.285 INFO:teuthology.orchestra.run.smithi031.stderr: 88.3% -- replaced with /var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph-mgr.a.log.gz 2024-03-21T22:14:46.458 INFO:teuthology.orchestra.run.smithi031.stderr: 91.7% -- replaced with /var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph-mon.a.log.gz 2024-03-21T22:14:46.548 INFO:teuthology.orchestra.run.smithi031.stderr: 94.1% -- replaced with /var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph-osd.0.log.gz 2024-03-21T22:14:46.549 INFO:teuthology.orchestra.run.smithi031.stderr: 2024-03-21T22:14:46.549 INFO:teuthology.orchestra.run.smithi031.stderr:real 0m0.396s 2024-03-21T22:14:46.549 INFO:teuthology.orchestra.run.smithi031.stderr:user 0m0.786s 2024-03-21T22:14:46.549 INFO:teuthology.orchestra.run.smithi031.stderr:sys 0m0.035s 2024-03-21T22:14:46.551 INFO:teuthology.orchestra.run.smithi098.stderr: 94.1% -- replaced with /var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph-osd.2.log.gz 2024-03-21T22:14:46.552 INFO:teuthology.orchestra.run.smithi098.stderr: 2024-03-21T22:14:46.553 INFO:teuthology.orchestra.run.smithi098.stderr:real 0m0.394s 2024-03-21T22:14:46.553 INFO:teuthology.orchestra.run.smithi098.stderr:user 0m0.458s 2024-03-21T22:14:46.553 INFO:teuthology.orchestra.run.smithi098.stderr:sys 0m0.036s 2024-03-21T22:14:46.608 INFO:teuthology.orchestra.run.smithi033.stderr: 94.0% -- replaced with /var/log/ceph/f7e76c80-e7ce-11ee-95cd-87774f69a715/ceph-osd.1.log.gz 2024-03-21T22:14:46.609 INFO:teuthology.orchestra.run.smithi033.stderr: 2024-03-21T22:14:46.609 INFO:teuthology.orchestra.run.smithi033.stderr:real 0m0.453s 2024-03-21T22:14:46.609 INFO:teuthology.orchestra.run.smithi033.stderr:user 0m0.536s 2024-03-21T22:14:46.609 INFO:teuthology.orchestra.run.smithi033.stderr:sys 0m0.049s 2024-03-21T22:14:46.610 INFO:tasks.cephadm:Archiving logs... 2024-03-21T22:14:46.610 DEBUG:teuthology.misc:Transferring archived files from smithi031:/var/log/ceph to /home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615196/remote/smithi031/log 2024-03-21T22:14:46.611 DEBUG:teuthology.orchestra.run.smithi031:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-21T22:14:46.749 DEBUG:teuthology.misc:Transferring archived files from smithi033:/var/log/ceph to /home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615196/remote/smithi033/log 2024-03-21T22:14:46.750 DEBUG:teuthology.orchestra.run.smithi033:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-21T22:14:46.836 DEBUG:teuthology.misc:Transferring archived files from smithi098:/var/log/ceph to /home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615196/remote/smithi098/log 2024-03-21T22:14:46.837 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-21T22:14:46.917 INFO:tasks.cephadm:Removing cluster... 2024-03-21T22:14:46.917 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f7e76c80-e7ce-11ee-95cd-87774f69a715 --force 2024-03-21T22:14:47.089 INFO:teuthology.orchestra.run.smithi031.stdout:Deleting cluster with fsid: f7e76c80-e7ce-11ee-95cd-87774f69a715 2024-03-21T22:14:48.430 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f7e76c80-e7ce-11ee-95cd-87774f69a715 --force 2024-03-21T22:14:48.603 INFO:teuthology.orchestra.run.smithi033.stdout:Deleting cluster with fsid: f7e76c80-e7ce-11ee-95cd-87774f69a715 2024-03-21T22:14:49.938 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f7e76c80-e7ce-11ee-95cd-87774f69a715 --force 2024-03-21T22:14:50.106 INFO:teuthology.orchestra.run.smithi098.stdout:Deleting cluster with fsid: f7e76c80-e7ce-11ee-95cd-87774f69a715 2024-03-21T22:14:51.423 INFO:tasks.cephadm:Removing cephadm ... 2024-03-21T22:14:51.424 DEBUG:teuthology.orchestra.run.smithi031:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-21T22:14:51.430 DEBUG:teuthology.orchestra.run.smithi033:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-21T22:14:51.437 DEBUG:teuthology.orchestra.run.smithi098:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-21T22:14:51.442 INFO:tasks.cephadm:Teardown complete 2024-03-21T22:14:51.442 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-03-21T22:14:51.451 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-03-21T22:14:51.452 DEBUG:teuthology.orchestra.run.smithi031:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-21T22:14:51.476 DEBUG:teuthology.orchestra.run.smithi033:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-21T22:14:51.480 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-21T22:14:51.572 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-03-21T22:14:51.580 INFO:teuthology.task.clock:Checking final clock skew... 2024-03-21T22:14:51.581 DEBUG:teuthology.orchestra.run.smithi031:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T22:14:51.584 DEBUG:teuthology.orchestra.run.smithi033:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T22:14:51.586 DEBUG:teuthology.orchestra.run.smithi098:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T22:14:51.594 INFO:teuthology.orchestra.run.smithi031.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T22:14:51.594 INFO:teuthology.orchestra.run.smithi031.stdout:============================================================================== 2024-03-21T22:14:51.594 INFO:teuthology.orchestra.run.smithi031.stdout:*hv01.front.sepi 44.4.53.2 2 u 26 64 377 0.100 -1.441 0.777 2024-03-21T22:14:51.594 INFO:teuthology.orchestra.run.smithi031.stdout:+hv02.front.sepi 63.231.80.2 3 u 24 64 377 0.064 -1.327 1.056 2024-03-21T22:14:51.594 INFO:teuthology.orchestra.run.smithi031.stdout:+hv03.front.sepi 74.6.168.72 3 u 25 64 377 0.088 -1.386 1.088 2024-03-21T22:14:51.595 INFO:teuthology.orchestra.run.smithi031.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-03-21T22:14:51.597 INFO:teuthology.orchestra.run.smithi033.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T22:14:51.597 INFO:teuthology.orchestra.run.smithi033.stdout:============================================================================== 2024-03-21T22:14:51.597 INFO:teuthology.orchestra.run.smithi033.stdout:*hv01.front.sepi 44.4.53.2 2 u 23 64 377 0.095 -1.719 0.749 2024-03-21T22:14:51.597 INFO:teuthology.orchestra.run.smithi033.stdout:+hv02.front.sepi 63.231.80.2 3 u 26 64 377 0.089 -0.962 0.745 2024-03-21T22:14:51.597 INFO:teuthology.orchestra.run.smithi033.stdout:+hv03.front.sepi 74.6.168.72 3 u 30 64 377 0.105 -0.999 0.778 2024-03-21T22:14:51.597 INFO:teuthology.orchestra.run.smithi033.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-03-21T22:14:51.599 INFO:teuthology.orchestra.run.smithi098.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T22:14:51.599 INFO:teuthology.orchestra.run.smithi098.stdout:============================================================================== 2024-03-21T22:14:51.599 INFO:teuthology.orchestra.run.smithi098.stdout:*hv01.front.sepi 44.4.53.2 2 u 27 64 377 0.074 -2.452 1.331 2024-03-21T22:14:51.599 INFO:teuthology.orchestra.run.smithi098.stdout:+hv02.front.sepi 63.231.80.2 3 u 25 64 377 0.064 +0.196 0.912 2024-03-21T22:14:51.600 INFO:teuthology.orchestra.run.smithi098.stdout:+hv03.front.sepi 74.6.168.72 3 u 28 64 377 0.105 +1.168 1.660 2024-03-21T22:14:51.600 INFO:teuthology.orchestra.run.smithi098.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-03-21T22:14:51.601 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-03-21T22:14:51.610 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-03-21T22:14:51.610 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-03-21T22:14:51.619 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-03-21T22:14:51.627 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-03-21T22:14:51.635 INFO:teuthology.task.internal:Duration was 1187.716597 seconds 2024-03-21T22:14:51.636 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-03-21T22:14:51.644 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-03-21T22:14:51.644 DEBUG:teuthology.orchestra.run.smithi031:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-21T22:14:51.646 DEBUG:teuthology.orchestra.run.smithi033:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-21T22:14:51.649 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-21T22:14:51.685 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-03-21T22:14:51.685 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi031.front.sepia.ceph.com 2024-03-21T22:14:51.685 DEBUG:teuthology.orchestra.run.smithi031:> 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-03-21T22:14:51.731 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi033.front.sepia.ceph.com 2024-03-21T22:14:51.732 DEBUG:teuthology.orchestra.run.smithi033:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-03-21T22:14:51.742 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi098.front.sepia.ceph.com 2024-03-21T22:14:51.743 DEBUG:teuthology.orchestra.run.smithi098:> 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-03-21T22:14:51.752 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-03-21T22:14:51.753 DEBUG:teuthology.orchestra.run.smithi031:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-21T22:14:51.775 DEBUG:teuthology.orchestra.run.smithi033:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-21T22:14:51.785 DEBUG:teuthology.orchestra.run.smithi098:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-21T22:14:51.828 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-03-21T22:14:51.829 DEBUG:teuthology.orchestra.run.smithi031:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-21T22:14:51.855 DEBUG:teuthology.orchestra.run.smithi033:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-21T22:14:51.864 DEBUG:teuthology.orchestra.run.smithi098:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-21T22:14:51.943 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-03-21T22:14:51.952 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-03-21T22:14:51.952 DEBUG:teuthology.orchestra.run.smithi031:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-21T22:14:51.964 DEBUG:teuthology.orchestra.run.smithi033:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-21T22:14:51.975 DEBUG:teuthology.orchestra.run.smithi098:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-21T22:14:51.986 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-03-21T22:14:51.995 DEBUG:teuthology.orchestra.run.smithi031:> 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-03-21T22:14:52.008 DEBUG:teuthology.orchestra.run.smithi033:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-03-21T22:14:52.019 INFO:teuthology.orchestra.run.smithi031.stdout:kernel.core_pattern = core 2024-03-21T22:14:52.021 DEBUG:teuthology.orchestra.run.smithi098:> 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-03-21T22:14:52.031 INFO:teuthology.orchestra.run.smithi033.stdout:kernel.core_pattern = core 2024-03-21T22:14:52.041 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern = core 2024-03-21T22:14:52.060 DEBUG:teuthology.orchestra.run.smithi031:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-21T22:14:52.094 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T22:14:52.094 DEBUG:teuthology.orchestra.run.smithi033:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-21T22:14:52.099 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T22:14:52.099 DEBUG:teuthology.orchestra.run.smithi098:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-21T22:14:52.105 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T22:14:52.106 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-03-21T22:14:52.116 INFO:teuthology.task.internal:Transferring archived files... 2024-03-21T22:14:52.117 DEBUG:teuthology.misc:Transferring archived files from smithi031:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615196/remote/smithi031 2024-03-21T22:14:52.117 DEBUG:teuthology.orchestra.run.smithi031:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-21T22:14:52.162 DEBUG:teuthology.misc:Transferring archived files from smithi033:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615196/remote/smithi033 2024-03-21T22:14:52.163 DEBUG:teuthology.orchestra.run.smithi033:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-21T22:14:52.186 DEBUG:teuthology.misc:Transferring archived files from smithi098:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615196/remote/smithi098 2024-03-21T22:14:52.186 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-21T22:14:52.211 INFO:teuthology.task.internal:Removing archive directory... 2024-03-21T22:14:52.211 DEBUG:teuthology.orchestra.run.smithi031:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-21T22:14:52.214 DEBUG:teuthology.orchestra.run.smithi033:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-21T22:14:52.229 DEBUG:teuthology.orchestra.run.smithi098:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-21T22:14:52.255 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-03-21T22:14:52.267 INFO:teuthology.task.internal:Not uploading archives. 2024-03-21T22:14:52.267 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-03-21T22:14:52.284 INFO:teuthology.task.internal:Tidying up after the test... 2024-03-21T22:14:52.285 DEBUG:teuthology.orchestra.run.smithi031:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-21T22:14:52.288 DEBUG:teuthology.orchestra.run.smithi033:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-21T22:14:52.291 DEBUG:teuthology.orchestra.run.smithi098:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-21T22:14:52.292 INFO:teuthology.orchestra.run.smithi031.stdout: 658625 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 21 22:14 /home/ubuntu/cephtest 2024-03-21T22:14:52.295 INFO:teuthology.orchestra.run.smithi033.stdout: 658642 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 21 22:14 /home/ubuntu/cephtest 2024-03-21T22:14:52.303 INFO:teuthology.orchestra.run.smithi098.stdout: 658466 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 21 22:14 /home/ubuntu/cephtest 2024-03-21T22:14:52.304 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-03-21T22:14:52.315 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-03-21T22:14:52.337 INFO:teuthology.nuke:Checking targets against current locks 2024-03-21T22:14:52.364 DEBUG:teuthology.nuke:shortname: smithi031 2024-03-21T22:14:52.365 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T22:14:52.390 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi031.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615196', '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-03-21 21:46:23.095107', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDxIyIcywkIMG0zoys/jonSgCO8KVKqpRnnMkrEIWSs88gz1HWUNj92Uf6JY0MgpDqFsJrT1m2ewl34XQzCV0EI='} 2024-03-21T22:14:52.394 DEBUG:teuthology.nuke:shortname: smithi033 2024-03-21T22:14:52.395 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T22:14:52.418 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi033.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615196', '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-03-21 21:46:23.096417', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMJaIwGXN4289v9ZVloNbTIDVjMqCuyTXu7VkZws4SndxYGCIYMKQqB+KHcaoHqoEFWcBvX/WT0TCpoQbRUTP10='} 2024-03-21T22:14:52.428 DEBUG:teuthology.nuke:shortname: smithi098 2024-03-21T22:14:52.428 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T22:14:52.456 INFO:teuthology.orchestra.console.smithi031:Power off 2024-03-21T22:14:52.457 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-21T22:14:52.467 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi098.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615196', '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-03-21 21:46:23.097408', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAMey+MfA05J0phHBKyMQ10WHGLq2yoINyq1KHgSXbnEmXqSD/ghaYscUCZvmhdNgapNjVCkUJs6/W9bZQSufJ0='} 2024-03-21T22:14:52.484 DEBUG:teuthology.orchestra.console.smithi031:power off output: Chassis Power Control: Down/Off 2024-03-21T22:14:52.484 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T22:14:52.505 INFO:teuthology.orchestra.console.smithi033:Power off 2024-03-21T22:14:52.505 DEBUG:teuthology.orchestra.console.smithi033:pexpect command: ipmitool -H smithi033.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-21T22:14:52.518 DEBUG:teuthology.orchestra.console.smithi031:check power output: Chassis Power is on 2024-03-21T22:14:52.531 DEBUG:teuthology.orchestra.console.smithi033:power off output: Chassis Power Control: Down/Off 2024-03-21T22:14:52.532 DEBUG:teuthology.orchestra.console.smithi033:pexpect command: ipmitool -H smithi033.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T22:14:52.548 INFO:teuthology.orchestra.console.smithi098:Power off 2024-03-21T22:14:52.549 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-21T22:14:52.558 DEBUG:teuthology.orchestra.console.smithi033:check power output: Chassis Power is on 2024-03-21T22:14:52.572 DEBUG:teuthology.orchestra.console.smithi098:power off output: Chassis Power Control: Down/Off 2024-03-21T22:14:52.572 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T22:14:52.596 DEBUG:teuthology.orchestra.console.smithi098:check power output: Chassis Power is on 2024-03-21T22:14:56.521 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T22:14:56.558 DEBUG:teuthology.orchestra.console.smithi033:pexpect command: ipmitool -H smithi033.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T22:14:56.597 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T22:14:56.635 DEBUG:teuthology.orchestra.console.smithi031:check power output: Chassis Power is on 2024-03-21T22:14:56.671 DEBUG:teuthology.orchestra.console.smithi033:check power output: Chassis Power is on 2024-03-21T22:14:56.708 DEBUG:teuthology.orchestra.console.smithi098:check power output: Chassis Power is on 2024-03-21T22:15:00.638 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T22:15:00.672 DEBUG:teuthology.orchestra.console.smithi033:pexpect command: ipmitool -H smithi033.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T22:15:00.709 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T22:15:00.753 DEBUG:teuthology.orchestra.console.smithi031:check power output: Chassis Power is off 2024-03-21T22:15:00.783 DEBUG:teuthology.orchestra.console.smithi033:check power output: Chassis Power is on 2024-03-21T22:15:00.820 DEBUG:teuthology.orchestra.console.smithi098:check power output: Chassis Power is on 2024-03-21T22:15:00.853 INFO:teuthology.orchestra.console.smithi031:Power off completed 2024-03-21T22:15:04.786 DEBUG:teuthology.orchestra.console.smithi033:pexpect command: ipmitool -H smithi033.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T22:15:04.821 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T22:15:04.899 DEBUG:teuthology.orchestra.console.smithi033:check power output: Chassis Power is off 2024-03-21T22:15:04.931 DEBUG:teuthology.orchestra.console.smithi098:check power output: Chassis Power is off 2024-03-21T22:15:05.000 INFO:teuthology.orchestra.console.smithi033:Power off completed 2024-03-21T22:15:05.032 INFO:teuthology.orchestra.console.smithi098:Power off completed 2024-03-21T22:15:05.137 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_rgw_multisite} duration: 1187.7165968418121 failure_reason: '"2024-03-21T22:09:40.446880+0000 mon.a (mon.0) 413 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON)" in cluster log' flavor: default owner: scheduled_phlogistonjohn@teuthology success: false 2024-03-21T22:15:05.137 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-21T22:15:05.228 INFO:teuthology.run:FAIL