2024-03-26T03:26:49.645 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-03-26T03:26:49.645 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --name adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi --archive /home/teuthworker/archive/adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi/7622446 --description orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_rgw_multisite} --owner scheduled_adking@teuthology -- /home/teuthworker/archive/adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi/7622446/orig.config.yaml 2024-03-26T03:26:49.675 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-26T03:26:49.751 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi/7622446 branch: wip-adk-testing-2024-03-25-1628 description: orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_rgw_multisite} email: adking@redhat.com first_in_suite: false job_id: '7622446' kernel: kdb: true sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-adk-testing-2024-03-25-1628 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 - mons down, quorum - is down \(out of quorum\) sha1: e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 workunit: branch: wip-adk-testing-2024-03-25-1628 sha1: e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 owner: scheduled_adking@teuthology priority: 80 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: 9192 sha1: e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 sleep_before_teardown: 0 subset: 1/16 suite: orch:cephadm suite_branch: wip-adk-testing-2024-03-25-1628 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 targets: smithi016.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJf5RF3brbZa0a0NjSZtMDzQorF4IVcm3Ac1ngPupIxjuVKVPYoGj7ZMZappd+xvnmMjAJZ54kxB9GCzO10kYyk= smithi069.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBA/MIOEWGv36WbN3OawERXKviqKuXGzEhTS/BEXR0fJvW42sWPboM5dC89eTaWJHq8GcXxISUZgG7HAtKoCeu/k= smithi204.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOE3GwDhe6dvGhf5mtPX21850or+1SysKy3sRTx+5fMYPbP71AkQH+I4o77VAT4oDcCq8Nf7Hstay6zIXgS2Abw= 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-26_01:50:53 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-03-26T03:26:49.751 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/qa; will attempt to use it 2024-03-26T03:26:49.751 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/qa/tasks 2024-03-26T03:26:49.752 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-03-26T03:26:49.753 INFO:teuthology.task.internal:Checking packages... 2024-03-26T03:26:49.775 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003' 2024-03-26T03:26:49.775 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-26T03:26:49.775 INFO:teuthology.packaging:ref: None 2024-03-26T03:26:49.776 INFO:teuthology.packaging:tag: None 2024-03-26T03:26:49.776 INFO:teuthology.packaging:branch: wip-adk-testing-2024-03-25-1628 2024-03-26T03:26:49.776 INFO:teuthology.packaging:sha1: e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 2024-03-26T03:26:49.776 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-adk-testing-2024-03-25-1628 2024-03-26T03:26:50.009 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2475-ge42b8ea3-1jammy 2024-03-26T03:26:50.010 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-03-26T03:26:50.017 INFO:teuthology.task.internal:no buildpackages task found 2024-03-26T03:26:50.017 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-03-26T03:26:50.038 INFO:teuthology.task.internal:Saving configuration 2024-03-26T03:26:50.051 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-03-26T03:26:50.057 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-26T03:26:50.083 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi016.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi/7622446', '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-26 03:20:15.140126', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILxR1Fz84YGo6v8FBJKNRVr8ecnb5fJeiD5BDtKZHNs4'} 2024-03-26T03:26:50.108 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi069.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi/7622446', '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-26 03:20:15.136919', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINKuZSwjiELVRwLOeZLC9rehrjQpczJ1TS93PNAwFihl'} 2024-03-26T03:26:50.132 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi204.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi/7622446', '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-26 03:20:15.138742', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINdNoe44p5fRCCJcxCClqi5S8GRng9WJB4BaxIorvss/'} 2024-03-26T03:26:50.133 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-03-26T03:26:50.139 INFO:teuthology.task.internal:roles: ubuntu@smithi016.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-03-26T03:26:50.139 INFO:teuthology.task.internal:roles: ubuntu@smithi069.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-03-26T03:26:50.139 INFO:teuthology.task.internal:roles: ubuntu@smithi204.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-03-26T03:26:50.139 INFO:teuthology.run_tasks:Running task console_log... 2024-03-26T03:26:50.253 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fdfd27fbf70>, signals=[15]) 2024-03-26T03:26:50.253 INFO:teuthology.run_tasks:Running task internal.connect... 2024-03-26T03:26:50.260 INFO:teuthology.task.internal:Opening connections... 2024-03-26T03:26:50.260 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi016.front.sepia.ceph.com 2024-03-26T03:26:50.262 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi016.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T03:26:50.345 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi069.front.sepia.ceph.com 2024-03-26T03:26:50.346 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi069.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T03:26:50.424 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi204.front.sepia.ceph.com 2024-03-26T03:26:50.425 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T03:26:50.523 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-03-26T03:26:51.121 DEBUG:teuthology.orchestra.run.smithi016:> uname -m 2024-03-26T03:26:51.128 INFO:teuthology.orchestra.run.smithi016.stdout:x86_64 2024-03-26T03:26:51.129 DEBUG:teuthology.orchestra.run.smithi016:> cat /etc/os-release 2024-03-26T03:26:51.176 INFO:teuthology.orchestra.run.smithi016.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-26T03:26:51.176 INFO:teuthology.orchestra.run.smithi016.stdout:NAME="Ubuntu" 2024-03-26T03:26:51.176 INFO:teuthology.orchestra.run.smithi016.stdout:VERSION_ID="22.04" 2024-03-26T03:26:51.177 INFO:teuthology.orchestra.run.smithi016.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-26T03:26:51.177 INFO:teuthology.orchestra.run.smithi016.stdout:VERSION_CODENAME=jammy 2024-03-26T03:26:51.177 INFO:teuthology.orchestra.run.smithi016.stdout:ID=ubuntu 2024-03-26T03:26:51.177 INFO:teuthology.orchestra.run.smithi016.stdout:ID_LIKE=debian 2024-03-26T03:26:51.177 INFO:teuthology.orchestra.run.smithi016.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-26T03:26:51.177 INFO:teuthology.orchestra.run.smithi016.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-26T03:26:51.177 INFO:teuthology.orchestra.run.smithi016.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-26T03:26:51.177 INFO:teuthology.orchestra.run.smithi016.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-26T03:26:51.177 INFO:teuthology.orchestra.run.smithi016.stdout:UBUNTU_CODENAME=jammy 2024-03-26T03:26:51.178 INFO:teuthology.lock.ops:Updating smithi016.front.sepia.ceph.com on lock server 2024-03-26T03:26:51.206 DEBUG:teuthology.orchestra.run.smithi069:> uname -m 2024-03-26T03:26:51.213 INFO:teuthology.orchestra.run.smithi069.stdout:x86_64 2024-03-26T03:26:51.213 DEBUG:teuthology.orchestra.run.smithi069:> cat /etc/os-release 2024-03-26T03:26:51.260 INFO:teuthology.orchestra.run.smithi069.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-26T03:26:51.261 INFO:teuthology.orchestra.run.smithi069.stdout:NAME="Ubuntu" 2024-03-26T03:26:51.261 INFO:teuthology.orchestra.run.smithi069.stdout:VERSION_ID="22.04" 2024-03-26T03:26:51.261 INFO:teuthology.orchestra.run.smithi069.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-26T03:26:51.261 INFO:teuthology.orchestra.run.smithi069.stdout:VERSION_CODENAME=jammy 2024-03-26T03:26:51.261 INFO:teuthology.orchestra.run.smithi069.stdout:ID=ubuntu 2024-03-26T03:26:51.261 INFO:teuthology.orchestra.run.smithi069.stdout:ID_LIKE=debian 2024-03-26T03:26:51.261 INFO:teuthology.orchestra.run.smithi069.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-26T03:26:51.261 INFO:teuthology.orchestra.run.smithi069.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-26T03:26:51.261 INFO:teuthology.orchestra.run.smithi069.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-26T03:26:51.261 INFO:teuthology.orchestra.run.smithi069.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-26T03:26:51.261 INFO:teuthology.orchestra.run.smithi069.stdout:UBUNTU_CODENAME=jammy 2024-03-26T03:26:51.262 INFO:teuthology.lock.ops:Updating smithi069.front.sepia.ceph.com on lock server 2024-03-26T03:26:51.289 DEBUG:teuthology.orchestra.run.smithi204:> uname -m 2024-03-26T03:26:51.295 INFO:teuthology.orchestra.run.smithi204.stdout:x86_64 2024-03-26T03:26:51.295 DEBUG:teuthology.orchestra.run.smithi204:> cat /etc/os-release 2024-03-26T03:26:51.340 INFO:teuthology.orchestra.run.smithi204.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-26T03:26:51.340 INFO:teuthology.orchestra.run.smithi204.stdout:NAME="Ubuntu" 2024-03-26T03:26:51.341 INFO:teuthology.orchestra.run.smithi204.stdout:VERSION_ID="22.04" 2024-03-26T03:26:51.341 INFO:teuthology.orchestra.run.smithi204.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-26T03:26:51.341 INFO:teuthology.orchestra.run.smithi204.stdout:VERSION_CODENAME=jammy 2024-03-26T03:26:51.341 INFO:teuthology.orchestra.run.smithi204.stdout:ID=ubuntu 2024-03-26T03:26:51.341 INFO:teuthology.orchestra.run.smithi204.stdout:ID_LIKE=debian 2024-03-26T03:26:51.341 INFO:teuthology.orchestra.run.smithi204.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-26T03:26:51.341 INFO:teuthology.orchestra.run.smithi204.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-26T03:26:51.341 INFO:teuthology.orchestra.run.smithi204.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-26T03:26:51.341 INFO:teuthology.orchestra.run.smithi204.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-26T03:26:51.341 INFO:teuthology.orchestra.run.smithi204.stdout:UBUNTU_CODENAME=jammy 2024-03-26T03:26:51.341 INFO:teuthology.lock.ops:Updating smithi204.front.sepia.ceph.com on lock server 2024-03-26T03:26:51.364 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-03-26T03:26:51.793 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-03-26T03:26:51.865 INFO:teuthology.task.internal:Checking for old test directory... 2024-03-26T03:26:51.866 DEBUG:teuthology.orchestra.run.smithi016:> test '!' -e /home/ubuntu/cephtest 2024-03-26T03:26:51.869 DEBUG:teuthology.orchestra.run.smithi069:> test '!' -e /home/ubuntu/cephtest 2024-03-26T03:26:51.871 DEBUG:teuthology.orchestra.run.smithi204:> test '!' -e /home/ubuntu/cephtest 2024-03-26T03:26:51.876 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-03-26T03:26:51.897 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-03-26T03:26:51.898 DEBUG:teuthology.orchestra.run.smithi016:> test -z $(ls -A /var/lib/ceph) 2024-03-26T03:26:51.920 DEBUG:teuthology.orchestra.run.smithi069:> test -z $(ls -A /var/lib/ceph) 2024-03-26T03:26:51.923 DEBUG:teuthology.orchestra.run.smithi204:> test -z $(ls -A /var/lib/ceph) 2024-03-26T03:26:52.004 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-03-26T03:26:52.082 INFO:teuthology.run_tasks:Running task kernel... 2024-03-26T03:26:52.096 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-03-26T03:26:52.096 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-26T03:26:52.096 DEBUG:teuthology.orchestra.run.smithi016:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-26T03:26:52.097 DEBUG:teuthology.orchestra.run.smithi069:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-26T03:26:52.097 DEBUG:teuthology.orchestra.run.smithi204:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-26T03:26:52.102 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-26T03:26:52.102 DEBUG:teuthology.orchestra.run.smithi069:> uname -r 2024-03-26T03:26:52.103 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-26T03:26:52.103 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-26T03:26:52.104 DEBUG:teuthology.orchestra.run.smithi016:> uname -r 2024-03-26T03:26:52.104 DEBUG:teuthology.orchestra.run.smithi204:> uname -r 2024-03-26T03:26:52.154 INFO:teuthology.orchestra.run.smithi204.stdout:5.15.0-56-generic 2024-03-26T03:26:52.154 INFO:teuthology.task.kernel:Running kernel on smithi204: 5.15.0-56-generic 2024-03-26T03:26:52.154 DEBUG:teuthology.orchestra.run.smithi204:> sudo apt-get clean 2024-03-26T03:26:52.156 INFO:teuthology.orchestra.run.smithi069.stdout:5.15.0-56-generic 2024-03-26T03:26:52.156 INFO:teuthology.orchestra.run.smithi016.stdout:5.15.0-56-generic 2024-03-26T03:26:52.156 INFO:teuthology.task.kernel:Running kernel on smithi069: 5.15.0-56-generic 2024-03-26T03:26:52.156 DEBUG:teuthology.orchestra.run.smithi069:> sudo apt-get clean 2024-03-26T03:26:52.156 INFO:teuthology.task.kernel:Running kernel on smithi016: 5.15.0-56-generic 2024-03-26T03:26:52.157 DEBUG:teuthology.orchestra.run.smithi016:> sudo apt-get clean 2024-03-26T03:26:52.284 DEBUG:teuthology.orchestra.run.smithi016:> sudo apt-get update 2024-03-26T03:26:52.287 DEBUG:teuthology.orchestra.run.smithi204:> sudo apt-get update 2024-03-26T03:26:52.315 DEBUG:teuthology.orchestra.run.smithi069:> sudo apt-get update 2024-03-26T03:26:52.425 INFO:teuthology.orchestra.run.smithi016.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-26T03:26:52.458 INFO:teuthology.orchestra.run.smithi204.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-26T03:26:52.458 INFO:teuthology.orchestra.run.smithi204.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-26T03:26:52.458 INFO:teuthology.orchestra.run.smithi204.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-26T03:26:52.478 INFO:teuthology.orchestra.run.smithi069.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-26T03:26:52.532 INFO:teuthology.orchestra.run.smithi204.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-26T03:26:52.532 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-26T03:26:52.581 INFO:teuthology.orchestra.run.smithi069.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-26T03:26:52.615 INFO:teuthology.orchestra.run.smithi016.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-26T03:26:52.659 INFO:teuthology.orchestra.run.smithi016.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,290 kB] 2024-03-26T03:26:52.663 INFO:teuthology.orchestra.run.smithi069.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-26T03:26:52.692 INFO:teuthology.orchestra.run.smithi069.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,290 kB] 2024-03-26T03:26:52.698 INFO:teuthology.orchestra.run.smithi204.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,290 kB] 2024-03-26T03:26:52.771 INFO:teuthology.orchestra.run.smithi204.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [595 kB] 2024-03-26T03:26:52.789 INFO:teuthology.orchestra.run.smithi016.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [429 kB] 2024-03-26T03:26:52.796 INFO:teuthology.orchestra.run.smithi016.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [230 kB] 2024-03-26T03:26:52.800 INFO:teuthology.orchestra.run.smithi016.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-26T03:26:52.800 INFO:teuthology.orchestra.run.smithi016.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-26T03:26:52.801 INFO:teuthology.orchestra.run.smithi016.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,600 kB] 2024-03-26T03:26:52.824 INFO:teuthology.orchestra.run.smithi069.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [429 kB] 2024-03-26T03:26:52.832 INFO:teuthology.orchestra.run.smithi016.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [268 kB] 2024-03-26T03:26:52.835 INFO:teuthology.orchestra.run.smithi069.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [230 kB] 2024-03-26T03:26:52.837 INFO:teuthology.orchestra.run.smithi016.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-26T03:26:52.837 INFO:teuthology.orchestra.run.smithi016.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [851 kB] 2024-03-26T03:26:52.841 INFO:teuthology.orchestra.run.smithi069.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-26T03:26:52.843 INFO:teuthology.orchestra.run.smithi069.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-26T03:26:52.844 INFO:teuthology.orchestra.run.smithi069.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,600 kB] 2024-03-26T03:26:52.856 INFO:teuthology.orchestra.run.smithi016.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-26T03:26:52.863 INFO:teuthology.orchestra.run.smithi204.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [429 kB] 2024-03-26T03:26:52.870 INFO:teuthology.orchestra.run.smithi016.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-26T03:26:52.872 INFO:teuthology.orchestra.run.smithi016.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-26T03:26:52.872 INFO:teuthology.orchestra.run.smithi016.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-26T03:26:52.873 INFO:teuthology.orchestra.run.smithi016.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-26T03:26:52.874 INFO:teuthology.orchestra.run.smithi016.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-26T03:26:52.878 INFO:teuthology.orchestra.run.smithi204.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [230 kB] 2024-03-26T03:26:52.879 INFO:teuthology.orchestra.run.smithi204.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,505 kB] 2024-03-26T03:26:52.883 INFO:teuthology.orchestra.run.smithi204.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-26T03:26:52.883 INFO:teuthology.orchestra.run.smithi204.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,600 kB] 2024-03-26T03:26:52.908 INFO:teuthology.orchestra.run.smithi069.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [268 kB] 2024-03-26T03:26:52.915 INFO:teuthology.orchestra.run.smithi069.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-26T03:26:52.915 INFO:teuthology.orchestra.run.smithi069.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [851 kB] 2024-03-26T03:26:52.918 INFO:teuthology.orchestra.run.smithi016.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-26T03:26:52.930 INFO:teuthology.orchestra.run.smithi204.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-26T03:26:52.931 INFO:teuthology.orchestra.run.smithi204.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [268 kB] 2024-03-26T03:26:52.935 INFO:teuthology.orchestra.run.smithi069.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-26T03:26:52.937 INFO:teuthology.orchestra.run.smithi204.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-26T03:26:52.937 INFO:teuthology.orchestra.run.smithi204.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-26T03:26:52.942 INFO:teuthology.orchestra.run.smithi204.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [290 kB] 2024-03-26T03:26:52.950 INFO:teuthology.orchestra.run.smithi069.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-26T03:26:52.953 INFO:teuthology.orchestra.run.smithi069.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-26T03:26:52.963 INFO:teuthology.orchestra.run.smithi204.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [851 kB] 2024-03-26T03:26:52.975 INFO:teuthology.orchestra.run.smithi069.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-26T03:26:52.976 INFO:teuthology.orchestra.run.smithi069.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-26T03:26:52.976 INFO:teuthology.orchestra.run.smithi069.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-26T03:26:52.978 INFO:teuthology.orchestra.run.smithi016.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-26T03:26:52.990 INFO:teuthology.orchestra.run.smithi069.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-26T03:26:52.999 INFO:teuthology.orchestra.run.smithi204.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-26T03:26:52.999 INFO:teuthology.orchestra.run.smithi204.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-26T03:26:52.999 INFO:teuthology.orchestra.run.smithi204.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,628 kB] 2024-03-26T03:26:53.002 INFO:teuthology.orchestra.run.smithi204.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-26T03:26:53.002 INFO:teuthology.orchestra.run.smithi204.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-26T03:26:53.003 INFO:teuthology.orchestra.run.smithi204.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-26T03:26:53.004 INFO:teuthology.orchestra.run.smithi204.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-26T03:26:53.004 INFO:teuthology.orchestra.run.smithi204.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-26T03:26:53.025 INFO:teuthology.orchestra.run.smithi069.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-26T03:26:53.030 INFO:teuthology.orchestra.run.smithi204.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-26T03:26:53.031 INFO:teuthology.orchestra.run.smithi204.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [273 kB] 2024-03-26T03:26:53.036 INFO:teuthology.orchestra.run.smithi204.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-26T03:26:53.037 INFO:teuthology.orchestra.run.smithi204.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [697 kB] 2024-03-26T03:26:53.051 INFO:teuthology.orchestra.run.smithi204.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,059 kB] 2024-03-26T03:26:53.079 INFO:teuthology.orchestra.run.smithi204.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [240 kB] 2024-03-26T03:26:53.083 INFO:teuthology.orchestra.run.smithi204.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-26T03:26:53.084 INFO:teuthology.orchestra.run.smithi204.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-26T03:26:53.085 INFO:teuthology.orchestra.run.smithi204.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-26T03:26:53.086 INFO:teuthology.orchestra.run.smithi204.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-26T03:26:53.086 INFO:teuthology.orchestra.run.smithi204.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-26T03:26:53.087 INFO:teuthology.orchestra.run.smithi204.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-26T03:26:53.087 INFO:teuthology.orchestra.run.smithi204.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-26T03:26:53.103 INFO:teuthology.orchestra.run.smithi204.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-26T03:26:53.104 INFO:teuthology.orchestra.run.smithi204.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-26T03:26:53.117 INFO:teuthology.orchestra.run.smithi016.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [595 kB] 2024-03-26T03:26:53.123 INFO:teuthology.orchestra.run.smithi204.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-26T03:26:53.124 INFO:teuthology.orchestra.run.smithi204.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-26T03:26:53.124 INFO:teuthology.orchestra.run.smithi204.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-26T03:26:53.124 INFO:teuthology.orchestra.run.smithi204.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-26T03:26:53.161 INFO:teuthology.orchestra.run.smithi069.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [595 kB] 2024-03-26T03:26:53.313 INFO:teuthology.orchestra.run.smithi016.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,505 kB] 2024-03-26T03:26:53.357 INFO:teuthology.orchestra.run.smithi069.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,505 kB] 2024-03-26T03:26:53.459 INFO:teuthology.orchestra.run.smithi016.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [290 kB] 2024-03-26T03:26:53.474 INFO:teuthology.orchestra.run.smithi016.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-26T03:26:53.475 INFO:teuthology.orchestra.run.smithi016.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,628 kB] 2024-03-26T03:26:53.503 INFO:teuthology.orchestra.run.smithi069.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [290 kB] 2024-03-26T03:26:53.519 INFO:teuthology.orchestra.run.smithi069.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-26T03:26:53.520 INFO:teuthology.orchestra.run.smithi069.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,628 kB] 2024-03-26T03:26:53.535 INFO:teuthology.orchestra.run.smithi016.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-26T03:26:53.536 INFO:teuthology.orchestra.run.smithi016.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [273 kB] 2024-03-26T03:26:53.543 INFO:teuthology.orchestra.run.smithi016.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-26T03:26:53.579 INFO:teuthology.orchestra.run.smithi069.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-26T03:26:53.580 INFO:teuthology.orchestra.run.smithi069.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [273 kB] 2024-03-26T03:26:53.587 INFO:teuthology.orchestra.run.smithi069.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-26T03:26:53.707 INFO:teuthology.orchestra.run.smithi016.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,059 kB] 2024-03-26T03:26:53.751 INFO:teuthology.orchestra.run.smithi069.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [697 kB] 2024-03-26T03:26:54.341 INFO:teuthology.orchestra.run.smithi016.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [697 kB] 2024-03-26T03:26:54.343 INFO:teuthology.orchestra.run.smithi069.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,059 kB] 2024-03-26T03:26:54.379 INFO:teuthology.orchestra.run.smithi016.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [240 kB] 2024-03-26T03:26:54.392 INFO:teuthology.orchestra.run.smithi016.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-26T03:26:54.393 INFO:teuthology.orchestra.run.smithi016.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-26T03:26:54.393 INFO:teuthology.orchestra.run.smithi016.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-26T03:26:54.395 INFO:teuthology.orchestra.run.smithi016.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-26T03:26:54.396 INFO:teuthology.orchestra.run.smithi016.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-26T03:26:54.396 INFO:teuthology.orchestra.run.smithi016.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-26T03:26:54.423 INFO:teuthology.orchestra.run.smithi016.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-26T03:26:54.426 INFO:teuthology.orchestra.run.smithi016.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-26T03:26:54.454 INFO:teuthology.orchestra.run.smithi069.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [240 kB] 2024-03-26T03:26:54.475 INFO:teuthology.orchestra.run.smithi069.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-26T03:26:54.476 INFO:teuthology.orchestra.run.smithi069.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-26T03:26:54.479 INFO:teuthology.orchestra.run.smithi069.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-26T03:26:54.480 INFO:teuthology.orchestra.run.smithi069.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-26T03:26:54.481 INFO:teuthology.orchestra.run.smithi069.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-26T03:26:54.481 INFO:teuthology.orchestra.run.smithi069.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-26T03:26:54.486 INFO:teuthology.orchestra.run.smithi069.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-26T03:26:54.489 INFO:teuthology.orchestra.run.smithi069.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-26T03:26:54.591 INFO:teuthology.orchestra.run.smithi016.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-26T03:26:54.654 INFO:teuthology.orchestra.run.smithi069.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-26T03:26:54.673 INFO:teuthology.orchestra.run.smithi016.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-26T03:26:54.736 INFO:teuthology.orchestra.run.smithi069.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-26T03:26:54.780 INFO:teuthology.orchestra.run.smithi016.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-26T03:26:54.821 INFO:teuthology.orchestra.run.smithi069.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-26T03:26:54.839 INFO:teuthology.orchestra.run.smithi016.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-26T03:26:54.873 INFO:teuthology.orchestra.run.smithi016.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-26T03:26:54.902 INFO:teuthology.orchestra.run.smithi069.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-26T03:26:54.936 INFO:teuthology.orchestra.run.smithi069.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-26T03:26:58.336 INFO:teuthology.orchestra.run.smithi204.stdout:Fetched 12.5 MB in 2s (6,927 kB/s) 2024-03-26T03:26:59.360 INFO:teuthology.orchestra.run.smithi069.stdout:Fetched 12.5 MB in 3s (4,900 kB/s) 2024-03-26T03:26:59.454 INFO:teuthology.orchestra.run.smithi016.stdout:Fetched 12.5 MB in 3s (4,949 kB/s) 2024-03-26T03:26:59.592 INFO:teuthology.orchestra.run.smithi204.stdout:Reading package lists... 2024-03-26T03:26:59.610 DEBUG:teuthology.orchestra.run.smithi204:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-26T03:26:59.671 INFO:teuthology.orchestra.run.smithi204.stdout:Reading package lists... 2024-03-26T03:26:59.867 INFO:teuthology.orchestra.run.smithi204.stdout:Building dependency tree... 2024-03-26T03:26:59.868 INFO:teuthology.orchestra.run.smithi204.stdout:Reading state information... 2024-03-26T03:27:00.045 INFO:teuthology.orchestra.run.smithi204.stdout:The following packages were automatically installed and are no longer required: 2024-03-26T03:27:00.045 INFO:teuthology.orchestra.run.smithi204.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-26T03:27:00.046 INFO:teuthology.orchestra.run.smithi204.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-26T03:27:00.046 INFO:teuthology.orchestra.run.smithi204.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-26T03:27:00.046 INFO:teuthology.orchestra.run.smithi204.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-26T03:27:00.046 INFO:teuthology.orchestra.run.smithi204.stdout: python2.7-minimal 2024-03-26T03:27:00.046 INFO:teuthology.orchestra.run.smithi204.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-26T03:27:00.047 INFO:teuthology.orchestra.run.smithi204.stdout:The following additional packages will be installed: 2024-03-26T03:27:00.047 INFO:teuthology.orchestra.run.smithi204.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-26T03:27:00.047 INFO:teuthology.orchestra.run.smithi204.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-26T03:27:00.047 INFO:teuthology.orchestra.run.smithi204.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-26T03:27:00.048 INFO:teuthology.orchestra.run.smithi204.stdout:Suggested packages: 2024-03-26T03:27:00.049 INFO:teuthology.orchestra.run.smithi204.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-26T03:27:00.049 INFO:teuthology.orchestra.run.smithi204.stdout:Recommended packages: 2024-03-26T03:27:00.049 INFO:teuthology.orchestra.run.smithi204.stdout: thermald 2024-03-26T03:27:00.093 INFO:teuthology.orchestra.run.smithi204.stdout:The following NEW packages will be installed: 2024-03-26T03:27:00.093 INFO:teuthology.orchestra.run.smithi204.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-26T03:27:00.093 INFO:teuthology.orchestra.run.smithi204.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-26T03:27:00.093 INFO:teuthology.orchestra.run.smithi204.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-26T03:27:00.094 INFO:teuthology.orchestra.run.smithi204.stdout:The following packages will be upgraded: 2024-03-26T03:27:00.095 INFO:teuthology.orchestra.run.smithi204.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-26T03:27:00.152 INFO:teuthology.orchestra.run.smithi204.stdout:3 upgraded, 5 newly installed, 0 to remove and 298 not upgraded. 2024-03-26T03:27:00.152 INFO:teuthology.orchestra.run.smithi204.stdout:Need to get 113 MB of archives. 2024-03-26T03:27:00.152 INFO:teuthology.orchestra.run.smithi204.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-26T03:27:00.152 INFO:teuthology.orchestra.run.smithi204.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-26T03:27:00.691 INFO:teuthology.orchestra.run.smithi204.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-26T03:27:00.734 INFO:teuthology.orchestra.run.smithi069.stdout:Reading package lists... 2024-03-26T03:27:00.752 DEBUG:teuthology.orchestra.run.smithi069:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-26T03:27:00.810 INFO:teuthology.orchestra.run.smithi069.stdout:Reading package lists... 2024-03-26T03:27:00.818 INFO:teuthology.orchestra.run.smithi204.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-26T03:27:00.832 INFO:teuthology.orchestra.run.smithi016.stdout:Reading package lists... 2024-03-26T03:27:00.850 DEBUG:teuthology.orchestra.run.smithi016:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-26T03:27:00.912 INFO:teuthology.orchestra.run.smithi016.stdout:Reading package lists... 2024-03-26T03:27:01.008 INFO:teuthology.orchestra.run.smithi069.stdout:Building dependency tree... 2024-03-26T03:27:01.008 INFO:teuthology.orchestra.run.smithi069.stdout:Reading state information... 2024-03-26T03:27:01.104 INFO:teuthology.orchestra.run.smithi016.stdout:Building dependency tree... 2024-03-26T03:27:01.104 INFO:teuthology.orchestra.run.smithi016.stdout:Reading state information... 2024-03-26T03:27:01.168 INFO:teuthology.orchestra.run.smithi069.stdout:The following packages were automatically installed and are no longer required: 2024-03-26T03:27:01.168 INFO:teuthology.orchestra.run.smithi069.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-26T03:27:01.168 INFO:teuthology.orchestra.run.smithi069.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-26T03:27:01.169 INFO:teuthology.orchestra.run.smithi069.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-26T03:27:01.169 INFO:teuthology.orchestra.run.smithi069.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-26T03:27:01.169 INFO:teuthology.orchestra.run.smithi069.stdout: python2.7-minimal 2024-03-26T03:27:01.169 INFO:teuthology.orchestra.run.smithi069.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-26T03:27:01.170 INFO:teuthology.orchestra.run.smithi069.stdout:The following additional packages will be installed: 2024-03-26T03:27:01.170 INFO:teuthology.orchestra.run.smithi069.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-26T03:27:01.170 INFO:teuthology.orchestra.run.smithi069.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-26T03:27:01.170 INFO:teuthology.orchestra.run.smithi069.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-26T03:27:01.171 INFO:teuthology.orchestra.run.smithi069.stdout:Suggested packages: 2024-03-26T03:27:01.171 INFO:teuthology.orchestra.run.smithi069.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-26T03:27:01.172 INFO:teuthology.orchestra.run.smithi069.stdout:Recommended packages: 2024-03-26T03:27:01.172 INFO:teuthology.orchestra.run.smithi069.stdout: thermald 2024-03-26T03:27:01.219 INFO:teuthology.orchestra.run.smithi069.stdout:The following NEW packages will be installed: 2024-03-26T03:27:01.220 INFO:teuthology.orchestra.run.smithi069.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-26T03:27:01.220 INFO:teuthology.orchestra.run.smithi069.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-26T03:27:01.220 INFO:teuthology.orchestra.run.smithi069.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-26T03:27:01.221 INFO:teuthology.orchestra.run.smithi069.stdout:The following packages will be upgraded: 2024-03-26T03:27:01.221 INFO:teuthology.orchestra.run.smithi069.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-26T03:27:01.270 INFO:teuthology.orchestra.run.smithi016.stdout:The following packages were automatically installed and are no longer required: 2024-03-26T03:27:01.270 INFO:teuthology.orchestra.run.smithi016.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-26T03:27:01.270 INFO:teuthology.orchestra.run.smithi016.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-26T03:27:01.271 INFO:teuthology.orchestra.run.smithi016.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-26T03:27:01.271 INFO:teuthology.orchestra.run.smithi016.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-26T03:27:01.271 INFO:teuthology.orchestra.run.smithi016.stdout: python2.7-minimal 2024-03-26T03:27:01.271 INFO:teuthology.orchestra.run.smithi016.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-26T03:27:01.272 INFO:teuthology.orchestra.run.smithi016.stdout:The following additional packages will be installed: 2024-03-26T03:27:01.272 INFO:teuthology.orchestra.run.smithi016.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-26T03:27:01.273 INFO:teuthology.orchestra.run.smithi016.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-26T03:27:01.273 INFO:teuthology.orchestra.run.smithi016.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-26T03:27:01.274 INFO:teuthology.orchestra.run.smithi016.stdout:Suggested packages: 2024-03-26T03:27:01.274 INFO:teuthology.orchestra.run.smithi016.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-26T03:27:01.274 INFO:teuthology.orchestra.run.smithi016.stdout:Recommended packages: 2024-03-26T03:27:01.274 INFO:teuthology.orchestra.run.smithi016.stdout: thermald 2024-03-26T03:27:01.314 INFO:teuthology.orchestra.run.smithi016.stdout:The following NEW packages will be installed: 2024-03-26T03:27:01.314 INFO:teuthology.orchestra.run.smithi016.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-26T03:27:01.314 INFO:teuthology.orchestra.run.smithi016.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-26T03:27:01.314 INFO:teuthology.orchestra.run.smithi016.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-26T03:27:01.315 INFO:teuthology.orchestra.run.smithi016.stdout:The following packages will be upgraded: 2024-03-26T03:27:01.316 INFO:teuthology.orchestra.run.smithi016.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-26T03:27:01.401 INFO:teuthology.orchestra.run.smithi069.stdout:3 upgraded, 5 newly installed, 0 to remove and 298 not upgraded. 2024-03-26T03:27:01.401 INFO:teuthology.orchestra.run.smithi069.stdout:Need to get 113 MB of archives. 2024-03-26T03:27:01.401 INFO:teuthology.orchestra.run.smithi069.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-26T03:27:01.401 INFO:teuthology.orchestra.run.smithi069.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-26T03:27:01.495 INFO:teuthology.orchestra.run.smithi016.stdout:3 upgraded, 5 newly installed, 0 to remove and 298 not upgraded. 2024-03-26T03:27:01.496 INFO:teuthology.orchestra.run.smithi016.stdout:Need to get 113 MB of archives. 2024-03-26T03:27:01.496 INFO:teuthology.orchestra.run.smithi016.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-26T03:27:01.496 INFO:teuthology.orchestra.run.smithi016.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-26T03:27:01.911 INFO:teuthology.orchestra.run.smithi204.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-26T03:27:01.911 INFO:teuthology.orchestra.run.smithi204.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-26T03:27:01.912 INFO:teuthology.orchestra.run.smithi204.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-26T03:27:02.107 INFO:teuthology.orchestra.run.smithi204.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-26T03:27:02.144 INFO:teuthology.orchestra.run.smithi204.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-26T03:27:02.537 INFO:teuthology.orchestra.run.smithi204.stdout:Fetched 113 MB in 2s (55.4 MB/s) 2024-03-26T03:27:02.720 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-26T03:27:02.921 INFO:teuthology.orchestra.run.smithi069.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-26T03:27:02.921 INFO:teuthology.orchestra.run.smithi016.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-26T03:27:03.254 INFO:teuthology.orchestra.run.smithi016.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-26T03:27:03.274 INFO:teuthology.orchestra.run.smithi069.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-26T03:27:04.792 INFO:teuthology.orchestra.run.smithi204.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-26T03:27:04.796 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T03:27:04.976 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T03:27:05.404 INFO:teuthology.orchestra.run.smithi016.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-26T03:27:05.404 INFO:teuthology.orchestra.run.smithi016.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-26T03:27:05.404 INFO:teuthology.orchestra.run.smithi016.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-26T03:27:05.482 INFO:teuthology.orchestra.run.smithi069.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-26T03:27:05.482 INFO:teuthology.orchestra.run.smithi069.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-26T03:27:05.482 INFO:teuthology.orchestra.run.smithi069.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-26T03:27:06.287 INFO:teuthology.orchestra.run.smithi016.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-26T03:27:06.360 INFO:teuthology.orchestra.run.smithi016.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-26T03:27:06.749 INFO:teuthology.orchestra.run.smithi069.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-26T03:27:06.776 INFO:teuthology.orchestra.run.smithi016.stdout:Fetched 113 MB in 5s (22.5 MB/s) 2024-03-26T03:27:06.881 INFO:teuthology.orchestra.run.smithi069.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-26T03:27:06.949 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-26T03:27:07.278 INFO:teuthology.orchestra.run.smithi069.stdout:Fetched 113 MB in 6s (20.0 MB/s) 2024-03-26T03:27:07.369 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-26T03:27:07.390 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T03:27:07.467 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-26T03:27:07.476 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T03:27:07.914 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-26T03:27:07.934 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T03:27:07.981 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T03:27:08.955 INFO:teuthology.orchestra.run.smithi016.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-26T03:27:08.959 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T03:27:09.030 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T03:27:09.468 INFO:teuthology.orchestra.run.smithi069.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-26T03:27:09.472 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T03:27:09.538 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T03:27:11.131 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-26T03:27:11.144 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T03:27:11.228 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T03:27:11.785 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-26T03:27:11.805 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T03:27:11.834 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T03:27:12.006 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-26T03:27:12.027 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T03:27:12.119 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T03:27:12.550 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-26T03:27:12.571 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T03:27:12.609 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T03:27:14.315 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-26T03:27:14.417 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-26T03:27:14.732 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-26T03:27:14.854 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-26T03:27:15.157 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-26T03:27:15.180 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-26T03:27:15.223 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-26T03:27:18.560 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-26T03:27:18.687 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-26T03:27:18.775 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-26T03:27:18.891 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-26T03:27:18.970 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-26T03:27:19.073 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-26T03:27:19.199 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-26T03:27:19.312 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-26T03:27:19.393 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-26T03:27:19.415 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-26T03:27:19.460 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-26T03:27:19.706 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-26T03:27:19.728 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-26T03:27:19.772 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-26T03:27:20.605 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-26T03:27:20.642 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T03:27:20.679 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T03:27:23.794 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-26T03:27:23.917 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-26T03:27:24.250 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-26T03:27:24.372 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T03:27:24.481 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-26T03:27:24.585 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T03:27:24.804 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-26T03:27:24.842 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T03:27:24.879 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T03:27:25.213 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-26T03:27:25.250 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T03:27:25.288 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T03:27:25.883 INFO:teuthology.orchestra.run.smithi204.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-26T03:27:25.883 INFO:teuthology.orchestra.run.smithi204.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-26T03:27:25.883 INFO:teuthology.orchestra.run.smithi204.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-26T03:27:25.883 INFO:teuthology.orchestra.run.smithi204.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-26T03:27:26.038 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T03:27:27.438 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T03:27:27.582 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-26T03:27:27.708 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-26T03:27:28.784 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-26T03:27:28.905 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T03:27:28.957 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-26T03:27:29.031 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-26T03:27:29.058 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-26T03:27:29.159 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T03:27:29.170 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-26T03:27:29.176 INFO:teuthology.orchestra.run.smithi204.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T03:27:29.249 INFO:teuthology.orchestra.run.smithi204.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-26T03:27:29.249 INFO:teuthology.orchestra.run.smithi204.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-26T03:27:29.274 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-26T03:27:29.582 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-26T03:27:29.687 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T03:27:29.813 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-26T03:27:29.942 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T03:27:30.514 INFO:teuthology.orchestra.run.smithi016.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-26T03:27:30.514 INFO:teuthology.orchestra.run.smithi016.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-26T03:27:30.514 INFO:teuthology.orchestra.run.smithi016.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-26T03:27:30.514 INFO:teuthology.orchestra.run.smithi016.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-26T03:27:30.662 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T03:27:31.300 INFO:teuthology.orchestra.run.smithi069.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-26T03:27:31.300 INFO:teuthology.orchestra.run.smithi069.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-26T03:27:31.301 INFO:teuthology.orchestra.run.smithi069.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-26T03:27:31.301 INFO:teuthology.orchestra.run.smithi069.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-26T03:27:31.453 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T03:27:32.088 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T03:27:32.828 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T03:27:33.531 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-26T03:27:33.657 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-26T03:27:34.474 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-26T03:27:34.525 INFO:teuthology.orchestra.run.smithi016.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T03:27:34.591 INFO:teuthology.orchestra.run.smithi016.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-26T03:27:34.591 INFO:teuthology.orchestra.run.smithi016.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-26T03:27:34.597 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-26T03:27:34.723 INFO:teuthology.orchestra.run.smithi069.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T03:27:34.789 INFO:teuthology.orchestra.run.smithi069.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-26T03:27:34.789 INFO:teuthology.orchestra.run.smithi069.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-26T03:27:43.806 INFO:teuthology.orchestra.run.smithi204.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-26T03:27:43.807 INFO:teuthology.orchestra.run.smithi204.stdout:Sourcing file `/etc/default/grub' 2024-03-26T03:27:43.822 INFO:teuthology.orchestra.run.smithi204.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-26T03:27:43.844 INFO:teuthology.orchestra.run.smithi204.stdout:Generating grub configuration file ... 2024-03-26T03:27:44.110 INFO:teuthology.orchestra.run.smithi204.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-26T03:27:44.125 INFO:teuthology.orchestra.run.smithi204.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-26T03:27:44.411 INFO:teuthology.orchestra.run.smithi204.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-26T03:27:44.416 INFO:teuthology.orchestra.run.smithi204.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-26T03:27:44.483 INFO:teuthology.orchestra.run.smithi204.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-26T03:27:44.488 INFO:teuthology.orchestra.run.smithi204.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-26T03:27:44.651 INFO:teuthology.orchestra.run.smithi204.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-26T03:27:44.651 INFO:teuthology.orchestra.run.smithi204.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-26T03:27:44.651 INFO:teuthology.orchestra.run.smithi204.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-26T03:27:44.696 INFO:teuthology.orchestra.run.smithi204.stdout:done 2024-03-26T03:27:45.149 DEBUG:teuthology.orchestra.run.smithi204:> dpkg -s linux-image-generic 2024-03-26T03:27:45.168 INFO:teuthology.orchestra.run.smithi204.stdout:Package: linux-image-generic 2024-03-26T03:27:45.168 INFO:teuthology.orchestra.run.smithi204.stdout:Status: install ok installed 2024-03-26T03:27:45.168 INFO:teuthology.orchestra.run.smithi204.stdout:Priority: optional 2024-03-26T03:27:45.168 INFO:teuthology.orchestra.run.smithi204.stdout:Section: kernel 2024-03-26T03:27:45.168 INFO:teuthology.orchestra.run.smithi204.stdout:Installed-Size: 21 2024-03-26T03:27:45.168 INFO:teuthology.orchestra.run.smithi204.stdout:Maintainer: Ubuntu Kernel Team 2024-03-26T03:27:45.168 INFO:teuthology.orchestra.run.smithi204.stdout:Architecture: amd64 2024-03-26T03:27:45.168 INFO:teuthology.orchestra.run.smithi204.stdout:Source: linux-meta 2024-03-26T03:27:45.168 INFO:teuthology.orchestra.run.smithi204.stdout:Version: 5.15.0.101.98 2024-03-26T03:27:45.168 INFO:teuthology.orchestra.run.smithi204.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-26T03:27:45.169 INFO:teuthology.orchestra.run.smithi204.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-26T03:27:45.169 INFO:teuthology.orchestra.run.smithi204.stdout:Recommends: thermald 2024-03-26T03:27:45.169 INFO:teuthology.orchestra.run.smithi204.stdout:Description: Generic Linux kernel image 2024-03-26T03:27:45.169 INFO:teuthology.orchestra.run.smithi204.stdout: This package will always depend on the latest generic kernel image 2024-03-26T03:27:45.169 INFO:teuthology.orchestra.run.smithi204.stdout: available. 2024-03-26T03:27:45.169 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-26T03:27:45.169 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-26T03:27:45.169 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-26T03:27:45.169 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-03-26T03:27:45.170 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi204.front.sepia.ceph.com, path=None, version=distro) 2024-03-26T03:27:45.170 DEBUG:teuthology.orchestra.run.smithi204:> sudo apt-get clean 2024-03-26T03:27:45.354 DEBUG:teuthology.orchestra.run.smithi204:> sudo apt-get update 2024-03-26T03:27:45.595 INFO:teuthology.orchestra.run.smithi204.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-26T03:27:45.595 INFO:teuthology.orchestra.run.smithi204.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-26T03:27:45.669 INFO:teuthology.orchestra.run.smithi204.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-26T03:27:45.751 INFO:teuthology.orchestra.run.smithi204.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-26T03:27:46.953 INFO:teuthology.orchestra.run.smithi204.stdout:Reading package lists... 2024-03-26T03:27:46.970 DEBUG:teuthology.orchestra.run.smithi204:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-26T03:27:47.021 INFO:teuthology.orchestra.run.smithi204.stdout:Reading package lists... 2024-03-26T03:27:47.198 INFO:teuthology.orchestra.run.smithi204.stdout:Building dependency tree... 2024-03-26T03:27:47.198 INFO:teuthology.orchestra.run.smithi204.stdout:Reading state information... 2024-03-26T03:27:47.349 INFO:teuthology.orchestra.run.smithi204.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-26T03:27:47.349 INFO:teuthology.orchestra.run.smithi204.stdout:The following packages were automatically installed and are no longer required: 2024-03-26T03:27:47.349 INFO:teuthology.orchestra.run.smithi204.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-26T03:27:47.350 INFO:teuthology.orchestra.run.smithi204.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-26T03:27:47.350 INFO:teuthology.orchestra.run.smithi204.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-26T03:27:47.350 INFO:teuthology.orchestra.run.smithi204.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-26T03:27:47.350 INFO:teuthology.orchestra.run.smithi204.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-26T03:27:47.350 INFO:teuthology.orchestra.run.smithi204.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-26T03:27:47.385 INFO:teuthology.orchestra.run.smithi204.stdout:0 upgraded, 0 newly installed, 0 to remove and 298 not upgraded. 2024-03-26T03:27:47.387 DEBUG:teuthology.orchestra.run.smithi204:> dpkg -s linux-image-generic 2024-03-26T03:27:47.446 INFO:teuthology.orchestra.run.smithi204.stdout:Package: linux-image-generic 2024-03-26T03:27:47.446 INFO:teuthology.orchestra.run.smithi204.stdout:Status: install ok installed 2024-03-26T03:27:47.446 INFO:teuthology.orchestra.run.smithi204.stdout:Priority: optional 2024-03-26T03:27:47.446 INFO:teuthology.orchestra.run.smithi204.stdout:Section: kernel 2024-03-26T03:27:47.447 INFO:teuthology.orchestra.run.smithi204.stdout:Installed-Size: 21 2024-03-26T03:27:47.447 INFO:teuthology.orchestra.run.smithi204.stdout:Maintainer: Ubuntu Kernel Team 2024-03-26T03:27:47.447 INFO:teuthology.orchestra.run.smithi204.stdout:Architecture: amd64 2024-03-26T03:27:47.447 INFO:teuthology.orchestra.run.smithi204.stdout:Source: linux-meta 2024-03-26T03:27:47.447 INFO:teuthology.orchestra.run.smithi204.stdout:Version: 5.15.0.101.98 2024-03-26T03:27:47.447 INFO:teuthology.orchestra.run.smithi204.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-26T03:27:47.447 INFO:teuthology.orchestra.run.smithi204.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-26T03:27:47.447 INFO:teuthology.orchestra.run.smithi204.stdout:Recommends: thermald 2024-03-26T03:27:47.447 INFO:teuthology.orchestra.run.smithi204.stdout:Description: Generic Linux kernel image 2024-03-26T03:27:47.447 INFO:teuthology.orchestra.run.smithi204.stdout: This package will always depend on the latest generic kernel image 2024-03-26T03:27:47.447 INFO:teuthology.orchestra.run.smithi204.stdout: available. 2024-03-26T03:27:47.448 DEBUG:teuthology.orchestra.run.smithi204:> mktemp 2024-03-26T03:27:47.492 INFO:teuthology.orchestra.run.smithi204.stdout:/tmp/tmp.UwZwGCz70S 2024-03-26T03:27:47.492 DEBUG:teuthology.orchestra.run.smithi204:> sudo cp /boot/grub/grub.cfg /tmp/tmp.UwZwGCz70S 2024-03-26T03:27:47.549 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod 0666 /tmp/tmp.UwZwGCz70S 2024-03-26T03:27:47.657 DEBUG:teuthology.orchestra.remote:smithi204:/tmp/tmp.UwZwGCz70S is 10KB 2024-03-26T03:27:47.669 DEBUG:teuthology.orchestra.run.smithi204:> rm -fr /tmp/tmp.UwZwGCz70S 2024-03-26T03:27:47.675 DEBUG:teuthology.orchestra.run.smithi204:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-26T03:27:47.728 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-03-26T03:27:47.728 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-26T03:27:47.728 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-26T03:27:47.795 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-26T03:27:47.795 DEBUG:teuthology.orchestra.run.smithi204:> sudo update-grub 2024-03-26T03:27:48.768 INFO:teuthology.orchestra.run.smithi069.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-26T03:27:48.768 INFO:teuthology.orchestra.run.smithi069.stdout:Sourcing file `/etc/default/grub' 2024-03-26T03:27:48.778 INFO:teuthology.orchestra.run.smithi069.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-26T03:27:48.805 INFO:teuthology.orchestra.run.smithi069.stdout:Generating grub configuration file ... 2024-03-26T03:27:49.017 INFO:teuthology.orchestra.run.smithi204.stderr:Sourcing file `/etc/default/grub' 2024-03-26T03:27:49.019 INFO:teuthology.orchestra.run.smithi204.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-26T03:27:49.021 INFO:teuthology.orchestra.run.smithi204.stderr:Generating grub configuration file ... 2024-03-26T03:27:49.088 INFO:teuthology.orchestra.run.smithi069.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-26T03:27:49.107 INFO:teuthology.orchestra.run.smithi069.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-26T03:27:49.207 INFO:teuthology.orchestra.run.smithi016.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-26T03:27:49.207 INFO:teuthology.orchestra.run.smithi016.stdout:Sourcing file `/etc/default/grub' 2024-03-26T03:27:49.216 INFO:teuthology.orchestra.run.smithi016.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-26T03:27:49.222 INFO:teuthology.orchestra.run.smithi204.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-26T03:27:49.228 INFO:teuthology.orchestra.run.smithi204.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-26T03:27:49.232 INFO:teuthology.orchestra.run.smithi016.stdout:Generating grub configuration file ... 2024-03-26T03:27:49.408 INFO:teuthology.orchestra.run.smithi069.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-26T03:27:49.413 INFO:teuthology.orchestra.run.smithi069.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-26T03:27:49.458 INFO:teuthology.orchestra.run.smithi204.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-26T03:27:49.463 INFO:teuthology.orchestra.run.smithi204.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-26T03:27:49.486 INFO:teuthology.orchestra.run.smithi069.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-26T03:27:49.491 INFO:teuthology.orchestra.run.smithi069.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-26T03:27:49.506 INFO:teuthology.orchestra.run.smithi204.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-26T03:27:49.511 INFO:teuthology.orchestra.run.smithi204.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-26T03:27:49.537 INFO:teuthology.orchestra.run.smithi016.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-26T03:27:49.555 INFO:teuthology.orchestra.run.smithi016.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-26T03:27:49.650 INFO:teuthology.orchestra.run.smithi204.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-26T03:27:49.650 INFO:teuthology.orchestra.run.smithi204.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-26T03:27:49.650 INFO:teuthology.orchestra.run.smithi204.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-26T03:27:49.661 INFO:teuthology.orchestra.run.smithi204.stderr:done 2024-03-26T03:27:49.663 DEBUG:teuthology.orchestra.run.smithi204:> sudo shutdown -r now 2024-03-26T03:27:49.665 INFO:teuthology.orchestra.run.smithi069.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-26T03:27:49.665 INFO:teuthology.orchestra.run.smithi069.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-26T03:27:49.665 INFO:teuthology.orchestra.run.smithi069.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-26T03:27:49.709 INFO:teuthology.orchestra.run.smithi069.stdout:done 2024-03-26T03:27:49.863 INFO:teuthology.orchestra.run.smithi016.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-26T03:27:49.869 INFO:teuthology.orchestra.run.smithi016.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-26T03:27:49.943 INFO:teuthology.orchestra.run.smithi016.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-26T03:27:49.949 INFO:teuthology.orchestra.run.smithi016.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-26T03:27:50.138 INFO:teuthology.orchestra.run.smithi016.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-26T03:27:50.138 INFO:teuthology.orchestra.run.smithi016.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-26T03:27:50.138 INFO:teuthology.orchestra.run.smithi016.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-26T03:27:50.175 INFO:teuthology.orchestra.run.smithi016.stdout:done 2024-03-26T03:27:50.218 DEBUG:teuthology.orchestra.run.smithi069:> dpkg -s linux-image-generic 2024-03-26T03:27:50.243 INFO:teuthology.orchestra.run.smithi069.stdout:Package: linux-image-generic 2024-03-26T03:27:50.243 INFO:teuthology.orchestra.run.smithi069.stdout:Status: install ok installed 2024-03-26T03:27:50.243 INFO:teuthology.orchestra.run.smithi069.stdout:Priority: optional 2024-03-26T03:27:50.244 INFO:teuthology.orchestra.run.smithi069.stdout:Section: kernel 2024-03-26T03:27:50.244 INFO:teuthology.orchestra.run.smithi069.stdout:Installed-Size: 21 2024-03-26T03:27:50.244 INFO:teuthology.orchestra.run.smithi069.stdout:Maintainer: Ubuntu Kernel Team 2024-03-26T03:27:50.244 INFO:teuthology.orchestra.run.smithi069.stdout:Architecture: amd64 2024-03-26T03:27:50.244 INFO:teuthology.orchestra.run.smithi069.stdout:Source: linux-meta 2024-03-26T03:27:50.244 INFO:teuthology.orchestra.run.smithi069.stdout:Version: 5.15.0.101.98 2024-03-26T03:27:50.244 INFO:teuthology.orchestra.run.smithi069.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-26T03:27:50.244 INFO:teuthology.orchestra.run.smithi069.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-26T03:27:50.244 INFO:teuthology.orchestra.run.smithi069.stdout:Recommends: thermald 2024-03-26T03:27:50.244 INFO:teuthology.orchestra.run.smithi069.stdout:Description: Generic Linux kernel image 2024-03-26T03:27:50.244 INFO:teuthology.orchestra.run.smithi069.stdout: This package will always depend on the latest generic kernel image 2024-03-26T03:27:50.244 INFO:teuthology.orchestra.run.smithi069.stdout: available. 2024-03-26T03:27:50.244 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-26T03:27:50.245 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-26T03:27:50.245 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-26T03:27:50.245 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-03-26T03:27:50.245 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi069.front.sepia.ceph.com, path=None, version=distro) 2024-03-26T03:27:50.245 DEBUG:teuthology.orchestra.run.smithi069:> sudo apt-get clean 2024-03-26T03:27:50.460 DEBUG:teuthology.orchestra.run.smithi069:> sudo apt-get update 2024-03-26T03:27:50.590 INFO:teuthology.orchestra.run.smithi069.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-26T03:27:50.590 INFO:teuthology.orchestra.run.smithi069.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-26T03:27:50.599 INFO:teuthology.orchestra.run.smithi069.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-26T03:27:50.619 INFO:teuthology.orchestra.run.smithi069.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-26T03:27:50.629 DEBUG:teuthology.orchestra.run.smithi016:> dpkg -s linux-image-generic 2024-03-26T03:27:50.651 INFO:teuthology.orchestra.run.smithi016.stdout:Package: linux-image-generic 2024-03-26T03:27:50.651 INFO:teuthology.orchestra.run.smithi016.stdout:Status: install ok installed 2024-03-26T03:27:50.651 INFO:teuthology.orchestra.run.smithi016.stdout:Priority: optional 2024-03-26T03:27:50.652 INFO:teuthology.orchestra.run.smithi016.stdout:Section: kernel 2024-03-26T03:27:50.652 INFO:teuthology.orchestra.run.smithi016.stdout:Installed-Size: 21 2024-03-26T03:27:50.652 INFO:teuthology.orchestra.run.smithi016.stdout:Maintainer: Ubuntu Kernel Team 2024-03-26T03:27:50.652 INFO:teuthology.orchestra.run.smithi016.stdout:Architecture: amd64 2024-03-26T03:27:50.652 INFO:teuthology.orchestra.run.smithi016.stdout:Source: linux-meta 2024-03-26T03:27:50.652 INFO:teuthology.orchestra.run.smithi016.stdout:Version: 5.15.0.101.98 2024-03-26T03:27:50.652 INFO:teuthology.orchestra.run.smithi016.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-26T03:27:50.652 INFO:teuthology.orchestra.run.smithi016.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-26T03:27:50.652 INFO:teuthology.orchestra.run.smithi016.stdout:Recommends: thermald 2024-03-26T03:27:50.652 INFO:teuthology.orchestra.run.smithi016.stdout:Description: Generic Linux kernel image 2024-03-26T03:27:50.652 INFO:teuthology.orchestra.run.smithi016.stdout: This package will always depend on the latest generic kernel image 2024-03-26T03:27:50.652 INFO:teuthology.orchestra.run.smithi016.stdout: available. 2024-03-26T03:27:50.653 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-26T03:27:50.653 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-26T03:27:50.653 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-26T03:27:50.653 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-03-26T03:27:50.653 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi016.front.sepia.ceph.com, path=None, version=distro) 2024-03-26T03:27:50.653 DEBUG:teuthology.orchestra.run.smithi016:> sudo apt-get clean 2024-03-26T03:27:50.851 DEBUG:teuthology.orchestra.run.smithi016:> sudo apt-get update 2024-03-26T03:27:50.969 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-26T03:27:50.969 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-26T03:27:50.979 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-26T03:27:50.999 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-26T03:27:51.864 INFO:teuthology.orchestra.run.smithi069.stdout:Reading package lists... 2024-03-26T03:27:51.881 DEBUG:teuthology.orchestra.run.smithi069:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-26T03:27:51.939 INFO:teuthology.orchestra.run.smithi069.stdout:Reading package lists... 2024-03-26T03:27:52.136 INFO:teuthology.orchestra.run.smithi069.stdout:Building dependency tree... 2024-03-26T03:27:52.137 INFO:teuthology.orchestra.run.smithi069.stdout:Reading state information... 2024-03-26T03:27:52.304 INFO:teuthology.orchestra.run.smithi069.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-26T03:27:52.304 INFO:teuthology.orchestra.run.smithi069.stdout:The following packages were automatically installed and are no longer required: 2024-03-26T03:27:52.304 INFO:teuthology.orchestra.run.smithi069.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-26T03:27:52.304 INFO:teuthology.orchestra.run.smithi069.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-26T03:27:52.304 INFO:teuthology.orchestra.run.smithi069.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-26T03:27:52.304 INFO:teuthology.orchestra.run.smithi069.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-26T03:27:52.304 INFO:teuthology.orchestra.run.smithi069.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-26T03:27:52.304 INFO:teuthology.orchestra.run.smithi069.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-26T03:27:52.330 INFO:teuthology.orchestra.run.smithi016.stdout:Reading package lists... 2024-03-26T03:27:52.343 INFO:teuthology.orchestra.run.smithi069.stdout:0 upgraded, 0 newly installed, 0 to remove and 298 not upgraded. 2024-03-26T03:27:52.345 DEBUG:teuthology.orchestra.run.smithi069:> dpkg -s linux-image-generic 2024-03-26T03:27:52.348 DEBUG:teuthology.orchestra.run.smithi016:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-26T03:27:52.356 INFO:teuthology.orchestra.run.smithi069.stdout:Package: linux-image-generic 2024-03-26T03:27:52.357 INFO:teuthology.orchestra.run.smithi069.stdout:Status: install ok installed 2024-03-26T03:27:52.357 INFO:teuthology.orchestra.run.smithi069.stdout:Priority: optional 2024-03-26T03:27:52.357 INFO:teuthology.orchestra.run.smithi069.stdout:Section: kernel 2024-03-26T03:27:52.357 INFO:teuthology.orchestra.run.smithi069.stdout:Installed-Size: 21 2024-03-26T03:27:52.357 INFO:teuthology.orchestra.run.smithi069.stdout:Maintainer: Ubuntu Kernel Team 2024-03-26T03:27:52.357 INFO:teuthology.orchestra.run.smithi069.stdout:Architecture: amd64 2024-03-26T03:27:52.357 INFO:teuthology.orchestra.run.smithi069.stdout:Source: linux-meta 2024-03-26T03:27:52.357 INFO:teuthology.orchestra.run.smithi069.stdout:Version: 5.15.0.101.98 2024-03-26T03:27:52.357 INFO:teuthology.orchestra.run.smithi069.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-26T03:27:52.357 INFO:teuthology.orchestra.run.smithi069.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-26T03:27:52.357 INFO:teuthology.orchestra.run.smithi069.stdout:Recommends: thermald 2024-03-26T03:27:52.357 INFO:teuthology.orchestra.run.smithi069.stdout:Description: Generic Linux kernel image 2024-03-26T03:27:52.357 INFO:teuthology.orchestra.run.smithi069.stdout: This package will always depend on the latest generic kernel image 2024-03-26T03:27:52.358 INFO:teuthology.orchestra.run.smithi069.stdout: available. 2024-03-26T03:27:52.358 DEBUG:teuthology.orchestra.run.smithi069:> mktemp 2024-03-26T03:27:52.401 INFO:teuthology.orchestra.run.smithi069.stdout:/tmp/tmp.JmyaOvM8sJ 2024-03-26T03:27:52.401 DEBUG:teuthology.orchestra.run.smithi069:> sudo cp /boot/grub/grub.cfg /tmp/tmp.JmyaOvM8sJ 2024-03-26T03:27:52.401 INFO:teuthology.orchestra.run.smithi016.stdout:Reading package lists... 2024-03-26T03:27:52.453 DEBUG:teuthology.orchestra.run.smithi069:> sudo chmod 0666 /tmp/tmp.JmyaOvM8sJ 2024-03-26T03:27:52.564 DEBUG:teuthology.orchestra.remote:smithi069:/tmp/tmp.JmyaOvM8sJ is 10KB 2024-03-26T03:27:52.577 DEBUG:teuthology.orchestra.run.smithi069:> rm -fr /tmp/tmp.JmyaOvM8sJ 2024-03-26T03:27:52.580 INFO:teuthology.orchestra.run.smithi016.stdout:Building dependency tree... 2024-03-26T03:27:52.581 INFO:teuthology.orchestra.run.smithi016.stdout:Reading state information... 2024-03-26T03:27:52.583 DEBUG:teuthology.orchestra.run.smithi069:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-26T03:27:52.636 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-03-26T03:27:52.637 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-26T03:27:52.637 DEBUG:teuthology.orchestra.run.smithi069:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-26T03:27:52.701 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-26T03:27:52.701 DEBUG:teuthology.orchestra.run.smithi069:> sudo update-grub 2024-03-26T03:27:52.740 INFO:teuthology.orchestra.run.smithi016.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-26T03:27:52.740 INFO:teuthology.orchestra.run.smithi016.stdout:The following packages were automatically installed and are no longer required: 2024-03-26T03:27:52.740 INFO:teuthology.orchestra.run.smithi016.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-26T03:27:52.740 INFO:teuthology.orchestra.run.smithi016.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-26T03:27:52.740 INFO:teuthology.orchestra.run.smithi016.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-26T03:27:52.741 INFO:teuthology.orchestra.run.smithi016.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-26T03:27:52.741 INFO:teuthology.orchestra.run.smithi016.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-26T03:27:52.741 INFO:teuthology.orchestra.run.smithi016.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-26T03:27:52.777 INFO:teuthology.orchestra.run.smithi016.stdout:0 upgraded, 0 newly installed, 0 to remove and 298 not upgraded. 2024-03-26T03:27:52.779 DEBUG:teuthology.orchestra.run.smithi016:> dpkg -s linux-image-generic 2024-03-26T03:27:52.838 INFO:teuthology.orchestra.run.smithi016.stdout:Package: linux-image-generic 2024-03-26T03:27:52.838 INFO:teuthology.orchestra.run.smithi016.stdout:Status: install ok installed 2024-03-26T03:27:52.838 INFO:teuthology.orchestra.run.smithi016.stdout:Priority: optional 2024-03-26T03:27:52.838 INFO:teuthology.orchestra.run.smithi016.stdout:Section: kernel 2024-03-26T03:27:52.838 INFO:teuthology.orchestra.run.smithi016.stdout:Installed-Size: 21 2024-03-26T03:27:52.838 INFO:teuthology.orchestra.run.smithi016.stdout:Maintainer: Ubuntu Kernel Team 2024-03-26T03:27:52.838 INFO:teuthology.orchestra.run.smithi016.stdout:Architecture: amd64 2024-03-26T03:27:52.838 INFO:teuthology.orchestra.run.smithi016.stdout:Source: linux-meta 2024-03-26T03:27:52.838 INFO:teuthology.orchestra.run.smithi016.stdout:Version: 5.15.0.101.98 2024-03-26T03:27:52.838 INFO:teuthology.orchestra.run.smithi016.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-26T03:27:52.839 INFO:teuthology.orchestra.run.smithi016.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-26T03:27:52.839 INFO:teuthology.orchestra.run.smithi016.stdout:Recommends: thermald 2024-03-26T03:27:52.839 INFO:teuthology.orchestra.run.smithi016.stdout:Description: Generic Linux kernel image 2024-03-26T03:27:52.839 INFO:teuthology.orchestra.run.smithi016.stdout: This package will always depend on the latest generic kernel image 2024-03-26T03:27:52.839 INFO:teuthology.orchestra.run.smithi016.stdout: available. 2024-03-26T03:27:52.839 DEBUG:teuthology.orchestra.run.smithi016:> mktemp 2024-03-26T03:27:52.883 INFO:teuthology.orchestra.run.smithi016.stdout:/tmp/tmp.cFJy7UejlW 2024-03-26T03:27:52.883 DEBUG:teuthology.orchestra.run.smithi016:> sudo cp /boot/grub/grub.cfg /tmp/tmp.cFJy7UejlW 2024-03-26T03:27:52.939 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod 0666 /tmp/tmp.cFJy7UejlW 2024-03-26T03:27:53.053 DEBUG:teuthology.orchestra.remote:smithi016:/tmp/tmp.cFJy7UejlW is 10KB 2024-03-26T03:27:53.065 DEBUG:teuthology.orchestra.run.smithi016:> rm -fr /tmp/tmp.cFJy7UejlW 2024-03-26T03:27:53.071 DEBUG:teuthology.orchestra.run.smithi016:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-26T03:27:53.127 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-03-26T03:27:53.127 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-26T03:27:53.127 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-26T03:27:53.193 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-26T03:27:53.193 DEBUG:teuthology.orchestra.run.smithi016:> sudo update-grub 2024-03-26T03:27:53.836 INFO:teuthology.orchestra.run.smithi069.stderr:Sourcing file `/etc/default/grub' 2024-03-26T03:27:53.837 INFO:teuthology.orchestra.run.smithi069.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-26T03:27:53.840 INFO:teuthology.orchestra.run.smithi069.stderr:Generating grub configuration file ... 2024-03-26T03:27:54.022 INFO:teuthology.orchestra.run.smithi069.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-26T03:27:54.028 INFO:teuthology.orchestra.run.smithi069.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-26T03:27:54.258 INFO:teuthology.orchestra.run.smithi069.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-26T03:27:54.264 INFO:teuthology.orchestra.run.smithi069.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-26T03:27:54.305 INFO:teuthology.orchestra.run.smithi069.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-26T03:27:54.310 INFO:teuthology.orchestra.run.smithi069.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-26T03:27:54.429 INFO:teuthology.orchestra.run.smithi069.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-26T03:27:54.429 INFO:teuthology.orchestra.run.smithi069.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-26T03:27:54.429 INFO:teuthology.orchestra.run.smithi069.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-26T03:27:54.458 INFO:teuthology.orchestra.run.smithi069.stderr:done 2024-03-26T03:27:54.460 DEBUG:teuthology.orchestra.run.smithi069:> sudo shutdown -r now 2024-03-26T03:27:54.579 INFO:teuthology.orchestra.run.smithi016.stderr:Sourcing file `/etc/default/grub' 2024-03-26T03:27:54.580 INFO:teuthology.orchestra.run.smithi016.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-26T03:27:54.582 INFO:teuthology.orchestra.run.smithi016.stderr:Generating grub configuration file ... 2024-03-26T03:27:54.780 INFO:teuthology.orchestra.run.smithi016.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-26T03:27:54.786 INFO:teuthology.orchestra.run.smithi016.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-26T03:27:55.022 INFO:teuthology.orchestra.run.smithi016.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-26T03:27:55.028 INFO:teuthology.orchestra.run.smithi016.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-26T03:27:55.069 INFO:teuthology.orchestra.run.smithi016.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-26T03:27:55.075 INFO:teuthology.orchestra.run.smithi016.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-26T03:27:55.224 INFO:teuthology.orchestra.run.smithi016.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-26T03:27:55.225 INFO:teuthology.orchestra.run.smithi016.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-26T03:27:55.225 INFO:teuthology.orchestra.run.smithi016.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-26T03:27:55.237 INFO:teuthology.orchestra.run.smithi016.stderr:done 2024-03-26T03:27:55.239 DEBUG:teuthology.orchestra.run.smithi016:> sudo shutdown -r now 2024-03-26T03:28:19.691 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-03-26T03:28:19.691 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-03-26T03:28:19.692 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T03:28:24.466 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-03-26T03:28:24.466 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi069.front.sepia.ceph.com' 2024-03-26T03:28:24.467 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi069.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T03:28:25.242 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-03-26T03:28:25.242 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi016.front.sepia.ceph.com' 2024-03-26T03:28:25.243 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi016.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T03:28:38.175 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.204 2024-03-26T03:28:47.177 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-03-26T03:28:47.178 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T03:28:50.242 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.204 2024-03-26T03:29:02.254 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-03-26T03:29:02.255 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T03:29:24.491 DEBUG:teuthology.orchestra.remote:timed out 2024-03-26T03:29:25.245 DEBUG:teuthology.orchestra.remote:timed out 2024-03-26T03:29:33.500 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi069.front.sepia.ceph.com' 2024-03-26T03:29:33.501 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi069.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T03:29:34.110 DEBUG:teuthology.orchestra.run.smithi069:> true 2024-03-26T03:29:34.246 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi016.front.sepia.ceph.com' 2024-03-26T03:29:34.247 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi016.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T03:29:34.612 DEBUG:teuthology.orchestra.run.smithi016:> true 2024-03-26T03:29:34.889 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi069.front.sepia.ceph.com' 2024-03-26T03:29:34.890 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-101-generic"... 2024-03-26T03:29:34.890 DEBUG:teuthology.orchestra.run.smithi069:> uname -r 2024-03-26T03:29:34.895 INFO:teuthology.orchestra.run.smithi069.stdout:5.15.0-101-generic 2024-03-26T03:29:34.895 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-26T03:29:34.895 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-26T03:29:34.895 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-26T03:29:35.452 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi016.front.sepia.ceph.com' 2024-03-26T03:29:35.452 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-101-generic"... 2024-03-26T03:29:35.452 DEBUG:teuthology.orchestra.run.smithi016:> uname -r 2024-03-26T03:29:35.499 INFO:teuthology.orchestra.run.smithi016.stdout:5.15.0-101-generic 2024-03-26T03:29:35.499 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-26T03:29:35.499 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-26T03:29:35.499 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-26T03:29:35.896 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-03-26T03:29:35.896 DEBUG:teuthology.orchestra.run.smithi069:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-26T03:29:35.990 INFO:teuthology.orchestra.run.smithi069.stdout:ttyS1 2024-03-26T03:29:36.044 DEBUG:teuthology.parallel:result is None 2024-03-26T03:29:36.501 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-03-26T03:29:36.501 DEBUG:teuthology.orchestra.run.smithi016:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-26T03:29:36.572 INFO:teuthology.orchestra.run.smithi016.stdout:ttyS1 2024-03-26T03:29:36.600 DEBUG:teuthology.parallel:result is None 2024-03-26T03:30:02.258 DEBUG:teuthology.orchestra.remote:timed out 2024-03-26T03:30:17.259 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-03-26T03:30:17.261 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T03:30:17.557 DEBUG:teuthology.orchestra.run.smithi204:> true 2024-03-26T03:30:18.138 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-03-26T03:30:18.138 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-101-generic"... 2024-03-26T03:30:18.138 DEBUG:teuthology.orchestra.run.smithi204:> uname -r 2024-03-26T03:30:18.184 INFO:teuthology.orchestra.run.smithi204.stdout:5.15.0-101-generic 2024-03-26T03:30:18.184 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-26T03:30:18.185 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-26T03:30:18.185 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-26T03:30:19.186 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-03-26T03:30:19.186 DEBUG:teuthology.orchestra.run.smithi204:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-26T03:30:19.559 INFO:teuthology.orchestra.run.smithi204.stdout:ttyS1 2024-03-26T03:30:19.578 DEBUG:teuthology.parallel:result is None 2024-03-26T03:30:19.579 INFO:teuthology.run_tasks:Running task internal.base... 2024-03-26T03:30:19.592 INFO:teuthology.task.internal:Creating test directory... 2024-03-26T03:30:19.593 DEBUG:teuthology.orchestra.run.smithi016:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-26T03:30:19.595 DEBUG:teuthology.orchestra.run.smithi069:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-26T03:30:19.598 DEBUG:teuthology.orchestra.run.smithi204:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-26T03:30:19.604 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-03-26T03:30:19.612 INFO:teuthology.run_tasks:Running task internal.archive... 2024-03-26T03:30:19.623 INFO:teuthology.task.internal:Creating archive directory... 2024-03-26T03:30:19.623 DEBUG:teuthology.orchestra.run.smithi016:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-26T03:30:19.643 DEBUG:teuthology.orchestra.run.smithi069:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-26T03:30:19.646 DEBUG:teuthology.orchestra.run.smithi204:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-26T03:30:19.738 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-03-26T03:30:19.745 INFO:teuthology.task.internal:Enabling coredump saving... 2024-03-26T03:30:19.746 DEBUG:teuthology.orchestra.run.smithi016:> 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-26T03:30:19.748 DEBUG:teuthology.orchestra.run.smithi069:> 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-26T03:30:19.750 DEBUG:teuthology.orchestra.run.smithi204:> 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-26T03:30:19.772 INFO:teuthology.orchestra.run.smithi069.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-26T03:30:19.776 INFO:teuthology.orchestra.run.smithi016.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-26T03:30:19.782 INFO:teuthology.orchestra.run.smithi069.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-26T03:30:19.784 INFO:teuthology.orchestra.run.smithi016.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-26T03:30:19.787 INFO:teuthology.orchestra.run.smithi204.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-26T03:30:19.795 INFO:teuthology.orchestra.run.smithi204.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-26T03:30:19.796 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-03-26T03:30:19.805 INFO:teuthology.task.internal:Configuring sudo... 2024-03-26T03:30:19.805 DEBUG:teuthology.orchestra.run.smithi016:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-26T03:30:19.832 DEBUG:teuthology.orchestra.run.smithi069:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-26T03:30:19.834 DEBUG:teuthology.orchestra.run.smithi204:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-26T03:30:19.852 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-03-26T03:30:19.861 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-03-26T03:30:19.862 DEBUG:teuthology.orchestra.run.smithi016:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-26T03:30:19.888 DEBUG:teuthology.orchestra.run.smithi069:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-26T03:30:19.890 DEBUG:teuthology.orchestra.run.smithi204:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-26T03:30:19.900 DEBUG:teuthology.orchestra.run.smithi016:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-26T03:30:19.939 DEBUG:teuthology.orchestra.run.smithi016:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-26T03:30:19.987 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-03-26T03:30:19.987 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-26T03:30:20.043 DEBUG:teuthology.orchestra.run.smithi069:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-26T03:30:20.049 DEBUG:teuthology.orchestra.run.smithi069:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-26T03:30:20.098 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-03-26T03:30:20.098 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-26T03:30:20.165 DEBUG:teuthology.orchestra.run.smithi204:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-26T03:30:20.171 DEBUG:teuthology.orchestra.run.smithi204:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-26T03:30:20.217 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-03-26T03:30:20.217 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-26T03:30:20.273 DEBUG:teuthology.orchestra.run.smithi016:> sudo service rsyslog restart 2024-03-26T03:30:20.275 DEBUG:teuthology.orchestra.run.smithi069:> sudo service rsyslog restart 2024-03-26T03:30:20.278 DEBUG:teuthology.orchestra.run.smithi204:> sudo service rsyslog restart 2024-03-26T03:30:20.347 INFO:teuthology.run_tasks:Running task internal.timer... 2024-03-26T03:30:20.358 INFO:teuthology.task.internal:Starting timer... 2024-03-26T03:30:20.359 INFO:teuthology.run_tasks:Running task pcp... 2024-03-26T03:30:20.372 INFO:teuthology.run_tasks:Running task selinux... 2024-03-26T03:30:20.383 DEBUG:teuthology.task.selinux:Excluding smithi016: OS 'ubuntu' does not support SELinux 2024-03-26T03:30:20.383 DEBUG:teuthology.task.selinux:Excluding smithi069: OS 'ubuntu' does not support SELinux 2024-03-26T03:30:20.383 DEBUG:teuthology.task.selinux:Excluding smithi204: OS 'ubuntu' does not support SELinux 2024-03-26T03:30:20.384 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-03-26T03:30:20.384 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-03-26T03:30:20.384 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-03-26T03:30:20.384 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-03-26T03:30:20.395 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-03-26T03:30:20.401 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-03-26T03:30:22.582 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-03-26T03:30:22.599 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-26T03:30:22.601 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi016.front.sepia.ceph.com,smithi069.front.sepia.ceph.com,smithi204.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-03-26T03:37:27.780 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi016.front.sepia.ceph.com'), Remote(name='ubuntu@smithi069.front.sepia.ceph.com'), Remote(name='ubuntu@smithi204.front.sepia.ceph.com')] 2024-03-26T03:37:27.781 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi016.front.sepia.ceph.com' 2024-03-26T03:37:27.783 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi016.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T03:37:27.867 DEBUG:teuthology.orchestra.run.smithi016:> true 2024-03-26T03:37:27.946 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi016.front.sepia.ceph.com' 2024-03-26T03:37:27.947 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi069.front.sepia.ceph.com' 2024-03-26T03:37:27.947 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi069.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T03:37:28.026 DEBUG:teuthology.orchestra.run.smithi069:> true 2024-03-26T03:37:28.102 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi069.front.sepia.ceph.com' 2024-03-26T03:37:28.102 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-03-26T03:37:28.103 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T03:37:28.182 DEBUG:teuthology.orchestra.run.smithi204:> true 2024-03-26T03:37:28.258 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-03-26T03:37:28.258 INFO:teuthology.run_tasks:Running task clock... 2024-03-26T03:37:28.271 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-03-26T03:37:28.271 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-26T03:37:28.272 DEBUG:teuthology.orchestra.run.smithi016:> 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-26T03:37:28.274 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-26T03:37:28.275 DEBUG:teuthology.orchestra.run.smithi069:> 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-26T03:37:28.277 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-26T03:37:28.277 DEBUG:teuthology.orchestra.run.smithi204:> 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-26T03:37:28.303 INFO:teuthology.orchestra.run.smithi016.stdout:26 Mar 03:37:28 ntpd[17064]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-26T03:37:28.303 INFO:teuthology.orchestra.run.smithi016.stdout:26 Mar 03:37:28 ntpd[17064]: Command line: ntpd -gq 2024-03-26T03:37:28.303 INFO:teuthology.orchestra.run.smithi016.stdout:26 Mar 03:37:28 ntpd[17064]: ---------------------------------------------------- 2024-03-26T03:37:28.303 INFO:teuthology.orchestra.run.smithi016.stdout:26 Mar 03:37:28 ntpd[17064]: ntp-4 is maintained by Network Time Foundation, 2024-03-26T03:37:28.304 INFO:teuthology.orchestra.run.smithi016.stdout:26 Mar 03:37:28 ntpd[17064]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-26T03:37:28.304 INFO:teuthology.orchestra.run.smithi016.stdout:26 Mar 03:37:28 ntpd[17064]: corporation. Support and training for ntp-4 are 2024-03-26T03:37:28.304 INFO:teuthology.orchestra.run.smithi016.stdout:26 Mar 03:37:28 ntpd[17064]: available at https://www.nwtime.org/support 2024-03-26T03:37:28.304 INFO:teuthology.orchestra.run.smithi016.stdout:26 Mar 03:37:28 ntpd[17064]: ---------------------------------------------------- 2024-03-26T03:37:28.304 INFO:teuthology.orchestra.run.smithi016.stdout:26 Mar 03:37:28 ntpd[17064]: proto: precision = 0.046 usec (-24) 2024-03-26T03:37:28.304 INFO:teuthology.orchestra.run.smithi016.stdout:26 Mar 03:37:28 ntpd[17064]: basedate set to 2022-02-04 2024-03-26T03:37:28.305 INFO:teuthology.orchestra.run.smithi016.stdout:26 Mar 03:37:28 ntpd[17064]: gps base set to 2022-02-06 (week 2196) 2024-03-26T03:37:28.305 INFO:teuthology.orchestra.run.smithi016.stdout:26 Mar 03:37:28 ntpd[17064]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-26T03:37:28.305 INFO:teuthology.orchestra.run.smithi016.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-26T03:37:28.305 INFO:teuthology.orchestra.run.smithi016.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-26T03:37:28.306 INFO:teuthology.orchestra.run.smithi016.stdout:26 Mar 03:37:28 ntpd[17064]: restrict ::: KOD does nothing without LIMITED. 2024-03-26T03:37:28.306 INFO:teuthology.orchestra.run.smithi016.stdout:26 Mar 03:37:28 ntpd[17064]: Listen and drop on 0 v6wildcard [::]:123 2024-03-26T03:37:28.306 INFO:teuthology.orchestra.run.smithi016.stdout:26 Mar 03:37:28 ntpd[17064]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-26T03:37:28.306 INFO:teuthology.orchestra.run.smithi016.stdout:26 Mar 03:37:28 ntpd[17064]: Listen normally on 2 lo 127.0.0.1:123 2024-03-26T03:37:28.306 INFO:teuthology.orchestra.run.smithi016.stdout:26 Mar 03:37:28 ntpd[17064]: Listen normally on 3 ens1f0 172.21.15.16:123 2024-03-26T03:37:28.306 INFO:teuthology.orchestra.run.smithi016.stdout:26 Mar 03:37:28 ntpd[17064]: Listen normally on 4 lo [::1]:123 2024-03-26T03:37:28.306 INFO:teuthology.orchestra.run.smithi016.stdout:26 Mar 03:37:28 ntpd[17064]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:1564%4]:123 2024-03-26T03:37:28.307 INFO:teuthology.orchestra.run.smithi016.stdout:26 Mar 03:37:28 ntpd[17064]: Listening on routing socket on fd #22 for interface updates 2024-03-26T03:37:28.307 INFO:teuthology.orchestra.run.smithi069.stdout:26 Mar 03:37:28 ntpd[17199]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-26T03:37:28.307 INFO:teuthology.orchestra.run.smithi069.stdout:26 Mar 03:37:28 ntpd[17199]: Command line: ntpd -gq 2024-03-26T03:37:28.308 INFO:teuthology.orchestra.run.smithi069.stdout:26 Mar 03:37:28 ntpd[17199]: ---------------------------------------------------- 2024-03-26T03:37:28.308 INFO:teuthology.orchestra.run.smithi069.stdout:26 Mar 03:37:28 ntpd[17199]: ntp-4 is maintained by Network Time Foundation, 2024-03-26T03:37:28.308 INFO:teuthology.orchestra.run.smithi069.stdout:26 Mar 03:37:28 ntpd[17199]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-26T03:37:28.308 INFO:teuthology.orchestra.run.smithi069.stdout:26 Mar 03:37:28 ntpd[17199]: corporation. Support and training for ntp-4 are 2024-03-26T03:37:28.308 INFO:teuthology.orchestra.run.smithi069.stdout:26 Mar 03:37:28 ntpd[17199]: available at https://www.nwtime.org/support 2024-03-26T03:37:28.308 INFO:teuthology.orchestra.run.smithi069.stdout:26 Mar 03:37:28 ntpd[17199]: ---------------------------------------------------- 2024-03-26T03:37:28.308 INFO:teuthology.orchestra.run.smithi069.stdout:26 Mar 03:37:28 ntpd[17199]: proto: precision = 0.063 usec (-24) 2024-03-26T03:37:28.308 INFO:teuthology.orchestra.run.smithi069.stdout:26 Mar 03:37:28 ntpd[17199]: basedate set to 2022-02-04 2024-03-26T03:37:28.308 INFO:teuthology.orchestra.run.smithi069.stdout:26 Mar 03:37:28 ntpd[17199]: gps base set to 2022-02-06 (week 2196) 2024-03-26T03:37:28.308 INFO:teuthology.orchestra.run.smithi069.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-26T03:37:28.309 INFO:teuthology.orchestra.run.smithi069.stdout:26 Mar 03:37:28 ntpd[17199]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-26T03:37:28.309 INFO:teuthology.orchestra.run.smithi069.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-26T03:37:28.310 INFO:teuthology.orchestra.run.smithi069.stdout:26 Mar 03:37:28 ntpd[17199]: restrict ::: KOD does nothing without LIMITED. 2024-03-26T03:37:28.310 INFO:teuthology.orchestra.run.smithi069.stdout:26 Mar 03:37:28 ntpd[17199]: Listen and drop on 0 v6wildcard [::]:123 2024-03-26T03:37:28.310 INFO:teuthology.orchestra.run.smithi069.stdout:26 Mar 03:37:28 ntpd[17199]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-26T03:37:28.310 INFO:teuthology.orchestra.run.smithi069.stdout:26 Mar 03:37:28 ntpd[17199]: Listen normally on 2 lo 127.0.0.1:123 2024-03-26T03:37:28.310 INFO:teuthology.orchestra.run.smithi069.stdout:26 Mar 03:37:28 ntpd[17199]: Listen normally on 3 enp3s0f1 172.21.15.69:123 2024-03-26T03:37:28.310 INFO:teuthology.orchestra.run.smithi069.stdout:26 Mar 03:37:28 ntpd[17199]: Listen normally on 4 lo [::1]:123 2024-03-26T03:37:28.310 INFO:teuthology.orchestra.run.smithi069.stdout:26 Mar 03:37:28 ntpd[17199]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d737%5]:123 2024-03-26T03:37:28.310 INFO:teuthology.orchestra.run.smithi069.stdout:26 Mar 03:37:28 ntpd[17199]: Listening on routing socket on fd #22 for interface updates 2024-03-26T03:37:28.324 INFO:teuthology.orchestra.run.smithi204.stdout:26 Mar 03:37:28 ntpd[17169]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-26T03:37:28.324 INFO:teuthology.orchestra.run.smithi204.stdout:26 Mar 03:37:28 ntpd[17169]: Command line: ntpd -gq 2024-03-26T03:37:28.324 INFO:teuthology.orchestra.run.smithi204.stdout:26 Mar 03:37:28 ntpd[17169]: ---------------------------------------------------- 2024-03-26T03:37:28.324 INFO:teuthology.orchestra.run.smithi204.stdout:26 Mar 03:37:28 ntpd[17169]: ntp-4 is maintained by Network Time Foundation, 2024-03-26T03:37:28.325 INFO:teuthology.orchestra.run.smithi204.stdout:26 Mar 03:37:28 ntpd[17169]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-26T03:37:28.325 INFO:teuthology.orchestra.run.smithi204.stdout:26 Mar 03:37:28 ntpd[17169]: corporation. Support and training for ntp-4 are 2024-03-26T03:37:28.325 INFO:teuthology.orchestra.run.smithi204.stdout:26 Mar 03:37:28 ntpd[17169]: available at https://www.nwtime.org/support 2024-03-26T03:37:28.325 INFO:teuthology.orchestra.run.smithi204.stdout:26 Mar 03:37:28 ntpd[17169]: ---------------------------------------------------- 2024-03-26T03:37:28.325 INFO:teuthology.orchestra.run.smithi204.stdout:26 Mar 03:37:28 ntpd[17169]: proto: precision = 0.045 usec (-24) 2024-03-26T03:37:28.325 INFO:teuthology.orchestra.run.smithi204.stdout:26 Mar 03:37:28 ntpd[17169]: basedate set to 2022-02-04 2024-03-26T03:37:28.325 INFO:teuthology.orchestra.run.smithi204.stdout:26 Mar 03:37:28 ntpd[17169]: gps base set to 2022-02-06 (week 2196) 2024-03-26T03:37:28.325 INFO:teuthology.orchestra.run.smithi204.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-26T03:37:28.326 INFO:teuthology.orchestra.run.smithi204.stdout:26 Mar 03:37:28 ntpd[17169]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-26T03:37:28.326 INFO:teuthology.orchestra.run.smithi204.stdout:26 Mar 03:37:28 ntpd[17169]: restrict ::: KOD does nothing without LIMITED. 2024-03-26T03:37:28.326 INFO:teuthology.orchestra.run.smithi204.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-26T03:37:28.327 INFO:teuthology.orchestra.run.smithi204.stdout:26 Mar 03:37:28 ntpd[17169]: Listen and drop on 0 v6wildcard [::]:123 2024-03-26T03:37:28.327 INFO:teuthology.orchestra.run.smithi204.stdout:26 Mar 03:37:28 ntpd[17169]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-26T03:37:28.327 INFO:teuthology.orchestra.run.smithi204.stdout:26 Mar 03:37:28 ntpd[17169]: Listen normally on 2 lo 127.0.0.1:123 2024-03-26T03:37:28.327 INFO:teuthology.orchestra.run.smithi204.stdout:26 Mar 03:37:28 ntpd[17169]: Listen normally on 3 enp3s0f1 172.21.15.204:123 2024-03-26T03:37:28.327 INFO:teuthology.orchestra.run.smithi204.stdout:26 Mar 03:37:28 ntpd[17169]: Listen normally on 4 lo [::1]:123 2024-03-26T03:37:28.327 INFO:teuthology.orchestra.run.smithi204.stdout:26 Mar 03:37:28 ntpd[17169]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:77ab%5]:123 2024-03-26T03:37:28.327 INFO:teuthology.orchestra.run.smithi204.stdout:26 Mar 03:37:28 ntpd[17169]: Listening on routing socket on fd #22 for interface updates 2024-03-26T03:37:29.304 INFO:teuthology.orchestra.run.smithi016.stderr:26 Mar 03:37:29 ntpd[17064]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:37:29.304 INFO:teuthology.orchestra.run.smithi016.stderr:26 Mar 03:37:29 ntpd[17064]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:37:29.304 INFO:teuthology.orchestra.run.smithi016.stderr:26 Mar 03:37:29 ntpd[17064]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:37:29.304 INFO:teuthology.orchestra.run.smithi016.stderr:26 Mar 03:37:29 ntpd[17064]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:37:29.304 INFO:teuthology.orchestra.run.smithi016.stderr:26 Mar 03:37:29 ntpd[17064]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T03:37:29.304 INFO:teuthology.orchestra.run.smithi016.stderr:26 Mar 03:37:29 ntpd[17064]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T03:37:29.306 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 03:37:29 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:37:29.306 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 03:37:29 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:37:29.306 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 03:37:29 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:37:29.306 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 03:37:29 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:37:29.306 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 03:37:29 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:37:29.306 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 03:37:29 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:37:29.306 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 03:37:29 ntpd[17199]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T03:37:29.306 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 03:37:29 ntpd[17199]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T03:37:29.325 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:29 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:37:29.325 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:29 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:37:29.325 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:29 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:37:29.325 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:29 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:37:29.325 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:29 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:37:29.325 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:29 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:37:29.325 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:29 ntpd[17169]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T03:37:29.325 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:29 ntpd[17169]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T03:37:30.325 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:30 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:37:30.325 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:30 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:37:30.325 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:30 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:37:30.325 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:30 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:37:30.325 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:30 ntpd[17169]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T03:37:30.325 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:30 ntpd[17169]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T03:37:31.304 INFO:teuthology.orchestra.run.smithi016.stderr:26 Mar 03:37:31 ntpd[17064]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:37:31.304 INFO:teuthology.orchestra.run.smithi016.stderr:26 Mar 03:37:31 ntpd[17064]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:37:31.304 INFO:teuthology.orchestra.run.smithi016.stderr:26 Mar 03:37:31 ntpd[17064]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:37:31.304 INFO:teuthology.orchestra.run.smithi016.stderr:26 Mar 03:37:31 ntpd[17064]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:37:31.304 INFO:teuthology.orchestra.run.smithi016.stderr:26 Mar 03:37:31 ntpd[17064]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T03:37:31.305 INFO:teuthology.orchestra.run.smithi016.stderr:26 Mar 03:37:31 ntpd[17064]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T03:37:31.306 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 03:37:31 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:37:31.306 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 03:37:31 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:37:31.306 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 03:37:31 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:37:31.306 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 03:37:31 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:37:31.306 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 03:37:31 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:37:31.306 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 03:37:31 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:37:31.306 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 03:37:31 ntpd[17199]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T03:37:31.307 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 03:37:31 ntpd[17199]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T03:37:31.307 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 03:37:31 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:37:31.307 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 03:37:31 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:37:31.307 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 03:37:31 ntpd[17199]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T03:37:31.307 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 03:37:31 ntpd[17199]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T03:37:31.324 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:31 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:37:31.324 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:31 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:37:31.325 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:31 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:37:31.325 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:31 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:37:31.325 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:31 ntpd[17169]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T03:37:31.325 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:31 ntpd[17169]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T03:37:32.305 INFO:teuthology.orchestra.run.smithi016.stderr:26 Mar 03:37:32 ntpd[17064]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:37:32.305 INFO:teuthology.orchestra.run.smithi016.stderr:26 Mar 03:37:32 ntpd[17064]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:37:32.305 INFO:teuthology.orchestra.run.smithi016.stderr:26 Mar 03:37:32 ntpd[17064]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:37:32.305 INFO:teuthology.orchestra.run.smithi016.stderr:26 Mar 03:37:32 ntpd[17064]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:37:32.305 INFO:teuthology.orchestra.run.smithi016.stderr:26 Mar 03:37:32 ntpd[17064]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:37:32.305 INFO:teuthology.orchestra.run.smithi016.stderr:26 Mar 03:37:32 ntpd[17064]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:37:32.305 INFO:teuthology.orchestra.run.smithi016.stderr:26 Mar 03:37:32 ntpd[17064]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:37:32.305 INFO:teuthology.orchestra.run.smithi016.stderr:26 Mar 03:37:32 ntpd[17064]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:37:32.305 INFO:teuthology.orchestra.run.smithi016.stderr:26 Mar 03:37:32 ntpd[17064]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T03:37:32.305 INFO:teuthology.orchestra.run.smithi016.stderr:26 Mar 03:37:32 ntpd[17064]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T03:37:32.305 INFO:teuthology.orchestra.run.smithi016.stderr:26 Mar 03:37:32 ntpd[17064]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:37:32.305 INFO:teuthology.orchestra.run.smithi016.stderr:26 Mar 03:37:32 ntpd[17064]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:37:32.305 INFO:teuthology.orchestra.run.smithi016.stderr:26 Mar 03:37:32 ntpd[17064]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T03:37:32.306 INFO:teuthology.orchestra.run.smithi016.stderr:26 Mar 03:37:32 ntpd[17064]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T03:37:32.325 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:32 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:37:32.325 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:32 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:37:32.325 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:32 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:37:32.325 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:32 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:37:32.325 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:32 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:37:32.325 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:32 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:37:32.325 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:32 ntpd[17169]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T03:37:32.325 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:32 ntpd[17169]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T03:37:32.325 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:32 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:37:32.326 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:32 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:37:32.326 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:32 ntpd[17169]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T03:37:32.326 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:32 ntpd[17169]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T03:37:33.304 INFO:teuthology.orchestra.run.smithi016.stderr:26 Mar 03:37:33 ntpd[17064]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:37:33.304 INFO:teuthology.orchestra.run.smithi016.stderr:26 Mar 03:37:33 ntpd[17064]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:37:33.304 INFO:teuthology.orchestra.run.smithi016.stderr:26 Mar 03:37:33 ntpd[17064]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:37:33.305 INFO:teuthology.orchestra.run.smithi016.stderr:26 Mar 03:37:33 ntpd[17064]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:37:33.305 INFO:teuthology.orchestra.run.smithi016.stderr:26 Mar 03:37:33 ntpd[17064]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T03:37:33.305 INFO:teuthology.orchestra.run.smithi016.stderr:26 Mar 03:37:33 ntpd[17064]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T03:37:33.306 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 03:37:33 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:37:33.307 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 03:37:33 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:37:33.307 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 03:37:33 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:37:33.307 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 03:37:33 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:37:33.307 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 03:37:33 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:37:33.307 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 03:37:33 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:37:33.307 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 03:37:33 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:37:33.307 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 03:37:33 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:37:33.307 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 03:37:33 ntpd[17199]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T03:37:33.307 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 03:37:33 ntpd[17199]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T03:37:33.307 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 03:37:33 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:37:33.307 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 03:37:33 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:37:33.307 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 03:37:33 ntpd[17199]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T03:37:33.307 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 03:37:33 ntpd[17199]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T03:37:33.308 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 03:37:33 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:37:33.308 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 03:37:33 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:37:33.308 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 03:37:33 ntpd[17199]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T03:37:33.308 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 03:37:33 ntpd[17199]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T03:37:33.324 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:33 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:37:33.324 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:33 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:37:33.324 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:33 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:37:33.325 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:33 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:37:33.325 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:33 ntpd[17169]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T03:37:33.325 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:33 ntpd[17169]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T03:37:34.305 INFO:teuthology.orchestra.run.smithi016.stderr:26 Mar 03:37:34 ntpd[17064]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:37:34.305 INFO:teuthology.orchestra.run.smithi016.stderr:26 Mar 03:37:34 ntpd[17064]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:37:34.305 INFO:teuthology.orchestra.run.smithi016.stderr:26 Mar 03:37:34 ntpd[17064]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:37:34.305 INFO:teuthology.orchestra.run.smithi016.stderr:26 Mar 03:37:34 ntpd[17064]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:37:34.305 INFO:teuthology.orchestra.run.smithi016.stderr:26 Mar 03:37:34 ntpd[17064]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:37:34.305 INFO:teuthology.orchestra.run.smithi016.stderr:26 Mar 03:37:34 ntpd[17064]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:37:34.305 INFO:teuthology.orchestra.run.smithi016.stderr:26 Mar 03:37:34 ntpd[17064]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T03:37:34.305 INFO:teuthology.orchestra.run.smithi016.stderr:26 Mar 03:37:34 ntpd[17064]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T03:37:34.305 INFO:teuthology.orchestra.run.smithi016.stderr:26 Mar 03:37:34 ntpd[17064]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:37:34.305 INFO:teuthology.orchestra.run.smithi016.stderr:26 Mar 03:37:34 ntpd[17064]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:37:34.305 INFO:teuthology.orchestra.run.smithi016.stderr:26 Mar 03:37:34 ntpd[17064]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T03:37:34.305 INFO:teuthology.orchestra.run.smithi016.stderr:26 Mar 03:37:34 ntpd[17064]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T03:37:34.325 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:34 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:37:34.325 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:34 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:37:34.325 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:34 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:37:34.325 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:34 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:37:34.325 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:34 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:37:34.325 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:34 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:37:34.325 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:34 ntpd[17169]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T03:37:34.325 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:34 ntpd[17169]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T03:37:34.325 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:34 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:37:34.325 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:34 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:37:34.325 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:34 ntpd[17169]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T03:37:34.326 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:34 ntpd[17169]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T03:37:35.304 INFO:teuthology.orchestra.run.smithi016.stderr:26 Mar 03:37:35 ntpd[17064]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:37:35.304 INFO:teuthology.orchestra.run.smithi016.stderr:26 Mar 03:37:35 ntpd[17064]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:37:35.304 INFO:teuthology.orchestra.run.smithi016.stderr:26 Mar 03:37:35 ntpd[17064]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:37:35.304 INFO:teuthology.orchestra.run.smithi016.stderr:26 Mar 03:37:35 ntpd[17064]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:37:35.305 INFO:teuthology.orchestra.run.smithi016.stderr:26 Mar 03:37:35 ntpd[17064]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T03:37:35.305 INFO:teuthology.orchestra.run.smithi016.stderr:26 Mar 03:37:35 ntpd[17064]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T03:37:35.305 INFO:teuthology.orchestra.run.smithi016.stdout:26 Mar 03:37:35 ntpd[17064]: ntpd: time slew +0.000285 s 2024-03-26T03:37:35.305 INFO:teuthology.orchestra.run.smithi016.stdout:ntpd: time slew +0.000285s 2024-03-26T03:37:35.305 INFO:teuthology.orchestra.run.smithi016.stderr:26 Mar 03:37:35 ntpd[17064]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-26T03:37:35.305 INFO:teuthology.orchestra.run.smithi016.stderr:26 Mar 03:37:35 ntpd[17064]: can't open /var/log/ntpstats/loopstats.20240326: Permission denied 2024-03-26T03:37:35.307 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 03:37:35 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:37:35.307 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 03:37:35 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:37:35.307 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 03:37:35 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:37:35.307 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 03:37:35 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:37:35.307 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 03:37:35 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:37:35.307 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 03:37:35 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:37:35.307 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 03:37:35 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:37:35.307 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 03:37:35 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:37:35.307 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 03:37:35 ntpd[17199]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T03:37:35.307 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 03:37:35 ntpd[17199]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T03:37:35.307 INFO:teuthology.orchestra.run.smithi069.stdout:26 Mar 03:37:35 ntpd[17199]: ntpd: time slew -0.000891 s 2024-03-26T03:37:35.307 INFO:teuthology.orchestra.run.smithi069.stdout:ntpd: time slew -0.000891s 2024-03-26T03:37:35.308 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 03:37:35 ntpd[17199]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-26T03:37:35.308 INFO:teuthology.orchestra.run.smithi069.stderr:26 Mar 03:37:35 ntpd[17199]: can't open /var/log/ntpstats/loopstats.20240326: Permission denied 2024-03-26T03:37:35.324 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:35 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:37:35.324 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:35 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:37:35.325 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:35 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:37:35.325 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:35 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:37:35.325 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:35 ntpd[17169]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T03:37:35.325 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:35 ntpd[17169]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T03:37:35.325 INFO:teuthology.orchestra.run.smithi204.stdout:26 Mar 03:37:35 ntpd[17169]: ntpd: time slew -0.000890 s 2024-03-26T03:37:35.325 INFO:teuthology.orchestra.run.smithi204.stdout:ntpd: time slew -0.000890s 2024-03-26T03:37:35.325 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:35 ntpd[17169]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-26T03:37:35.325 INFO:teuthology.orchestra.run.smithi204.stderr:26 Mar 03:37:35 ntpd[17169]: can't open /var/log/ntpstats/loopstats.20240326: Permission denied 2024-03-26T03:37:35.358 INFO:teuthology.orchestra.run.smithi069.stdout: remote refid st t when poll reach delay offset jitter 2024-03-26T03:37:35.358 INFO:teuthology.orchestra.run.smithi069.stdout:============================================================================== 2024-03-26T03:37:35.358 INFO:teuthology.orchestra.run.smithi069.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T03:37:35.359 INFO:teuthology.orchestra.run.smithi069.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T03:37:35.359 INFO:teuthology.orchestra.run.smithi069.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T03:37:35.359 INFO:teuthology.orchestra.run.smithi069.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T03:37:35.360 INFO:teuthology.orchestra.run.smithi016.stdout: remote refid st t when poll reach delay offset jitter 2024-03-26T03:37:35.360 INFO:teuthology.orchestra.run.smithi016.stdout:============================================================================== 2024-03-26T03:37:35.360 INFO:teuthology.orchestra.run.smithi016.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T03:37:35.360 INFO:teuthology.orchestra.run.smithi016.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T03:37:35.360 INFO:teuthology.orchestra.run.smithi016.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T03:37:35.360 INFO:teuthology.orchestra.run.smithi016.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T03:37:35.375 INFO:teuthology.orchestra.run.smithi204.stdout: remote refid st t when poll reach delay offset jitter 2024-03-26T03:37:35.375 INFO:teuthology.orchestra.run.smithi204.stdout:============================================================================== 2024-03-26T03:37:35.375 INFO:teuthology.orchestra.run.smithi204.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T03:37:35.375 INFO:teuthology.orchestra.run.smithi204.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T03:37:35.375 INFO:teuthology.orchestra.run.smithi204.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T03:37:35.375 INFO:teuthology.orchestra.run.smithi204.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T03:37:35.376 INFO:teuthology.run_tasks:Running task install... 2024-03-26T03:37:35.383 DEBUG:teuthology.task.install:project ceph 2024-03-26T03:37:35.383 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003'}} 2024-03-26T03:37:35.384 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003'} 2024-03-26T03:37:35.384 INFO:teuthology.task.install:Using flavor: default 2024-03-26T03:37:35.389 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-26T03:37:35.389 INFO:teuthology.task.install:extra packages: [] 2024-03-26T03:37:35.390 DEBUG:teuthology.orchestra.run.smithi016:> sudo apt-key list | grep Ceph 2024-03-26T03:37:35.390 DEBUG:teuthology.orchestra.run.smithi069:> sudo apt-key list | grep Ceph 2024-03-26T03:37:35.391 DEBUG:teuthology.orchestra.run.smithi204:> sudo apt-key list | grep Ceph 2024-03-26T03:37:35.455 INFO:teuthology.orchestra.run.smithi016.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-03-26T03:37:35.456 INFO:teuthology.orchestra.run.smithi069.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-03-26T03:37:35.477 INFO:teuthology.orchestra.run.smithi204.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-03-26T03:37:35.481 INFO:teuthology.orchestra.run.smithi016.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-03-26T03:37:35.481 INFO:teuthology.orchestra.run.smithi016.stdout:uid [ unknown] Ceph.com (release key) 2024-03-26T03:37:35.481 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-26T03:37:35.482 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 2024-03-26T03:37:35.487 INFO:teuthology.orchestra.run.smithi069.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-03-26T03:37:35.487 INFO:teuthology.orchestra.run.smithi069.stdout:uid [ unknown] Ceph.com (release key) 2024-03-26T03:37:35.487 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-26T03:37:35.487 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 2024-03-26T03:37:35.503 INFO:teuthology.orchestra.run.smithi204.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-03-26T03:37:35.503 INFO:teuthology.orchestra.run.smithi204.stdout:uid [ unknown] Ceph.com (release key) 2024-03-26T03:37:35.504 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-26T03:37:35.504 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 2024-03-26T03:37:35.629 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default/ 2024-03-26T03:37:35.629 INFO:teuthology.task.install.deb:Package version is 19.0.0-2475-ge42b8ea3-1jammy 2024-03-26T03:37:35.647 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default/ 2024-03-26T03:37:35.647 INFO:teuthology.task.install.deb:Package version is 19.0.0-2475-ge42b8ea3-1jammy 2024-03-26T03:37:35.699 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default/ 2024-03-26T03:37:35.699 INFO:teuthology.task.install.deb:Package version is 19.0.0-2475-ge42b8ea3-1jammy 2024-03-26T03:37:35.800 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-03-26T03:37:35.800 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-03-26T03:37:35.808 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-03-26T03:37:35.809 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-03-26T03:37:35.814 DEBUG:teuthology.orchestra.run.smithi069:> sudo apt-get update 2024-03-26T03:37:35.818 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-03-26T03:37:35.818 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-03-26T03:37:35.823 DEBUG:teuthology.orchestra.run.smithi016:> sudo apt-get update 2024-03-26T03:37:35.832 DEBUG:teuthology.orchestra.run.smithi204:> sudo apt-get update 2024-03-26T03:37:35.981 INFO:teuthology.orchestra.run.smithi069.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-26T03:37:35.996 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-26T03:37:35.996 INFO:teuthology.orchestra.run.smithi069.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-26T03:37:35.997 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-26T03:37:35.999 INFO:teuthology.orchestra.run.smithi069.stdout:Hit:3 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-26T03:37:36.005 INFO:teuthology.orchestra.run.smithi204.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-26T03:37:36.005 INFO:teuthology.orchestra.run.smithi204.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-26T03:37:36.009 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-26T03:37:36.017 INFO:teuthology.orchestra.run.smithi204.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-26T03:37:36.017 INFO:teuthology.orchestra.run.smithi069.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-26T03:37:36.036 INFO:teuthology.orchestra.run.smithi204.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-26T03:37:36.045 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-26T03:37:36.091 INFO:teuthology.orchestra.run.smithi069.stdout:Ign:5 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy InRelease 2024-03-26T03:37:36.105 INFO:teuthology.orchestra.run.smithi016.stdout:Ign:5 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy InRelease 2024-03-26T03:37:36.114 INFO:teuthology.orchestra.run.smithi204.stdout:Ign:5 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy InRelease 2024-03-26T03:37:36.127 INFO:teuthology.orchestra.run.smithi069.stdout:Get:6 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-03-26T03:37:36.141 INFO:teuthology.orchestra.run.smithi016.stdout:Get:6 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-03-26T03:37:36.150 INFO:teuthology.orchestra.run.smithi204.stdout:Get:6 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-03-26T03:37:36.164 INFO:teuthology.orchestra.run.smithi069.stdout:Ign:7 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy Release.gpg 2024-03-26T03:37:36.178 INFO:teuthology.orchestra.run.smithi016.stdout:Ign:7 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy Release.gpg 2024-03-26T03:37:36.186 INFO:teuthology.orchestra.run.smithi204.stdout:Ign:7 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy Release.gpg 2024-03-26T03:37:36.200 INFO:teuthology.orchestra.run.smithi069.stdout:Get:8 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,422 B] 2024-03-26T03:37:36.214 INFO:teuthology.orchestra.run.smithi016.stdout:Get:8 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-03-26T03:37:36.223 INFO:teuthology.orchestra.run.smithi204.stdout:Get:8 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,422 B] 2024-03-26T03:37:36.241 INFO:teuthology.orchestra.run.smithi069.stdout:Get:9 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-03-26T03:37:36.259 INFO:teuthology.orchestra.run.smithi016.stdout:Get:9 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,422 B] 2024-03-26T03:37:36.264 INFO:teuthology.orchestra.run.smithi204.stdout:Get:9 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-03-26T03:37:36.319 INFO:teuthology.orchestra.run.smithi069.stdout:Fetched 29.2 kB in 0s (87.8 kB/s) 2024-03-26T03:37:36.356 INFO:teuthology.orchestra.run.smithi204.stdout:Fetched 29.2 kB in 0s (85.3 kB/s) 2024-03-26T03:37:36.365 INFO:teuthology.orchestra.run.smithi016.stdout:Fetched 29.2 kB in 0s (80.9 kB/s) 2024-03-26T03:37:37.222 INFO:teuthology.orchestra.run.smithi069.stdout:Reading package lists... 2024-03-26T03:37:37.237 DEBUG:teuthology.orchestra.run.smithi069:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2475-ge42b8ea3-1jammy cephadm=19.0.0-2475-ge42b8ea3-1jammy ceph-mds=19.0.0-2475-ge42b8ea3-1jammy ceph-mgr=19.0.0-2475-ge42b8ea3-1jammy ceph-common=19.0.0-2475-ge42b8ea3-1jammy ceph-fuse=19.0.0-2475-ge42b8ea3-1jammy ceph-test=19.0.0-2475-ge42b8ea3-1jammy ceph-volume=19.0.0-2475-ge42b8ea3-1jammy radosgw=19.0.0-2475-ge42b8ea3-1jammy python3-rados=19.0.0-2475-ge42b8ea3-1jammy python3-rgw=19.0.0-2475-ge42b8ea3-1jammy python3-cephfs=19.0.0-2475-ge42b8ea3-1jammy python3-rbd=19.0.0-2475-ge42b8ea3-1jammy libcephfs2=19.0.0-2475-ge42b8ea3-1jammy libcephfs-dev=19.0.0-2475-ge42b8ea3-1jammy librados2=19.0.0-2475-ge42b8ea3-1jammy librbd1=19.0.0-2475-ge42b8ea3-1jammy rbd-fuse=19.0.0-2475-ge42b8ea3-1jammy 2024-03-26T03:37:37.288 INFO:teuthology.orchestra.run.smithi069.stdout:Reading package lists... 2024-03-26T03:37:37.317 INFO:teuthology.orchestra.run.smithi204.stdout:Reading package lists... 2024-03-26T03:37:37.332 DEBUG:teuthology.orchestra.run.smithi204:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2475-ge42b8ea3-1jammy cephadm=19.0.0-2475-ge42b8ea3-1jammy ceph-mds=19.0.0-2475-ge42b8ea3-1jammy ceph-mgr=19.0.0-2475-ge42b8ea3-1jammy ceph-common=19.0.0-2475-ge42b8ea3-1jammy ceph-fuse=19.0.0-2475-ge42b8ea3-1jammy ceph-test=19.0.0-2475-ge42b8ea3-1jammy ceph-volume=19.0.0-2475-ge42b8ea3-1jammy radosgw=19.0.0-2475-ge42b8ea3-1jammy python3-rados=19.0.0-2475-ge42b8ea3-1jammy python3-rgw=19.0.0-2475-ge42b8ea3-1jammy python3-cephfs=19.0.0-2475-ge42b8ea3-1jammy python3-rbd=19.0.0-2475-ge42b8ea3-1jammy libcephfs2=19.0.0-2475-ge42b8ea3-1jammy libcephfs-dev=19.0.0-2475-ge42b8ea3-1jammy librados2=19.0.0-2475-ge42b8ea3-1jammy librbd1=19.0.0-2475-ge42b8ea3-1jammy rbd-fuse=19.0.0-2475-ge42b8ea3-1jammy 2024-03-26T03:37:37.333 INFO:teuthology.orchestra.run.smithi016.stdout:Reading package lists... 2024-03-26T03:37:37.347 DEBUG:teuthology.orchestra.run.smithi016:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2475-ge42b8ea3-1jammy cephadm=19.0.0-2475-ge42b8ea3-1jammy ceph-mds=19.0.0-2475-ge42b8ea3-1jammy ceph-mgr=19.0.0-2475-ge42b8ea3-1jammy ceph-common=19.0.0-2475-ge42b8ea3-1jammy ceph-fuse=19.0.0-2475-ge42b8ea3-1jammy ceph-test=19.0.0-2475-ge42b8ea3-1jammy ceph-volume=19.0.0-2475-ge42b8ea3-1jammy radosgw=19.0.0-2475-ge42b8ea3-1jammy python3-rados=19.0.0-2475-ge42b8ea3-1jammy python3-rgw=19.0.0-2475-ge42b8ea3-1jammy python3-cephfs=19.0.0-2475-ge42b8ea3-1jammy python3-rbd=19.0.0-2475-ge42b8ea3-1jammy libcephfs2=19.0.0-2475-ge42b8ea3-1jammy libcephfs-dev=19.0.0-2475-ge42b8ea3-1jammy librados2=19.0.0-2475-ge42b8ea3-1jammy librbd1=19.0.0-2475-ge42b8ea3-1jammy rbd-fuse=19.0.0-2475-ge42b8ea3-1jammy 2024-03-26T03:37:37.396 INFO:teuthology.orchestra.run.smithi204.stdout:Reading package lists... 2024-03-26T03:37:37.408 INFO:teuthology.orchestra.run.smithi016.stdout:Reading package lists... 2024-03-26T03:37:37.461 INFO:teuthology.orchestra.run.smithi069.stdout:Building dependency tree... 2024-03-26T03:37:37.462 INFO:teuthology.orchestra.run.smithi069.stdout:Reading state information... 2024-03-26T03:37:37.591 INFO:teuthology.orchestra.run.smithi204.stdout:Building dependency tree... 2024-03-26T03:37:37.592 INFO:teuthology.orchestra.run.smithi204.stdout:Reading state information... 2024-03-26T03:37:37.603 INFO:teuthology.orchestra.run.smithi016.stdout:Building dependency tree... 2024-03-26T03:37:37.604 INFO:teuthology.orchestra.run.smithi016.stdout:Reading state information... 2024-03-26T03:37:37.622 INFO:teuthology.orchestra.run.smithi069.stdout:The following packages were automatically installed and are no longer required: 2024-03-26T03:37:37.622 INFO:teuthology.orchestra.run.smithi069.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-26T03:37:37.622 INFO:teuthology.orchestra.run.smithi069.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-26T03:37:37.622 INFO:teuthology.orchestra.run.smithi069.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-26T03:37:37.622 INFO:teuthology.orchestra.run.smithi069.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-26T03:37:37.624 INFO:teuthology.orchestra.run.smithi069.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-26T03:37:37.624 INFO:teuthology.orchestra.run.smithi069.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-26T03:37:37.624 INFO:teuthology.orchestra.run.smithi069.stdout:The following additional packages will be installed: 2024-03-26T03:37:37.624 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-03-26T03:37:37.624 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-03-26T03:37:37.624 INFO:teuthology.orchestra.run.smithi069.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-03-26T03:37:37.625 INFO:teuthology.orchestra.run.smithi069.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-03-26T03:37:37.625 INFO:teuthology.orchestra.run.smithi069.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-03-26T03:37:37.625 INFO:teuthology.orchestra.run.smithi069.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-03-26T03:37:37.625 INFO:teuthology.orchestra.run.smithi069.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-03-26T03:37:37.625 INFO:teuthology.orchestra.run.smithi069.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-03-26T03:37:37.625 INFO:teuthology.orchestra.run.smithi069.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-03-26T03:37:37.625 INFO:teuthology.orchestra.run.smithi069.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-26T03:37:37.625 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-26T03:37:37.625 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-26T03:37:37.625 INFO:teuthology.orchestra.run.smithi069.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-26T03:37:37.625 INFO:teuthology.orchestra.run.smithi069.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-26T03:37:37.625 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-26T03:37:37.625 INFO:teuthology.orchestra.run.smithi069.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-26T03:37:37.626 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-03-26T03:37:37.626 INFO:teuthology.orchestra.run.smithi069.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-03-26T03:37:37.626 INFO:teuthology.orchestra.run.smithi069.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-03-26T03:37:37.626 INFO:teuthology.orchestra.run.smithi069.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-03-26T03:37:37.626 INFO:teuthology.orchestra.run.smithi069.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-03-26T03:37:37.626 INFO:teuthology.orchestra.run.smithi069.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-03-26T03:37:37.626 INFO:teuthology.orchestra.run.smithi069.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-03-26T03:37:37.626 INFO:teuthology.orchestra.run.smithi069.stdout: xmlstarlet zip 2024-03-26T03:37:37.627 INFO:teuthology.orchestra.run.smithi069.stdout:Suggested packages: 2024-03-26T03:37:37.627 INFO:teuthology.orchestra.run.smithi069.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-03-26T03:37:37.627 INFO:teuthology.orchestra.run.smithi069.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-03-26T03:37:37.627 INFO:teuthology.orchestra.run.smithi069.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-03-26T03:37:37.627 INFO:teuthology.orchestra.run.smithi069.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-03-26T03:37:37.627 INFO:teuthology.orchestra.run.smithi069.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-03-26T03:37:37.627 INFO:teuthology.orchestra.run.smithi069.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-03-26T03:37:37.627 INFO:teuthology.orchestra.run.smithi069.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-03-26T03:37:37.627 INFO:teuthology.orchestra.run.smithi069.stdout:Recommended packages: 2024-03-26T03:37:37.628 INFO:teuthology.orchestra.run.smithi069.stdout: btrfs-tools 2024-03-26T03:37:37.726 INFO:teuthology.orchestra.run.smithi069.stdout:The following NEW packages will be installed: 2024-03-26T03:37:37.726 INFO:teuthology.orchestra.run.smithi069.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-03-26T03:37:37.726 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-03-26T03:37:37.726 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-03-26T03:37:37.726 INFO:teuthology.orchestra.run.smithi069.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-03-26T03:37:37.726 INFO:teuthology.orchestra.run.smithi069.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-03-26T03:37:37.727 INFO:teuthology.orchestra.run.smithi069.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-03-26T03:37:37.727 INFO:teuthology.orchestra.run.smithi069.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-03-26T03:37:37.727 INFO:teuthology.orchestra.run.smithi069.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-03-26T03:37:37.727 INFO:teuthology.orchestra.run.smithi069.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-03-26T03:37:37.727 INFO:teuthology.orchestra.run.smithi069.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-03-26T03:37:37.727 INFO:teuthology.orchestra.run.smithi069.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-03-26T03:37:37.727 INFO:teuthology.orchestra.run.smithi069.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-26T03:37:37.727 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-26T03:37:37.727 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-26T03:37:37.727 INFO:teuthology.orchestra.run.smithi069.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-26T03:37:37.727 INFO:teuthology.orchestra.run.smithi069.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-26T03:37:37.727 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-26T03:37:37.727 INFO:teuthology.orchestra.run.smithi069.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-26T03:37:37.727 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-03-26T03:37:37.728 INFO:teuthology.orchestra.run.smithi069.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-03-26T03:37:37.728 INFO:teuthology.orchestra.run.smithi069.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-03-26T03:37:37.728 INFO:teuthology.orchestra.run.smithi069.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-03-26T03:37:37.728 INFO:teuthology.orchestra.run.smithi069.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-03-26T03:37:37.728 INFO:teuthology.orchestra.run.smithi069.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-03-26T03:37:37.728 INFO:teuthology.orchestra.run.smithi069.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-03-26T03:37:37.728 INFO:teuthology.orchestra.run.smithi069.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-03-26T03:37:37.769 INFO:teuthology.orchestra.run.smithi204.stdout:The following packages were automatically installed and are no longer required: 2024-03-26T03:37:37.769 INFO:teuthology.orchestra.run.smithi204.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-26T03:37:37.769 INFO:teuthology.orchestra.run.smithi204.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-26T03:37:37.769 INFO:teuthology.orchestra.run.smithi204.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-26T03:37:37.769 INFO:teuthology.orchestra.run.smithi204.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-26T03:37:37.770 INFO:teuthology.orchestra.run.smithi204.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-26T03:37:37.770 INFO:teuthology.orchestra.run.smithi204.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-26T03:37:37.771 INFO:teuthology.orchestra.run.smithi204.stdout:The following additional packages will be installed: 2024-03-26T03:37:37.771 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-03-26T03:37:37.771 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-03-26T03:37:37.772 INFO:teuthology.orchestra.run.smithi204.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-03-26T03:37:37.772 INFO:teuthology.orchestra.run.smithi204.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-03-26T03:37:37.772 INFO:teuthology.orchestra.run.smithi204.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-03-26T03:37:37.772 INFO:teuthology.orchestra.run.smithi204.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-03-26T03:37:37.772 INFO:teuthology.orchestra.run.smithi204.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-03-26T03:37:37.772 INFO:teuthology.orchestra.run.smithi204.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-03-26T03:37:37.772 INFO:teuthology.orchestra.run.smithi204.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-03-26T03:37:37.772 INFO:teuthology.orchestra.run.smithi204.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-26T03:37:37.772 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-26T03:37:37.772 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-26T03:37:37.772 INFO:teuthology.orchestra.run.smithi204.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-26T03:37:37.772 INFO:teuthology.orchestra.run.smithi204.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-26T03:37:37.773 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-26T03:37:37.773 INFO:teuthology.orchestra.run.smithi204.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-26T03:37:37.773 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-03-26T03:37:37.773 INFO:teuthology.orchestra.run.smithi204.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-03-26T03:37:37.773 INFO:teuthology.orchestra.run.smithi204.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-03-26T03:37:37.773 INFO:teuthology.orchestra.run.smithi204.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-03-26T03:37:37.773 INFO:teuthology.orchestra.run.smithi204.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-03-26T03:37:37.773 INFO:teuthology.orchestra.run.smithi204.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-03-26T03:37:37.773 INFO:teuthology.orchestra.run.smithi204.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-03-26T03:37:37.773 INFO:teuthology.orchestra.run.smithi204.stdout: xmlstarlet zip 2024-03-26T03:37:37.774 INFO:teuthology.orchestra.run.smithi204.stdout:Suggested packages: 2024-03-26T03:37:37.774 INFO:teuthology.orchestra.run.smithi204.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-03-26T03:37:37.774 INFO:teuthology.orchestra.run.smithi204.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-03-26T03:37:37.774 INFO:teuthology.orchestra.run.smithi204.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-03-26T03:37:37.774 INFO:teuthology.orchestra.run.smithi204.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-03-26T03:37:37.774 INFO:teuthology.orchestra.run.smithi204.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-03-26T03:37:37.774 INFO:teuthology.orchestra.run.smithi204.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-03-26T03:37:37.774 INFO:teuthology.orchestra.run.smithi204.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-03-26T03:37:37.774 INFO:teuthology.orchestra.run.smithi204.stdout:Recommended packages: 2024-03-26T03:37:37.774 INFO:teuthology.orchestra.run.smithi204.stdout: btrfs-tools 2024-03-26T03:37:37.788 INFO:teuthology.orchestra.run.smithi016.stdout:The following packages were automatically installed and are no longer required: 2024-03-26T03:37:37.788 INFO:teuthology.orchestra.run.smithi016.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-26T03:37:37.789 INFO:teuthology.orchestra.run.smithi016.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-26T03:37:37.789 INFO:teuthology.orchestra.run.smithi016.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-26T03:37:37.789 INFO:teuthology.orchestra.run.smithi016.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-26T03:37:37.789 INFO:teuthology.orchestra.run.smithi016.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-26T03:37:37.789 INFO:teuthology.orchestra.run.smithi016.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-26T03:37:37.790 INFO:teuthology.orchestra.run.smithi069.stdout:0 upgraded, 118 newly installed, 0 to remove and 285 not upgraded. 2024-03-26T03:37:37.790 INFO:teuthology.orchestra.run.smithi069.stdout:Need to get 178 MB of archives. 2024-03-26T03:37:37.790 INFO:teuthology.orchestra.run.smithi069.stdout:After this operation, 819 MB of additional disk space will be used. 2024-03-26T03:37:37.790 INFO:teuthology.orchestra.run.smithi069.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-03-26T03:37:37.792 INFO:teuthology.orchestra.run.smithi016.stdout:The following additional packages will be installed: 2024-03-26T03:37:37.792 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-03-26T03:37:37.792 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-03-26T03:37:37.792 INFO:teuthology.orchestra.run.smithi016.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-03-26T03:37:37.792 INFO:teuthology.orchestra.run.smithi016.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-03-26T03:37:37.792 INFO:teuthology.orchestra.run.smithi016.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-03-26T03:37:37.793 INFO:teuthology.orchestra.run.smithi016.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-03-26T03:37:37.793 INFO:teuthology.orchestra.run.smithi016.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-03-26T03:37:37.793 INFO:teuthology.orchestra.run.smithi016.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-03-26T03:37:37.793 INFO:teuthology.orchestra.run.smithi016.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-03-26T03:37:37.793 INFO:teuthology.orchestra.run.smithi016.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-26T03:37:37.793 INFO:teuthology.orchestra.run.smithi016.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-26T03:37:37.793 INFO:teuthology.orchestra.run.smithi016.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-26T03:37:37.793 INFO:teuthology.orchestra.run.smithi016.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-26T03:37:37.793 INFO:teuthology.orchestra.run.smithi016.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-26T03:37:37.793 INFO:teuthology.orchestra.run.smithi016.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-26T03:37:37.793 INFO:teuthology.orchestra.run.smithi016.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-26T03:37:37.793 INFO:teuthology.orchestra.run.smithi016.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-03-26T03:37:37.793 INFO:teuthology.orchestra.run.smithi016.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-03-26T03:37:37.793 INFO:teuthology.orchestra.run.smithi016.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-03-26T03:37:37.794 INFO:teuthology.orchestra.run.smithi016.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-03-26T03:37:37.794 INFO:teuthology.orchestra.run.smithi016.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-03-26T03:37:37.794 INFO:teuthology.orchestra.run.smithi016.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-03-26T03:37:37.794 INFO:teuthology.orchestra.run.smithi016.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-03-26T03:37:37.794 INFO:teuthology.orchestra.run.smithi016.stdout: xmlstarlet zip 2024-03-26T03:37:37.794 INFO:teuthology.orchestra.run.smithi016.stdout:Suggested packages: 2024-03-26T03:37:37.794 INFO:teuthology.orchestra.run.smithi016.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-03-26T03:37:37.794 INFO:teuthology.orchestra.run.smithi016.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-03-26T03:37:37.795 INFO:teuthology.orchestra.run.smithi016.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-03-26T03:37:37.795 INFO:teuthology.orchestra.run.smithi016.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-03-26T03:37:37.795 INFO:teuthology.orchestra.run.smithi016.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-03-26T03:37:37.795 INFO:teuthology.orchestra.run.smithi016.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-03-26T03:37:37.795 INFO:teuthology.orchestra.run.smithi016.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-03-26T03:37:37.795 INFO:teuthology.orchestra.run.smithi016.stdout:Recommended packages: 2024-03-26T03:37:37.795 INFO:teuthology.orchestra.run.smithi016.stdout: btrfs-tools 2024-03-26T03:37:37.865 INFO:teuthology.orchestra.run.smithi069.stdout:Get:2 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2475-ge42b8ea3-1jammy [3,553 kB] 2024-03-26T03:37:37.877 INFO:teuthology.orchestra.run.smithi204.stdout:The following NEW packages will be installed: 2024-03-26T03:37:37.877 INFO:teuthology.orchestra.run.smithi204.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-03-26T03:37:37.877 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-03-26T03:37:37.878 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-03-26T03:37:37.879 INFO:teuthology.orchestra.run.smithi204.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-03-26T03:37:37.879 INFO:teuthology.orchestra.run.smithi204.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-03-26T03:37:37.879 INFO:teuthology.orchestra.run.smithi204.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-03-26T03:37:37.879 INFO:teuthology.orchestra.run.smithi204.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-03-26T03:37:37.879 INFO:teuthology.orchestra.run.smithi204.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-03-26T03:37:37.879 INFO:teuthology.orchestra.run.smithi204.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-03-26T03:37:37.879 INFO:teuthology.orchestra.run.smithi204.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-03-26T03:37:37.879 INFO:teuthology.orchestra.run.smithi204.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-03-26T03:37:37.879 INFO:teuthology.orchestra.run.smithi204.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-26T03:37:37.879 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-26T03:37:37.879 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-26T03:37:37.879 INFO:teuthology.orchestra.run.smithi204.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-26T03:37:37.879 INFO:teuthology.orchestra.run.smithi204.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-26T03:37:37.879 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-26T03:37:37.880 INFO:teuthology.orchestra.run.smithi204.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-26T03:37:37.880 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-03-26T03:37:37.880 INFO:teuthology.orchestra.run.smithi204.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-03-26T03:37:37.880 INFO:teuthology.orchestra.run.smithi204.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-03-26T03:37:37.880 INFO:teuthology.orchestra.run.smithi204.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-03-26T03:37:37.880 INFO:teuthology.orchestra.run.smithi204.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-03-26T03:37:37.880 INFO:teuthology.orchestra.run.smithi204.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-03-26T03:37:37.880 INFO:teuthology.orchestra.run.smithi204.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-03-26T03:37:37.880 INFO:teuthology.orchestra.run.smithi204.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-03-26T03:37:37.896 INFO:teuthology.orchestra.run.smithi069.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-03-26T03:37:37.899 INFO:teuthology.orchestra.run.smithi069.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-03-26T03:37:37.904 INFO:teuthology.orchestra.run.smithi016.stdout:The following NEW packages will be installed: 2024-03-26T03:37:37.904 INFO:teuthology.orchestra.run.smithi016.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-03-26T03:37:37.904 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-03-26T03:37:37.905 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-03-26T03:37:37.905 INFO:teuthology.orchestra.run.smithi016.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-03-26T03:37:37.906 INFO:teuthology.orchestra.run.smithi016.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-03-26T03:37:37.906 INFO:teuthology.orchestra.run.smithi016.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-03-26T03:37:37.906 INFO:teuthology.orchestra.run.smithi016.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-03-26T03:37:37.906 INFO:teuthology.orchestra.run.smithi016.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-03-26T03:37:37.906 INFO:teuthology.orchestra.run.smithi016.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-03-26T03:37:37.906 INFO:teuthology.orchestra.run.smithi016.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-03-26T03:37:37.906 INFO:teuthology.orchestra.run.smithi016.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-03-26T03:37:37.906 INFO:teuthology.orchestra.run.smithi016.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-26T03:37:37.906 INFO:teuthology.orchestra.run.smithi016.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-26T03:37:37.906 INFO:teuthology.orchestra.run.smithi016.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-26T03:37:37.906 INFO:teuthology.orchestra.run.smithi016.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-26T03:37:37.906 INFO:teuthology.orchestra.run.smithi016.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-26T03:37:37.906 INFO:teuthology.orchestra.run.smithi016.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-26T03:37:37.906 INFO:teuthology.orchestra.run.smithi016.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-26T03:37:37.907 INFO:teuthology.orchestra.run.smithi016.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-03-26T03:37:37.907 INFO:teuthology.orchestra.run.smithi016.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-03-26T03:37:37.907 INFO:teuthology.orchestra.run.smithi016.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-03-26T03:37:37.907 INFO:teuthology.orchestra.run.smithi016.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-03-26T03:37:37.907 INFO:teuthology.orchestra.run.smithi016.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-03-26T03:37:37.907 INFO:teuthology.orchestra.run.smithi016.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-03-26T03:37:37.907 INFO:teuthology.orchestra.run.smithi016.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-03-26T03:37:37.907 INFO:teuthology.orchestra.run.smithi016.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-03-26T03:37:37.919 INFO:teuthology.orchestra.run.smithi069.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-26T03:37:37.944 INFO:teuthology.orchestra.run.smithi204.stdout:0 upgraded, 118 newly installed, 0 to remove and 285 not upgraded. 2024-03-26T03:37:37.944 INFO:teuthology.orchestra.run.smithi204.stdout:Need to get 178 MB of archives. 2024-03-26T03:37:37.944 INFO:teuthology.orchestra.run.smithi204.stdout:After this operation, 819 MB of additional disk space will be used. 2024-03-26T03:37:37.944 INFO:teuthology.orchestra.run.smithi204.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-03-26T03:37:37.971 INFO:teuthology.orchestra.run.smithi016.stdout:0 upgraded, 118 newly installed, 0 to remove and 285 not upgraded. 2024-03-26T03:37:37.972 INFO:teuthology.orchestra.run.smithi016.stdout:Need to get 178 MB of archives. 2024-03-26T03:37:37.972 INFO:teuthology.orchestra.run.smithi016.stdout:After this operation, 819 MB of additional disk space will be used. 2024-03-26T03:37:37.972 INFO:teuthology.orchestra.run.smithi016.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-03-26T03:37:37.987 INFO:teuthology.orchestra.run.smithi069.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-03-26T03:37:37.992 INFO:teuthology.orchestra.run.smithi069.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-03-26T03:37:38.004 INFO:teuthology.orchestra.run.smithi069.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-03-26T03:37:38.008 INFO:teuthology.orchestra.run.smithi069.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-03-26T03:37:38.009 INFO:teuthology.orchestra.run.smithi069.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-03-26T03:37:38.010 INFO:teuthology.orchestra.run.smithi069.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-03-26T03:37:38.018 INFO:teuthology.orchestra.run.smithi069.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-03-26T03:37:38.020 INFO:teuthology.orchestra.run.smithi069.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-03-26T03:37:38.023 INFO:teuthology.orchestra.run.smithi069.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-03-26T03:37:38.024 INFO:teuthology.orchestra.run.smithi069.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-03-26T03:37:38.033 INFO:teuthology.orchestra.run.smithi069.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-03-26T03:37:38.035 INFO:teuthology.orchestra.run.smithi069.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-03-26T03:37:38.037 INFO:teuthology.orchestra.run.smithi069.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-03-26T03:37:38.039 INFO:teuthology.orchestra.run.smithi069.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-03-26T03:37:38.052 INFO:teuthology.orchestra.run.smithi204.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-03-26T03:37:38.053 INFO:teuthology.orchestra.run.smithi069.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-03-26T03:37:38.054 INFO:teuthology.orchestra.run.smithi069.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-26T03:37:38.055 INFO:teuthology.orchestra.run.smithi069.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-03-26T03:37:38.055 INFO:teuthology.orchestra.run.smithi069.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-03-26T03:37:38.056 INFO:teuthology.orchestra.run.smithi204.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-03-26T03:37:38.056 INFO:teuthology.orchestra.run.smithi069.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-03-26T03:37:38.056 INFO:teuthology.orchestra.run.smithi069.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-03-26T03:37:38.073 INFO:teuthology.orchestra.run.smithi016.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-03-26T03:37:38.074 INFO:teuthology.orchestra.run.smithi069.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-03-26T03:37:38.075 INFO:teuthology.orchestra.run.smithi069.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-03-26T03:37:38.075 INFO:teuthology.orchestra.run.smithi069.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-03-26T03:37:38.076 INFO:teuthology.orchestra.run.smithi016.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-03-26T03:37:38.077 INFO:teuthology.orchestra.run.smithi069.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-03-26T03:37:38.080 INFO:teuthology.orchestra.run.smithi204.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-26T03:37:38.092 INFO:teuthology.orchestra.run.smithi204.stdout:Get:5 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2475-ge42b8ea3-1jammy [3,553 kB] 2024-03-26T03:37:38.095 INFO:teuthology.orchestra.run.smithi069.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-03-26T03:37:38.095 INFO:teuthology.orchestra.run.smithi016.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-26T03:37:38.096 INFO:teuthology.orchestra.run.smithi069.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-03-26T03:37:38.096 INFO:teuthology.orchestra.run.smithi069.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-26T03:37:38.097 INFO:teuthology.orchestra.run.smithi069.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-03-26T03:37:38.097 INFO:teuthology.orchestra.run.smithi069.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-03-26T03:37:38.097 INFO:teuthology.orchestra.run.smithi069.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-26T03:37:38.116 INFO:teuthology.orchestra.run.smithi069.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-03-26T03:37:38.117 INFO:teuthology.orchestra.run.smithi069.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-03-26T03:37:38.117 INFO:teuthology.orchestra.run.smithi069.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-03-26T03:37:38.122 INFO:teuthology.orchestra.run.smithi069.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-03-26T03:37:38.128 INFO:teuthology.orchestra.run.smithi016.stdout:Get:5 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2475-ge42b8ea3-1jammy [3,553 kB] 2024-03-26T03:37:38.137 INFO:teuthology.orchestra.run.smithi069.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-03-26T03:37:38.137 INFO:teuthology.orchestra.run.smithi069.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-03-26T03:37:38.138 INFO:teuthology.orchestra.run.smithi069.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-03-26T03:37:38.139 INFO:teuthology.orchestra.run.smithi069.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-03-26T03:37:38.141 INFO:teuthology.orchestra.run.smithi069.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-03-26T03:37:38.141 INFO:teuthology.orchestra.run.smithi069.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-26T03:37:38.152 INFO:teuthology.orchestra.run.smithi204.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-03-26T03:37:38.157 INFO:teuthology.orchestra.run.smithi204.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-03-26T03:37:38.164 INFO:teuthology.orchestra.run.smithi016.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-03-26T03:37:38.166 INFO:teuthology.orchestra.run.smithi069.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-26T03:37:38.167 INFO:teuthology.orchestra.run.smithi069.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-26T03:37:38.169 INFO:teuthology.orchestra.run.smithi016.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-03-26T03:37:38.169 INFO:teuthology.orchestra.run.smithi204.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-03-26T03:37:38.170 INFO:teuthology.orchestra.run.smithi069.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-03-26T03:37:38.170 INFO:teuthology.orchestra.run.smithi069.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-03-26T03:37:38.173 INFO:teuthology.orchestra.run.smithi204.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-03-26T03:37:38.174 INFO:teuthology.orchestra.run.smithi204.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-03-26T03:37:38.175 INFO:teuthology.orchestra.run.smithi204.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-03-26T03:37:38.184 INFO:teuthology.orchestra.run.smithi204.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-03-26T03:37:38.184 INFO:teuthology.orchestra.run.smithi016.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-03-26T03:37:38.187 INFO:teuthology.orchestra.run.smithi204.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-03-26T03:37:38.188 INFO:teuthology.orchestra.run.smithi016.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-03-26T03:37:38.189 INFO:teuthology.orchestra.run.smithi016.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-03-26T03:37:38.190 INFO:teuthology.orchestra.run.smithi204.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-03-26T03:37:38.190 INFO:teuthology.orchestra.run.smithi016.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-03-26T03:37:38.196 INFO:teuthology.orchestra.run.smithi204.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-03-26T03:37:38.199 INFO:teuthology.orchestra.run.smithi069.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-03-26T03:37:38.201 INFO:teuthology.orchestra.run.smithi016.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-03-26T03:37:38.203 INFO:teuthology.orchestra.run.smithi069.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-26T03:37:38.204 INFO:teuthology.orchestra.run.smithi016.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-03-26T03:37:38.207 INFO:teuthology.orchestra.run.smithi016.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-03-26T03:37:38.209 INFO:teuthology.orchestra.run.smithi016.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-03-26T03:37:38.231 INFO:teuthology.orchestra.run.smithi204.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-03-26T03:37:38.233 INFO:teuthology.orchestra.run.smithi204.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-03-26T03:37:38.235 INFO:teuthology.orchestra.run.smithi204.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-03-26T03:37:38.238 INFO:teuthology.orchestra.run.smithi204.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-03-26T03:37:38.238 INFO:teuthology.orchestra.run.smithi204.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-03-26T03:37:38.239 INFO:teuthology.orchestra.run.smithi204.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-26T03:37:38.239 INFO:teuthology.orchestra.run.smithi204.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-03-26T03:37:38.240 INFO:teuthology.orchestra.run.smithi204.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-03-26T03:37:38.240 INFO:teuthology.orchestra.run.smithi204.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-03-26T03:37:38.241 INFO:teuthology.orchestra.run.smithi016.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-03-26T03:37:38.244 INFO:teuthology.orchestra.run.smithi016.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-03-26T03:37:38.247 INFO:teuthology.orchestra.run.smithi016.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-03-26T03:37:38.249 INFO:teuthology.orchestra.run.smithi016.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-03-26T03:37:38.250 INFO:teuthology.orchestra.run.smithi016.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-03-26T03:37:38.269 INFO:teuthology.orchestra.run.smithi204.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-03-26T03:37:38.269 INFO:teuthology.orchestra.run.smithi204.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-03-26T03:37:38.270 INFO:teuthology.orchestra.run.smithi016.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-26T03:37:38.270 INFO:teuthology.orchestra.run.smithi204.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-03-26T03:37:38.271 INFO:teuthology.orchestra.run.smithi204.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-03-26T03:37:38.271 INFO:teuthology.orchestra.run.smithi016.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-03-26T03:37:38.271 INFO:teuthology.orchestra.run.smithi016.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-03-26T03:37:38.272 INFO:teuthology.orchestra.run.smithi016.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-03-26T03:37:38.273 INFO:teuthology.orchestra.run.smithi016.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-03-26T03:37:38.284 INFO:teuthology.orchestra.run.smithi069.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-26T03:37:38.285 INFO:teuthology.orchestra.run.smithi069.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-03-26T03:37:38.287 INFO:teuthology.orchestra.run.smithi069.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-03-26T03:37:38.287 INFO:teuthology.orchestra.run.smithi069.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-03-26T03:37:38.288 INFO:teuthology.orchestra.run.smithi069.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-03-26T03:37:38.299 INFO:teuthology.orchestra.run.smithi016.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-03-26T03:37:38.299 INFO:teuthology.orchestra.run.smithi204.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-03-26T03:37:38.300 INFO:teuthology.orchestra.run.smithi016.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-03-26T03:37:38.300 INFO:teuthology.orchestra.run.smithi016.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-03-26T03:37:38.301 INFO:teuthology.orchestra.run.smithi204.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-03-26T03:37:38.302 INFO:teuthology.orchestra.run.smithi204.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-03-26T03:37:38.303 INFO:teuthology.orchestra.run.smithi204.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-26T03:37:38.304 INFO:teuthology.orchestra.run.smithi204.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-03-26T03:37:38.305 INFO:teuthology.orchestra.run.smithi204.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-03-26T03:37:38.306 INFO:teuthology.orchestra.run.smithi016.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-03-26T03:37:38.307 INFO:teuthology.orchestra.run.smithi016.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-03-26T03:37:38.309 INFO:teuthology.orchestra.run.smithi069.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-03-26T03:37:38.311 INFO:teuthology.orchestra.run.smithi069.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-03-26T03:37:38.311 INFO:teuthology.orchestra.run.smithi069.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-03-26T03:37:38.333 INFO:teuthology.orchestra.run.smithi016.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-03-26T03:37:38.333 INFO:teuthology.orchestra.run.smithi069.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-03-26T03:37:38.333 INFO:teuthology.orchestra.run.smithi069.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-03-26T03:37:38.334 INFO:teuthology.orchestra.run.smithi016.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-26T03:37:38.335 INFO:teuthology.orchestra.run.smithi016.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-03-26T03:37:38.335 INFO:teuthology.orchestra.run.smithi204.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-26T03:37:38.336 INFO:teuthology.orchestra.run.smithi016.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-03-26T03:37:38.336 INFO:teuthology.orchestra.run.smithi016.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-26T03:37:38.338 INFO:teuthology.orchestra.run.smithi204.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-03-26T03:37:38.340 INFO:teuthology.orchestra.run.smithi204.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-03-26T03:37:38.340 INFO:teuthology.orchestra.run.smithi204.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-03-26T03:37:38.344 INFO:teuthology.orchestra.run.smithi069.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-03-26T03:37:38.345 INFO:teuthology.orchestra.run.smithi069.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-03-26T03:37:38.345 INFO:teuthology.orchestra.run.smithi069.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-03-26T03:37:38.346 INFO:teuthology.orchestra.run.smithi069.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-26T03:37:38.346 INFO:teuthology.orchestra.run.smithi069.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-03-26T03:37:38.346 INFO:teuthology.orchestra.run.smithi069.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-03-26T03:37:38.350 INFO:teuthology.orchestra.run.smithi069.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-03-26T03:37:38.352 INFO:teuthology.orchestra.run.smithi016.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-03-26T03:37:38.354 INFO:teuthology.orchestra.run.smithi016.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-03-26T03:37:38.354 INFO:teuthology.orchestra.run.smithi016.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-03-26T03:37:38.358 INFO:teuthology.orchestra.run.smithi204.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-03-26T03:37:38.358 INFO:teuthology.orchestra.run.smithi204.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-03-26T03:37:38.359 INFO:teuthology.orchestra.run.smithi204.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-03-26T03:37:38.361 INFO:teuthology.orchestra.run.smithi204.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-03-26T03:37:38.363 INFO:teuthology.orchestra.run.smithi204.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-03-26T03:37:38.365 INFO:teuthology.orchestra.run.smithi016.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-03-26T03:37:38.365 INFO:teuthology.orchestra.run.smithi069.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-03-26T03:37:38.365 INFO:teuthology.orchestra.run.smithi016.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-03-26T03:37:38.367 INFO:teuthology.orchestra.run.smithi204.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-03-26T03:37:38.367 INFO:teuthology.orchestra.run.smithi069.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-03-26T03:37:38.367 INFO:teuthology.orchestra.run.smithi069.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-03-26T03:37:38.372 INFO:teuthology.orchestra.run.smithi016.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-03-26T03:37:38.373 INFO:teuthology.orchestra.run.smithi016.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-03-26T03:37:38.375 INFO:teuthology.orchestra.run.smithi016.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-03-26T03:37:38.378 INFO:teuthology.orchestra.run.smithi204.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-26T03:37:38.379 INFO:teuthology.orchestra.run.smithi016.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-03-26T03:37:38.380 INFO:teuthology.orchestra.run.smithi016.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-26T03:37:38.381 INFO:teuthology.orchestra.run.smithi204.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-26T03:37:38.382 INFO:teuthology.orchestra.run.smithi204.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-26T03:37:38.386 INFO:teuthology.orchestra.run.smithi069.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-03-26T03:37:38.387 INFO:teuthology.orchestra.run.smithi204.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-03-26T03:37:38.389 INFO:teuthology.orchestra.run.smithi069.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-26T03:37:38.390 INFO:teuthology.orchestra.run.smithi069.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-03-26T03:37:38.390 INFO:teuthology.orchestra.run.smithi069.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-03-26T03:37:38.396 INFO:teuthology.orchestra.run.smithi069.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-03-26T03:37:38.396 INFO:teuthology.orchestra.run.smithi069.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-03-26T03:37:38.397 INFO:teuthology.orchestra.run.smithi016.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-26T03:37:38.398 INFO:teuthology.orchestra.run.smithi069.stdout:Get:78 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2475-ge42b8ea3-1jammy [3,226 kB] 2024-03-26T03:37:38.398 INFO:teuthology.orchestra.run.smithi016.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-26T03:37:38.401 INFO:teuthology.orchestra.run.smithi069.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-03-26T03:37:38.402 INFO:teuthology.orchestra.run.smithi204.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-03-26T03:37:38.403 INFO:teuthology.orchestra.run.smithi016.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-03-26T03:37:38.403 INFO:teuthology.orchestra.run.smithi204.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-03-26T03:37:38.404 INFO:teuthology.orchestra.run.smithi016.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-03-26T03:37:38.405 INFO:teuthology.orchestra.run.smithi016.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-03-26T03:37:38.408 INFO:teuthology.orchestra.run.smithi204.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-26T03:37:38.414 INFO:teuthology.orchestra.run.smithi069.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-03-26T03:37:38.417 INFO:teuthology.orchestra.run.smithi069.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-03-26T03:37:38.418 INFO:teuthology.orchestra.run.smithi069.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-03-26T03:37:38.432 INFO:teuthology.orchestra.run.smithi016.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-26T03:37:38.467 INFO:teuthology.orchestra.run.smithi069.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-03-26T03:37:38.468 INFO:teuthology.orchestra.run.smithi069.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-03-26T03:37:38.475 INFO:teuthology.orchestra.run.smithi069.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-03-26T03:37:38.476 INFO:teuthology.orchestra.run.smithi069.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-03-26T03:37:38.476 INFO:teuthology.orchestra.run.smithi069.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-03-26T03:37:38.479 INFO:teuthology.orchestra.run.smithi069.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-03-26T03:37:38.479 INFO:teuthology.orchestra.run.smithi069.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-03-26T03:37:38.564 INFO:teuthology.orchestra.run.smithi204.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-26T03:37:38.566 INFO:teuthology.orchestra.run.smithi204.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-03-26T03:37:38.569 INFO:teuthology.orchestra.run.smithi204.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-03-26T03:37:38.570 INFO:teuthology.orchestra.run.smithi204.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-03-26T03:37:38.573 INFO:teuthology.orchestra.run.smithi204.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-03-26T03:37:38.583 INFO:teuthology.orchestra.run.smithi016.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-26T03:37:38.585 INFO:teuthology.orchestra.run.smithi016.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-03-26T03:37:38.588 INFO:teuthology.orchestra.run.smithi016.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-03-26T03:37:38.588 INFO:teuthology.orchestra.run.smithi016.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-03-26T03:37:38.590 INFO:teuthology.orchestra.run.smithi016.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-03-26T03:37:38.603 INFO:teuthology.orchestra.run.smithi069.stdout:Get:90 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2475-ge42b8ea3-1jammy [712 kB] 2024-03-26T03:37:38.607 INFO:teuthology.orchestra.run.smithi204.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-03-26T03:37:38.609 INFO:teuthology.orchestra.run.smithi204.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-03-26T03:37:38.610 INFO:teuthology.orchestra.run.smithi204.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-03-26T03:37:38.620 INFO:teuthology.orchestra.run.smithi016.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-03-26T03:37:38.622 INFO:teuthology.orchestra.run.smithi016.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-03-26T03:37:38.623 INFO:teuthology.orchestra.run.smithi016.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-03-26T03:37:38.630 INFO:teuthology.orchestra.run.smithi069.stdout:Get:91 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2475-ge42b8ea3-1jammy [356 kB] 2024-03-26T03:37:38.630 INFO:teuthology.orchestra.run.smithi204.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-03-26T03:37:38.630 INFO:teuthology.orchestra.run.smithi204.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-03-26T03:37:38.631 INFO:teuthology.orchestra.run.smithi204.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-03-26T03:37:38.631 INFO:teuthology.orchestra.run.smithi204.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-03-26T03:37:38.632 INFO:teuthology.orchestra.run.smithi204.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-03-26T03:37:38.632 INFO:teuthology.orchestra.run.smithi204.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-26T03:37:38.642 INFO:teuthology.orchestra.run.smithi016.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-03-26T03:37:38.642 INFO:teuthology.orchestra.run.smithi016.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-03-26T03:37:38.642 INFO:teuthology.orchestra.run.smithi016.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-03-26T03:37:38.643 INFO:teuthology.orchestra.run.smithi016.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-03-26T03:37:38.643 INFO:teuthology.orchestra.run.smithi016.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-03-26T03:37:38.644 INFO:teuthology.orchestra.run.smithi016.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-26T03:37:38.649 INFO:teuthology.orchestra.run.smithi069.stdout:Get:92 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2475-ge42b8ea3-1jammy [32.8 kB] 2024-03-26T03:37:38.650 INFO:teuthology.orchestra.run.smithi204.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-03-26T03:37:38.650 INFO:teuthology.orchestra.run.smithi069.stdout:Get:93 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2475-ge42b8ea3-1jammy [180 kB] 2024-03-26T03:37:38.650 INFO:teuthology.orchestra.run.smithi204.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-03-26T03:37:38.653 INFO:teuthology.orchestra.run.smithi204.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-03-26T03:37:38.654 INFO:teuthology.orchestra.run.smithi069.stdout:Get:94 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2475-ge42b8ea3-1jammy [66.7 kB] 2024-03-26T03:37:38.660 INFO:teuthology.orchestra.run.smithi016.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-03-26T03:37:38.660 INFO:teuthology.orchestra.run.smithi016.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-03-26T03:37:38.664 INFO:teuthology.orchestra.run.smithi016.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-03-26T03:37:38.666 INFO:teuthology.orchestra.run.smithi069.stdout:Get:95 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2475-ge42b8ea3-1jammy [330 kB] 2024-03-26T03:37:38.670 INFO:teuthology.orchestra.run.smithi204.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-03-26T03:37:38.672 INFO:teuthology.orchestra.run.smithi204.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-03-26T03:37:38.672 INFO:teuthology.orchestra.run.smithi204.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-03-26T03:37:38.673 INFO:teuthology.orchestra.run.smithi069.stdout:Get:96 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2475-ge42b8ea3-1jammy [6,660 kB] 2024-03-26T03:37:38.676 INFO:teuthology.orchestra.run.smithi204.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-03-26T03:37:38.678 INFO:teuthology.orchestra.run.smithi204.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-26T03:37:38.679 INFO:teuthology.orchestra.run.smithi204.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-03-26T03:37:38.680 INFO:teuthology.orchestra.run.smithi204.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-03-26T03:37:38.684 INFO:teuthology.orchestra.run.smithi016.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-03-26T03:37:38.685 INFO:teuthology.orchestra.run.smithi016.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-03-26T03:37:38.686 INFO:teuthology.orchestra.run.smithi016.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-03-26T03:37:38.689 INFO:teuthology.orchestra.run.smithi016.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-03-26T03:37:38.692 INFO:teuthology.orchestra.run.smithi016.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-26T03:37:38.692 INFO:teuthology.orchestra.run.smithi204.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-03-26T03:37:38.693 INFO:teuthology.orchestra.run.smithi016.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-03-26T03:37:38.693 INFO:teuthology.orchestra.run.smithi204.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-03-26T03:37:38.693 INFO:teuthology.orchestra.run.smithi016.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-03-26T03:37:38.697 INFO:teuthology.orchestra.run.smithi204.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-03-26T03:37:38.703 INFO:teuthology.orchestra.run.smithi016.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-03-26T03:37:38.703 INFO:teuthology.orchestra.run.smithi016.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-03-26T03:37:38.707 INFO:teuthology.orchestra.run.smithi016.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-03-26T03:37:38.713 INFO:teuthology.orchestra.run.smithi204.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-03-26T03:37:38.714 INFO:teuthology.orchestra.run.smithi204.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-03-26T03:37:38.714 INFO:teuthology.orchestra.run.smithi204.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-03-26T03:37:38.716 INFO:teuthology.orchestra.run.smithi204.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-03-26T03:37:38.716 INFO:teuthology.orchestra.run.smithi204.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-03-26T03:37:38.724 INFO:teuthology.orchestra.run.smithi016.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-03-26T03:37:38.724 INFO:teuthology.orchestra.run.smithi204.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-03-26T03:37:38.724 INFO:teuthology.orchestra.run.smithi204.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-03-26T03:37:38.725 INFO:teuthology.orchestra.run.smithi016.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-03-26T03:37:38.725 INFO:teuthology.orchestra.run.smithi016.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-03-26T03:37:38.728 INFO:teuthology.orchestra.run.smithi016.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-03-26T03:37:38.729 INFO:teuthology.orchestra.run.smithi016.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-03-26T03:37:38.734 INFO:teuthology.orchestra.run.smithi204.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-03-26T03:37:38.737 INFO:teuthology.orchestra.run.smithi204.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-03-26T03:37:38.737 INFO:teuthology.orchestra.run.smithi204.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-03-26T03:37:38.741 INFO:teuthology.orchestra.run.smithi016.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-03-26T03:37:38.742 INFO:teuthology.orchestra.run.smithi016.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-03-26T03:37:38.753 INFO:teuthology.orchestra.run.smithi016.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-03-26T03:37:38.757 INFO:teuthology.orchestra.run.smithi016.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-03-26T03:37:38.758 INFO:teuthology.orchestra.run.smithi016.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-03-26T03:37:38.927 INFO:teuthology.orchestra.run.smithi069.stdout:Get:97 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2475-ge42b8ea3-1jammy [112 kB] 2024-03-26T03:37:38.929 INFO:teuthology.orchestra.run.smithi069.stdout:Get:98 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2475-ge42b8ea3-1jammy [466 kB] 2024-03-26T03:37:38.946 INFO:teuthology.orchestra.run.smithi069.stdout:Get:99 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2475-ge42b8ea3-1jammy [25.3 MB] 2024-03-26T03:37:39.933 INFO:teuthology.orchestra.run.smithi069.stdout:Get:100 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2475-ge42b8ea3-1jammy [5,086 kB] 2024-03-26T03:37:40.127 INFO:teuthology.orchestra.run.smithi069.stdout:Get:101 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2475-ge42b8ea3-1jammy [244 kB] 2024-03-26T03:37:40.133 INFO:teuthology.orchestra.run.smithi069.stdout:Get:102 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2475-ge42b8ea3-1jammy [124 kB] 2024-03-26T03:37:40.135 INFO:teuthology.orchestra.run.smithi069.stdout:Get:103 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2475-ge42b8ea3-1jammy [1,526 kB] 2024-03-26T03:37:40.164 INFO:teuthology.orchestra.run.smithi069.stdout:Get:104 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2475-ge42b8ea3-1jammy [6,259 kB] 2024-03-26T03:37:40.334 INFO:teuthology.orchestra.run.smithi069.stdout:Get:105 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2475-ge42b8ea3-1jammy [22.8 MB] 2024-03-26T03:37:40.521 INFO:teuthology.orchestra.run.smithi204.stdout:Get:89 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2475-ge42b8ea3-1jammy [3,226 kB] 2024-03-26T03:37:40.723 INFO:teuthology.orchestra.run.smithi016.stdout:Get:89 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2475-ge42b8ea3-1jammy [3,226 kB] 2024-03-26T03:37:41.228 INFO:teuthology.orchestra.run.smithi069.stdout:Get:106 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2475-ge42b8ea3-1jammy [14.1 kB] 2024-03-26T03:37:41.229 INFO:teuthology.orchestra.run.smithi069.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2475-ge42b8ea3-1jammy [870 kB] 2024-03-26T03:37:41.246 INFO:teuthology.orchestra.run.smithi069.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2475-ge42b8ea3-1jammy [2,435 kB] 2024-03-26T03:37:41.288 INFO:teuthology.orchestra.run.smithi069.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2475-ge42b8ea3-1jammy [791 kB] 2024-03-26T03:37:41.297 INFO:teuthology.orchestra.run.smithi069.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2475-ge42b8ea3-1jammy [147 kB] 2024-03-26T03:37:41.299 INFO:teuthology.orchestra.run.smithi069.stdout:Get:111 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2475-ge42b8ea3-1jammy [2,259 kB] 2024-03-26T03:37:41.357 INFO:teuthology.orchestra.run.smithi069.stdout:Get:112 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2475-ge42b8ea3-1jammy [8,625 kB] 2024-03-26T03:37:41.665 INFO:teuthology.orchestra.run.smithi069.stdout:Get:113 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2475-ge42b8ea3-1jammy [14.2 kB] 2024-03-26T03:37:41.665 INFO:teuthology.orchestra.run.smithi069.stdout:Get:114 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2475-ge42b8ea3-1jammy [50.3 MB] 2024-03-26T03:37:43.317 INFO:teuthology.orchestra.run.smithi016.stdout:Get:90 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2475-ge42b8ea3-1jammy [712 kB] 2024-03-26T03:37:43.716 INFO:teuthology.orchestra.run.smithi016.stdout:Get:91 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2475-ge42b8ea3-1jammy [356 kB] 2024-03-26T03:37:43.748 INFO:teuthology.orchestra.run.smithi204.stdout:Get:90 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2475-ge42b8ea3-1jammy [712 kB] 2024-03-26T03:37:43.809 INFO:teuthology.orchestra.run.smithi069.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2475-ge42b8ea3-1jammy [121 kB] 2024-03-26T03:37:43.812 INFO:teuthology.orchestra.run.smithi069.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2475-ge42b8ea3-1jammy [38.9 kB] 2024-03-26T03:37:43.813 INFO:teuthology.orchestra.run.smithi069.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2475-ge42b8ea3-1jammy [13.2 MB] 2024-03-26T03:37:43.832 INFO:teuthology.orchestra.run.smithi016.stdout:Get:92 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2475-ge42b8ea3-1jammy [32.8 kB] 2024-03-26T03:37:43.857 INFO:teuthology.orchestra.run.smithi016.stdout:Get:93 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2475-ge42b8ea3-1jammy [180 kB] 2024-03-26T03:37:43.923 INFO:teuthology.orchestra.run.smithi016.stdout:Get:94 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2475-ge42b8ea3-1jammy [66.7 kB] 2024-03-26T03:37:43.999 INFO:teuthology.orchestra.run.smithi016.stdout:Get:95 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2475-ge42b8ea3-1jammy [330 kB] 2024-03-26T03:37:44.161 INFO:teuthology.orchestra.run.smithi069.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2475-ge42b8ea3-1jammy [91.2 kB] 2024-03-26T03:37:44.201 INFO:teuthology.orchestra.run.smithi204.stdout:Get:91 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2475-ge42b8ea3-1jammy [356 kB] 2024-03-26T03:37:44.212 INFO:teuthology.orchestra.run.smithi016.stdout:Get:96 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2475-ge42b8ea3-1jammy [6,660 kB] 2024-03-26T03:37:44.324 INFO:teuthology.orchestra.run.smithi204.stdout:Get:92 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2475-ge42b8ea3-1jammy [32.8 kB] 2024-03-26T03:37:44.345 INFO:teuthology.orchestra.run.smithi204.stdout:Get:93 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2475-ge42b8ea3-1jammy [180 kB] 2024-03-26T03:37:44.417 INFO:teuthology.orchestra.run.smithi204.stdout:Get:94 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2475-ge42b8ea3-1jammy [66.7 kB] 2024-03-26T03:37:44.430 INFO:teuthology.orchestra.run.smithi204.stdout:Get:95 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2475-ge42b8ea3-1jammy [330 kB] 2024-03-26T03:37:44.560 INFO:teuthology.orchestra.run.smithi204.stdout:Get:96 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2475-ge42b8ea3-1jammy [6,660 kB] 2024-03-26T03:37:44.720 INFO:teuthology.orchestra.run.smithi069.stdout:Fetched 178 MB in 6s (27.8 MB/s) 2024-03-26T03:37:44.847 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-03-26T03:37:44.934 INFO:teuthology.orchestra.run.smithi069.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-26T03:37:44.940 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-03-26T03:37:45.005 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-26T03:37:45.358 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-03-26T03:37:45.385 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-03-26T03:37:45.424 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-26T03:37:45.761 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-03-26T03:37:45.787 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-03-26T03:37:45.827 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-26T03:37:46.081 INFO:teuthology.orchestra.run.smithi016.stdout:Get:97 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2475-ge42b8ea3-1jammy [112 kB] 2024-03-26T03:37:46.113 INFO:teuthology.orchestra.run.smithi016.stdout:Get:98 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2475-ge42b8ea3-1jammy [466 kB] 2024-03-26T03:37:46.220 INFO:teuthology.orchestra.run.smithi016.stdout:Get:99 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2475-ge42b8ea3-1jammy [25.3 MB] 2024-03-26T03:37:46.273 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-03-26T03:37:46.300 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-26T03:37:46.347 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T03:37:46.590 INFO:teuthology.orchestra.run.smithi204.stdout:Get:97 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2475-ge42b8ea3-1jammy [112 kB] 2024-03-26T03:37:46.613 INFO:teuthology.orchestra.run.smithi204.stdout:Get:98 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2475-ge42b8ea3-1jammy [466 kB] 2024-03-26T03:37:46.742 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-03-26T03:37:46.750 INFO:teuthology.orchestra.run.smithi204.stdout:Get:99 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2475-ge42b8ea3-1jammy [25.3 MB] 2024-03-26T03:37:46.769 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-26T03:37:46.808 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T03:37:47.153 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-03-26T03:37:47.180 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-26T03:37:47.220 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T03:37:47.548 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-03-26T03:37:47.575 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-03-26T03:37:47.614 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-26T03:37:47.917 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package librados2. 2024-03-26T03:37:47.944 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../007-librados2_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:37:47.983 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking librados2 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:37:48.428 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package librbd1. 2024-03-26T03:37:48.455 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../008-librbd1_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:37:48.494 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking librbd1 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:37:48.956 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package libcephfs2. 2024-03-26T03:37:48.982 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:37:49.022 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking libcephfs2 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:37:49.299 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-rados. 2024-03-26T03:37:49.326 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:37:49.366 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-rados (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:37:49.661 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-03-26T03:37:49.687 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T03:37:49.860 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-ceph-argparse (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:37:50.196 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-cephfs. 2024-03-26T03:37:50.211 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:37:50.254 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-cephfs (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:37:50.574 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-ceph-common. 2024-03-26T03:37:50.600 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T03:37:50.640 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-ceph-common (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:37:50.919 INFO:teuthology.orchestra.run.smithi016.stdout:Get:100 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2475-ge42b8ea3-1jammy [5,086 kB] 2024-03-26T03:37:50.968 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-wcwidth. 2024-03-26T03:37:50.994 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-03-26T03:37:51.034 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-26T03:37:51.349 INFO:teuthology.orchestra.run.smithi204.stdout:Get:100 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2475-ge42b8ea3-1jammy [5,086 kB] 2024-03-26T03:37:51.354 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-prettytable. 2024-03-26T03:37:51.381 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-03-26T03:37:51.412 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-03-26T03:37:51.422 INFO:teuthology.orchestra.run.smithi016.stdout:Get:101 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2475-ge42b8ea3-1jammy [244 kB] 2024-03-26T03:37:51.454 INFO:teuthology.orchestra.run.smithi016.stdout:Get:102 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2475-ge42b8ea3-1jammy [124 kB] 2024-03-26T03:37:51.460 INFO:teuthology.orchestra.run.smithi016.stdout:Get:103 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2475-ge42b8ea3-1jammy [1,526 kB] 2024-03-26T03:37:51.613 INFO:teuthology.orchestra.run.smithi016.stdout:Get:104 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2475-ge42b8ea3-1jammy [6,259 kB] 2024-03-26T03:37:51.681 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-rbd. 2024-03-26T03:37:51.708 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:37:51.748 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-rbd (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:37:51.792 INFO:teuthology.orchestra.run.smithi204.stdout:Get:101 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2475-ge42b8ea3-1jammy [244 kB] 2024-03-26T03:37:51.819 INFO:teuthology.orchestra.run.smithi204.stdout:Get:102 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2475-ge42b8ea3-1jammy [124 kB] 2024-03-26T03:37:51.826 INFO:teuthology.orchestra.run.smithi204.stdout:Get:103 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2475-ge42b8ea3-1jammy [1,526 kB] 2024-03-26T03:37:51.964 INFO:teuthology.orchestra.run.smithi204.stdout:Get:104 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2475-ge42b8ea3-1jammy [6,259 kB] 2024-03-26T03:37:52.092 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-03-26T03:37:52.119 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-03-26T03:37:52.159 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-26T03:37:52.172 INFO:teuthology.orchestra.run.smithi016.stdout:Get:105 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2475-ge42b8ea3-1jammy [22.8 MB] 2024-03-26T03:37:52.428 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-03-26T03:37:52.443 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-03-26T03:37:52.458 INFO:teuthology.orchestra.run.smithi204.stdout:Get:105 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2475-ge42b8ea3-1jammy [22.8 MB] 2024-03-26T03:37:52.478 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-03-26T03:37:52.731 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-03-26T03:37:52.746 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-03-26T03:37:52.781 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-26T03:37:53.117 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package lua5.1. 2024-03-26T03:37:53.144 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-03-26T03:37:53.184 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-03-26T03:37:53.503 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package lua-any. 2024-03-26T03:37:53.530 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-03-26T03:37:53.570 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking lua-any (27ubuntu1) ... 2024-03-26T03:37:53.789 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package zip. 2024-03-26T03:37:53.805 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-03-26T03:37:53.847 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking zip (3.0-12build2) ... 2024-03-26T03:37:54.020 INFO:teuthology.orchestra.run.smithi016.stdout:Get:106 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2475-ge42b8ea3-1jammy [14.1 kB] 2024-03-26T03:37:54.021 INFO:teuthology.orchestra.run.smithi016.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2475-ge42b8ea3-1jammy [870 kB] 2024-03-26T03:37:54.038 INFO:teuthology.orchestra.run.smithi016.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2475-ge42b8ea3-1jammy [2,435 kB] 2024-03-26T03:37:54.045 INFO:teuthology.orchestra.run.smithi204.stdout:Get:106 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2475-ge42b8ea3-1jammy [14.1 kB] 2024-03-26T03:37:54.046 INFO:teuthology.orchestra.run.smithi204.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2475-ge42b8ea3-1jammy [870 kB] 2024-03-26T03:37:54.062 INFO:teuthology.orchestra.run.smithi204.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2475-ge42b8ea3-1jammy [2,435 kB] 2024-03-26T03:37:54.081 INFO:teuthology.orchestra.run.smithi016.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2475-ge42b8ea3-1jammy [791 kB] 2024-03-26T03:37:54.115 INFO:teuthology.orchestra.run.smithi016.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2475-ge42b8ea3-1jammy [147 kB] 2024-03-26T03:37:54.120 INFO:teuthology.orchestra.run.smithi016.stdout:Get:111 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2475-ge42b8ea3-1jammy [2,259 kB] 2024-03-26T03:37:54.142 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package unzip. 2024-03-26T03:37:54.169 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-03-26T03:37:54.180 INFO:teuthology.orchestra.run.smithi204.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2475-ge42b8ea3-1jammy [791 kB] 2024-03-26T03:37:54.209 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-03-26T03:37:54.229 INFO:teuthology.orchestra.run.smithi204.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2475-ge42b8ea3-1jammy [147 kB] 2024-03-26T03:37:54.234 INFO:teuthology.orchestra.run.smithi204.stdout:Get:111 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2475-ge42b8ea3-1jammy [2,259 kB] 2024-03-26T03:37:54.297 INFO:teuthology.orchestra.run.smithi016.stdout:Get:112 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2475-ge42b8ea3-1jammy [8,625 kB] 2024-03-26T03:37:54.384 INFO:teuthology.orchestra.run.smithi204.stdout:Get:112 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2475-ge42b8ea3-1jammy [8,625 kB] 2024-03-26T03:37:54.604 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package luarocks. 2024-03-26T03:37:54.631 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-03-26T03:37:54.671 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-03-26T03:37:54.860 INFO:teuthology.orchestra.run.smithi016.stdout:Get:113 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2475-ge42b8ea3-1jammy [14.2 kB] 2024-03-26T03:37:54.861 INFO:teuthology.orchestra.run.smithi016.stdout:Get:114 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2475-ge42b8ea3-1jammy [50.3 MB] 2024-03-26T03:37:54.943 INFO:teuthology.orchestra.run.smithi204.stdout:Get:113 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2475-ge42b8ea3-1jammy [14.2 kB] 2024-03-26T03:37:54.943 INFO:teuthology.orchestra.run.smithi204.stdout:Get:114 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2475-ge42b8ea3-1jammy [50.3 MB] 2024-03-26T03:37:55.144 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package librgw2. 2024-03-26T03:37:55.171 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../025-librgw2_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:37:55.287 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking librgw2 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:37:55.814 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-rgw. 2024-03-26T03:37:55.830 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:37:55.864 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-rgw (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:37:56.217 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package liboath0:amd64. 2024-03-26T03:37:56.244 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-03-26T03:37:56.291 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-03-26T03:37:56.661 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package libradosstriper1. 2024-03-26T03:37:56.688 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:37:56.736 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking libradosstriper1 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:37:57.190 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package ceph-common. 2024-03-26T03:37:57.216 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:37:57.256 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking ceph-common (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:37:58.502 INFO:teuthology.orchestra.run.smithi016.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2475-ge42b8ea3-1jammy [121 kB] 2024-03-26T03:37:58.503 INFO:teuthology.orchestra.run.smithi204.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2475-ge42b8ea3-1jammy [121 kB] 2024-03-26T03:37:58.504 INFO:teuthology.orchestra.run.smithi016.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2475-ge42b8ea3-1jammy [38.9 kB] 2024-03-26T03:37:58.505 INFO:teuthology.orchestra.run.smithi016.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2475-ge42b8ea3-1jammy [13.2 MB] 2024-03-26T03:37:58.506 INFO:teuthology.orchestra.run.smithi204.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2475-ge42b8ea3-1jammy [38.9 kB] 2024-03-26T03:37:58.507 INFO:teuthology.orchestra.run.smithi204.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2475-ge42b8ea3-1jammy [13.2 MB] 2024-03-26T03:37:58.603 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package ceph-base. 2024-03-26T03:37:58.629 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:37:58.679 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking ceph-base (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:37:59.128 INFO:teuthology.orchestra.run.smithi204.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2475-ge42b8ea3-1jammy [91.2 kB] 2024-03-26T03:37:59.189 INFO:teuthology.orchestra.run.smithi016.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2475-ge42b8ea3-1jammy [91.2 kB] 2024-03-26T03:37:59.274 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-03-26T03:37:59.300 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-03-26T03:37:59.340 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-03-26T03:37:59.643 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-cheroot. 2024-03-26T03:37:59.669 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-03-26T03:37:59.693 INFO:teuthology.orchestra.run.smithi204.stdout:Fetched 178 MB in 21s (8,400 kB/s) 2024-03-26T03:37:59.709 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-26T03:37:59.770 INFO:teuthology.orchestra.run.smithi016.stdout:Fetched 178 MB in 21s (8,387 kB/s) 2024-03-26T03:37:59.863 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-03-26T03:37:59.938 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-03-26T03:37:59.963 INFO:teuthology.orchestra.run.smithi204.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-26T03:37:59.969 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-03-26T03:38:00.012 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-03-26T03:38:00.039 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-03-26T03:38:00.042 INFO:teuthology.orchestra.run.smithi016.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-26T03:38:00.048 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-03-26T03:38:00.052 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-26T03:38:00.078 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-03-26T03:38:00.137 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-26T03:38:00.356 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-03-26T03:38:00.373 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-jaraco.text. 2024-03-26T03:38:00.383 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-03-26T03:38:00.400 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-03-26T03:38:00.423 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-26T03:38:00.440 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-03-26T03:38:00.549 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-03-26T03:38:00.575 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-03-26T03:38:00.607 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-26T03:38:00.726 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-03-26T03:38:00.742 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-03-26T03:38:00.752 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-03-26T03:38:00.769 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-03-26T03:38:00.784 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-26T03:38:00.809 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-03-26T03:38:00.927 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-03-26T03:38:00.953 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-03-26T03:38:00.993 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-26T03:38:01.179 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-tempora. 2024-03-26T03:38:01.205 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-03-26T03:38:01.221 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-03-26T03:38:01.247 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-26T03:38:01.253 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-03-26T03:38:01.304 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T03:38:01.447 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-03-26T03:38:01.475 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-26T03:38:01.523 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T03:38:01.598 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-portend. 2024-03-26T03:38:01.625 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-03-26T03:38:01.665 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-03-26T03:38:01.699 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-03-26T03:38:01.726 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-26T03:38:01.766 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T03:38:01.867 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-03-26T03:38:01.894 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-26T03:38:01.925 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T03:38:01.967 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-03-26T03:38:01.994 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-03-26T03:38:02.034 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-03-26T03:38:02.102 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-03-26T03:38:02.129 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-26T03:38:02.169 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T03:38:02.270 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-03-26T03:38:02.297 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-26T03:38:02.336 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T03:38:02.353 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-cherrypy3. 2024-03-26T03:38:02.380 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-03-26T03:38:02.428 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-03-26T03:38:02.472 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-03-26T03:38:02.488 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-03-26T03:38:02.522 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-26T03:38:02.690 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-03-26T03:38:02.717 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-03-26T03:38:02.756 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-26T03:38:02.773 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-natsort. 2024-03-26T03:38:02.800 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-03-26T03:38:02.816 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package librados2. 2024-03-26T03:38:02.840 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-03-26T03:38:02.843 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../007-librados2_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:02.883 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking librados2 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:03.043 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package librados2. 2024-03-26T03:38:03.059 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../007-librados2_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:03.093 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking librados2 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:03.110 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-logutils. 2024-03-26T03:38:03.136 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-03-26T03:38:03.176 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-03-26T03:38:03.352 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package librbd1. 2024-03-26T03:38:03.379 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../008-librbd1_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:03.419 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking librbd1 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:03.479 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-markupsafe. 2024-03-26T03:38:03.505 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-03-26T03:38:03.529 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package librbd1. 2024-03-26T03:38:03.545 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-03-26T03:38:03.556 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../008-librbd1_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:03.596 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking librbd1 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:03.834 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-mako. 2024-03-26T03:38:03.839 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libcephfs2. 2024-03-26T03:38:03.854 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:03.860 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-03-26T03:38:03.892 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-26T03:38:03.897 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libcephfs2 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:04.040 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libcephfs2. 2024-03-26T03:38:04.068 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:04.107 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libcephfs2 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:04.178 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-simplegeneric. 2024-03-26T03:38:04.183 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-rados. 2024-03-26T03:38:04.193 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-03-26T03:38:04.198 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:04.236 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-03-26T03:38:04.241 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-rados (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:04.393 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-rados. 2024-03-26T03:38:04.409 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:04.451 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-rados (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:04.539 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-singledispatch. 2024-03-26T03:38:04.566 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-03-26T03:38:04.606 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-03-26T03:38:04.719 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-03-26T03:38:04.792 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T03:38:04.792 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-ceph-argparse (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:04.892 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-webob. 2024-03-26T03:38:04.904 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-03-26T03:38:04.918 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-03-26T03:38:04.931 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T03:38:04.958 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-03-26T03:38:04.962 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-ceph-argparse (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:05.047 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-cephfs. 2024-03-26T03:38:05.074 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:05.113 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-cephfs (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:05.173 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-cephfs. 2024-03-26T03:38:05.191 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:05.232 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-cephfs (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:05.295 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-waitress. 2024-03-26T03:38:05.321 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-03-26T03:38:05.441 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-ceph-common. 2024-03-26T03:38:05.468 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T03:38:05.508 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-ceph-common (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:05.523 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-26T03:38:05.543 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-ceph-common. 2024-03-26T03:38:05.570 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T03:38:05.610 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-ceph-common (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:05.819 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-wcwidth. 2024-03-26T03:38:05.831 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-tempita. 2024-03-26T03:38:05.846 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-03-26T03:38:05.857 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-03-26T03:38:05.886 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-26T03:38:05.889 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-03-26T03:38:05.946 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-wcwidth. 2024-03-26T03:38:05.974 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-03-26T03:38:06.013 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-26T03:38:06.184 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-paste. 2024-03-26T03:38:06.189 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-prettytable. 2024-03-26T03:38:06.210 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-03-26T03:38:06.215 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-03-26T03:38:06.250 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-03-26T03:38:06.255 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-03-26T03:38:06.349 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-prettytable. 2024-03-26T03:38:06.376 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-03-26T03:38:06.415 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-03-26T03:38:06.508 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-rbd. 2024-03-26T03:38:06.534 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:06.570 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-03-26T03:38:06.574 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-rbd (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:06.585 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-03-26T03:38:06.620 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-03-26T03:38:06.676 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-rbd. 2024-03-26T03:38:06.693 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:06.735 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-rbd (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:06.889 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-pastedeploy. 2024-03-26T03:38:06.916 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-03-26T03:38:06.936 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-03-26T03:38:06.956 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-03-26T03:38:06.963 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-03-26T03:38:07.002 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-26T03:38:07.072 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-03-26T03:38:07.099 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-03-26T03:38:07.130 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-26T03:38:07.263 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-03-26T03:38:07.267 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-webtest. 2024-03-26T03:38:07.290 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-03-26T03:38:07.294 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-03-26T03:38:07.330 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-03-26T03:38:07.334 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-03-26T03:38:07.408 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-03-26T03:38:07.434 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-03-26T03:38:07.474 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-03-26T03:38:07.616 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-03-26T03:38:07.643 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-03-26T03:38:07.645 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-pecan. 2024-03-26T03:38:07.671 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-03-26T03:38:07.683 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-26T03:38:07.711 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-03-26T03:38:07.760 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-03-26T03:38:07.777 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-03-26T03:38:07.818 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-26T03:38:08.011 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package lua5.1. 2024-03-26T03:38:08.038 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-03-26T03:38:08.078 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-03-26T03:38:08.083 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-certifi. 2024-03-26T03:38:08.110 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-03-26T03:38:08.130 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package lua5.1. 2024-03-26T03:38:08.149 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-03-26T03:38:08.158 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-03-26T03:38:08.197 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-03-26T03:38:08.389 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package lua-any. 2024-03-26T03:38:08.416 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-03-26T03:38:08.456 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking lua-any (27ubuntu1) ... 2024-03-26T03:38:08.461 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-idna. 2024-03-26T03:38:08.487 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-03-26T03:38:08.508 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package lua-any. 2024-03-26T03:38:08.519 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-idna (3.3-1) ... 2024-03-26T03:38:08.536 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-03-26T03:38:08.575 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking lua-any (27ubuntu1) ... 2024-03-26T03:38:08.650 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package zip. 2024-03-26T03:38:08.665 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-03-26T03:38:08.708 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking zip (3.0-12build2) ... 2024-03-26T03:38:08.813 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-urllib3. 2024-03-26T03:38:08.840 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-03-26T03:38:08.844 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package zip. 2024-03-26T03:38:08.861 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-03-26T03:38:08.880 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-26T03:38:08.903 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking zip (3.0-12build2) ... 2024-03-26T03:38:09.020 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package unzip. 2024-03-26T03:38:09.047 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-03-26T03:38:09.086 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-03-26T03:38:09.214 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package unzip. 2024-03-26T03:38:09.216 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-requests. 2024-03-26T03:38:09.242 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-03-26T03:38:09.243 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-03-26T03:38:09.281 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-03-26T03:38:09.283 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-26T03:38:09.449 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package luarocks. 2024-03-26T03:38:09.476 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-03-26T03:38:09.515 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-03-26T03:38:09.577 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-werkzeug. 2024-03-26T03:38:09.604 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-03-26T03:38:09.618 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package luarocks. 2024-03-26T03:38:09.644 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-26T03:38:09.646 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-03-26T03:38:09.685 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-03-26T03:38:09.890 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package librgw2. 2024-03-26T03:38:09.905 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-03-26T03:38:09.917 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../025-librgw2_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:09.920 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T03:38:09.956 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking librgw2 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:09.963 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:10.218 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package librgw2. 2024-03-26T03:38:10.246 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../025-librgw2_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:10.285 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking librgw2 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:10.475 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-rgw. 2024-03-26T03:38:10.477 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-03-26T03:38:10.491 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:10.503 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:10.525 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-rgw (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:10.543 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:10.813 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-bcrypt. 2024-03-26T03:38:10.837 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-rgw. 2024-03-26T03:38:10.839 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-03-26T03:38:10.862 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package liboath0:amd64. 2024-03-26T03:38:10.865 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:10.879 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-03-26T03:38:10.888 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-03-26T03:38:10.904 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-rgw (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:10.928 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-03-26T03:38:11.182 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-openssl. 2024-03-26T03:38:11.199 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package liboath0:amd64. 2024-03-26T03:38:11.208 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-03-26T03:38:11.226 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-03-26T03:38:11.557 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-03-26T03:38:11.607 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-03-26T03:38:11.974 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libradosstriper1. 2024-03-26T03:38:12.001 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:12.032 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libradosstriper1 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:12.285 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libradosstriper1. 2024-03-26T03:38:12.301 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:12.327 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package ceph-mgr. 2024-03-26T03:38:12.344 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libradosstriper1 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:12.354 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:12.393 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking ceph-mgr (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:12.468 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-common. 2024-03-26T03:38:12.495 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:12.535 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-common (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:12.738 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package ceph-mon. 2024-03-26T03:38:12.764 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-common. 2024-03-26T03:38:12.765 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:12.791 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:12.796 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking ceph-mon (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:12.847 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-common (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:13.417 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package ceph-osd. 2024-03-26T03:38:13.443 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:13.483 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking ceph-osd (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:13.857 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-base. 2024-03-26T03:38:13.883 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:13.950 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-base (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:14.328 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-base. 2024-03-26T03:38:14.354 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:14.404 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-base (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:14.503 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-03-26T03:38:14.518 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-03-26T03:38:14.545 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package ceph. 2024-03-26T03:38:14.552 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-03-26T03:38:14.571 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../066-ceph_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:14.611 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking ceph (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:14.922 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package ceph-fuse. 2024-03-26T03:38:14.949 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:14.988 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking ceph-fuse (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:14.990 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-03-26T03:38:15.006 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-cheroot. 2024-03-26T03:38:15.017 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-03-26T03:38:15.033 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-03-26T03:38:15.057 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-03-26T03:38:15.072 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-26T03:38:15.334 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package ceph-mds. 2024-03-26T03:38:15.360 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:15.375 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-03-26T03:38:15.400 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking ceph-mds (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:15.402 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-03-26T03:38:15.442 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-03-26T03:38:15.543 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-cheroot. 2024-03-26T03:38:15.570 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-03-26T03:38:15.610 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-26T03:38:15.753 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-jaraco.text. 2024-03-26T03:38:15.780 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-03-26T03:38:15.820 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-03-26T03:38:15.938 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-03-26T03:38:15.965 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-03-26T03:38:15.995 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package cephadm. 2024-03-26T03:38:16.004 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-03-26T03:38:16.022 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../069-cephadm_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:16.061 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking cephadm (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:16.122 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-03-26T03:38:16.149 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-03-26T03:38:16.189 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-03-26T03:38:16.258 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-jaraco.text. 2024-03-26T03:38:16.285 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-03-26T03:38:16.316 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-03-26T03:38:16.381 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-asyncssh. 2024-03-26T03:38:16.407 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-03-26T03:38:16.434 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-tempora. 2024-03-26T03:38:16.447 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-03-26T03:38:16.460 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-03-26T03:38:16.500 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-03-26T03:38:16.619 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-03-26T03:38:16.646 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-03-26T03:38:16.685 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-03-26T03:38:16.783 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python-babel-localedata. 2024-03-26T03:38:16.803 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-portend. 2024-03-26T03:38:16.810 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-03-26T03:38:16.830 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-03-26T03:38:16.866 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-26T03:38:16.870 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-03-26T03:38:16.997 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-tempora. 2024-03-26T03:38:17.024 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-03-26T03:38:17.063 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-03-26T03:38:17.181 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-03-26T03:38:17.208 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-03-26T03:38:17.248 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-03-26T03:38:17.324 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-portend. 2024-03-26T03:38:17.341 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-03-26T03:38:17.374 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-03-26T03:38:17.534 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-cherrypy3. 2024-03-26T03:38:17.560 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-03-26T03:38:17.592 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-03-26T03:38:17.678 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-03-26T03:38:17.705 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-03-26T03:38:17.744 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-03-26T03:38:17.905 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-babel. 2024-03-26T03:38:17.932 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-03-26T03:38:17.946 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-natsort. 2024-03-26T03:38:17.971 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-03-26T03:38:17.972 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-03-26T03:38:18.012 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-03-26T03:38:18.056 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-cherrypy3. 2024-03-26T03:38:18.083 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-03-26T03:38:18.122 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-03-26T03:38:18.282 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-jinja2. 2024-03-26T03:38:18.307 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-logutils. 2024-03-26T03:38:18.309 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-03-26T03:38:18.334 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-03-26T03:38:18.348 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-26T03:38:18.374 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-03-26T03:38:18.443 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-natsort. 2024-03-26T03:38:18.470 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-03-26T03:38:18.509 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-03-26T03:38:18.610 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-markupsafe. 2024-03-26T03:38:18.626 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-03-26T03:38:18.668 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-03-26T03:38:18.702 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-03-26T03:38:18.729 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T03:38:18.768 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:18.829 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-logutils. 2024-03-26T03:38:18.856 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-03-26T03:38:18.896 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-03-26T03:38:18.954 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-mako. 2024-03-26T03:38:18.981 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-03-26T03:38:19.021 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-26T03:38:19.105 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-repoze.lru. 2024-03-26T03:38:19.132 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-03-26T03:38:19.157 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-markupsafe. 2024-03-26T03:38:19.171 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-03-26T03:38:19.173 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-03-26T03:38:19.207 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-03-26T03:38:19.341 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-simplegeneric. 2024-03-26T03:38:19.368 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-03-26T03:38:19.399 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-03-26T03:38:19.449 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-routes. 2024-03-26T03:38:19.465 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-03-26T03:38:19.485 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-mako. 2024-03-26T03:38:19.507 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-03-26T03:38:19.512 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-03-26T03:38:19.551 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-26T03:38:19.644 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-singledispatch. 2024-03-26T03:38:19.670 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-03-26T03:38:19.710 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-03-26T03:38:19.819 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-03-26T03:38:19.846 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T03:38:19.863 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-simplegeneric. 2024-03-26T03:38:19.885 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:19.890 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-03-26T03:38:19.930 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-03-26T03:38:20.013 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-webob. 2024-03-26T03:38:20.040 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-03-26T03:38:20.096 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-03-26T03:38:20.233 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-singledispatch. 2024-03-26T03:38:20.260 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-03-26T03:38:20.299 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-03-26T03:38:20.416 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-waitress. 2024-03-26T03:38:20.443 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-03-26T03:38:20.477 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-26T03:38:20.561 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-webob. 2024-03-26T03:38:20.588 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-03-26T03:38:20.619 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-03-26T03:38:20.752 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-tempita. 2024-03-26T03:38:20.779 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-03-26T03:38:20.819 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-03-26T03:38:20.922 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-waitress. 2024-03-26T03:38:20.938 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-03-26T03:38:20.984 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-26T03:38:21.123 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-03-26T03:38:21.130 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-paste. 2024-03-26T03:38:21.140 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-03-26T03:38:21.157 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-03-26T03:38:21.173 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-26T03:38:21.197 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-03-26T03:38:21.294 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-tempita. 2024-03-26T03:38:21.321 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-03-26T03:38:21.360 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-03-26T03:38:21.492 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-03-26T03:38:21.507 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-03-26T03:38:21.541 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-03-26T03:38:21.635 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-joblib. 2024-03-26T03:38:21.651 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-03-26T03:38:21.663 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-paste. 2024-03-26T03:38:21.685 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-03-26T03:38:21.690 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-03-26T03:38:21.746 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-03-26T03:38:21.828 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-pastedeploy. 2024-03-26T03:38:21.854 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-03-26T03:38:21.894 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-03-26T03:38:22.047 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-03-26T03:38:22.066 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-03-26T03:38:22.074 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-03-26T03:38:22.090 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-03-26T03:38:22.113 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-03-26T03:38:22.141 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-03-26T03:38:22.181 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-webtest. 2024-03-26T03:38:22.207 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-03-26T03:38:22.247 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-03-26T03:38:22.424 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-sklearn. 2024-03-26T03:38:22.452 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-03-26T03:38:22.461 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-pastedeploy. 2024-03-26T03:38:22.488 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-03-26T03:38:22.491 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-26T03:38:22.527 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-03-26T03:38:22.567 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-pecan. 2024-03-26T03:38:22.593 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-03-26T03:38:22.633 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-03-26T03:38:22.788 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-webtest. 2024-03-26T03:38:22.816 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-03-26T03:38:22.846 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-03-26T03:38:22.996 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-certifi. 2024-03-26T03:38:23.023 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-03-26T03:38:23.063 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-03-26T03:38:23.116 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-pecan. 2024-03-26T03:38:23.144 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-03-26T03:38:23.191 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-03-26T03:38:23.207 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-03-26T03:38:23.235 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T03:38:23.333 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-idna. 2024-03-26T03:38:23.348 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-03-26T03:38:23.368 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:23.382 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-idna (3.3-1) ... 2024-03-26T03:38:23.521 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-certifi. 2024-03-26T03:38:23.549 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-03-26T03:38:23.587 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-03-26T03:38:23.669 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-urllib3. 2024-03-26T03:38:23.695 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-03-26T03:38:23.735 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-26T03:38:23.907 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-idna. 2024-03-26T03:38:23.935 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-03-26T03:38:23.973 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-idna (3.3-1) ... 2024-03-26T03:38:24.047 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-requests. 2024-03-26T03:38:24.073 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-03-26T03:38:24.113 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-26T03:38:24.285 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-urllib3. 2024-03-26T03:38:24.288 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-cachetools. 2024-03-26T03:38:24.304 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-03-26T03:38:24.312 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-03-26T03:38:24.337 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-03-26T03:38:24.351 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-26T03:38:24.433 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-werkzeug. 2024-03-26T03:38:24.460 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-03-26T03:38:24.500 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-26T03:38:24.640 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-pyasn1. 2024-03-26T03:38:24.668 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-03-26T03:38:24.680 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-requests. 2024-03-26T03:38:24.707 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-03-26T03:38:24.707 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-03-26T03:38:24.746 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-26T03:38:24.794 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-03-26T03:38:24.810 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T03:38:24.852 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:25.032 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-werkzeug. 2024-03-26T03:38:25.049 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-03-26T03:38:25.060 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-03-26T03:38:25.082 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-26T03:38:25.087 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-03-26T03:38:25.127 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-03-26T03:38:25.199 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-03-26T03:38:25.226 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:25.266 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:25.360 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-03-26T03:38:25.377 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T03:38:25.419 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:25.438 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-rsa. 2024-03-26T03:38:25.465 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-03-26T03:38:25.504 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-rsa (4.8-1) ... 2024-03-26T03:38:25.535 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-bcrypt. 2024-03-26T03:38:25.562 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-03-26T03:38:25.602 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-03-26T03:38:25.800 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-google-auth. 2024-03-26T03:38:25.827 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-03-26T03:38:25.866 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-03-26T03:38:25.905 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-openssl. 2024-03-26T03:38:25.932 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-03-26T03:38:25.940 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-03-26T03:38:25.968 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:25.971 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-03-26T03:38:26.007 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:26.312 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-03-26T03:38:26.316 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-mgr. 2024-03-26T03:38:26.339 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-03-26T03:38:26.343 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:26.343 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-bcrypt. 2024-03-26T03:38:26.370 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-03-26T03:38:26.378 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-26T03:38:26.382 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-mgr (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:26.409 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-03-26T03:38:26.687 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-openssl. 2024-03-26T03:38:26.689 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-websocket. 2024-03-26T03:38:26.703 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-03-26T03:38:26.716 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-03-26T03:38:26.719 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-mon. 2024-03-26T03:38:26.734 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:26.737 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-03-26T03:38:26.755 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-03-26T03:38:26.769 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-mon (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:27.015 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-mgr. 2024-03-26T03:38:27.043 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:27.067 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-kubernetes. 2024-03-26T03:38:27.082 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-mgr (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:27.095 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-03-26T03:38:27.134 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-26T03:38:27.364 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-osd. 2024-03-26T03:38:27.391 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:27.431 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-osd (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:27.485 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-mon. 2024-03-26T03:38:27.513 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:27.552 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-mon (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:27.773 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-03-26T03:38:27.801 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T03:38:27.831 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:28.142 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package libonig5:amd64. 2024-03-26T03:38:28.169 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-03-26T03:38:28.209 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-26T03:38:28.297 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-osd. 2024-03-26T03:38:28.324 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:28.363 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-osd (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:28.526 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph. 2024-03-26T03:38:28.553 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../066-ceph_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:28.592 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:28.620 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package libjq1:amd64. 2024-03-26T03:38:28.647 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-03-26T03:38:28.695 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-26T03:38:28.870 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-fuse. 2024-03-26T03:38:28.897 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:28.928 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-fuse (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:28.964 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package jq. 2024-03-26T03:38:28.991 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-03-26T03:38:29.030 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-03-26T03:38:29.273 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-mds. 2024-03-26T03:38:29.291 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package socat. 2024-03-26T03:38:29.300 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:29.307 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-03-26T03:38:29.339 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-mds (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:29.350 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-03-26T03:38:29.383 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph. 2024-03-26T03:38:29.399 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../066-ceph_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:29.450 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:29.653 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package xmlstarlet. 2024-03-26T03:38:29.669 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-03-26T03:38:29.711 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-03-26T03:38:29.734 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package cephadm. 2024-03-26T03:38:29.761 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../069-cephadm_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:29.769 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-fuse. 2024-03-26T03:38:29.797 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:29.801 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking cephadm (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:29.836 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-fuse (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:30.057 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package ceph-test. 2024-03-26T03:38:30.073 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:30.112 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-asyncssh. 2024-03-26T03:38:30.115 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking ceph-test (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:30.139 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-03-26T03:38:30.178 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-03-26T03:38:30.222 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-mds. 2024-03-26T03:38:30.250 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:30.289 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-mds (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:30.656 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python-babel-localedata. 2024-03-26T03:38:30.683 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-03-26T03:38:30.700 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package cephadm. 2024-03-26T03:38:30.722 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-26T03:38:30.728 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../069-cephadm_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:30.758 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking cephadm (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:31.053 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-asyncssh. 2024-03-26T03:38:31.081 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-03-26T03:38:31.128 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-03-26T03:38:31.422 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python-babel-localedata. 2024-03-26T03:38:31.450 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-03-26T03:38:31.480 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-26T03:38:31.705 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-babel. 2024-03-26T03:38:31.733 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-03-26T03:38:31.763 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-03-26T03:38:32.049 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-jinja2. 2024-03-26T03:38:32.065 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-03-26T03:38:32.099 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-26T03:38:32.403 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package ceph-volume. 2024-03-26T03:38:32.428 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-03-26T03:38:32.430 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T03:38:32.455 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T03:38:32.461 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking ceph-volume (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:32.486 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:32.602 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-babel. 2024-03-26T03:38:32.630 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-03-26T03:38:32.727 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-03-26T03:38:32.739 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package libcephfs-dev. 2024-03-26T03:38:32.755 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:32.780 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-repoze.lru. 2024-03-26T03:38:32.789 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking libcephfs-dev (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:32.796 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-03-26T03:38:32.830 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-03-26T03:38:33.080 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-jinja2. 2024-03-26T03:38:33.101 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package lua-socket:amd64. 2024-03-26T03:38:33.107 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-03-26T03:38:33.129 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-03-26T03:38:33.133 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-routes. 2024-03-26T03:38:33.146 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-26T03:38:33.161 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-03-26T03:38:33.167 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-26T03:38:33.200 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-03-26T03:38:33.483 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-03-26T03:38:33.510 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T03:38:33.512 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-03-26T03:38:33.530 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package lua-sec:amd64. 2024-03-26T03:38:33.539 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T03:38:33.549 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:33.557 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-03-26T03:38:33.578 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:33.596 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-03-26T03:38:33.894 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-repoze.lru. 2024-03-26T03:38:33.922 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-03-26T03:38:33.961 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-03-26T03:38:33.975 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package nvme-cli. 2024-03-26T03:38:34.003 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-03-26T03:38:34.041 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-03-26T03:38:34.205 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-routes. 2024-03-26T03:38:34.221 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-03-26T03:38:34.255 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-03-26T03:38:34.413 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package pkg-config. 2024-03-26T03:38:34.441 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-03-26T03:38:34.471 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-03-26T03:38:34.558 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-03-26T03:38:34.586 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T03:38:34.625 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:34.691 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-03-26T03:38:34.707 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-03-26T03:38:34.749 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-03-26T03:38:34.767 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-03-26T03:38:34.794 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-03-26T03:38:34.833 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-26T03:38:35.119 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-iniconfig. 2024-03-26T03:38:35.147 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-03-26T03:38:35.177 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-03-26T03:38:35.320 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-joblib. 2024-03-26T03:38:35.348 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-03-26T03:38:35.387 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-03-26T03:38:35.481 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-pastescript. 2024-03-26T03:38:35.508 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-03-26T03:38:35.548 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-03-26T03:38:35.741 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-03-26T03:38:35.768 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-03-26T03:38:35.799 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-03-26T03:38:35.875 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-pluggy. 2024-03-26T03:38:35.902 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-03-26T03:38:35.941 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-03-26T03:38:36.080 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-03-26T03:38:36.093 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-sklearn. 2024-03-26T03:38:36.108 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-03-26T03:38:36.121 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-03-26T03:38:36.147 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-26T03:38:36.160 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-26T03:38:36.252 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-psutil. 2024-03-26T03:38:36.268 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-03-26T03:38:36.302 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-03-26T03:38:36.616 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-joblib. 2024-03-26T03:38:36.633 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-03-26T03:38:36.647 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-py. 2024-03-26T03:38:36.666 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-03-26T03:38:36.674 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-03-26T03:38:36.721 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-py (1.10.0-1) ... 2024-03-26T03:38:36.810 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-03-26T03:38:36.838 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T03:38:36.962 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:37.028 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-03-26T03:38:37.041 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-pygments. 2024-03-26T03:38:37.056 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-03-26T03:38:37.069 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-03-26T03:38:37.095 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-03-26T03:38:37.107 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-03-26T03:38:37.389 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-sklearn. 2024-03-26T03:38:37.417 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-03-26T03:38:37.456 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-26T03:38:37.562 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-pyinotify. 2024-03-26T03:38:37.590 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-03-26T03:38:37.628 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-03-26T03:38:37.874 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-cachetools. 2024-03-26T03:38:37.889 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-toml. 2024-03-26T03:38:37.902 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-03-26T03:38:37.917 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-03-26T03:38:37.941 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-03-26T03:38:37.956 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-03-26T03:38:38.186 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-pyasn1. 2024-03-26T03:38:38.213 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-03-26T03:38:38.222 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-03-26T03:38:38.251 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T03:38:38.252 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-03-26T03:38:38.258 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-pytest. 2024-03-26T03:38:38.286 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-03-26T03:38:38.333 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-03-26T03:38:38.382 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:38.581 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-03-26T03:38:38.608 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-03-26T03:38:38.628 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package python3-simplejson. 2024-03-26T03:38:38.647 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-03-26T03:38:38.657 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-03-26T03:38:38.695 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-03-26T03:38:38.942 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-rsa. 2024-03-26T03:38:38.956 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-03-26T03:38:38.969 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-03-26T03:38:38.972 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-03-26T03:38:39.014 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-03-26T03:38:39.025 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-rsa (4.8-1) ... 2024-03-26T03:38:39.313 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-google-auth. 2024-03-26T03:38:39.340 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-03-26T03:38:39.379 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-03-26T03:38:39.395 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-cachetools. 2024-03-26T03:38:39.423 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-03-26T03:38:39.461 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-03-26T03:38:39.674 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-03-26T03:38:39.701 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-03-26T03:38:39.705 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-pyasn1. 2024-03-26T03:38:39.722 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-03-26T03:38:39.727 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package radosgw. 2024-03-26T03:38:39.740 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-26T03:38:39.754 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../116-radosgw_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:39.755 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-03-26T03:38:39.793 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking radosgw (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:40.044 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-websocket. 2024-03-26T03:38:40.071 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-03-26T03:38:40.076 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-03-26T03:38:40.104 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-03-26T03:38:40.110 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-03-26T03:38:40.150 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-03-26T03:38:40.422 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-kubernetes. 2024-03-26T03:38:40.449 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-03-26T03:38:40.454 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-rsa. 2024-03-26T03:38:40.482 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-03-26T03:38:40.488 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-26T03:38:40.520 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-rsa (4.8-1) ... 2024-03-26T03:38:40.546 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package rbd-fuse. 2024-03-26T03:38:40.574 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:40.604 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking rbd-fuse (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:40.841 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-google-auth. 2024-03-26T03:38:40.869 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-03-26T03:38:40.907 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-03-26T03:38:40.908 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-03-26T03:38:41.159 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-26T03:38:41.278 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-03-26T03:38:41.285 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-03-26T03:38:41.306 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T03:38:41.344 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:41.446 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-03-26T03:38:41.474 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-03-26T03:38:41.519 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-26T03:38:41.552 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-03-26T03:38:41.655 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libonig5:amd64. 2024-03-26T03:38:41.683 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-03-26T03:38:41.722 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-26T03:38:41.788 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-websocket. 2024-03-26T03:38:41.816 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-03-26T03:38:41.846 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-03-26T03:38:41.904 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-03-26T03:38:41.992 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libjq1:amd64. 2024-03-26T03:38:42.007 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-03-26T03:38:42.050 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-26T03:38:42.141 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-kubernetes. 2024-03-26T03:38:42.170 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-03-26T03:38:42.208 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-26T03:38:42.311 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package jq. 2024-03-26T03:38:42.331 INFO:teuthology.orchestra.run.smithi069.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-03-26T03:38:42.339 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-03-26T03:38:42.378 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-03-26T03:38:42.412 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up cephadm (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:42.656 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package socat. 2024-03-26T03:38:42.683 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-03-26T03:38:42.722 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-03-26T03:38:42.880 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-03-26T03:38:42.897 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T03:38:42.930 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:43.025 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package xmlstarlet. 2024-03-26T03:38:43.050 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-03-26T03:38:43.092 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-03-26T03:38:43.208 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libonig5:amd64. 2024-03-26T03:38:43.229 INFO:teuthology.orchestra.run.smithi069.stdout:Adding system user cephadm....done 2024-03-26T03:38:43.236 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-03-26T03:38:43.274 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-26T03:38:43.385 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-26T03:38:43.430 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-test. 2024-03-26T03:38:43.446 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:43.488 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-test (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:43.669 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libjq1:amd64. 2024-03-26T03:38:43.678 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-03-26T03:38:43.697 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-03-26T03:38:43.735 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-26T03:38:43.963 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-03-26T03:38:43.996 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package jq. 2024-03-26T03:38:44.013 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-03-26T03:38:44.054 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-03-26T03:38:44.088 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-03-26T03:38:44.274 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package socat. 2024-03-26T03:38:44.290 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-03-26T03:38:44.324 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-03-26T03:38:44.340 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-03-26T03:38:44.574 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-03-26T03:38:44.619 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package xmlstarlet. 2024-03-26T03:38:44.635 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-03-26T03:38:44.677 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-03-26T03:38:44.694 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-py (1.10.0-1) ... 2024-03-26T03:38:45.004 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-03-26T03:38:45.039 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-test. 2024-03-26T03:38:45.056 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:45.089 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-test (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:45.398 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-03-26T03:38:45.649 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-03-26T03:38:45.667 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-volume. 2024-03-26T03:38:45.695 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T03:38:45.734 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-volume (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:45.900 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-03-26T03:38:46.047 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libcephfs-dev. 2024-03-26T03:38:46.074 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:46.113 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libcephfs-dev (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:46.143 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-03-26T03:38:46.394 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-03-26T03:38:46.458 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package lua-socket:amd64. 2024-03-26T03:38:46.485 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-03-26T03:38:46.524 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-26T03:38:46.654 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-03-26T03:38:46.821 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package lua-sec:amd64. 2024-03-26T03:38:46.850 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-03-26T03:38:46.879 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-03-26T03:38:46.904 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-ceph-argparse (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:47.164 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-26T03:38:47.241 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package nvme-cli. 2024-03-26T03:38:47.269 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-03-26T03:38:47.273 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-26T03:38:47.308 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-03-26T03:38:47.374 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-03-26T03:38:47.436 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-volume. 2024-03-26T03:38:47.464 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T03:38:47.475 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-03-26T03:38:47.502 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-volume (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:47.680 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package pkg-config. 2024-03-26T03:38:47.696 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-03-26T03:38:47.738 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-03-26T03:38:47.759 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-03-26T03:38:47.798 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libcephfs-dev. 2024-03-26T03:38:47.826 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:47.889 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libcephfs-dev (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:48.033 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-03-26T03:38:48.060 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-03-26T03:38:48.099 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-03-26T03:38:48.159 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package lua-socket:amd64. 2024-03-26T03:38:48.162 INFO:teuthology.orchestra.run.smithi069.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-03-26T03:38:48.187 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-03-26T03:38:48.192 INFO:teuthology.orchestra.run.smithi069.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-03-26T03:38:48.225 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-26T03:38:48.254 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-26T03:38:48.389 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-03-26T03:38:48.536 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-iniconfig. 2024-03-26T03:38:48.564 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-03-26T03:38:48.580 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package lua-sec:amd64. 2024-03-26T03:38:48.602 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-03-26T03:38:48.608 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-03-26T03:38:48.646 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-03-26T03:38:48.757 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-26T03:38:48.857 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-03-26T03:38:48.905 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-pastescript. 2024-03-26T03:38:48.933 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-03-26T03:38:48.972 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-03-26T03:38:49.008 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package nvme-cli. 2024-03-26T03:38:49.037 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-03-26T03:38:49.075 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-03-26T03:38:49.108 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-03-26T03:38:49.300 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-pluggy. 2024-03-26T03:38:49.328 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-03-26T03:38:49.351 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-03-26T03:38:49.366 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-03-26T03:38:49.472 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package pkg-config. 2024-03-26T03:38:49.500 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-03-26T03:38:49.530 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-03-26T03:38:49.653 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-psutil. 2024-03-26T03:38:49.669 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up zip (3.0-12build2) ... 2024-03-26T03:38:49.681 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-03-26T03:38:49.711 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-03-26T03:38:49.758 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-03-26T03:38:49.774 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-03-26T03:38:49.795 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-03-26T03:38:49.816 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-03-26T03:38:50.048 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-py. 2024-03-26T03:38:50.076 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-03-26T03:38:50.114 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-py (1.10.0-1) ... 2024-03-26T03:38:50.195 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-iniconfig. 2024-03-26T03:38:50.223 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-03-26T03:38:50.253 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-03-26T03:38:50.434 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-pygments. 2024-03-26T03:38:50.462 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-03-26T03:38:50.489 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-03-26T03:38:50.492 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-03-26T03:38:50.555 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-pastescript. 2024-03-26T03:38:50.583 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-03-26T03:38:50.622 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-03-26T03:38:50.756 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-03-26T03:38:50.857 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-03-26T03:38:50.942 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-pluggy. 2024-03-26T03:38:50.955 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-pyinotify. 2024-03-26T03:38:50.958 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-26T03:38:50.970 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-03-26T03:38:50.983 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-03-26T03:38:51.008 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-03-26T03:38:51.021 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-03-26T03:38:51.242 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-03-26T03:38:51.278 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-psutil. 2024-03-26T03:38:51.306 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-03-26T03:38:51.324 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-toml. 2024-03-26T03:38:51.344 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-03-26T03:38:51.352 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-03-26T03:38:51.391 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-03-26T03:38:51.619 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-03-26T03:38:51.664 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-py. 2024-03-26T03:38:51.681 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-03-26T03:38:51.694 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-pytest. 2024-03-26T03:38:51.721 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-03-26T03:38:51.722 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-py (1.10.0-1) ... 2024-03-26T03:38:51.760 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-03-26T03:38:51.870 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-03-26T03:38:52.009 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-pygments. 2024-03-26T03:38:52.025 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-03-26T03:38:52.059 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-03-26T03:38:52.114 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-simplejson. 2024-03-26T03:38:52.141 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-03-26T03:38:52.180 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-03-26T03:38:52.450 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-03-26T03:38:52.463 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-26T03:38:52.478 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-03-26T03:38:52.516 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-03-26T03:38:52.538 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-pyinotify. 2024-03-26T03:38:52.551 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-03-26T03:38:52.596 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-03-26T03:38:52.756 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-26T03:38:52.874 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-toml. 2024-03-26T03:38:52.902 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-03-26T03:38:52.940 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-03-26T03:38:53.091 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-03-26T03:38:53.237 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package radosgw. 2024-03-26T03:38:53.243 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-pytest. 2024-03-26T03:38:53.266 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../116-radosgw_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:53.271 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-03-26T03:38:53.304 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking radosgw (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:53.309 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-03-26T03:38:53.317 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-03-26T03:38:53.443 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-ceph-common (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:53.647 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-simplejson. 2024-03-26T03:38:53.675 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-03-26T03:38:53.713 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-03-26T03:38:53.752 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-idna (3.3-1) ... 2024-03-26T03:38:53.999 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-03-26T03:38:54.027 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-03-26T03:38:54.065 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-03-26T03:38:54.070 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-26T03:38:54.099 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package rbd-fuse. 2024-03-26T03:38:54.115 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:54.157 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking rbd-fuse (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:54.461 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-03-26T03:38:54.737 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-26T03:38:54.811 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package radosgw. 2024-03-26T03:38:54.840 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../116-radosgw_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:54.863 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-03-26T03:38:54.878 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking radosgw (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:55.121 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-03-26T03:38:55.292 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-03-26T03:38:55.454 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-03-26T03:38:55.544 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T03:38:55.672 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package rbd-fuse. 2024-03-26T03:38:55.678 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-toml (0.10.2-1) ... 2024-03-26T03:38:55.689 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:38:55.722 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking rbd-fuse (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:55.915 INFO:teuthology.orchestra.run.smithi204.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-03-26T03:38:55.946 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-26T03:38:55.975 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up cephadm (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:55.986 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-03-26T03:38:56.072 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-03-26T03:38:56.198 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-26T03:38:56.352 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-26T03:38:56.465 INFO:teuthology.orchestra.run.smithi204.stdout:Adding system user cephadm....done 2024-03-26T03:38:56.466 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-03-26T03:38:56.486 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-03-26T03:38:56.700 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-03-26T03:38:56.782 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-03-26T03:38:56.968 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T03:38:56.991 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-26T03:38:57.094 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-03-26T03:38:57.115 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-03-26T03:38:57.344 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-03-26T03:38:57.395 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-03-26T03:38:57.526 INFO:teuthology.orchestra.run.smithi016.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-03-26T03:38:57.597 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up cephadm (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:38:57.647 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-03-26T03:38:57.732 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-03-26T03:38:57.914 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-03-26T03:38:57.940 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-03-26T03:38:58.122 INFO:teuthology.orchestra.run.smithi016.stdout:Adding system user cephadm....done 2024-03-26T03:38:58.257 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-03-26T03:38:58.312 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-26T03:38:58.387 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-03-26T03:38:58.491 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-03-26T03:38:58.596 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-03-26T03:38:58.664 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-03-26T03:38:58.742 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-26T03:38:58.790 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-py (1.10.0-1) ... 2024-03-26T03:38:58.822 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-03-26T03:38:58.877 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-03-26T03:38:58.923 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-03-26T03:38:59.091 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-03-26T03:38:59.161 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-26T03:38:59.174 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-03-26T03:38:59.287 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-26T03:38:59.443 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-03-26T03:38:59.450 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-03-26T03:38:59.577 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-py (1.10.0-1) ... 2024-03-26T03:38:59.580 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-03-26T03:38:59.678 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-03-26T03:38:59.881 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-03-26T03:38:59.904 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-03-26T03:38:59.946 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-03-26T03:39:00.115 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-26T03:39:00.181 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-03-26T03:39:00.216 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-03-26T03:39:00.255 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-03-26T03:39:00.334 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-03-26T03:39:00.424 INFO:teuthology.orchestra.run.smithi069.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-03-26T03:39:00.432 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-03-26T03:39:00.507 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-03-26T03:39:00.675 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-03-26T03:39:00.694 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-26T03:39:00.783 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-03-26T03:39:00.820 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-03-26T03:39:00.934 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-ceph-argparse (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:01.043 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-03-26T03:39:01.177 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-26T03:39:01.205 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-03-26T03:39:01.310 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-03-26T03:39:01.317 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-26T03:39:01.437 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-03-26T03:39:01.464 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up lua-any (27ubuntu1) ... 2024-03-26T03:39:01.563 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-03-26T03:39:01.565 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-portend (3.0.0-1) ... 2024-03-26T03:39:01.587 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-03-26T03:39:01.799 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T03:39:01.831 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-03-26T03:39:01.854 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-ceph-argparse (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:01.917 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-26T03:39:02.214 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-26T03:39:02.227 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-03-26T03:39:02.236 INFO:teuthology.orchestra.run.smithi204.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-03-26T03:39:02.270 INFO:teuthology.orchestra.run.smithi204.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-03-26T03:39:02.335 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-26T03:39:02.340 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-26T03:39:02.436 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-03-26T03:39:02.466 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-03-26T03:39:02.592 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-03-26T03:39:02.636 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-26T03:39:02.779 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-26T03:39:02.851 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-03-26T03:39:02.904 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-03-26T03:39:02.905 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-03-26T03:39:03.047 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-rsa (4.8-1) ... 2024-03-26T03:39:03.164 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-03-26T03:39:03.220 INFO:teuthology.orchestra.run.smithi016.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-03-26T03:39:03.251 INFO:teuthology.orchestra.run.smithi016.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-03-26T03:39:03.314 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-03-26T03:39:03.315 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-26T03:39:03.407 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-03-26T03:39:03.441 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-03-26T03:39:03.557 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-26T03:39:03.692 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up zip (3.0-12build2) ... 2024-03-26T03:39:03.801 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-03-26T03:39:03.817 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-26T03:39:03.877 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-03-26T03:39:03.943 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-03-26T03:39:04.211 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-03-26T03:39:04.262 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-03-26T03:39:04.436 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-03-26T03:39:04.487 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-03-26T03:39:04.546 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-03-26T03:39:04.688 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-03-26T03:39:04.805 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up zip (3.0-12build2) ... 2024-03-26T03:39:04.814 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-03-26T03:39:04.891 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-26T03:39:04.906 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-03-26T03:39:04.931 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-26T03:39:05.042 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up librados2 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:05.193 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:05.207 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-03-26T03:39:05.336 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-03-26T03:39:05.575 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-03-26T03:39:05.584 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-03-26T03:39:05.672 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up libcephfs2 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:05.798 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up libradosstriper1 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:05.818 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-03-26T03:39:05.834 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-03-26T03:39:05.924 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-03-26T03:39:05.960 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-03-26T03:39:06.086 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-26T03:39:06.170 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-26T03:39:06.200 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up librbd1 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:06.351 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up ceph-mgr-modules-core (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:06.404 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-03-26T03:39:06.456 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-26T03:39:06.503 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up ceph-fuse (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:06.716 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-26T03:39:06.716 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-26T03:39:06.814 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-03-26T03:39:06.815 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-03-26T03:39:07.049 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-03-26T03:39:07.065 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-03-26T03:39:07.170 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up libcephfs-dev (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:07.175 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-ceph-common (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:07.296 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-rados (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:07.422 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up librgw2 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:07.433 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-26T03:39:07.476 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-idna (3.3-1) ... 2024-03-26T03:39:07.548 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-26T03:39:07.734 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-26T03:39:07.794 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-26T03:39:08.094 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-03-26T03:39:08.370 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-03-26T03:39:08.505 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-ceph-common (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:08.710 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-rbd (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:08.806 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-idna (3.3-1) ... 2024-03-26T03:39:08.836 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up rbd-fuse (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:08.962 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-rgw (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:08.983 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-03-26T03:39:09.088 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up python3-cephfs (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:09.124 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-26T03:39:09.189 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up ceph-common (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:09.226 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T03:39:09.361 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-toml (0.10.2-1) ... 2024-03-26T03:39:09.620 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-26T03:39:09.715 INFO:teuthology.orchestra.run.smithi069.stdout:Adding group ceph....done 2024-03-26T03:39:09.746 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-03-26T03:39:09.873 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-26T03:39:10.108 INFO:teuthology.orchestra.run.smithi069.stdout:Adding system user ceph....done 2024-03-26T03:39:10.149 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-03-26T03:39:10.244 INFO:teuthology.orchestra.run.smithi069.stdout:Setting system user ceph properties....done 2024-03-26T03:39:10.256 INFO:teuthology.orchestra.run.smithi069.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-03-26T03:39:10.321 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-03-26T03:39:10.392 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-03-26T03:39:10.392 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-03-26T03:39:10.590 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T03:39:10.634 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T03:39:10.717 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-03-26T03:39:10.724 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-toml (0.10.2-1) ... 2024-03-26T03:39:10.735 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-03-26T03:39:10.992 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-26T03:39:11.029 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-03-26T03:39:11.117 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-03-26T03:39:11.165 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up ceph-test (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:11.244 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-26T03:39:11.305 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-03-26T03:39:11.308 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up radosgw (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:11.553 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-03-26T03:39:11.581 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-03-26T03:39:11.804 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-26T03:39:11.804 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-26T03:39:11.813 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-03-26T03:39:11.815 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-03-26T03:39:12.064 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T03:39:12.190 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-03-26T03:39:12.286 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-03-26T03:39:12.310 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up ceph-base (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:12.500 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-03-26T03:39:12.626 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-26T03:39:12.658 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-03-26T03:39:12.727 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-03-26T03:39:12.751 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-03-26T03:39:12.997 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-26T03:39:13.010 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-03-26T03:39:13.129 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up ceph-mds (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:13.132 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-26T03:39:13.278 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-03-26T03:39:13.360 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-26T03:39:13.360 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-26T03:39:13.424 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-03-26T03:39:13.563 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-03-26T03:39:13.726 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-03-26T03:39:13.838 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up ceph-mgr (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:13.847 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-26T03:39:13.977 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-26T03:39:14.007 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-03-26T03:39:14.034 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-26T03:39:14.034 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-26T03:39:14.086 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-03-26T03:39:14.195 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-03-26T03:39:14.285 INFO:teuthology.orchestra.run.smithi204.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-03-26T03:39:14.316 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-26T03:39:14.417 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-26T03:39:14.490 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up ceph-osd (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:14.539 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-26T03:39:14.665 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-03-26T03:39:14.702 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-03-26T03:39:14.746 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-26T03:39:14.746 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-26T03:39:15.036 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-03-26T03:39:15.058 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-03-26T03:39:15.200 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:15.318 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up lua-any (27ubuntu1) ... 2024-03-26T03:39:15.321 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-26T03:39:15.350 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:15.427 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-portend (3.0.0-1) ... 2024-03-26T03:39:15.465 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-03-26T03:39:15.527 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up ceph-mon (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:15.589 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-03-26T03:39:15.679 INFO:teuthology.orchestra.run.smithi016.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-03-26T03:39:15.687 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T03:39:15.741 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-26T03:39:15.742 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-26T03:39:15.813 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-26T03:39:15.916 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-26T03:39:16.042 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-03-26T03:39:16.139 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-03-26T03:39:16.211 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up ceph-mgr-cephadm (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:16.354 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up ceph (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:16.440 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-26T03:39:16.452 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-03-26T03:39:16.480 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up ceph-mgr-dashboard (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:16.623 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up ceph-volume (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:16.716 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-03-26T03:39:16.745 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up lua-any (27ubuntu1) ... 2024-03-26T03:39:16.843 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-rsa (4.8-1) ... 2024-03-26T03:39:16.905 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-portend (3.0.0-1) ... 2024-03-26T03:39:16.950 INFO:teuthology.orchestra.run.smithi069.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-03-26T03:39:17.110 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-03-26T03:39:17.180 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T03:39:17.243 INFO:teuthology.orchestra.run.smithi069.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-03-26T03:39:17.306 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-26T03:39:17.362 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-26T03:39:17.396 INFO:teuthology.orchestra.run.smithi069.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-03-26T03:39:17.624 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-03-26T03:39:17.724 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-03-26T03:39:17.917 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-26T03:39:18.109 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-03-26T03:39:18.202 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-03-26T03:39:18.353 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-rsa (4.8-1) ... 2024-03-26T03:39:18.385 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-03-26T03:39:18.447 INFO:teuthology.orchestra.run.smithi069.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-03-26T03:39:18.629 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-03-26T03:39:18.721 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-26T03:39:18.848 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up librados2 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:18.922 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-26T03:39:18.974 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:19.098 INFO:teuthology.orchestra.run.smithi069.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-03-26T03:39:19.100 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-03-26T03:39:19.104 DEBUG:teuthology.parallel:result is None 2024-03-26T03:39:19.275 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-03-26T03:39:19.403 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libcephfs2 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:19.504 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libradosstriper1 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:19.622 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-03-26T03:39:19.651 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-03-26T03:39:19.915 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up librbd1 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:19.953 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-03-26T03:39:20.041 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-mgr-modules-core (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:20.167 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-fuse (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:20.348 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-26T03:39:20.381 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-26T03:39:20.381 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-26T03:39:20.473 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up librados2 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:20.600 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:20.725 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-03-26T03:39:20.827 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libcephfs-dev (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:20.936 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-rados (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:21.045 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up librgw2 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:21.087 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libcephfs2 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:21.180 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-26T03:39:21.238 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libradosstriper1 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:21.381 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-03-26T03:39:21.666 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up librbd1 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:21.792 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-mgr-modules-core (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:21.918 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-fuse (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:22.134 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-26T03:39:22.134 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-26T03:39:22.426 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-rbd (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:22.535 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up rbd-fuse (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:22.561 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libcephfs-dev (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:22.636 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-rgw (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:22.737 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-cephfs (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:22.855 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-common (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:22.928 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-rados (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:23.163 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up librgw2 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:23.305 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-26T03:39:23.381 INFO:teuthology.orchestra.run.smithi204.stdout:Adding group ceph....done 2024-03-26T03:39:23.758 INFO:teuthology.orchestra.run.smithi204.stdout:Adding system user ceph....done 2024-03-26T03:39:23.918 INFO:teuthology.orchestra.run.smithi204.stdout:Setting system user ceph properties....done 2024-03-26T03:39:23.930 INFO:teuthology.orchestra.run.smithi204.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-03-26T03:39:24.068 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-03-26T03:39:24.385 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-03-26T03:39:24.576 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-rbd (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:24.702 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up rbd-fuse (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:24.836 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-rgw (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:24.882 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-test (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:24.987 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-cephfs (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:25.008 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up radosgw (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:25.147 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-common (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:25.681 INFO:teuthology.orchestra.run.smithi016.stdout:Adding group ceph....done 2024-03-26T03:39:25.838 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-26T03:39:25.839 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-26T03:39:26.033 INFO:teuthology.orchestra.run.smithi016.stdout:Adding system user ceph....done 2024-03-26T03:39:26.202 INFO:teuthology.orchestra.run.smithi016.stdout:Setting system user ceph properties....done 2024-03-26T03:39:26.217 INFO:teuthology.orchestra.run.smithi016.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-03-26T03:39:26.311 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-base (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:26.361 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-03-26T03:39:26.648 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-03-26T03:39:26.674 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-03-26T03:39:27.139 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-mds (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:27.165 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-test (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:27.316 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up radosgw (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:27.365 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-26T03:39:27.365 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-26T03:39:27.847 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-26T03:39:27.847 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-26T03:39:27.916 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-mgr (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:28.136 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-26T03:39:28.136 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-26T03:39:28.276 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-base (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:28.634 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-03-26T03:39:28.642 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-osd (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:28.910 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-26T03:39:28.910 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-26T03:39:29.095 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-mds (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:29.341 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-26T03:39:29.341 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-26T03:39:29.394 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:29.647 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:29.805 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-mgr (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:29.838 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-mon (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:30.040 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-26T03:39:30.040 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-26T03:39:30.062 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-26T03:39:30.062 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-26T03:39:30.522 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-mgr-cephadm (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:30.531 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-osd (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:30.665 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:30.791 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-mgr-dashboard (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:30.815 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-26T03:39:30.817 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-26T03:39:30.959 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-volume (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:31.295 INFO:teuthology.orchestra.run.smithi204.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-03-26T03:39:31.334 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:31.388 INFO:teuthology.orchestra.run.smithi204.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-03-26T03:39:31.468 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:31.540 INFO:teuthology.orchestra.run.smithi204.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-03-26T03:39:31.628 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-mon (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:31.868 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-26T03:39:31.868 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-26T03:39:32.320 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-mgr-cephadm (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:32.480 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:32.482 INFO:teuthology.orchestra.run.smithi204.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-03-26T03:39:32.606 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-mgr-dashboard (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:32.907 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-volume (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:39:33.211 INFO:teuthology.orchestra.run.smithi204.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-03-26T03:39:33.216 DEBUG:teuthology.parallel:result is None 2024-03-26T03:39:33.631 INFO:teuthology.orchestra.run.smithi016.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-03-26T03:39:33.740 INFO:teuthology.orchestra.run.smithi016.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-03-26T03:39:33.892 INFO:teuthology.orchestra.run.smithi016.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-03-26T03:39:35.101 INFO:teuthology.orchestra.run.smithi016.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-03-26T03:39:35.764 INFO:teuthology.orchestra.run.smithi016.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-03-26T03:39:35.770 DEBUG:teuthology.parallel:result is None 2024-03-26T03:39:35.770 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 2024-03-26T03:39:35.912 DEBUG:teuthology.orchestra.run.smithi016:> dpkg-query -W -f '${Version}' ceph 2024-03-26T03:39:35.931 INFO:teuthology.orchestra.run.smithi016.stdout:19.0.0-2475-ge42b8ea3-1jammy 2024-03-26T03:39:35.932 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2475-ge42b8ea3-1jammy 2024-03-26T03:39:35.932 INFO:teuthology.task.install:The correct ceph version 19.0.0-2475-ge42b8ea3-1jammy is installed. 2024-03-26T03:39:35.934 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 2024-03-26T03:39:36.072 DEBUG:teuthology.orchestra.run.smithi069:> dpkg-query -W -f '${Version}' ceph 2024-03-26T03:39:36.091 INFO:teuthology.orchestra.run.smithi069.stdout:19.0.0-2475-ge42b8ea3-1jammy 2024-03-26T03:39:36.092 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2475-ge42b8ea3-1jammy 2024-03-26T03:39:36.092 INFO:teuthology.task.install:The correct ceph version 19.0.0-2475-ge42b8ea3-1jammy is installed. 2024-03-26T03:39:36.093 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 2024-03-26T03:39:36.237 DEBUG:teuthology.orchestra.run.smithi204:> dpkg-query -W -f '${Version}' ceph 2024-03-26T03:39:36.256 INFO:teuthology.orchestra.run.smithi204.stdout:19.0.0-2475-ge42b8ea3-1jammy 2024-03-26T03:39:36.256 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2475-ge42b8ea3-1jammy 2024-03-26T03:39:36.256 INFO:teuthology.task.install:The correct ceph version 19.0.0-2475-ge42b8ea3-1jammy is installed. 2024-03-26T03:39:36.258 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-03-26T03:39:36.258 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-03-26T03:39:36.258 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-26T03:39:36.273 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-03-26T03:39:36.273 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-26T03:39:36.287 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-03-26T03:39:36.287 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-26T03:39:36.313 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-03-26T03:39:36.313 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-03-26T03:39:36.313 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/usr/bin/daemon-helper 2024-03-26T03:39:36.328 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-26T03:39:36.384 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-03-26T03:39:36.384 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/usr/bin/daemon-helper 2024-03-26T03:39:36.398 DEBUG:teuthology.orchestra.run.smithi069:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-26T03:39:36.454 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-03-26T03:39:36.454 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/usr/bin/daemon-helper 2024-03-26T03:39:36.468 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-26T03:39:36.523 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-03-26T03:39:36.524 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-03-26T03:39:36.524 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-26T03:39:36.537 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-26T03:39:36.592 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-03-26T03:39:36.592 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-26T03:39:36.606 DEBUG:teuthology.orchestra.run.smithi069:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-26T03:39:36.662 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-03-26T03:39:36.663 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-26T03:39:36.676 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-26T03:39:36.731 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-03-26T03:39:36.731 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-03-26T03:39:36.732 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/usr/bin/stdin-killer 2024-03-26T03:39:36.745 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-26T03:39:36.800 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-03-26T03:39:36.800 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/usr/bin/stdin-killer 2024-03-26T03:39:36.814 DEBUG:teuthology.orchestra.run.smithi069:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-26T03:39:36.869 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-03-26T03:39:36.869 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/usr/bin/stdin-killer 2024-03-26T03:39:36.882 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-26T03:39:36.936 INFO:teuthology.run_tasks:Running task cephadm... 2024-03-26T03:39:37.041 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', 'mons down, quorum', 'is down \\(out of quorum\\)'], 'sha1': 'e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003'} 2024-03-26T03:39:37.042 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 2024-03-26T03:39:37.042 INFO:tasks.cephadm:Cluster fsid is 780a5ade-eb22-11ee-95d0-87774f69a715 2024-03-26T03:39:37.042 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-03-26T03:39:37.042 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.16', 'mon.b': '172.21.15.69', 'mon.c': '172.21.15.204'} 2024-03-26T03:39:37.042 INFO:tasks.cephadm:First mon is mon.a on smithi016 2024-03-26T03:39:37.043 INFO:tasks.cephadm:First mgr is a 2024-03-26T03:39:37.043 INFO:tasks.cephadm:Normalizing hostnames... 2024-03-26T03:39:37.043 DEBUG:teuthology.orchestra.run.smithi016:> sudo hostname $(hostname -s) 2024-03-26T03:39:37.057 DEBUG:teuthology.orchestra.run.smithi069:> sudo hostname $(hostname -s) 2024-03-26T03:39:37.071 DEBUG:teuthology.orchestra.run.smithi204:> sudo hostname $(hostname -s) 2024-03-26T03:39:37.084 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-03-26T03:39:37.085 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 2024-03-26T03:39:37.304 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003', '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/77960/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2475-ge42b8ea3', 'node_name': '172.21.2.2+braggi02', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-2475-ge42b8ea3-1jammy'}, 'url': 'https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-03-26 01:01:13.151654', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk-testing-2024-03-25-1628', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-03-26T03:39:37.444 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-adk-testing-2024-03-25-1628, sha1 e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 2024-03-26T03:39:37.445 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-03-26T03:39:37.446 DEBUG:teuthology.orchestra.run.smithi016:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-26T03:39:38.558 INFO:teuthology.orchestra.run.smithi016.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788768 Mar 26 03:39 /home/ubuntu/cephtest/cephadm 2024-03-26T03:39:38.558 DEBUG:teuthology.orchestra.run.smithi069:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-26T03:39:39.203 INFO:teuthology.orchestra.run.smithi069.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788768 Mar 26 03:39 /home/ubuntu/cephtest/cephadm 2024-03-26T03:39:39.203 DEBUG:teuthology.orchestra.run.smithi204:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-26T03:39:39.832 INFO:teuthology.orchestra.run.smithi204.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788768 Mar 26 03:39 /home/ubuntu/cephtest/cephadm 2024-03-26T03:39:40.218 DEBUG:teuthology.orchestra.run.smithi016:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-26T03:39:40.228 DEBUG:teuthology.orchestra.run.smithi069:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-26T03:39:40.236 DEBUG:teuthology.orchestra.run.smithi204:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-26T03:39:40.260 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 on all hosts... 2024-03-26T03:39:40.260 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 pull 2024-03-26T03:39:40.278 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 pull 2024-03-26T03:39:40.281 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 pull 2024-03-26T03:39:40.447 INFO:teuthology.orchestra.run.smithi069.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003... 2024-03-26T03:39:40.447 INFO:teuthology.orchestra.run.smithi016.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003... 2024-03-26T03:39:40.459 INFO:teuthology.orchestra.run.smithi204.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003... 2024-03-26T03:40:41.894 INFO:teuthology.orchestra.run.smithi204.stdout:{ 2024-03-26T03:40:41.894 INFO:teuthology.orchestra.run.smithi204.stdout: "ceph_version": "ceph version 19.0.0-2475-ge42b8ea3 (e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003) squid (dev)", 2024-03-26T03:40:41.895 INFO:teuthology.orchestra.run.smithi204.stdout: "image_id": "f18c6672b5a35a9268569822301af4f68c7c1f5d599252bb322be37fdc7da354", 2024-03-26T03:40:41.895 INFO:teuthology.orchestra.run.smithi204.stdout: "repo_digests": [ 2024-03-26T03:40:41.895 INFO:teuthology.orchestra.run.smithi204.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:036ff263f269d03295f88ce388558d8d1cbe14b2ee02cd78a973d9f233151717" 2024-03-26T03:40:41.895 INFO:teuthology.orchestra.run.smithi204.stdout: ] 2024-03-26T03:40:41.895 INFO:teuthology.orchestra.run.smithi204.stdout:} 2024-03-26T03:40:46.611 INFO:teuthology.orchestra.run.smithi069.stdout:{ 2024-03-26T03:40:46.611 INFO:teuthology.orchestra.run.smithi069.stdout: "ceph_version": "ceph version 19.0.0-2475-ge42b8ea3 (e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003) squid (dev)", 2024-03-26T03:40:46.611 INFO:teuthology.orchestra.run.smithi069.stdout: "image_id": "f18c6672b5a35a9268569822301af4f68c7c1f5d599252bb322be37fdc7da354", 2024-03-26T03:40:46.611 INFO:teuthology.orchestra.run.smithi069.stdout: "repo_digests": [ 2024-03-26T03:40:46.611 INFO:teuthology.orchestra.run.smithi069.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:036ff263f269d03295f88ce388558d8d1cbe14b2ee02cd78a973d9f233151717" 2024-03-26T03:40:46.612 INFO:teuthology.orchestra.run.smithi069.stdout: ] 2024-03-26T03:40:46.612 INFO:teuthology.orchestra.run.smithi069.stdout:} 2024-03-26T03:40:47.416 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2024-03-26T03:40:47.416 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph_version": "ceph version 19.0.0-2475-ge42b8ea3 (e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003) squid (dev)", 2024-03-26T03:40:47.417 INFO:teuthology.orchestra.run.smithi016.stdout: "image_id": "f18c6672b5a35a9268569822301af4f68c7c1f5d599252bb322be37fdc7da354", 2024-03-26T03:40:47.417 INFO:teuthology.orchestra.run.smithi016.stdout: "repo_digests": [ 2024-03-26T03:40:47.417 INFO:teuthology.orchestra.run.smithi016.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:036ff263f269d03295f88ce388558d8d1cbe14b2ee02cd78a973d9f233151717" 2024-03-26T03:40:47.417 INFO:teuthology.orchestra.run.smithi016.stdout: ] 2024-03-26T03:40:47.417 INFO:teuthology.orchestra.run.smithi016.stdout:} 2024-03-26T03:40:47.453 DEBUG:teuthology.orchestra.run.smithi016:> sudo mkdir -p /etc/ceph 2024-03-26T03:40:47.467 DEBUG:teuthology.orchestra.run.smithi069:> sudo mkdir -p /etc/ceph 2024-03-26T03:40:47.480 DEBUG:teuthology.orchestra.run.smithi204:> sudo mkdir -p /etc/ceph 2024-03-26T03:40:47.495 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod 777 /etc/ceph 2024-03-26T03:40:47.521 DEBUG:teuthology.orchestra.run.smithi069:> sudo chmod 777 /etc/ceph 2024-03-26T03:40:47.534 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod 777 /etc/ceph 2024-03-26T03:40:47.547 INFO:tasks.cephadm:Writing seed config... 2024-03-26T03:40:47.549 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-03-26T03:40:47.549 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-03-26T03:40:47.549 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-03-26T03:40:47.549 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-03-26T03:40:47.549 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-03-26T03:40:47.549 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-03-26T03:40:47.549 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-03-26T03:40:47.549 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-03-26T03:40:47.549 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-03-26T03:40:47.550 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-03-26T03:40:47.550 DEBUG:teuthology.orchestra.run.smithi016:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-03-26T03:40:47.568 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 = 780a5ade-eb22-11ee-95d0-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-26T03:40:47.569 DEBUG:teuthology.orchestra.run.smithi016:mon.a> sudo journalctl -f -n 0 -u ceph-780a5ade-eb22-11ee-95d0-87774f69a715@mon.a.service 2024-03-26T03:40:47.613 DEBUG:teuthology.orchestra.run.smithi016:mgr.a> sudo journalctl -f -n 0 -u ceph-780a5ade-eb22-11ee-95d0-87774f69a715@mgr.a.service 2024-03-26T03:40:47.657 INFO:tasks.cephadm:Bootstrapping... 2024-03-26T03:40:47.657 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 -v bootstrap --fsid 780a5ade-eb22-11ee-95d0-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.16 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-03-26T03:40:47.873 INFO:teuthology.orchestra.run.smithi016.stdout:-------------------------------------------------------------------------------- 2024-03-26T03:40:47.873 INFO:teuthology.orchestra.run.smithi016.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003', '-v', 'bootstrap', '--fsid', '780a5ade-eb22-11ee-95d0-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.16', '--skip-admin-label'] 2024-03-26T03:40:47.874 INFO:teuthology.orchestra.run.smithi016.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-03-26T03:40:47.874 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying podman|docker is present... 2024-03-26T03:40:47.874 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying lvm2 is present... 2024-03-26T03:40:47.874 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying time synchronization is in place... 2024-03-26T03:40:47.880 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-26T03:40:47.880 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-26T03:40:47.884 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-26T03:40:47.884 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2024-03-26T03:40:47.889 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-03-26T03:40:47.889 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-03-26T03:40:47.893 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-03-26T03:40:47.893 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2024-03-26T03:40:47.897 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-03-26T03:40:47.897 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout masked 2024-03-26T03:40:47.900 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-03-26T03:40:47.900 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2024-03-26T03:40:47.904 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-03-26T03:40:47.904 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-03-26T03:40:47.908 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-03-26T03:40:47.908 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2024-03-26T03:40:47.911 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout enabled 2024-03-26T03:40:47.915 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout active 2024-03-26T03:40:47.916 INFO:teuthology.orchestra.run.smithi016.stdout:Unit ntp.service is enabled and running 2024-03-26T03:40:47.916 INFO:teuthology.orchestra.run.smithi016.stdout:Repeating the final host check... 2024-03-26T03:40:47.916 INFO:teuthology.orchestra.run.smithi016.stdout:docker (/usr/bin/docker) is present 2024-03-26T03:40:47.916 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl is present 2024-03-26T03:40:47.916 INFO:teuthology.orchestra.run.smithi016.stdout:lvcreate is present 2024-03-26T03:40:47.919 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-26T03:40:47.919 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-26T03:40:47.923 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-26T03:40:47.923 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2024-03-26T03:40:47.926 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-03-26T03:40:47.926 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-03-26T03:40:47.929 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-03-26T03:40:47.930 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2024-03-26T03:40:47.933 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-03-26T03:40:47.933 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout masked 2024-03-26T03:40:47.937 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-03-26T03:40:47.937 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2024-03-26T03:40:47.940 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-03-26T03:40:47.940 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-03-26T03:40:47.944 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-03-26T03:40:47.944 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2024-03-26T03:40:47.948 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout enabled 2024-03-26T03:40:47.952 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout active 2024-03-26T03:40:47.952 INFO:teuthology.orchestra.run.smithi016.stdout:Unit ntp.service is enabled and running 2024-03-26T03:40:47.952 INFO:teuthology.orchestra.run.smithi016.stdout:Host looks OK 2024-03-26T03:40:47.952 INFO:teuthology.orchestra.run.smithi016.stdout:Cluster fsid: 780a5ade-eb22-11ee-95d0-87774f69a715 2024-03-26T03:40:47.952 INFO:teuthology.orchestra.run.smithi016.stdout:Acquiring lock 140121297659760 on /run/cephadm/780a5ade-eb22-11ee-95d0-87774f69a715.lock 2024-03-26T03:40:47.952 INFO:teuthology.orchestra.run.smithi016.stdout:Lock 140121297659760 acquired on /run/cephadm/780a5ade-eb22-11ee-95d0-87774f69a715.lock 2024-03-26T03:40:47.952 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying IP 172.21.15.16 port 3300 ... 2024-03-26T03:40:47.952 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying IP 172.21.15.16 port 6789 ... 2024-03-26T03:40:47.952 INFO:teuthology.orchestra.run.smithi016.stdout:Base mon IP(s) is [172.21.15.16:3300, 172.21.15.16:6789], mon addrv is [v2:172.21.15.16:3300,v1:172.21.15.16:6789] 2024-03-26T03:40:47.955 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 2024-03-26T03:40:47.955 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-03-26T03:40:47.955 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.16 2024-03-26T03:40:47.957 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-03-26T03:40:47.957 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-03-26T03:40:47.957 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1793sec hoplimit 64 pref medium 2024-03-26T03:40:47.959 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-03-26T03:40:47.959 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-03-26T03:40:47.959 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-26T03:40:47.959 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-03-26T03:40:47.959 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:1564/64 scope link 2024-03-26T03:40:47.959 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-26T03:40:47.960 INFO:teuthology.orchestra.run.smithi016.stdout:Mon IP `172.21.15.16` is in CIDR network `172.21.0.0/20` 2024-03-26T03:40:47.960 INFO:teuthology.orchestra.run.smithi016.stdout:Mon IP `172.21.15.16` is in CIDR network `172.21.0.0/20` 2024-03-26T03:40:47.960 INFO:teuthology.orchestra.run.smithi016.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-03-26T03:40:47.960 INFO:teuthology.orchestra.run.smithi016.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-03-26T03:40:47.961 INFO:teuthology.orchestra.run.smithi016.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003... 2024-03-26T03:40:48.225 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/docker: stdout e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003: Pulling from ceph-ci/ceph 2024-03-26T03:40:48.225 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/docker: stdout Digest: sha256:036ff263f269d03295f88ce388558d8d1cbe14b2ee02cd78a973d9f233151717 2024-03-26T03:40:48.225 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 2024-03-26T03:40:48.226 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 2024-03-26T03:40:49.723 INFO:teuthology.orchestra.run.smithi016.stdout:ceph: stdout ceph version 19.0.0-2475-ge42b8ea3 (e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003) squid (dev) 2024-03-26T03:40:49.723 INFO:teuthology.orchestra.run.smithi016.stdout:Ceph version: ceph version 19.0.0-2475-ge42b8ea3 (e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003) squid (dev) 2024-03-26T03:40:49.723 INFO:teuthology.orchestra.run.smithi016.stdout:Extracting ceph user uid/gid from container image... 2024-03-26T03:40:51.018 INFO:teuthology.orchestra.run.smithi016.stdout:stat: stdout 167 167 2024-03-26T03:40:51.018 INFO:teuthology.orchestra.run.smithi016.stdout:Creating initial keys... 2024-03-26T03:40:52.372 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-authtool: stdout AQDDQwJm4EozMRAAXho8qmsQVSGZhnC82gltVQ== 2024-03-26T03:40:53.585 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-authtool: stdout AQDFQwJmPq5ZBRAAB7KqoHsSPBap01eEc3EZaw== 2024-03-26T03:40:55.065 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-authtool: stdout AQDGQwJmvjrJGhAAzEMvf/ZWGDvuKmrQ+fiBKQ== 2024-03-26T03:40:55.065 INFO:teuthology.orchestra.run.smithi016.stdout:Creating initial monmap... 2024-03-26T03:40:56.354 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-26T03:40:56.354 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-03-26T03:40:56.354 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 780a5ade-eb22-11ee-95d0-87774f69a715 2024-03-26T03:40:56.354 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-26T03:40:56.354 INFO:teuthology.orchestra.run.smithi016.stdout:monmaptool for a [v2:172.21.15.16:3300,v1:172.21.15.16:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-26T03:40:56.355 INFO:teuthology.orchestra.run.smithi016.stdout:setting min_mon_release = quincy 2024-03-26T03:40:56.355 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/monmaptool: set fsid to 780a5ade-eb22-11ee-95d0-87774f69a715 2024-03-26T03:40:56.355 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-26T03:40:56.355 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-03-26T03:40:56.355 INFO:teuthology.orchestra.run.smithi016.stdout:Creating mon... 2024-03-26T03:40:57.635 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-26T03:40:57.635 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 1 imported monmap: 2024-03-26T03:40:57.635 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-03-26T03:40:57.635 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr fsid 780a5ade-eb22-11ee-95d0-87774f69a715 2024-03-26T03:40:57.635 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-03-26T03:40:55.828052+0000 2024-03-26T03:40:57.635 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr created 2024-03-26T03:40:55.828052+0000 2024-03-26T03:40:57.636 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-03-26T03:40:57.636 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-03-26T03:40:57.636 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-03-26T03:40:57.636 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T03:40:57.636 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 0 /usr/bin/ceph-mon: set fsid to 780a5ade-eb22-11ee-95d0-87774f69a715 2024-03-26T03:40:57.636 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: RocksDB version: 7.9.2 2024-03-26T03:40:57.636 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T03:40:57.636 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Git sha 0 2024-03-26T03:40:57.636 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Compile date 2024-03-25 23:25:11 2024-03-26T03:40:57.636 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: DB SUMMARY 2024-03-26T03:40:57.636 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T03:40:57.636 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: DB Session ID: 6X4NWD3C4WWQ126DJEWB 2024-03-26T03:40:57.636 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T03:40:57.636 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-03-26T03:40:57.636 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T03:40:57.637 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-03-26T03:40:57.637 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T03:40:57.637 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.error_if_exists: 0 2024-03-26T03:40:57.637 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.create_if_missing: 1 2024-03-26T03:40:57.637 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.paranoid_checks: 1 2024-03-26T03:40:57.637 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-26T03:40:57.637 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-26T03:40:57.637 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-26T03:40:57.637 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.env: 0x5563edc16c60 2024-03-26T03:40:57.637 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-26T03:40:57.637 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.info_log: 0x5563eef04d60 2024-03-26T03:40:57.637 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-26T03:40:57.637 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.statistics: (nil) 2024-03-26T03:40:57.638 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.use_fsync: 0 2024-03-26T03:40:57.638 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.max_log_file_size: 0 2024-03-26T03:40:57.638 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-26T03:40:57.638 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-26T03:40:57.638 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-26T03:40:57.638 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-26T03:40:57.638 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.allow_fallocate: 1 2024-03-26T03:40:57.638 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-26T03:40:57.638 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-26T03:40:57.639 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.use_direct_reads: 0 2024-03-26T03:40:57.639 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-26T03:40:57.639 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-26T03:40:57.639 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.db_log_dir: 2024-03-26T03:40:57.639 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.wal_dir: 2024-03-26T03:40:57.639 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-26T03:40:57.639 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-26T03:40:57.640 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-26T03:40:57.640 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-26T03:40:57.640 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-26T03:40:57.640 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-26T03:40:57.640 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-26T03:40:57.640 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-26T03:40:57.641 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.write_buffer_manager: 0x5563eeed7360 2024-03-26T03:40:57.641 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-26T03:40:57.641 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-26T03:40:57.641 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-26T03:40:57.641 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-26T03:40:57.641 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-26T03:40:57.641 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-26T03:40:57.641 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-26T03:40:57.641 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-26T03:40:57.641 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.unordered_write: 0 2024-03-26T03:40:57.641 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-26T03:40:57.641 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-26T03:40:57.641 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-26T03:40:57.641 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-26T03:40:57.642 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.row_cache: None 2024-03-26T03:40:57.642 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.wal_filter: None 2024-03-26T03:40:57.642 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-26T03:40:57.642 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-26T03:40:57.642 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.two_write_queues: 0 2024-03-26T03:40:57.642 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-26T03:40:57.642 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.wal_compression: 0 2024-03-26T03:40:57.642 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.atomic_flush: 0 2024-03-26T03:40:57.642 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-26T03:40:57.642 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-26T03:40:57.642 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-26T03:40:57.642 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.log_readahead_size: 0 2024-03-26T03:40:57.643 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-26T03:40:57.643 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-26T03:40:57.643 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-26T03:40:57.643 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-26T03:40:57.643 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-26T03:40:57.643 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-26T03:40:57.643 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-26T03:40:57.643 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.max_background_jobs: 2 2024-03-26T03:40:57.643 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.max_background_compactions: -1 2024-03-26T03:40:57.643 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.max_subcompactions: 1 2024-03-26T03:40:57.643 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-26T03:40:57.643 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-26T03:40:57.643 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-26T03:40:57.643 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-26T03:40:57.643 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-26T03:40:57.644 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-26T03:40:57.644 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-26T03:40:57.644 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-26T03:40:57.644 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.max_open_files: -1 2024-03-26T03:40:57.644 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-26T03:40:57.644 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-26T03:40:57.644 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-26T03:40:57.644 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-26T03:40:57.644 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Options.max_background_flushes: -1 2024-03-26T03:40:57.644 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Compression algorithms supported: 2024-03-26T03:40:57.644 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-26T03:40:57.645 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: kZSTD supported: 0 2024-03-26T03:40:57.645 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: kXpressCompression supported: 0 2024-03-26T03:40:57.645 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-26T03:40:57.645 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: kZlibCompression supported: 1 2024-03-26T03:40:57.645 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: kSnappyCompression supported: 1 2024-03-26T03:40:57.645 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: kLZ4Compression supported: 1 2024-03-26T03:40:57.645 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: kBZip2Compression supported: 0 2024-03-26T03:40:57.645 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-26T03:40:57.645 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-26T03:40:57.645 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.061+0000 7f5f7145bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-03-26T03:40:57.645 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T03:40:57.645 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-03-26T03:40:57.645 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T03:40:57.646 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-26T03:40:57.646 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T03:40:57.646 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-26T03:40:57.646 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.merge_operator: 2024-03-26T03:40:57.646 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.compaction_filter: None 2024-03-26T03:40:57.646 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-26T03:40:57.646 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-26T03:40:57.646 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-26T03:40:57.646 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-26T03:40:57.646 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5563eef04f20) 2024-03-26T03:40:57.646 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-03-26T03:40:57.647 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-03-26T03:40:57.647 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-26T03:40:57.647 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-03-26T03:40:57.647 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-03-26T03:40:57.647 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-03-26T03:40:57.647 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-03-26T03:40:57.647 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-03-26T03:40:57.647 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-03-26T03:40:57.647 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-03-26T03:40:57.647 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x5563eef09090 2024-03-26T03:40:57.647 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-03-26T03:40:57.647 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-03-26T03:40:57.647 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-03-26T03:40:57.647 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-03-26T03:40:57.647 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-03-26T03:40:57.648 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-03-26T03:40:57.648 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-03-26T03:40:57.648 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-03-26T03:40:57.648 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-03-26T03:40:57.648 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-03-26T03:40:57.648 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-03-26T03:40:57.648 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-03-26T03:40:57.648 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-03-26T03:40:57.648 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-03-26T03:40:57.648 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-03-26T03:40:57.648 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-03-26T03:40:57.648 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-03-26T03:40:57.648 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-03-26T03:40:57.649 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-03-26T03:40:57.649 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-03-26T03:40:57.649 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-03-26T03:40:57.649 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-03-26T03:40:57.649 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-03-26T03:40:57.649 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-03-26T03:40:57.649 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-03-26T03:40:57.649 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-03-26T03:40:57.649 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T03:40:57.649 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-26T03:40:57.649 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-26T03:40:57.649 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.compression: NoCompression 2024-03-26T03:40:57.649 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-26T03:40:57.650 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-26T03:40:57.650 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-26T03:40:57.650 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.num_levels: 7 2024-03-26T03:40:57.650 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-26T03:40:57.650 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-26T03:40:57.650 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-26T03:40:57.650 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-26T03:40:57.650 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-26T03:40:57.650 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-26T03:40:57.650 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-26T03:40:57.650 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-26T03:40:57.650 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-26T03:40:57.650 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-26T03:40:57.651 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-26T03:40:57.651 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-26T03:40:57.651 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-26T03:40:57.651 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-26T03:40:57.651 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-26T03:40:57.651 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-26T03:40:57.651 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-26T03:40:57.651 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-26T03:40:57.651 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-26T03:40:57.651 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-26T03:40:57.651 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-26T03:40:57.651 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-26T03:40:57.651 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-26T03:40:57.651 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-26T03:40:57.651 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-26T03:40:57.652 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-26T03:40:57.652 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-26T03:40:57.652 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-26T03:40:57.652 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-26T03:40:57.652 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-26T03:40:57.652 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-26T03:40:57.652 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-26T03:40:57.652 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-26T03:40:57.652 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-26T03:40:57.652 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-26T03:40:57.652 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-26T03:40:57.652 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-26T03:40:57.652 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-26T03:40:57.652 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-26T03:40:57.653 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-26T03:40:57.653 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-26T03:40:57.653 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-26T03:40:57.653 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-26T03:40:57.653 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-26T03:40:57.653 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-26T03:40:57.653 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-26T03:40:57.653 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-26T03:40:57.653 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-26T03:40:57.653 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-26T03:40:57.653 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-26T03:40:57.653 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-26T03:40:57.653 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-26T03:40:57.653 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-26T03:40:57.653 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-03-26T03:40:57.654 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.inplace_update_support: 0 2024-03-26T03:40:57.654 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-26T03:40:57.654 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-26T03:40:57.654 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-26T03:40:57.654 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-26T03:40:57.654 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.bloom_locality: 0 2024-03-26T03:40:57.654 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.max_successive_merges: 0 2024-03-26T03:40:57.654 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-26T03:40:57.654 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-26T03:40:57.654 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-26T03:40:57.654 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-26T03:40:57.654 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.ttl: 2592000 2024-03-26T03:40:57.654 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-26T03:40:57.654 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-26T03:40:57.654 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-26T03:40:57.655 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.enable_blob_files: false 2024-03-26T03:40:57.655 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.min_blob_size: 0 2024-03-26T03:40:57.655 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-26T03:40:57.655 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-26T03:40:57.655 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-26T03:40:57.655 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-26T03:40:57.655 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-26T03:40:57.655 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-26T03:40:57.655 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-26T03:40:57.655 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-26T03:40:57.655 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 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-26T03:40:57.655 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T03:40:57.655 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-03-26T03:40:57.655 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T03:40:57.655 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 835d2b35-7bbf-4659-9f63-2a4bf9b30f59 2024-03-26T03:40:57.656 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T03:40:57.656 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-03-26T03:40:57.656 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T03:40:57.656 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5563eefd2000 2024-03-26T03:40:57.656 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f7145bc80 4 rocksdb: DB pointer 0x5563eefc2000 2024-03-26T03:40:57.656 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f615be700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-26T03:40:57.656 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.065+0000 7f5f615be700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-26T03:40:57.656 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-03-26T03:40:57.656 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-03-26T03:40:57.656 INFO:teuthology.orchestra.run.smithi016.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-26T03:40:57.656 INFO:teuthology.orchestra.run.smithi016.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-26T03:40:57.656 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-26T03:40:57.656 INFO:teuthology.orchestra.run.smithi016.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-26T03:40:57.656 INFO:teuthology.orchestra.run.smithi016.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-26T03:40:57.656 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-26T03:40:57.657 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T03:40:57.657 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-03-26T03:40:57.657 INFO:teuthology.orchestra.run.smithi016.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-26T03:40:57.657 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-26T03:40:57.657 INFO:teuthology.orchestra.run.smithi016.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-26T03:40:57.657 INFO:teuthology.orchestra.run.smithi016.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-26T03:40:57.657 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T03:40:57.657 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-03-26T03:40:57.657 INFO:teuthology.orchestra.run.smithi016.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-26T03:40:57.657 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-26T03:40:57.657 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T03:40:57.657 INFO:teuthology.orchestra.run.smithi016.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-26T03:40:57.657 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T03:40:57.657 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-03-26T03:40:57.658 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-03-26T03:40:57.658 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-03-26T03:40:57.658 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-03-26T03:40:57.658 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-03-26T03:40:57.658 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-03-26T03:40:57.658 INFO:teuthology.orchestra.run.smithi016.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-26T03:40:57.658 INFO:teuthology.orchestra.run.smithi016.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-26T03:40:57.658 INFO:teuthology.orchestra.run.smithi016.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-26T03:40:57.658 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x5563eef09090#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-03-26T03:40:57.658 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-03-26T03:40:57.658 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T03:40:57.658 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-03-26T03:40:57.658 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T03:40:57.658 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.069+0000 7f5f7145bc80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-03-26T03:40:57.659 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.069+0000 7f5f7145bc80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-03-26T03:40:57.659 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:40:57.069+0000 7f5f7145bc80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-03-26T03:40:57.659 INFO:teuthology.orchestra.run.smithi016.stdout:create mon.a on 2024-03-26T03:40:57.892 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-03-26T03:40:58.081 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-03-26T03:40:58.298 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-780a5ade-eb22-11ee-95d0-87774f69a715.target -> /etc/systemd/system/ceph-780a5ade-eb22-11ee-95d0-87774f69a715.target. 2024-03-26T03:40:58.298 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-780a5ade-eb22-11ee-95d0-87774f69a715.target -> /etc/systemd/system/ceph-780a5ade-eb22-11ee-95d0-87774f69a715.target. 2024-03-26T03:40:58.561 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-780a5ade-eb22-11ee-95d0-87774f69a715@mon.a 2024-03-26T03:40:58.561 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to reset failed state of unit ceph-780a5ade-eb22-11ee-95d0-87774f69a715@mon.a.service: Unit ceph-780a5ade-eb22-11ee-95d0-87774f69a715@mon.a.service not loaded. 2024-03-26T03:40:58.748 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-780a5ade-eb22-11ee-95d0-87774f69a715.target.wants/ceph-780a5ade-eb22-11ee-95d0-87774f69a715@mon.a.service -> /etc/systemd/system/ceph-780a5ade-eb22-11ee-95d0-87774f69a715@.service. 2024-03-26T03:40:58.758 INFO:teuthology.orchestra.run.smithi016.stdout:firewalld does not appear to be present 2024-03-26T03:40:58.758 INFO:teuthology.orchestra.run.smithi016.stdout:Not possible to enable service . firewalld.service is not available 2024-03-26T03:40:58.759 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for mon to start... 2024-03-26T03:40:58.759 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for mon... 2024-03-26T03:41:00.278 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:00 smithi016 bash[20948]: cluster 2024-03-26T03:40:59.994314+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-26T03:41:00.853 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout cluster: 2024-03-26T03:41:00.853 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout id: 780a5ade-eb22-11ee-95d0-87774f69a715 2024-03-26T03:41:00.853 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-03-26T03:41:00.853 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-03-26T03:41:00.853 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout services: 2024-03-26T03:41:00.853 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.275297s) 2024-03-26T03:41:00.853 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-03-26T03:41:00.853 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-03-26T03:41:00.853 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-03-26T03:41:00.854 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout data: 2024-03-26T03:41:00.854 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-03-26T03:41:00.854 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-03-26T03:41:00.854 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-03-26T03:41:00.854 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout pgs: 2024-03-26T03:41:00.854 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-03-26T03:41:00.854 INFO:teuthology.orchestra.run.smithi016.stdout:mon is available 2024-03-26T03:41:00.854 INFO:teuthology.orchestra.run.smithi016.stdout:Assimilating anything we can from ceph.conf... 2024-03-26T03:41:01.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:01 smithi016 bash[20948]: cluster 2024-03-26T03:40:59.997237+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-26T03:41:01.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:01 smithi016 bash[20948]: cluster 2024-03-26T03:40:59.997364+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-03-26T03:41:01.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:01 smithi016 bash[20948]: cluster 2024-03-26T03:40:59.997375+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 780a5ade-eb22-11ee-95d0-87774f69a715 2024-03-26T03:41:01.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:01 smithi016 bash[20948]: cluster 2024-03-26T03:40:59.997383+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-03-26T03:40:55.828052+0000 2024-03-26T03:41:01.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:01 smithi016 bash[20948]: cluster 2024-03-26T03:40:59.997391+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-03-26T03:40:55.828052+0000 2024-03-26T03:41:01.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:01 smithi016 bash[20948]: cluster 2024-03-26T03:40:59.997400+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T03:41:01.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:01 smithi016 bash[20948]: cluster 2024-03-26T03:40:59.997409+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-03-26T03:41:01.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:01 smithi016 bash[20948]: cluster 2024-03-26T03:40:59.997416+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-03-26T03:41:01.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:01 smithi016 bash[20948]: cluster 2024-03-26T03:40:59.999332+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-03-26T03:41:01.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:01 smithi016 bash[20948]: cluster 2024-03-26T03:41:00.001332+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-03-26T03:41:01.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:01 smithi016 bash[20948]: cluster 2024-03-26T03:41:00.001782+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-03-26T03:41:01.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:01 smithi016 bash[20948]: audit 2024-03-26T03:41:00.272470+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.16:0/447053669' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-03-26T03:41:02.279 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:02 smithi016 bash[20948]: audit 2024-03-26T03:41:01.964394+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.16:0/842965054' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-26T03:41:02.279 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:02 smithi016 bash[20948]: audit 2024-03-26T03:41:01.968348+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.16:0/842965054' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-26T03:41:02.583 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-03-26T03:41:02.583 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout [global] 2024-03-26T03:41:02.583 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout fsid = 780a5ade-eb22-11ee-95d0-87774f69a715 2024-03-26T03:41:02.583 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.16:3300,v1:172.21.15.16:6789] 2024-03-26T03:41:02.583 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-26T03:41:02.583 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-26T03:41:02.583 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-26T03:41:02.583 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-26T03:41:02.584 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-03-26T03:41:02.584 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-26T03:41:02.584 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-03-26T03:41:02.584 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-26T03:41:02.584 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-03-26T03:41:02.584 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout [osd] 2024-03-26T03:41:02.584 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-26T03:41:02.585 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-26T03:41:02.585 INFO:teuthology.orchestra.run.smithi016.stdout:Generating new minimal ceph.conf... 2024-03-26T03:41:04.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:03 smithi016 bash[20948]: audit 2024-03-26T03:41:03.588017+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.16:0/4270622354' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:41:04.162 INFO:teuthology.orchestra.run.smithi016.stdout:Restarting the monitor... 2024-03-26T03:41:04.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:04 smithi016 systemd[1]: Stopping Ceph mon.a for 780a5ade-eb22-11ee-95d0-87774f69a715... 2024-03-26T03:41:04.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:04 smithi016 bash[20948]: debug 2024-03-26T03:41:04.313+0000 7fc7d8922700 -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-26T03:41:04.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:04 smithi016 bash[20948]: debug 2024-03-26T03:41:04.313+0000 7fc7d8922700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-03-26T03:41:05.111 INFO:teuthology.orchestra.run.smithi016.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-03-26T03:41:05.278 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:04 smithi016 bash[21332]: ceph-780a5ade-eb22-11ee-95d0-87774f69a715-mon-a 2024-03-26T03:41:05.278 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:05 smithi016 bash[21392]: Error response from daemon: No such container: ceph-780a5ade-eb22-11ee-95d0-87774f69a715-mon-a 2024-03-26T03:41:05.279 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:05 smithi016 systemd[1]: ceph-780a5ade-eb22-11ee-95d0-87774f69a715@mon.a.service: Deactivated successfully. 2024-03-26T03:41:05.279 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:05 smithi016 systemd[1]: Stopped Ceph mon.a for 780a5ade-eb22-11ee-95d0-87774f69a715. 2024-03-26T03:41:05.279 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:05 smithi016 systemd[1]: Started Ceph mon.a for 780a5ade-eb22-11ee-95d0-87774f69a715. 2024-03-26T03:41:06.446 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.213+0000 7f1e21646c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-26T03:41:06.446 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.213+0000 7f1e21646c80 0 ceph version 19.0.0-2475-ge42b8ea3 (e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003) squid (dev), process ceph-mon, pid 7 2024-03-26T03:41:06.446 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.213+0000 7f1e21646c80 0 pidfile_write: ignore empty --pid-file 2024-03-26T03:41:06.446 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 0 load: jerasure load: lrc 2024-03-26T03:41:06.446 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: RocksDB version: 7.9.2 2024-03-26T03:41:06.446 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Git sha 0 2024-03-26T03:41:06.446 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Compile date 2024-03-25 23:25:11 2024-03-26T03:41:06.447 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: DB SUMMARY 2024-03-26T03:41:06.447 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: DB Session ID: 84WZ4HJARF308QRVWKWV 2024-03-26T03:41:06.447 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: CURRENT file: CURRENT 2024-03-26T03:41:06.447 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: IDENTITY file: IDENTITY 2024-03-26T03:41:06.447 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-03-26T03:41:06.447 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-03-26T03:41:06.447 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 89085 ; 2024-03-26T03:41:06.447 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.error_if_exists: 0 2024-03-26T03:41:06.447 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.create_if_missing: 0 2024-03-26T03:41:06.447 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.paranoid_checks: 1 2024-03-26T03:41:06.447 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-26T03:41:06.447 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-26T03:41:06.447 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-26T03:41:06.448 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.env: 0x564ebfe84c60 2024-03-26T03:41:06.448 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-26T03:41:06.448 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.info_log: 0x564ec1d23b20 2024-03-26T03:41:06.448 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-26T03:41:06.448 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.statistics: (nil) 2024-03-26T03:41:06.448 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.use_fsync: 0 2024-03-26T03:41:06.448 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.max_log_file_size: 0 2024-03-26T03:41:06.448 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-26T03:41:06.448 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-26T03:41:06.448 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-26T03:41:06.448 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-26T03:41:06.448 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.allow_fallocate: 1 2024-03-26T03:41:06.449 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-26T03:41:06.449 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-26T03:41:06.449 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.use_direct_reads: 0 2024-03-26T03:41:06.449 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-26T03:41:06.449 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-26T03:41:06.449 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.db_log_dir: 2024-03-26T03:41:06.449 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.wal_dir: 2024-03-26T03:41:06.449 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-26T03:41:06.449 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-26T03:41:06.449 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-26T03:41:06.449 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-26T03:41:06.449 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-26T03:41:06.449 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-26T03:41:06.449 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-26T03:41:06.449 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-26T03:41:06.450 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.write_buffer_manager: 0x564ec1cf41e0 2024-03-26T03:41:06.450 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-26T03:41:06.450 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-26T03:41:06.450 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-26T03:41:06.450 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-26T03:41:06.450 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-26T03:41:06.450 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-26T03:41:06.450 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-26T03:41:06.450 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-26T03:41:06.450 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.unordered_write: 0 2024-03-26T03:41:06.450 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-26T03:41:06.450 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-26T03:41:06.450 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-26T03:41:06.450 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-26T03:41:06.450 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.row_cache: None 2024-03-26T03:41:06.451 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.wal_filter: None 2024-03-26T03:41:06.451 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-26T03:41:06.451 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-26T03:41:06.451 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.two_write_queues: 0 2024-03-26T03:41:06.451 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-26T03:41:06.451 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.wal_compression: 0 2024-03-26T03:41:06.451 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.atomic_flush: 0 2024-03-26T03:41:06.451 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-26T03:41:06.451 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-26T03:41:06.451 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-26T03:41:06.451 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.log_readahead_size: 0 2024-03-26T03:41:06.451 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-26T03:41:06.451 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-26T03:41:06.451 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-26T03:41:06.452 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-26T03:41:06.452 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-26T03:41:06.452 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-26T03:41:06.452 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-26T03:41:06.452 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.max_background_jobs: 2 2024-03-26T03:41:06.452 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.max_background_compactions: -1 2024-03-26T03:41:06.454 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.max_subcompactions: 1 2024-03-26T03:41:06.454 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-26T03:41:06.454 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-26T03:41:06.454 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-26T03:41:06.454 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-26T03:41:06.454 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-26T03:41:06.454 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-26T03:41:06.454 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-26T03:41:06.454 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-26T03:41:06.454 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.max_open_files: -1 2024-03-26T03:41:06.455 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-26T03:41:06.455 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-26T03:41:06.455 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-26T03:41:06.455 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-26T03:41:06.455 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.max_background_flushes: -1 2024-03-26T03:41:06.455 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Compression algorithms supported: 2024-03-26T03:41:06.455 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-26T03:41:06.455 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: kZSTD supported: 0 2024-03-26T03:41:06.455 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: kXpressCompression supported: 0 2024-03-26T03:41:06.455 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-26T03:41:06.455 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: kZlibCompression supported: 1 2024-03-26T03:41:06.455 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: kSnappyCompression supported: 1 2024-03-26T03:41:06.455 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: kLZ4Compression supported: 1 2024-03-26T03:41:06.455 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: kBZip2Compression supported: 0 2024-03-26T03:41:06.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-26T03:41:06.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-26T03:41:06.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-03-26T03:41:06.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-26T03:41:06.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-26T03:41:06.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.merge_operator: 2024-03-26T03:41:06.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.compaction_filter: None 2024-03-26T03:41:06.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-26T03:41:06.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-26T03:41:06.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-26T03:41:06.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-26T03:41:06.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x564ec1d23d00) 2024-03-26T03:41:06.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: cache_index_and_filter_blocks: 1 2024-03-26T03:41:06.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-26T03:41:06.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-26T03:41:06.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: pin_top_level_index_and_filter: 1 2024-03-26T03:41:06.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: index_type: 0 2024-03-26T03:41:06.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: data_block_index_type: 0 2024-03-26T03:41:06.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: index_shortening: 1 2024-03-26T03:41:06.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: data_block_hash_table_util_ratio: 0.750000 2024-03-26T03:41:06.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: checksum: 4 2024-03-26T03:41:06.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: no_block_cache: 0 2024-03-26T03:41:06.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: block_cache: 0x564ec1d25090 2024-03-26T03:41:06.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: block_cache_name: BinnedLRUCache 2024-03-26T03:41:06.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: block_cache_options: 2024-03-26T03:41:06.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: capacity : 536870912 2024-03-26T03:41:06.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: num_shard_bits : 4 2024-03-26T03:41:06.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: strict_capacity_limit : 0 2024-03-26T03:41:06.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: high_pri_pool_ratio: 0.000 2024-03-26T03:41:06.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: block_cache_compressed: (nil) 2024-03-26T03:41:06.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: persistent_cache: (nil) 2024-03-26T03:41:06.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: block_size: 4096 2024-03-26T03:41:06.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: block_size_deviation: 10 2024-03-26T03:41:06.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: block_restart_interval: 16 2024-03-26T03:41:06.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: index_block_restart_interval: 1 2024-03-26T03:41:06.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: metadata_block_size: 4096 2024-03-26T03:41:06.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: partition_filters: 0 2024-03-26T03:41:06.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: use_delta_encoding: 1 2024-03-26T03:41:06.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: filter_policy: bloomfilter 2024-03-26T03:41:06.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: whole_key_filtering: 1 2024-03-26T03:41:06.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: verify_compression: 0 2024-03-26T03:41:06.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: read_amp_bytes_per_bit: 0 2024-03-26T03:41:06.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: format_version: 5 2024-03-26T03:41:06.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: enable_index_compression: 1 2024-03-26T03:41:06.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: block_align: 0 2024-03-26T03:41:06.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: max_auto_readahead_size: 262144 2024-03-26T03:41:06.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: prepopulate_block_cache: 0 2024-03-26T03:41:06.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: initial_auto_readahead_size: 8192 2024-03-26T03:41:06.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: num_file_reads_for_auto_readahead: 2 2024-03-26T03:41:06.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-26T03:41:06.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-26T03:41:06.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.compression: NoCompression 2024-03-26T03:41:06.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-26T03:41:06.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-26T03:41:06.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-26T03:41:06.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.num_levels: 7 2024-03-26T03:41:06.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-26T03:41:06.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-26T03:41:06.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-26T03:41:06.460 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-26T03:41:06.460 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-26T03:41:06.460 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-26T03:41:06.460 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-26T03:41:06.460 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-26T03:41:06.460 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-26T03:41:06.460 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-26T03:41:06.460 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-26T03:41:06.460 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-26T03:41:06.460 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-26T03:41:06.460 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-26T03:41:06.460 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-26T03:41:06.460 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-26T03:41:06.460 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-26T03:41:06.460 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-26T03:41:06.461 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-26T03:41:06.461 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-26T03:41:06.461 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-26T03:41:06.461 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-26T03:41:06.461 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-26T03:41:06.461 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-26T03:41:06.461 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-26T03:41:06.461 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-26T03:41:06.461 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-26T03:41:06.461 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-26T03:41:06.461 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-26T03:41:06.461 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-26T03:41:06.461 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-26T03:41:06.461 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-26T03:41:06.461 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-26T03:41:06.461 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-26T03:41:06.462 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-26T03:41:06.462 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-26T03:41:06.462 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-26T03:41:06.462 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-26T03:41:06.462 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-26T03:41:06.462 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-26T03:41:06.462 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-26T03:41:06.462 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-26T03:41:06.462 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-26T03:41:06.462 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-26T03:41:06.462 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-26T03:41:06.462 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-26T03:41:06.462 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-26T03:41:06.462 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-26T03:41:06.463 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-26T03:41:06.463 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-26T03:41:06.463 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-26T03:41:06.463 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-26T03:41:06.463 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-26T03:41:06.463 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-03-26T03:41:06.463 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.inplace_update_support: 0 2024-03-26T03:41:06.463 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-26T03:41:06.463 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-26T03:41:06.463 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-26T03:41:06.463 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-26T03:41:06.463 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.bloom_locality: 0 2024-03-26T03:41:06.463 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.max_successive_merges: 0 2024-03-26T03:41:06.463 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-26T03:41:06.464 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-26T03:41:06.464 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-26T03:41:06.464 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-26T03:41:06.464 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.ttl: 2592000 2024-03-26T03:41:06.464 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-26T03:41:06.464 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-26T03:41:06.464 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-26T03:41:06.464 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.enable_blob_files: false 2024-03-26T03:41:06.464 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.min_blob_size: 0 2024-03-26T03:41:06.464 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-26T03:41:06.464 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-26T03:41:06.464 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-26T03:41:06.464 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-26T03:41:06.464 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-26T03:41:06.465 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-26T03:41:06.465 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-26T03:41:06.465 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-26T03:41:06.465 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 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-26T03:41:06.465 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-03-26T03:41:06.465 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 835d2b35-7bbf-4659-9f63-2a4bf9b30f59 2024-03-26T03:41:06.465 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711424466221245, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-03-26T03:41:06.465 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.217+0000 7f1e21646c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-03-26T03:41:06.465 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.221+0000 7f1e21646c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711424466222287, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85702, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 258, "table_properties": {"data_size": 83849, "index_size": 237, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10201, "raw_average_key_size": 47, "raw_value_size": 78056, "raw_average_value_size": 359, "num_data_blocks": 11, "num_entries": 217, "num_filter_entries": 217, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1711424466, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "835d2b35-7bbf-4659-9f63-2a4bf9b30f59", "db_session_id": "84WZ4HJARF308QRVWKWV", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-03-26T03:41:06.465 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.221+0000 7f1e21646c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711424466222390, "job": 1, "event": "recovery_finished"} 2024-03-26T03:41:06.465 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.221+0000 7f1e21646c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-03-26T03:41:06.465 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.221+0000 7f1e21646c80 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-26T03:41:06.465 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.221+0000 7f1e21646c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x564ec1e18000 2024-03-26T03:41:06.465 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.221+0000 7f1e21646c80 4 rocksdb: DB pointer 0x564ec1e02000 2024-03-26T03:41:06.466 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.221+0000 7f1e0fda1700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-26T03:41:06.466 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.221+0000 7f1e0fda1700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-26T03:41:06.466 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: ** DB Stats ** 2024-03-26T03:41:06.466 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-26T03:41:06.466 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: 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-26T03:41:06.466 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-26T03:41:06.466 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-26T03:41:06.466 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: 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-26T03:41:06.466 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-26T03:41:06.466 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-26T03:41:06.466 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: ** Compaction Stats [default] ** 2024-03-26T03:41:06.466 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: 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-26T03:41:06.466 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-26T03:41:06.466 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: L0 2/0 85.55 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 132.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-26T03:41:06.466 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: Sum 2/0 85.55 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 132.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-26T03:41:06.467 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 132.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-26T03:41:06.467 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: ** Compaction Stats [default] ** 2024-03-26T03:41:06.467 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: 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-26T03:41:06.467 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-26T03:41:06.467 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 132.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-26T03:41:06.467 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-26T03:41:06.467 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-26T03:41:06.467 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-26T03:41:06.467 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-26T03:41:06.467 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: AddFile(Total Files): cumulative 0, interval 0 2024-03-26T03:41:06.467 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-26T03:41:06.467 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: AddFile(Keys): cumulative 0, interval 0 2024-03-26T03:41:06.467 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: Cumulative compaction: 0.00 GB write, 22.96 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-26T03:41:06.467 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: Interval compaction: 0.00 GB write, 22.96 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-26T03:41:06.467 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: 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-26T03:41:06.468 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: Block cache BinnedLRUCache@0x564ec1d25090#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-03-26T03:41:06.468 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-03-26T03:41:06.468 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: ** File Read Latency Histogram By Level [default] ** 2024-03-26T03:41:06.468 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.221+0000 7f1e21646c80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] at bind addrs [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 780a5ade-eb22-11ee-95d0-87774f69a715 2024-03-26T03:41:06.468 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.221+0000 7f1e21646c80 1 mon.a@-1(???) e1 preinit fsid 780a5ade-eb22-11ee-95d0-87774f69a715 2024-03-26T03:41:06.468 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.221+0000 7f1e21646c80 0 mon.a@-1(???).mds e1 new map 2024-03-26T03:41:06.468 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.221+0000 7f1e21646c80 0 mon.a@-1(???).mds e1 print_map 2024-03-26T03:41:06.468 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: e1 2024-03-26T03:41:06.468 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-26T03:41:06.468 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-03-26T03:41:06.468 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: legacy client fscid: -1 2024-03-26T03:41:06.468 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: 2024-03-26T03:41:06.468 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: No filesystems configured 2024-03-26T03:41:06.468 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.221+0000 7f1e21646c80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-26T03:41:06.469 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.221+0000 7f1e21646c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-26T03:41:06.469 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.221+0000 7f1e21646c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-26T03:41:06.469 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.221+0000 7f1e21646c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-26T03:41:06.469 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: debug 2024-03-26T03:41:06.225+0000 7f1e21646c80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-03-26T03:41:06.469 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: cluster 2024-03-26T03:41:06.229425+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-26T03:41:06.469 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: cluster 2024-03-26T03:41:06.229496+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-03-26T03:41:06.469 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: cluster 2024-03-26T03:41:06.229514+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 780a5ade-eb22-11ee-95d0-87774f69a715 2024-03-26T03:41:06.469 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: cluster 2024-03-26T03:41:06.229523+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-03-26T03:40:55.828052+0000 2024-03-26T03:41:06.469 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: cluster 2024-03-26T03:41:06.229530+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-03-26T03:40:55.828052+0000 2024-03-26T03:41:06.469 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: cluster 2024-03-26T03:41:06.229539+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T03:41:06.469 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: cluster 2024-03-26T03:41:06.229548+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-03-26T03:41:06.469 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: cluster 2024-03-26T03:41:06.229555+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-03-26T03:41:06.469 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: cluster 2024-03-26T03:41:06.230023+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-03-26T03:41:06.469 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: cluster 2024-03-26T03:41:06.230048+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-03-26T03:41:06.469 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:06 smithi016 bash[21432]: cluster 2024-03-26T03:41:06.230344+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-03-26T03:41:07.040 INFO:teuthology.orchestra.run.smithi016.stdout:Wrote config to /etc/ceph/ceph.conf 2024-03-26T03:41:07.065 INFO:teuthology.orchestra.run.smithi016.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-03-26T03:41:07.065 INFO:teuthology.orchestra.run.smithi016.stdout:Creating mgr... 2024-03-26T03:41:07.066 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying port 0.0.0.0:9283 ... 2024-03-26T03:41:07.066 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying port 0.0.0.0:8765 ... 2024-03-26T03:41:07.375 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-780a5ade-eb22-11ee-95d0-87774f69a715@mgr.a 2024-03-26T03:41:07.376 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to reset failed state of unit ceph-780a5ade-eb22-11ee-95d0-87774f69a715@mgr.a.service: Unit ceph-780a5ade-eb22-11ee-95d0-87774f69a715@mgr.a.service not loaded. 2024-03-26T03:41:07.430 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:07 smithi016 systemd[1]: /etc/systemd/system/ceph-780a5ade-eb22-11ee-95d0-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-26T03:41:07.568 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-780a5ade-eb22-11ee-95d0-87774f69a715.target.wants/ceph-780a5ade-eb22-11ee-95d0-87774f69a715@mgr.a.service -> /etc/systemd/system/ceph-780a5ade-eb22-11ee-95d0-87774f69a715@.service. 2024-03-26T03:41:07.578 INFO:teuthology.orchestra.run.smithi016.stdout:firewalld does not appear to be present 2024-03-26T03:41:07.578 INFO:teuthology.orchestra.run.smithi016.stdout:Not possible to enable service . firewalld.service is not available 2024-03-26T03:41:07.578 INFO:teuthology.orchestra.run.smithi016.stdout:firewalld does not appear to be present 2024-03-26T03:41:07.578 INFO:teuthology.orchestra.run.smithi016.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-03-26T03:41:07.578 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for mgr to start... 2024-03-26T03:41:07.578 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for mgr... 2024-03-26T03:41:07.779 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:07 smithi016 systemd[1]: Started Ceph mgr.a for 780a5ade-eb22-11ee-95d0-87774f69a715. 2024-03-26T03:41:07.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:07 smithi016 bash[21432]: audit 2024-03-26T03:41:06.432103+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.16:0/4115796551' entity='client.admin' 2024-03-26T03:41:07.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:07 smithi016 systemd[1]: /etc/systemd/system/ceph-780a5ade-eb22-11ee-95d0-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-26T03:41:09.266 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:09 smithi016 bash[21688]: debug 2024-03-26T03:41:09.013+0000 7f2764a17200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-26T03:41:09.267 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:09 smithi016 bash[21432]: audit 2024-03-26T03:41:09.049578+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.16:0/4076100428' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-26T03:41:09.695 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-03-26T03:41:09.695 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout { 2024-03-26T03:41:09.696 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsid": "780a5ade-eb22-11ee-95d0-87774f69a715", 2024-03-26T03:41:09.696 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "health": { 2024-03-26T03:41:09.696 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-26T03:41:09.696 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-26T03:41:09.696 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-26T03:41:09.696 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:41:09.696 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-26T03:41:09.696 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-26T03:41:09.696 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 0 2024-03-26T03:41:09.696 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-03-26T03:41:09.696 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-26T03:41:09.696 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "a" 2024-03-26T03:41:09.696 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-03-26T03:41:09.696 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-03-26T03:41:09.696 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-26T03:41:09.697 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T03:41:09.697 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-26T03:41:09.697 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-26T03:41:09.697 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:41:09.697 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-26T03:41:09.697 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T03:41:09.697 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-26T03:41:09.697 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-26T03:41:09.697 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-26T03:41:09.697 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-26T03:41:09.697 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-26T03:41:09.697 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-26T03:41:09.697 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:41:09.697 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-26T03:41:09.697 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-26T03:41:09.698 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-26T03:41:09.698 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-26T03:41:09.698 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-26T03:41:09.698 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-26T03:41:09.698 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-26T03:41:09.698 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-26T03:41:09.698 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-26T03:41:09.698 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:41:09.698 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-26T03:41:09.698 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T03:41:09.698 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-26T03:41:09.698 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-26T03:41:09.698 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:41:09.698 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-26T03:41:09.699 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-26T03:41:09.699 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-26T03:41:09.699 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-26T03:41:09.699 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-26T03:41:09.699 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-26T03:41:09.699 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "restful" 2024-03-26T03:41:09.699 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-03-26T03:41:09.699 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-26T03:41:09.699 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:41:09.699 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-26T03:41:09.699 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T03:41:09.699 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modified": "2024-03-26T03:40:59.998477+0000", 2024-03-26T03:41:09.699 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-26T03:41:09.699 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:41:09.699 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-26T03:41:09.699 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout } 2024-03-26T03:41:09.700 INFO:teuthology.orchestra.run.smithi016.stdout:mgr not available, waiting (1/15)... 2024-03-26T03:41:11.001 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:10 smithi016 bash[21688]: debug 2024-03-26T03:41:10.645+0000 7f2764a17200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-26T03:41:11.002 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:10 smithi016 bash[21688]: debug 2024-03-26T03:41:10.745+0000 7f2764a17200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-26T03:41:11.002 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:11 smithi016 bash[21688]: debug 2024-03-26T03:41:11.001+0000 7f2764a17200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-26T03:41:12.029 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:11 smithi016 bash[21688]: debug 2024-03-26T03:41:11.829+0000 7f2764a17200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-26T03:41:12.029 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:11 smithi016 bash[21688]: debug 2024-03-26T03:41:11.941+0000 7f2764a17200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-26T03:41:12.413 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:12 smithi016 bash[21688]: debug 2024-03-26T03:41:12.049+0000 7f2764a17200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-26T03:41:12.778 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:12 smithi016 bash[21688]: debug 2024-03-26T03:41:12.413+0000 7f2764a17200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-26T03:41:12.779 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:12 smithi016 bash[21688]: debug 2024-03-26T03:41:12.529+0000 7f2764a17200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-26T03:41:12.779 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:12 smithi016 bash[21688]: debug 2024-03-26T03:41:12.633+0000 7f2764a17200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-26T03:41:13.258 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:12 smithi016 bash[21432]: audit 2024-03-26T03:41:12.914686+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.16:0/3892722178' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-26T03:41:13.258 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:13 smithi016 bash[21688]: debug 2024-03-26T03:41:13.005+0000 7f2764a17200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-26T03:41:13.505 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-03-26T03:41:13.506 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout { 2024-03-26T03:41:13.506 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsid": "780a5ade-eb22-11ee-95d0-87774f69a715", 2024-03-26T03:41:13.506 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "health": { 2024-03-26T03:41:13.506 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-26T03:41:13.506 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-26T03:41:13.506 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-26T03:41:13.506 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:41:13.506 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-26T03:41:13.506 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-26T03:41:13.506 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 0 2024-03-26T03:41:13.506 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-03-26T03:41:13.507 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-26T03:41:13.507 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "a" 2024-03-26T03:41:13.507 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-03-26T03:41:13.508 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-03-26T03:41:13.508 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-26T03:41:13.509 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T03:41:13.509 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-26T03:41:13.509 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-26T03:41:13.509 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:41:13.509 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-26T03:41:13.509 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T03:41:13.509 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-26T03:41:13.509 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-26T03:41:13.509 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-26T03:41:13.509 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-26T03:41:13.509 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-26T03:41:13.510 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-26T03:41:13.513 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:41:13.513 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-26T03:41:13.513 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-26T03:41:13.513 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-26T03:41:13.513 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-26T03:41:13.513 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-26T03:41:13.514 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-26T03:41:13.514 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-26T03:41:13.514 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-26T03:41:13.514 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-26T03:41:13.514 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:41:13.514 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-26T03:41:13.514 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T03:41:13.514 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-26T03:41:13.514 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-26T03:41:13.514 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:41:13.514 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-26T03:41:13.515 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-26T03:41:13.515 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-26T03:41:13.515 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-26T03:41:13.515 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-26T03:41:13.515 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-26T03:41:13.515 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "restful" 2024-03-26T03:41:13.515 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-03-26T03:41:13.515 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-26T03:41:13.515 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:41:13.515 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-26T03:41:13.515 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T03:41:13.515 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modified": "2024-03-26T03:40:59.998477+0000", 2024-03-26T03:41:13.515 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-26T03:41:13.515 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:41:13.515 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-26T03:41:13.515 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout } 2024-03-26T03:41:13.516 INFO:teuthology.orchestra.run.smithi016.stdout:mgr not available, waiting (2/15)... 2024-03-26T03:41:13.779 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:13 smithi016 bash[21688]: debug 2024-03-26T03:41:13.257+0000 7f2764a17200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-26T03:41:13.779 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:13 smithi016 bash[21688]: debug 2024-03-26T03:41:13.524+0000 7f2764a17200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-26T03:41:13.779 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:13 smithi016 bash[21688]: debug 2024-03-26T03:41:13.640+0000 7f2764a17200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-26T03:41:14.279 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:13 smithi016 bash[21688]: debug 2024-03-26T03:41:13.924+0000 7f2764a17200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-26T03:41:14.713 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:14 smithi016 bash[21688]: debug 2024-03-26T03:41:14.344+0000 7f2764a17200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-26T03:41:14.714 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:14 smithi016 bash[21688]: debug 2024-03-26T03:41:14.588+0000 7f2764a17200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-26T03:41:14.970 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:14 smithi016 bash[21688]: debug 2024-03-26T03:41:14.712+0000 7f2764a17200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-26T03:41:15.279 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:14 smithi016 bash[21688]: debug 2024-03-26T03:41:14.968+0000 7f2764a17200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-26T03:41:16.277 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:16 smithi016 bash[21688]: debug 2024-03-26T03:41:16.004+0000 7f2764a17200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-26T03:41:16.277 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:16 smithi016 bash[21688]: debug 2024-03-26T03:41:16.124+0000 7f2764a17200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-26T03:41:16.529 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:16 smithi016 bash[21688]: debug 2024-03-26T03:41:16.432+0000 7f2764a17200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-26T03:41:16.815 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:16 smithi016 bash[21432]: audit 2024-03-26T03:41:16.610811+0000 mon.a (mon.0) 15 : audit [DBG] from='client.? 172.21.15.16:0/3085843052' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-26T03:41:16.816 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:16 smithi016 bash[21688]: debug 2024-03-26T03:41:16.560+0000 7f2764a17200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-26T03:41:17.161 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:17 smithi016 bash[21688]: debug 2024-03-26T03:41:17.032+0000 7f2764a17200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-26T03:41:17.178 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-03-26T03:41:17.178 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout { 2024-03-26T03:41:17.178 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsid": "780a5ade-eb22-11ee-95d0-87774f69a715", 2024-03-26T03:41:17.178 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "health": { 2024-03-26T03:41:17.178 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-26T03:41:17.178 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-26T03:41:17.178 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-26T03:41:17.178 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:41:17.179 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-26T03:41:17.179 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-26T03:41:17.179 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 0 2024-03-26T03:41:17.179 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-03-26T03:41:17.179 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-26T03:41:17.179 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "a" 2024-03-26T03:41:17.179 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-03-26T03:41:17.179 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-03-26T03:41:17.179 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-26T03:41:17.179 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T03:41:17.179 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-26T03:41:17.179 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-26T03:41:17.179 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:41:17.179 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-26T03:41:17.179 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T03:41:17.179 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-26T03:41:17.180 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-26T03:41:17.180 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-26T03:41:17.180 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-26T03:41:17.180 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-26T03:41:17.180 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-26T03:41:17.183 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:41:17.183 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-26T03:41:17.183 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-26T03:41:17.183 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-26T03:41:17.183 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-26T03:41:17.183 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-26T03:41:17.183 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-26T03:41:17.183 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-26T03:41:17.183 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-26T03:41:17.184 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-26T03:41:17.184 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:41:17.184 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-26T03:41:17.184 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T03:41:17.184 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-26T03:41:17.184 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-26T03:41:17.184 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:41:17.184 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-26T03:41:17.184 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-26T03:41:17.184 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-26T03:41:17.184 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-26T03:41:17.184 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-26T03:41:17.184 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-26T03:41:17.184 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "restful" 2024-03-26T03:41:17.184 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-03-26T03:41:17.184 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-26T03:41:17.184 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:41:17.185 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-26T03:41:17.185 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T03:41:17.185 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modified": "2024-03-26T03:40:59.998477+0000", 2024-03-26T03:41:17.185 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-26T03:41:17.185 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:41:17.185 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-26T03:41:17.185 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout } 2024-03-26T03:41:17.185 INFO:teuthology.orchestra.run.smithi016.stdout:mgr not available, waiting (3/15)... 2024-03-26T03:41:17.529 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:17 smithi016 bash[21688]: debug 2024-03-26T03:41:17.156+0000 7f2764a17200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-26T03:41:18.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:17 smithi016 bash[21432]: cluster 2024-03-26T03:41:17.183207+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon a 2024-03-26T03:41:18.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:17 smithi016 bash[21432]: cluster 2024-03-26T03:41:17.187409+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e2: a(active, starting, since 0.0044769s) 2024-03-26T03:41:18.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:17 smithi016 bash[21432]: audit 2024-03-26T03:41:17.189108+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.16:0/74378702' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-26T03:41:18.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:17 smithi016 bash[21432]: audit 2024-03-26T03:41:17.189308+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.16:0/74378702' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-26T03:41:18.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:17 smithi016 bash[21432]: audit 2024-03-26T03:41:17.189441+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.16:0/74378702' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-26T03:41:18.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:17 smithi016 bash[21432]: audit 2024-03-26T03:41:17.189580+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.16:0/74378702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T03:41:18.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:17 smithi016 bash[21432]: audit 2024-03-26T03:41:17.190481+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.16:0/74378702' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-26T03:41:18.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:17 smithi016 bash[21432]: cluster 2024-03-26T03:41:17.215868+0000 mon.a (mon.0) 23 : cluster [INF] Manager daemon a is now available 2024-03-26T03:41:18.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:17 smithi016 bash[21432]: audit 2024-03-26T03:41:17.228860+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.16:0/74378702' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-26T03:41:18.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:17 smithi016 bash[21432]: audit 2024-03-26T03:41:17.231493+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.16:0/74378702' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-26T03:41:18.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:17 smithi016 bash[21432]: audit 2024-03-26T03:41:17.234428+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.16:0/74378702' entity='mgr.a' 2024-03-26T03:41:18.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:17 smithi016 bash[21432]: audit 2024-03-26T03:41:17.236260+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.16:0/74378702' entity='mgr.a' 2024-03-26T03:41:18.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:17 smithi016 bash[21432]: audit 2024-03-26T03:41:17.238207+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.16:0/74378702' entity='mgr.a' 2024-03-26T03:41:19.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:19 smithi016 bash[21432]: cluster 2024-03-26T03:41:18.197444+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e3: a(active, since 1.01449s) 2024-03-26T03:41:21.210 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-03-26T03:41:21.210 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout { 2024-03-26T03:41:21.210 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsid": "780a5ade-eb22-11ee-95d0-87774f69a715", 2024-03-26T03:41:21.211 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "health": { 2024-03-26T03:41:21.211 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-26T03:41:21.211 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-26T03:41:21.211 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-26T03:41:21.211 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:41:21.211 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-26T03:41:21.211 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-26T03:41:21.211 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 0 2024-03-26T03:41:21.211 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-03-26T03:41:21.211 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-26T03:41:21.211 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "a" 2024-03-26T03:41:21.211 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-03-26T03:41:21.211 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_age": 14, 2024-03-26T03:41:21.211 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-26T03:41:21.212 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T03:41:21.212 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-26T03:41:21.212 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-26T03:41:21.212 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:41:21.212 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-26T03:41:21.212 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T03:41:21.212 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-26T03:41:21.212 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-26T03:41:21.212 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-26T03:41:21.212 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-26T03:41:21.212 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-26T03:41:21.212 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-26T03:41:21.216 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:41:21.216 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-26T03:41:21.216 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-26T03:41:21.216 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-26T03:41:21.216 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-26T03:41:21.216 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-26T03:41:21.217 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-26T03:41:21.217 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-26T03:41:21.217 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-26T03:41:21.217 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-26T03:41:21.217 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:41:21.217 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-26T03:41:21.217 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T03:41:21.217 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-26T03:41:21.217 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-26T03:41:21.217 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:41:21.217 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-26T03:41:21.217 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-26T03:41:21.218 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-26T03:41:21.218 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-26T03:41:21.218 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-26T03:41:21.218 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-26T03:41:21.218 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "restful" 2024-03-26T03:41:21.218 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-03-26T03:41:21.218 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-26T03:41:21.218 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:41:21.218 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-26T03:41:21.218 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T03:41:21.218 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modified": "2024-03-26T03:40:59.998477+0000", 2024-03-26T03:41:21.218 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-26T03:41:21.218 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:41:21.218 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-26T03:41:21.219 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout } 2024-03-26T03:41:21.219 INFO:teuthology.orchestra.run.smithi016.stdout:mgr is available 2024-03-26T03:41:21.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:21 smithi016 bash[21432]: cluster 2024-03-26T03:41:20.196344+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e4: a(active, since 3s) 2024-03-26T03:41:21.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:21 smithi016 bash[21432]: audit 2024-03-26T03:41:20.680288+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.16:0/4046325871' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-26T03:41:23.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:22 smithi016 bash[21432]: audit 2024-03-26T03:41:22.530808+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.16:0/2482509061' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-26T03:41:23.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:22 smithi016 bash[21432]: audit 2024-03-26T03:41:22.533948+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.16:0/2482509061' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-26T03:41:23.114 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-03-26T03:41:23.114 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout [global] 2024-03-26T03:41:23.114 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout fsid = 780a5ade-eb22-11ee-95d0-87774f69a715 2024-03-26T03:41:23.114 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-26T03:41:23.114 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-26T03:41:23.114 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-26T03:41:23.114 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-26T03:41:23.114 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-03-26T03:41:23.114 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-26T03:41:23.114 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-26T03:41:23.115 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-03-26T03:41:23.115 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout [osd] 2024-03-26T03:41:23.115 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-26T03:41:23.115 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-26T03:41:23.115 INFO:teuthology.orchestra.run.smithi016.stdout:Enabling cephadm module... 2024-03-26T03:41:25.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:24 smithi016 bash[21432]: audit 2024-03-26T03:41:24.516546+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.16:0/2432306199' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-03-26T03:41:25.029 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:24 smithi016 bash[21688]: ignoring --setuser ceph since I am not root 2024-03-26T03:41:25.030 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:24 smithi016 bash[21688]: ignoring --setgroup ceph since I am not root 2024-03-26T03:41:25.030 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:24 smithi016 bash[21688]: debug 2024-03-26T03:41:24.764+0000 7f767ea4b200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-26T03:41:25.843 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:25 smithi016 bash[21432]: audit 2024-03-26T03:41:24.568294+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.16:0/2432306199' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-03-26T03:41:25.844 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:25 smithi016 bash[21432]: cluster 2024-03-26T03:41:24.573666+0000 mon.a (mon.0) 36 : cluster [DBG] mgrmap e5: a(active, since 7s) 2024-03-26T03:41:26.747 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:26 smithi016 bash[21432]: audit 2024-03-26T03:41:26.543225+0000 mon.a (mon.0) 37 : audit [DBG] from='client.? 172.21.15.16:0/2468865362' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-26T03:41:26.747 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:26 smithi016 bash[21688]: debug 2024-03-26T03:41:26.404+0000 7f767ea4b200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-26T03:41:26.747 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:26 smithi016 bash[21688]: debug 2024-03-26T03:41:26.504+0000 7f767ea4b200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-26T03:41:27.029 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:26 smithi016 bash[21688]: debug 2024-03-26T03:41:26.764+0000 7f767ea4b200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-26T03:41:27.148 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout { 2024-03-26T03:41:27.149 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-03-26T03:41:27.149 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-26T03:41:27.149 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-03-26T03:41:27.149 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-03-26T03:41:27.149 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout } 2024-03-26T03:41:27.149 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for the mgr to restart... 2024-03-26T03:41:27.149 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for mgr epoch 5... 2024-03-26T03:41:27.852 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:27 smithi016 bash[21688]: debug 2024-03-26T03:41:27.596+0000 7f767ea4b200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-26T03:41:27.852 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:27 smithi016 bash[21688]: debug 2024-03-26T03:41:27.708+0000 7f767ea4b200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-26T03:41:27.852 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:27 smithi016 bash[21688]: debug 2024-03-26T03:41:27.820+0000 7f767ea4b200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-26T03:41:28.529 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:28 smithi016 bash[21688]: debug 2024-03-26T03:41:28.192+0000 7f767ea4b200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-26T03:41:28.529 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:28 smithi016 bash[21688]: debug 2024-03-26T03:41:28.308+0000 7f767ea4b200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-26T03:41:28.529 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:28 smithi016 bash[21688]: debug 2024-03-26T03:41:28.416+0000 7f767ea4b200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-26T03:41:29.279 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:28 smithi016 bash[21688]: debug 2024-03-26T03:41:28.788+0000 7f767ea4b200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-26T03:41:29.279 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:29 smithi016 bash[21688]: debug 2024-03-26T03:41:29.028+0000 7f767ea4b200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-26T03:41:29.704 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:29 smithi016 bash[21688]: debug 2024-03-26T03:41:29.300+0000 7f767ea4b200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-26T03:41:29.704 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:29 smithi016 bash[21688]: debug 2024-03-26T03:41:29.420+0000 7f767ea4b200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-26T03:41:30.029 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:29 smithi016 bash[21688]: debug 2024-03-26T03:41:29.700+0000 7f767ea4b200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-26T03:41:30.508 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:30 smithi016 bash[21688]: debug 2024-03-26T03:41:30.132+0000 7f767ea4b200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-26T03:41:30.508 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:30 smithi016 bash[21688]: debug 2024-03-26T03:41:30.380+0000 7f767ea4b200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-26T03:41:30.766 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:30 smithi016 bash[21688]: debug 2024-03-26T03:41:30.504+0000 7f767ea4b200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-26T03:41:31.029 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:30 smithi016 bash[21688]: debug 2024-03-26T03:41:30.764+0000 7f767ea4b200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-26T03:41:32.231 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:31 smithi016 bash[21688]: debug 2024-03-26T03:41:31.804+0000 7f767ea4b200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-26T03:41:32.231 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:31 smithi016 bash[21688]: debug 2024-03-26T03:41:31.924+0000 7f767ea4b200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-26T03:41:32.529 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:32 smithi016 bash[21688]: debug 2024-03-26T03:41:32.228+0000 7f767ea4b200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-26T03:41:32.529 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:32 smithi016 bash[21688]: debug 2024-03-26T03:41:32.348+0000 7f767ea4b200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-26T03:41:33.279 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:32 smithi016 bash[21688]: debug 2024-03-26T03:41:32.816+0000 7f767ea4b200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-26T03:41:33.279 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:32 smithi016 bash[21688]: debug 2024-03-26T03:41:32.940+0000 7f767ea4b200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-26T03:41:33.280 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:33 smithi016 bash[21432]: cluster 2024-03-26T03:41:32.963812+0000 mon.a (mon.0) 38 : cluster [INF] Active manager daemon a restarted 2024-03-26T03:41:33.280 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:33 smithi016 bash[21432]: cluster 2024-03-26T03:41:32.964293+0000 mon.a (mon.0) 39 : cluster [INF] Activating manager daemon a 2024-03-26T03:41:33.280 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:33 smithi016 bash[21432]: cluster 2024-03-26T03:41:32.970605+0000 mon.a (mon.0) 40 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-03-26T03:41:33.280 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:33 smithi016 bash[21432]: cluster 2024-03-26T03:41:32.970741+0000 mon.a (mon.0) 41 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00662827s) 2024-03-26T03:41:33.280 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:33 smithi016 bash[21432]: audit 2024-03-26T03:41:32.972210+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14120 172.21.15.16:0/556885106' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T03:41:33.280 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:33 smithi016 bash[21432]: audit 2024-03-26T03:41:32.973316+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14120 172.21.15.16:0/556885106' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-26T03:41:33.280 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:33 smithi016 bash[21432]: audit 2024-03-26T03:41:32.974215+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.16:0/556885106' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-26T03:41:33.280 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:33 smithi016 bash[21432]: audit 2024-03-26T03:41:32.974409+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.16:0/556885106' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-26T03:41:33.280 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:33 smithi016 bash[21432]: audit 2024-03-26T03:41:32.974609+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.16:0/556885106' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-26T03:41:33.280 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:33 smithi016 bash[21432]: cluster 2024-03-26T03:41:33.000086+0000 mon.a (mon.0) 47 : cluster [INF] Manager daemon a is now available 2024-03-26T03:41:34.279 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:34 smithi016 bash[21432]: cephadm 2024-03-26T03:41:33.020691+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-03-26T03:41:34.279 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:34 smithi016 bash[21432]: audit 2024-03-26T03:41:33.022560+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.16:0/556885106' entity='mgr.a' 2024-03-26T03:41:34.280 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:34 smithi016 bash[21432]: audit 2024-03-26T03:41:33.024767+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14120 172.21.15.16:0/556885106' entity='mgr.a' 2024-03-26T03:41:34.280 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:34 smithi016 bash[21432]: audit 2024-03-26T03:41:33.027409+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14120 172.21.15.16:0/556885106' entity='mgr.a' 2024-03-26T03:41:34.280 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:34 smithi016 bash[21432]: audit 2024-03-26T03:41:33.031345+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14120 172.21.15.16:0/556885106' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:41:34.280 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:34 smithi016 bash[21432]: audit 2024-03-26T03:41:33.035509+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.14120 172.21.15.16:0/556885106' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:41:34.280 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:34 smithi016 bash[21432]: audit 2024-03-26T03:41:33.044559+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.16:0/556885106' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-26T03:41:34.280 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:34 smithi016 bash[21432]: audit 2024-03-26T03:41:33.047565+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.16:0/556885106' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-26T03:41:34.280 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:34 smithi016 bash[21432]: audit 2024-03-26T03:41:33.460600+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14120 172.21.15.16:0/556885106' entity='mgr.a' 2024-03-26T03:41:34.280 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:34 smithi016 bash[21432]: audit 2024-03-26T03:41:33.466376+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.16:0/556885106' entity='mgr.a' 2024-03-26T03:41:34.280 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:34 smithi016 bash[21432]: cluster 2024-03-26T03:41:33.975899+0000 mon.a (mon.0) 57 : cluster [DBG] mgrmap e7: a(active, since 1.01177s) 2024-03-26T03:41:34.688 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout { 2024-03-26T03:41:34.689 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-03-26T03:41:34.689 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "initialized": true 2024-03-26T03:41:34.689 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout } 2024-03-26T03:41:34.689 INFO:teuthology.orchestra.run.smithi016.stdout:mgr epoch 5 is available 2024-03-26T03:41:34.689 INFO:teuthology.orchestra.run.smithi016.stdout:Setting orchestrator backend to cephadm... 2024-03-26T03:41:35.410 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:35 smithi016 bash[21432]: audit 2024-03-26T03:41:33.975070+0000 mgr.a (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-26T03:41:35.410 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:35 smithi016 bash[21432]: audit 2024-03-26T03:41:33.989083+0000 mgr.a (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-26T03:41:35.410 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:35 smithi016 bash[21432]: cephadm 2024-03-26T03:41:34.233133+0000 mgr.a (mgr.14120) 4 : cephadm [INF] [26/Mar/2024:03:41:34] ENGINE Bus STARTING 2024-03-26T03:41:35.410 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:35 smithi016 bash[21432]: cephadm 2024-03-26T03:41:34.335291+0000 mgr.a (mgr.14120) 5 : cephadm [INF] [26/Mar/2024:03:41:34] ENGINE Serving on http://172.21.15.16:8765 2024-03-26T03:41:35.410 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:35 smithi016 bash[21432]: cephadm 2024-03-26T03:41:34.458334+0000 mgr.a (mgr.14120) 6 : cephadm [INF] [26/Mar/2024:03:41:34] ENGINE Serving on https://172.21.15.16:7150 2024-03-26T03:41:35.410 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:35 smithi016 bash[21432]: cephadm 2024-03-26T03:41:34.458710+0000 mgr.a (mgr.14120) 7 : cephadm [INF] [26/Mar/2024:03:41:34] ENGINE Bus STARTED 2024-03-26T03:41:35.410 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:35 smithi016 bash[21432]: audit 2024-03-26T03:41:34.506542+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.14120 172.21.15.16:0/556885106' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:41:36.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:36 smithi016 bash[21432]: cluster 2024-03-26T03:41:35.030230+0000 mon.a (mon.0) 59 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-03-26T03:41:37.326 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:37 smithi016 bash[21432]: audit 2024-03-26T03:41:36.028345+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-26T03:41:37.326 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:37 smithi016 bash[21432]: audit 2024-03-26T03:41:36.033147+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.16:0/556885106' entity='mgr.a' 2024-03-26T03:41:37.326 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:37 smithi016 bash[21432]: audit 2024-03-26T03:41:36.076944+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.14120 172.21.15.16:0/556885106' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:41:38.516 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout value unchanged 2024-03-26T03:41:38.516 INFO:teuthology.orchestra.run.smithi016.stdout:Generating ssh key... 2024-03-26T03:41:39.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:38 smithi016 bash[21432]: audit 2024-03-26T03:41:37.931875+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-26T03:41:40.530 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:40 smithi016 bash[21688]: Generating public/private rsa key pair. 2024-03-26T03:41:40.530 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:40 smithi016 bash[21688]: Your identification has been saved in /tmp/tmpj3m6az3p/key. 2024-03-26T03:41:40.530 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:40 smithi016 bash[21688]: Your public key has been saved in /tmp/tmpj3m6az3p/key.pub. 2024-03-26T03:41:40.530 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:40 smithi016 bash[21688]: The key fingerprint is: 2024-03-26T03:41:40.530 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:40 smithi016 bash[21688]: SHA256:aj81OR+njyja5fbpFUeS66sXkx/YAFTj7L60rxC3dbQ ceph-780a5ade-eb22-11ee-95d0-87774f69a715 2024-03-26T03:41:40.530 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:40 smithi016 bash[21688]: The key's randomart image is: 2024-03-26T03:41:40.530 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:40 smithi016 bash[21688]: +---[RSA 3072]----+ 2024-03-26T03:41:40.530 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:40 smithi016 bash[21688]: | ...o | 2024-03-26T03:41:40.531 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:40 smithi016 bash[21688]: | .o .. | 2024-03-26T03:41:40.531 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:40 smithi016 bash[21688]: | .oo o| 2024-03-26T03:41:40.531 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:40 smithi016 bash[21688]: | .. =.| 2024-03-26T03:41:40.531 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:40 smithi016 bash[21688]: | S o o*Eo| 2024-03-26T03:41:40.531 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:40 smithi016 bash[21688]: | . = =oB=.| 2024-03-26T03:41:40.531 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:40 smithi016 bash[21688]: | o ..= Bo+.| 2024-03-26T03:41:40.531 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:40 smithi016 bash[21688]: | . ooo..=++..| 2024-03-26T03:41:40.531 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:40 smithi016 bash[21688]: | ..o+oo*B=. | 2024-03-26T03:41:40.531 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:41:40 smithi016 bash[21688]: +----[SHA256]-----+ 2024-03-26T03:41:41.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:41 smithi016 bash[21432]: audit 2024-03-26T03:41:39.806335+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-26T03:41:41.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:41 smithi016 bash[21432]: cephadm 2024-03-26T03:41:39.806732+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-03-26T03:41:41.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:41 smithi016 bash[21432]: audit 2024-03-26T03:41:40.231176+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.16:0/556885106' entity='mgr.a' 2024-03-26T03:41:41.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:41 smithi016 bash[21432]: audit 2024-03-26T03:41:40.236007+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.16:0/556885106' entity='mgr.a' 2024-03-26T03:41:42.761 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDYQ7JkQ1gs0pRV2oZHPRdMU3xj4Rg1xMDBYz7fYI9vn7n2EAT/ovFaR1K/QfFgpvPEXpraAIwRCFsOpO/VQnB1l3RCJJMPBo0h08fGgGdikvExpO+hqKKHkT5tCazVfELXJwkcaj3hS1RRkvRN4iXm1/I7ZpzKNovk/KKDy2SqSB5ScdOyv+2Dtt36Ri20MPJPBp1G24gKA9C1TZzoHWs1EepnQCGarxNeYsLOZnRdVNSPjosaVLDjjRQLQKN9H07axTKXAiZ63bHkkJdfuok/nJZFtytPv5RXLIqK8yj7DzH48y6r34s2WGwXcaE0Lijey4nJktyHI52yMnQEfdcYoZToMUoBlTlafQM73cdkB3dqkbb8h3R2xfaEH9SxcFK29IkXR3ZElnk6/vicLARNVBC1bLL7mmcMw0mUO7vpcp1uLtZdjxHj+doCWPfkO/vuPZZbY0zVIk+lJl+F9szlbGGB1agfR7tp/jaCuBCDRkaU+EWB6+Mr1jBTHGrdj98= ceph-780a5ade-eb22-11ee-95d0-87774f69a715 2024-03-26T03:41:42.761 INFO:teuthology.orchestra.run.smithi016.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-03-26T03:41:42.762 INFO:teuthology.orchestra.run.smithi016.stdout:Adding key to root@localhost authorized_keys... 2024-03-26T03:41:42.762 INFO:teuthology.orchestra.run.smithi016.stdout:Adding host smithi016... 2024-03-26T03:41:43.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:42 smithi016 bash[21432]: audit 2024-03-26T03:41:42.151230+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-26T03:41:44.946 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:44 smithi016 bash[21432]: audit 2024-03-26T03:41:44.077784+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi016", "addr": "172.21.15.16", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:41:46.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:45 smithi016 bash[21432]: cephadm 2024-03-26T03:41:44.742325+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi016 2024-03-26T03:41:50.842 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout Added host 'smithi016' with addr '172.21.15.16' 2024-03-26T03:41:50.843 INFO:teuthology.orchestra.run.smithi016.stdout:Deploying unmanaged mon service... 2024-03-26T03:41:51.279 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:50 smithi016 bash[21432]: audit 2024-03-26T03:41:49.952473+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.16:0/556885106' entity='mgr.a' 2024-03-26T03:41:51.279 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:50 smithi016 bash[21432]: cephadm 2024-03-26T03:41:49.953028+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi016 2024-03-26T03:41:51.280 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:50 smithi016 bash[21432]: audit 2024-03-26T03:41:49.968617+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.14120 172.21.15.16:0/556885106' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:41:53.361 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-03-26T03:41:53.361 INFO:teuthology.orchestra.run.smithi016.stdout:Deploying unmanaged mgr service... 2024-03-26T03:41:53.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:53 smithi016 bash[21432]: audit 2024-03-26T03:41:52.607649+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-26T03:41:53.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:53 smithi016 bash[21432]: cephadm 2024-03-26T03:41:52.611034+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-03-26T03:41:53.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:53 smithi016 bash[21432]: audit 2024-03-26T03:41:52.614735+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.16:0/556885106' entity='mgr.a' 2024-03-26T03:41:53.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:53 smithi016 bash[21432]: audit 2024-03-26T03:41:53.095664+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.16:0/556885106' entity='mgr.a' 2024-03-26T03:41:54.903 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:54 smithi016 bash[21432]: cluster 2024-03-26T03:41:52.975898+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-26T03:41:54.903 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:54 smithi016 bash[21432]: audit 2024-03-26T03:41:53.644244+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.16:0/556885106' entity='mgr.a' 2024-03-26T03:41:55.328 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-03-26T03:41:56.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:55 smithi016 bash[21432]: audit 2024-03-26T03:41:54.674556+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-26T03:41:56.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:55 smithi016 bash[21432]: cephadm 2024-03-26T03:41:54.677127+0000 mgr.a (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-03-26T03:41:56.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:55 smithi016 bash[21432]: audit 2024-03-26T03:41:54.681123+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.16:0/556885106' entity='mgr.a' 2024-03-26T03:41:56.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:55 smithi016 bash[21432]: cluster 2024-03-26T03:41:54.976303+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-26T03:41:57.932 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:57 smithi016 bash[21432]: audit 2024-03-26T03:41:56.658768+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.16:0/2387973950' entity='client.admin' 2024-03-26T03:41:57.932 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:57 smithi016 bash[21432]: cluster 2024-03-26T03:41:56.976755+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-26T03:41:59.149 INFO:teuthology.orchestra.run.smithi016.stdout:Enabling the dashboard module... 2024-03-26T03:41:59.931 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:41:59 smithi016 bash[21432]: audit 2024-03-26T03:41:58.538128+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.16:0/912721781' entity='client.admin' 2024-03-26T03:42:01.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:00 smithi016 bash[21432]: cluster 2024-03-26T03:41:58.977210+0000 mgr.a (mgr.14120) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:42:01.892 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:01 smithi016 bash[21432]: audit 2024-03-26T03:42:00.636723+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.16:0/3134941771' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-03-26T03:42:01.892 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:42:01 smithi016 bash[21688]: ignoring --setuser ceph since I am not root 2024-03-26T03:42:01.892 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:42:01 smithi016 bash[21688]: ignoring --setgroup ceph since I am not root 2024-03-26T03:42:01.893 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:42:01 smithi016 bash[21688]: debug 2024-03-26T03:42:01.759+0000 7f4f56442200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-26T03:42:02.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:02 smithi016 bash[21432]: audit 2024-03-26T03:42:01.548005+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.16:0/3134941771' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-03-26T03:42:02.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:02 smithi016 bash[21432]: cluster 2024-03-26T03:42:01.554878+0000 mon.a (mon.0) 74 : cluster [DBG] mgrmap e9: a(active, since 28s) 2024-03-26T03:42:03.695 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:42:03 smithi016 bash[21688]: debug 2024-03-26T03:42:03.403+0000 7f4f56442200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-26T03:42:03.696 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:42:03 smithi016 bash[21688]: debug 2024-03-26T03:42:03.503+0000 7f4f56442200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-26T03:42:04.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:03 smithi016 bash[21432]: audit 2024-03-26T03:42:03.681516+0000 mon.a (mon.0) 75 : audit [DBG] from='client.? 172.21.15.16:0/1616875835' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-26T03:42:04.029 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:42:03 smithi016 bash[21688]: debug 2024-03-26T03:42:03.767+0000 7f4f56442200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-26T03:42:04.335 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout { 2024-03-26T03:42:04.335 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-03-26T03:42:04.335 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-26T03:42:04.335 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-03-26T03:42:04.335 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-03-26T03:42:04.335 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout } 2024-03-26T03:42:04.335 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for the mgr to restart... 2024-03-26T03:42:04.335 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for mgr epoch 9... 2024-03-26T03:42:04.714 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:42:04 smithi016 bash[21688]: debug 2024-03-26T03:42:04.595+0000 7f4f56442200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-26T03:42:05.020 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:42:04 smithi016 bash[21688]: debug 2024-03-26T03:42:04.711+0000 7f4f56442200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-26T03:42:05.021 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:42:04 smithi016 bash[21688]: debug 2024-03-26T03:42:04.819+0000 7f4f56442200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-26T03:42:05.279 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:42:05 smithi016 bash[21688]: debug 2024-03-26T03:42:05.191+0000 7f4f56442200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-26T03:42:05.779 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:42:05 smithi016 bash[21688]: debug 2024-03-26T03:42:05.307+0000 7f4f56442200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-26T03:42:05.779 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:42:05 smithi016 bash[21688]: debug 2024-03-26T03:42:05.415+0000 7f4f56442200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-26T03:42:06.279 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:42:05 smithi016 bash[21688]: debug 2024-03-26T03:42:05.787+0000 7f4f56442200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-26T03:42:06.279 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:42:06 smithi016 bash[21688]: debug 2024-03-26T03:42:06.031+0000 7f4f56442200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-26T03:42:06.710 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:42:06 smithi016 bash[21688]: debug 2024-03-26T03:42:06.303+0000 7f4f56442200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-26T03:42:06.710 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:42:06 smithi016 bash[21688]: debug 2024-03-26T03:42:06.423+0000 7f4f56442200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-26T03:42:07.029 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:42:06 smithi016 bash[21688]: debug 2024-03-26T03:42:06.707+0000 7f4f56442200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-26T03:42:07.509 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:42:07 smithi016 bash[21688]: debug 2024-03-26T03:42:07.131+0000 7f4f56442200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-26T03:42:07.509 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:42:07 smithi016 bash[21688]: debug 2024-03-26T03:42:07.383+0000 7f4f56442200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-26T03:42:07.767 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:42:07 smithi016 bash[21688]: debug 2024-03-26T03:42:07.503+0000 7f4f56442200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-26T03:42:07.768 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:42:07 smithi016 bash[21688]: debug 2024-03-26T03:42:07.763+0000 7f4f56442200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-26T03:42:09.237 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:42:08 smithi016 bash[21688]: debug 2024-03-26T03:42:08.807+0000 7f4f56442200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-26T03:42:09.237 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:42:08 smithi016 bash[21688]: debug 2024-03-26T03:42:08.927+0000 7f4f56442200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-26T03:42:09.529 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:42:09 smithi016 bash[21688]: debug 2024-03-26T03:42:09.231+0000 7f4f56442200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-26T03:42:09.529 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:42:09 smithi016 bash[21688]: debug 2024-03-26T03:42:09.351+0000 7f4f56442200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-26T03:42:10.086 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:42:09 smithi016 bash[21688]: debug 2024-03-26T03:42:09.819+0000 7f4f56442200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-26T03:42:10.086 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:42:09 smithi016 bash[21688]: debug 2024-03-26T03:42:09.947+0000 7f4f56442200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-26T03:42:10.086 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:10 smithi016 bash[21432]: cluster 2024-03-26T03:42:09.971752+0000 mon.a (mon.0) 76 : cluster [INF] Active manager daemon a restarted 2024-03-26T03:42:10.086 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:10 smithi016 bash[21432]: cluster 2024-03-26T03:42:09.972225+0000 mon.a (mon.0) 77 : cluster [INF] Activating manager daemon a 2024-03-26T03:42:10.086 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:10 smithi016 bash[21432]: cluster 2024-03-26T03:42:09.978947+0000 mon.a (mon.0) 78 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-03-26T03:42:10.086 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:10 smithi016 bash[21432]: cluster 2024-03-26T03:42:09.979176+0000 mon.a (mon.0) 79 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00714885s) 2024-03-26T03:42:10.086 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:10 smithi016 bash[21432]: audit 2024-03-26T03:42:09.981694+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T03:42:10.086 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:10 smithi016 bash[21432]: audit 2024-03-26T03:42:09.984039+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-26T03:42:10.086 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:10 smithi016 bash[21432]: audit 2024-03-26T03:42:09.985084+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-26T03:42:10.086 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:10 smithi016 bash[21432]: audit 2024-03-26T03:42:09.985548+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-26T03:42:10.087 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:10 smithi016 bash[21432]: audit 2024-03-26T03:42:09.986046+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-26T03:42:10.087 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:10 smithi016 bash[21432]: cluster 2024-03-26T03:42:10.012342+0000 mon.a (mon.0) 85 : cluster [INF] Manager daemon a is now available 2024-03-26T03:42:11.280 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:11 smithi016 bash[21432]: audit 2024-03-26T03:42:10.035189+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:42:11.280 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:11 smithi016 bash[21432]: audit 2024-03-26T03:42:10.038031+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:42:11.280 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:11 smithi016 bash[21432]: audit 2024-03-26T03:42:10.058398+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-26T03:42:11.280 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:11 smithi016 bash[21432]: audit 2024-03-26T03:42:10.061347+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-26T03:42:11.280 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:11 smithi016 bash[21432]: cluster 2024-03-26T03:42:10.983746+0000 mon.a (mon.0) 90 : cluster [DBG] mgrmap e11: a(active, since 1.01172s) 2024-03-26T03:42:11.676 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout { 2024-03-26T03:42:11.676 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-03-26T03:42:11.676 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "initialized": true 2024-03-26T03:42:11.676 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout } 2024-03-26T03:42:11.676 INFO:teuthology.orchestra.run.smithi016.stdout:mgr epoch 9 is available 2024-03-26T03:42:11.676 INFO:teuthology.orchestra.run.smithi016.stdout:Generating a dashboard self-signed certificate... 2024-03-26T03:42:12.429 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:12 smithi016 bash[21432]: cephadm 2024-03-26T03:42:11.104770+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [26/Mar/2024:03:42:11] ENGINE Bus STARTING 2024-03-26T03:42:12.429 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:12 smithi016 bash[21432]: cephadm 2024-03-26T03:42:11.206509+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [26/Mar/2024:03:42:11] ENGINE Serving on http://172.21.15.16:8765 2024-03-26T03:42:12.429 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:12 smithi016 bash[21432]: cephadm 2024-03-26T03:42:11.328906+0000 mgr.a (mgr.14152) 5 : cephadm [INF] [26/Mar/2024:03:42:11] ENGINE Serving on https://172.21.15.16:7150 2024-03-26T03:42:12.429 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:12 smithi016 bash[21432]: cephadm 2024-03-26T03:42:11.329332+0000 mgr.a (mgr.14152) 6 : cephadm [INF] [26/Mar/2024:03:42:11] ENGINE Bus STARTED 2024-03-26T03:42:13.409 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:13 smithi016 bash[21432]: cluster 2024-03-26T03:42:12.041479+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-03-26T03:42:13.796 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-03-26T03:42:13.796 INFO:teuthology.orchestra.run.smithi016.stdout:Creating initial admin user... 2024-03-26T03:42:14.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:14 smithi016 bash[21432]: audit 2024-03-26T03:42:13.044087+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-26T03:42:14.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:14 smithi016 bash[21432]: audit 2024-03-26T03:42:13.175994+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:42:14.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:14 smithi016 bash[21432]: audit 2024-03-26T03:42:13.181121+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:42:16.077 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$jA6.BbS4WsKpC0DkDI/pzOWrZhJEP2tJA1xNQybyVirB0tHQ7AI.2", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1711424535, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-03-26T03:42:16.077 INFO:teuthology.orchestra.run.smithi016.stdout:Fetching dashboard port number... 2024-03-26T03:42:16.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:16 smithi016 bash[21432]: audit 2024-03-26T03:42:15.149694+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-26T03:42:16.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:16 smithi016 bash[21432]: audit 2024-03-26T03:42:15.448932+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:42:17.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:17 smithi016 bash[21432]: cluster 2024-03-26T03:42:16.453536+0000 mon.a (mon.0) 95 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-03-26T03:42:17.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:17 smithi016 bash[21432]: audit 2024-03-26T03:42:16.801880+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:42:17.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:17 smithi016 bash[21432]: audit 2024-03-26T03:42:16.802525+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi016", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:42:17.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:17 smithi016 bash[21432]: audit 2024-03-26T03:42:16.805629+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:42:17.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:17 smithi016 bash[21432]: audit 2024-03-26T03:42:16.807095+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi016", "caps": []}]: dispatch 2024-03-26T03:42:17.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:17 smithi016 bash[21432]: audit 2024-03-26T03:42:16.807843+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi016", "caps": []}]': finished 2024-03-26T03:42:17.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:17 smithi016 bash[21432]: audit 2024-03-26T03:42:17.372891+0000 mon.a (mon.0) 101 : audit [DBG] from='client.? 172.21.15.16:0/3996166065' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-03-26T03:42:18.065 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 8443 2024-03-26T03:42:18.065 INFO:teuthology.orchestra.run.smithi016.stdout:firewalld does not appear to be present 2024-03-26T03:42:18.065 INFO:teuthology.orchestra.run.smithi016.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-03-26T03:42:18.068 INFO:teuthology.orchestra.run.smithi016.stdout:Ceph Dashboard is now available at: 2024-03-26T03:42:18.068 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-03-26T03:42:18.068 INFO:teuthology.orchestra.run.smithi016.stdout: URL: https://smithi016.front.sepia.ceph.com:8443/ 2024-03-26T03:42:18.069 INFO:teuthology.orchestra.run.smithi016.stdout: User: admin 2024-03-26T03:42:18.069 INFO:teuthology.orchestra.run.smithi016.stdout: Password: j4ntyidubz 2024-03-26T03:42:18.069 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-03-26T03:42:18.069 INFO:teuthology.orchestra.run.smithi016.stdout:Saving cluster configuration to /var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/config directory 2024-03-26T03:42:18.070 INFO:teuthology.orchestra.run.smithi016.stdout:Enabling autotune for osd_memory_target 2024-03-26T03:42:18.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:18 smithi016 bash[21432]: cephadm 2024-03-26T03:42:17.529581+0000 mgr.a (mgr.14152) 9 : cephadm [INF] Deploying daemon agent.smithi016 on smithi016 2024-03-26T03:42:22.137 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-03-26T03:42:22.137 INFO:teuthology.orchestra.run.smithi016.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-03-26T03:42:22.137 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-03-26T03:42:22.137 INFO:teuthology.orchestra.run.smithi016.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 780a5ade-eb22-11ee-95d0-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-03-26T03:42:22.137 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-03-26T03:42:22.137 INFO:teuthology.orchestra.run.smithi016.stdout:Or, if you are only running a single cluster on this host: 2024-03-26T03:42:22.137 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-03-26T03:42:22.137 INFO:teuthology.orchestra.run.smithi016.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-03-26T03:42:22.137 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-03-26T03:42:22.137 INFO:teuthology.orchestra.run.smithi016.stdout:Please consider enabling telemetry to help improve Ceph: 2024-03-26T03:42:22.137 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-03-26T03:42:22.137 INFO:teuthology.orchestra.run.smithi016.stdout: ceph telemetry on 2024-03-26T03:42:22.137 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-03-26T03:42:22.137 INFO:teuthology.orchestra.run.smithi016.stdout:For more information see: 2024-03-26T03:42:22.138 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-03-26T03:42:22.138 INFO:teuthology.orchestra.run.smithi016.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-03-26T03:42:22.138 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-03-26T03:42:22.138 INFO:teuthology.orchestra.run.smithi016.stdout:Bootstrap complete. 2024-03-26T03:42:22.191 INFO:tasks.cephadm:Fetching config... 2024-03-26T03:42:22.191 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-03-26T03:42:22.191 DEBUG:teuthology.orchestra.run.smithi016:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-03-26T03:42:22.196 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-03-26T03:42:22.196 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-03-26T03:42:22.196 DEBUG:teuthology.orchestra.run.smithi016:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-03-26T03:42:22.241 INFO:tasks.cephadm:Fetching mon keyring... 2024-03-26T03:42:22.241 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-03-26T03:42:22.242 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/mon.a/keyring of=/dev/stdout 2024-03-26T03:42:22.297 INFO:tasks.cephadm:Fetching pub ssh key... 2024-03-26T03:42:22.297 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-03-26T03:42:22.297 DEBUG:teuthology.orchestra.run.smithi016:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-03-26T03:42:22.345 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-03-26T03:42:22.345 DEBUG:teuthology.orchestra.run.smithi016:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDYQ7JkQ1gs0pRV2oZHPRdMU3xj4Rg1xMDBYz7fYI9vn7n2EAT/ovFaR1K/QfFgpvPEXpraAIwRCFsOpO/VQnB1l3RCJJMPBo0h08fGgGdikvExpO+hqKKHkT5tCazVfELXJwkcaj3hS1RRkvRN4iXm1/I7ZpzKNovk/KKDy2SqSB5ScdOyv+2Dtt36Ri20MPJPBp1G24gKA9C1TZzoHWs1EepnQCGarxNeYsLOZnRdVNSPjosaVLDjjRQLQKN9H07axTKXAiZ63bHkkJdfuok/nJZFtytPv5RXLIqK8yj7DzH48y6r34s2WGwXcaE0Lijey4nJktyHI52yMnQEfdcYoZToMUoBlTlafQM73cdkB3dqkbb8h3R2xfaEH9SxcFK29IkXR3ZElnk6/vicLARNVBC1bLL7mmcMw0mUO7vpcp1uLtZdjxHj+doCWPfkO/vuPZZbY0zVIk+lJl+F9szlbGGB1agfR7tp/jaCuBCDRkaU+EWB6+Mr1jBTHGrdj98= ceph-780a5ade-eb22-11ee-95d0-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-26T03:42:22.402 INFO:teuthology.orchestra.run.smithi016.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDYQ7JkQ1gs0pRV2oZHPRdMU3xj4Rg1xMDBYz7fYI9vn7n2EAT/ovFaR1K/QfFgpvPEXpraAIwRCFsOpO/VQnB1l3RCJJMPBo0h08fGgGdikvExpO+hqKKHkT5tCazVfELXJwkcaj3hS1RRkvRN4iXm1/I7ZpzKNovk/KKDy2SqSB5ScdOyv+2Dtt36Ri20MPJPBp1G24gKA9C1TZzoHWs1EepnQCGarxNeYsLOZnRdVNSPjosaVLDjjRQLQKN9H07axTKXAiZ63bHkkJdfuok/nJZFtytPv5RXLIqK8yj7DzH48y6r34s2WGwXcaE0Lijey4nJktyHI52yMnQEfdcYoZToMUoBlTlafQM73cdkB3dqkbb8h3R2xfaEH9SxcFK29IkXR3ZElnk6/vicLARNVBC1bLL7mmcMw0mUO7vpcp1uLtZdjxHj+doCWPfkO/vuPZZbY0zVIk+lJl+F9szlbGGB1agfR7tp/jaCuBCDRkaU+EWB6+Mr1jBTHGrdj98= ceph-780a5ade-eb22-11ee-95d0-87774f69a715 2024-03-26T03:42:22.409 DEBUG:teuthology.orchestra.run.smithi069:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDYQ7JkQ1gs0pRV2oZHPRdMU3xj4Rg1xMDBYz7fYI9vn7n2EAT/ovFaR1K/QfFgpvPEXpraAIwRCFsOpO/VQnB1l3RCJJMPBo0h08fGgGdikvExpO+hqKKHkT5tCazVfELXJwkcaj3hS1RRkvRN4iXm1/I7ZpzKNovk/KKDy2SqSB5ScdOyv+2Dtt36Ri20MPJPBp1G24gKA9C1TZzoHWs1EepnQCGarxNeYsLOZnRdVNSPjosaVLDjjRQLQKN9H07axTKXAiZ63bHkkJdfuok/nJZFtytPv5RXLIqK8yj7DzH48y6r34s2WGwXcaE0Lijey4nJktyHI52yMnQEfdcYoZToMUoBlTlafQM73cdkB3dqkbb8h3R2xfaEH9SxcFK29IkXR3ZElnk6/vicLARNVBC1bLL7mmcMw0mUO7vpcp1uLtZdjxHj+doCWPfkO/vuPZZbY0zVIk+lJl+F9szlbGGB1agfR7tp/jaCuBCDRkaU+EWB6+Mr1jBTHGrdj98= ceph-780a5ade-eb22-11ee-95d0-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-26T03:42:22.431 INFO:teuthology.orchestra.run.smithi069.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDYQ7JkQ1gs0pRV2oZHPRdMU3xj4Rg1xMDBYz7fYI9vn7n2EAT/ovFaR1K/QfFgpvPEXpraAIwRCFsOpO/VQnB1l3RCJJMPBo0h08fGgGdikvExpO+hqKKHkT5tCazVfELXJwkcaj3hS1RRkvRN4iXm1/I7ZpzKNovk/KKDy2SqSB5ScdOyv+2Dtt36Ri20MPJPBp1G24gKA9C1TZzoHWs1EepnQCGarxNeYsLOZnRdVNSPjosaVLDjjRQLQKN9H07axTKXAiZ63bHkkJdfuok/nJZFtytPv5RXLIqK8yj7DzH48y6r34s2WGwXcaE0Lijey4nJktyHI52yMnQEfdcYoZToMUoBlTlafQM73cdkB3dqkbb8h3R2xfaEH9SxcFK29IkXR3ZElnk6/vicLARNVBC1bLL7mmcMw0mUO7vpcp1uLtZdjxHj+doCWPfkO/vuPZZbY0zVIk+lJl+F9szlbGGB1agfR7tp/jaCuBCDRkaU+EWB6+Mr1jBTHGrdj98= ceph-780a5ade-eb22-11ee-95d0-87774f69a715 2024-03-26T03:42:22.440 DEBUG:teuthology.orchestra.run.smithi204:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDYQ7JkQ1gs0pRV2oZHPRdMU3xj4Rg1xMDBYz7fYI9vn7n2EAT/ovFaR1K/QfFgpvPEXpraAIwRCFsOpO/VQnB1l3RCJJMPBo0h08fGgGdikvExpO+hqKKHkT5tCazVfELXJwkcaj3hS1RRkvRN4iXm1/I7ZpzKNovk/KKDy2SqSB5ScdOyv+2Dtt36Ri20MPJPBp1G24gKA9C1TZzoHWs1EepnQCGarxNeYsLOZnRdVNSPjosaVLDjjRQLQKN9H07axTKXAiZ63bHkkJdfuok/nJZFtytPv5RXLIqK8yj7DzH48y6r34s2WGwXcaE0Lijey4nJktyHI52yMnQEfdcYoZToMUoBlTlafQM73cdkB3dqkbb8h3R2xfaEH9SxcFK29IkXR3ZElnk6/vicLARNVBC1bLL7mmcMw0mUO7vpcp1uLtZdjxHj+doCWPfkO/vuPZZbY0zVIk+lJl+F9szlbGGB1agfR7tp/jaCuBCDRkaU+EWB6+Mr1jBTHGrdj98= ceph-780a5ade-eb22-11ee-95d0-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-26T03:42:22.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:22 smithi016 systemd[1]: /etc/systemd/system/ceph-780a5ade-eb22-11ee-95d0-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-26T03:42:22.459 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:42:22 smithi016 systemd[1]: /etc/systemd/system/ceph-780a5ade-eb22-11ee-95d0-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-26T03:42:22.463 INFO:teuthology.orchestra.run.smithi204.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDYQ7JkQ1gs0pRV2oZHPRdMU3xj4Rg1xMDBYz7fYI9vn7n2EAT/ovFaR1K/QfFgpvPEXpraAIwRCFsOpO/VQnB1l3RCJJMPBo0h08fGgGdikvExpO+hqKKHkT5tCazVfELXJwkcaj3hS1RRkvRN4iXm1/I7ZpzKNovk/KKDy2SqSB5ScdOyv+2Dtt36Ri20MPJPBp1G24gKA9C1TZzoHWs1EepnQCGarxNeYsLOZnRdVNSPjosaVLDjjRQLQKN9H07axTKXAiZ63bHkkJdfuok/nJZFtytPv5RXLIqK8yj7DzH48y6r34s2WGwXcaE0Lijey4nJktyHI52yMnQEfdcYoZToMUoBlTlafQM73cdkB3dqkbb8h3R2xfaEH9SxcFK29IkXR3ZElnk6/vicLARNVBC1bLL7mmcMw0mUO7vpcp1uLtZdjxHj+doCWPfkO/vuPZZbY0zVIk+lJl+F9szlbGGB1agfR7tp/jaCuBCDRkaU+EWB6+Mr1jBTHGrdj98= ceph-780a5ade-eb22-11ee-95d0-87774f69a715 2024-03-26T03:42:22.473 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 780a5ade-eb22-11ee-95d0-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-03-26T03:42:22.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:22 smithi016 bash[21432]: audit 2024-03-26T03:42:21.530034+0000 mon.a (mon.0) 102 : audit [INF] from='client.? 172.21.15.16:0/464155430' entity='client.admin' 2024-03-26T03:42:22.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:22 smithi016 systemd[1]: /etc/systemd/system/ceph-780a5ade-eb22-11ee-95d0-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-26T03:42:22.780 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:42:22 smithi016 systemd[1]: /etc/systemd/system/ceph-780a5ade-eb22-11ee-95d0-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-26T03:42:24.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:23 smithi016 bash[21432]: audit 2024-03-26T03:42:22.717894+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:42:24.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:23 smithi016 bash[21432]: audit 2024-03-26T03:42:22.759575+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:42:24.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:23 smithi016 bash[21432]: audit 2024-03-26T03:42:22.762901+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:42:24.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:23 smithi016 bash[21432]: audit 2024-03-26T03:42:22.779787+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:42:24.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:23 smithi016 bash[21432]: audit 2024-03-26T03:42:22.783704+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:42:24.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:23 smithi016 bash[21432]: audit 2024-03-26T03:42:22.785586+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:42:24.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:23 smithi016 bash[21432]: audit 2024-03-26T03:42:22.787612+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:42:24.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:23 smithi016 bash[21432]: audit 2024-03-26T03:42:22.789508+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:42:24.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:23 smithi016 bash[21432]: audit 2024-03-26T03:42:22.793762+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:42:24.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:23 smithi016 bash[21432]: audit 2024-03-26T03:42:22.828629+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:42:24.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:23 smithi016 bash[21432]: audit 2024-03-26T03:42:22.833706+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:42:24.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:23 smithi016 bash[21432]: audit 2024-03-26T03:42:23.175155+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:42:26.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:26 smithi016 bash[21432]: audit 2024-03-26T03:42:25.058580+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:42:27.181 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:42:28.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:28 smithi016 bash[21432]: audit 2024-03-26T03:42:27.559594+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:42:28.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:28 smithi016 bash[21432]: audit 2024-03-26T03:42:27.563997+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:42:30.788 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-03-26T03:42:30.788 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 780a5ade-eb22-11ee-95d0-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-03-26T03:42:31.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:31 smithi016 bash[21432]: cluster 2024-03-26T03:42:29.986745+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-26T03:42:31.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:31 smithi016 bash[21432]: audit 2024-03-26T03:42:30.102951+0000 mon.a (mon.0) 118 : audit [INF] from='client.? 172.21.15.16:0/2060858818' entity='client.admin' 2024-03-26T03:42:31.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:31 smithi016 bash[21432]: audit 2024-03-26T03:42:30.150098+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:42:31.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:31 smithi016 bash[21432]: audit 2024-03-26T03:42:30.154370+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:42:33.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:33 smithi016 bash[21432]: cluster 2024-03-26T03:42:31.987272+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-26T03:42:35.472 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:42:35.495 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:35 smithi016 bash[21432]: cluster 2024-03-26T03:42:33.987791+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-26T03:42:36.522 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:36 smithi016 bash[21432]: audit 2024-03-26T03:42:35.163184+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:42:36.523 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:36 smithi016 bash[21432]: audit 2024-03-26T03:42:35.168752+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:42:37.280 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:37 smithi016 bash[21432]: cluster 2024-03-26T03:42:35.988241+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-26T03:42:38.842 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi069 2024-03-26T03:42:38.843 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-03-26T03:42:38.843 DEBUG:teuthology.orchestra.run.smithi069:> dd of=/etc/ceph/ceph.conf 2024-03-26T03:42:38.849 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-03-26T03:42:38.849 DEBUG:teuthology.orchestra.run.smithi069:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-26T03:42:38.895 INFO:tasks.cephadm:Adding host smithi069 to orchestrator... 2024-03-26T03:42:39.021 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 780a5ade-eb22-11ee-95d0-87774f69a715 -- ceph orch host add smithi069 2024-03-26T03:42:39.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:39 smithi016 bash[21432]: cluster 2024-03-26T03:42:37.988591+0000 mgr.a (mgr.14152) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:42:39.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:39 smithi016 bash[21432]: audit 2024-03-26T03:42:38.158519+0000 mgr.a (mgr.14152) 15 : 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-26T03:42:39.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:39 smithi016 bash[21432]: audit 2024-03-26T03:42:38.163503+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:42:39.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:39 smithi016 bash[21432]: audit 2024-03-26T03:42:38.205417+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:42:39.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:39 smithi016 bash[21432]: audit 2024-03-26T03:42:38.207107+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:42:39.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:39 smithi016 bash[21432]: audit 2024-03-26T03:42:38.207904+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:42:39.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:39 smithi016 bash[21432]: cephadm 2024-03-26T03:42:38.208788+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-03-26T03:42:39.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:39 smithi016 bash[21432]: cephadm 2024-03-26T03:42:38.322760+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi016:/var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T03:42:39.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:39 smithi016 bash[21432]: cephadm 2024-03-26T03:42:38.437076+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.client.admin.keyring 2024-03-26T03:42:39.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:39 smithi016 bash[21432]: cephadm 2024-03-26T03:42:38.552073+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi016:/var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T03:42:39.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:39 smithi016 bash[21432]: audit 2024-03-26T03:42:38.722393+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:42:39.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:39 smithi016 bash[21432]: audit 2024-03-26T03:42:38.726768+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:42:39.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:39 smithi016 bash[21432]: audit 2024-03-26T03:42:38.730909+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:42:41.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:41 smithi016 bash[21432]: cluster 2024-03-26T03:42:39.988975+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-26T03:42:43.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:43 smithi016 bash[21432]: cluster 2024-03-26T03:42:41.989455+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-26T03:42:43.736 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:42:45.280 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:45 smithi016 bash[21432]: cluster 2024-03-26T03:42:43.990008+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-26T03:42:47.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:47 smithi016 bash[21432]: cluster 2024-03-26T03:42:45.990345+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:42:47.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:47 smithi016 bash[21432]: audit 2024-03-26T03:42:46.635669+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:42:47.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:47 smithi016 bash[21432]: audit 2024-03-26T03:42:46.639613+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:42:47.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:47 smithi016 bash[21432]: audit 2024-03-26T03:42:46.644787+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:42:48.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:48 smithi016 bash[21432]: audit 2024-03-26T03:42:47.554471+0000 mgr.a (mgr.14152) 24 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi069", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:42:49.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:49 smithi016 bash[21432]: cluster 2024-03-26T03:42:47.990710+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:42:49.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:49 smithi016 bash[21432]: cephadm 2024-03-26T03:42:48.311728+0000 mgr.a (mgr.14152) 26 : cephadm [INF] Deploying cephadm binary to smithi069 2024-03-26T03:42:51.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:51 smithi016 bash[21432]: cluster 2024-03-26T03:42:49.991106+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-26T03:42:53.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:53 smithi016 bash[21432]: cluster 2024-03-26T03:42:51.991480+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-26T03:42:53.656 INFO:teuthology.orchestra.run.smithi016.stdout:Added host 'smithi069' with addr '172.21.15.69' 2024-03-26T03:42:54.392 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 780a5ade-eb22-11ee-95d0-87774f69a715 -- ceph orch host ls --format=json 2024-03-26T03:42:55.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:54 smithi016 bash[21432]: audit 2024-03-26T03:42:53.654714+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:42:55.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:54 smithi016 bash[21432]: cephadm 2024-03-26T03:42:53.655592+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Added host smithi069 2024-03-26T03:42:55.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:54 smithi016 bash[21432]: audit 2024-03-26T03:42:53.700903+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:42:55.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:54 smithi016 bash[21432]: cluster 2024-03-26T03:42:53.991889+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-26T03:42:55.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:54 smithi016 bash[21432]: audit 2024-03-26T03:42:54.173789+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:42:57.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:56 smithi016 bash[21432]: audit 2024-03-26T03:42:55.649094+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:42:57.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:56 smithi016 bash[21432]: audit 2024-03-26T03:42:55.654571+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:42:57.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:56 smithi016 bash[21432]: audit 2024-03-26T03:42:55.656096+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi069", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:42:57.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:56 smithi016 bash[21432]: audit 2024-03-26T03:42:55.658223+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:42:57.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:56 smithi016 bash[21432]: audit 2024-03-26T03:42:55.660090+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:42:57.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:56 smithi016 bash[21432]: cephadm 2024-03-26T03:42:55.662748+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi069:/etc/ceph/ceph.conf 2024-03-26T03:42:57.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:56 smithi016 bash[21432]: cephadm 2024-03-26T03:42:55.877986+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi069:/var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T03:42:57.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:56 smithi016 bash[21432]: cluster 2024-03-26T03:42:55.992242+0000 mgr.a (mgr.14152) 33 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:42:57.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:56 smithi016 bash[21432]: cephadm 2024-03-26T03:42:56.093980+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi069:/etc/ceph/ceph.client.admin.keyring 2024-03-26T03:42:57.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:56 smithi016 bash[21432]: cephadm 2024-03-26T03:42:56.258580+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi069:/var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T03:42:57.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:56 smithi016 bash[21432]: audit 2024-03-26T03:42:56.429779+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:42:57.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:56 smithi016 bash[21432]: audit 2024-03-26T03:42:56.435477+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:42:57.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:56 smithi016 bash[21432]: audit 2024-03-26T03:42:56.438675+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi069", "caps": []}]: dispatch 2024-03-26T03:42:57.032 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:56 smithi016 bash[21432]: audit 2024-03-26T03:42:56.440060+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi069", "caps": []}]': finished 2024-03-26T03:42:59.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:58 smithi016 bash[21432]: cephadm 2024-03-26T03:42:56.632552+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Deploying daemon agent.smithi069 on smithi069 2024-03-26T03:42:59.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:58 smithi016 bash[21432]: audit 2024-03-26T03:42:57.615445+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:42:59.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:58 smithi016 bash[21432]: audit 2024-03-26T03:42:57.658683+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:42:59.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:58 smithi016 bash[21432]: audit 2024-03-26T03:42:57.664253+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:42:59.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:58 smithi016 bash[21432]: audit 2024-03-26T03:42:57.730044+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:42:59.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:58 smithi016 bash[21432]: audit 2024-03-26T03:42:57.734557+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:42:59.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:58 smithi016 bash[21432]: audit 2024-03-26T03:42:57.736238+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:42:59.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:58 smithi016 bash[21432]: audit 2024-03-26T03:42:57.744762+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:42:59.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:58 smithi016 bash[21432]: audit 2024-03-26T03:42:57.813332+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:42:59.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:58 smithi016 bash[21432]: audit 2024-03-26T03:42:57.817679+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:42:59.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:58 smithi016 bash[21432]: audit 2024-03-26T03:42:57.819357+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:42:59.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:58 smithi016 bash[21432]: audit 2024-03-26T03:42:57.827899+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:42:59.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:58 smithi016 bash[21432]: audit 2024-03-26T03:42:58.093325+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:42:59.108 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:42:59.982 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:59 smithi016 bash[21432]: cluster 2024-03-26T03:42:57.992651+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-26T03:42:59.983 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:59 smithi016 bash[21432]: audit 2024-03-26T03:42:59.139084+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:42:59.983 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:42:59 smithi016 bash[21432]: audit 2024-03-26T03:42:59.142652+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:01.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:01 smithi016 bash[21432]: cluster 2024-03-26T03:42:59.992994+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:43:01.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:01 smithi016 bash[21432]: audit 2024-03-26T03:43:00.068790+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:02.543 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-03-26T03:43:02.544 INFO:teuthology.orchestra.run.smithi016.stdout:[{"addr": "172.21.15.16", "hostname": "smithi016", "labels": [], "status": ""}, {"addr": "172.21.15.69", "hostname": "smithi069", "labels": [], "status": ""}] 2024-03-26T03:43:03.280 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:03 smithi016 bash[21432]: cluster 2024-03-26T03:43:01.993306+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:43:03.280 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:03 smithi016 bash[21432]: audit 2024-03-26T03:43:02.542774+0000 mgr.a (mgr.14152) 40 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T03:43:03.557 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi204 2024-03-26T03:43:03.557 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-03-26T03:43:03.557 DEBUG:teuthology.orchestra.run.smithi204:> dd of=/etc/ceph/ceph.conf 2024-03-26T03:43:03.563 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-03-26T03:43:03.563 DEBUG:teuthology.orchestra.run.smithi204:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-26T03:43:03.611 INFO:tasks.cephadm:Adding host smithi204 to orchestrator... 2024-03-26T03:43:03.611 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 780a5ade-eb22-11ee-95d0-87774f69a715 -- ceph orch host add smithi204 2024-03-26T03:43:05.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:05 smithi016 bash[21432]: cluster 2024-03-26T03:43:03.993646+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-26T03:43:07.280 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:07 smithi016 bash[21432]: cluster 2024-03-26T03:43:05.994056+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-26T03:43:07.280 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:07 smithi016 bash[21432]: audit 2024-03-26T03:43:06.845266+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:07.280 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:07 smithi016 bash[21432]: audit 2024-03-26T03:43:06.851207+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:07.280 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:07 smithi016 bash[21432]: audit 2024-03-26T03:43:06.859723+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:08.063 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:43:09.176 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:09 smithi016 bash[21432]: cluster 2024-03-26T03:43:07.994443+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-26T03:43:11.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:11 smithi016 bash[21432]: cluster 2024-03-26T03:43:09.994865+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:43:12.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:12 smithi016 bash[21432]: audit 2024-03-26T03:43:10.772716+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:43:12.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:12 smithi016 bash[21432]: cephadm 2024-03-26T03:43:11.531749+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Deploying cephadm binary to smithi204 2024-03-26T03:43:12.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:12 smithi016 bash[21432]: audit 2024-03-26T03:43:12.070709+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:13.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:13 smithi016 bash[21432]: cluster 2024-03-26T03:43:11.995317+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-26T03:43:13.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:13 smithi016 bash[21432]: audit 2024-03-26T03:43:12.078595+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:15.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:15 smithi016 bash[21432]: cluster 2024-03-26T03:43:13.995694+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-26T03:43:16.938 INFO:teuthology.orchestra.run.smithi016.stdout:Added host 'smithi204' with addr '172.21.15.204' 2024-03-26T03:43:17.280 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:17 smithi016 bash[21432]: cluster 2024-03-26T03:43:15.995934+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:43:17.280 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:17 smithi016 bash[21432]: audit 2024-03-26T03:43:16.937191+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:17.280 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:17 smithi016 bash[21432]: audit 2024-03-26T03:43:16.957832+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:43:17.623 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 780a5ade-eb22-11ee-95d0-87774f69a715 -- ceph orch host ls --format=json 2024-03-26T03:43:18.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:18 smithi016 bash[21432]: cephadm 2024-03-26T03:43:16.938046+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Added host smithi204 2024-03-26T03:43:18.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:18 smithi016 bash[21432]: audit 2024-03-26T03:43:17.432200+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:19.608 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:19 smithi016 bash[21432]: cluster 2024-03-26T03:43:17.996325+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:43:19.608 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:19 smithi016 bash[21432]: audit 2024-03-26T03:43:18.726389+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:19.608 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:19 smithi016 bash[21432]: audit 2024-03-26T03:43:18.732578+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:19.608 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:19 smithi016 bash[21432]: audit 2024-03-26T03:43:18.740934+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:19.608 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:19 smithi016 bash[21432]: audit 2024-03-26T03:43:18.907800+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:19.608 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:19 smithi016 bash[21432]: audit 2024-03-26T03:43:18.913367+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:19.608 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:19 smithi016 bash[21432]: audit 2024-03-26T03:43:18.914939+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:43:19.608 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:19 smithi016 bash[21432]: audit 2024-03-26T03:43:18.917069+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:43:19.608 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:19 smithi016 bash[21432]: audit 2024-03-26T03:43:18.918949+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:43:20.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:20 smithi016 bash[21432]: cephadm 2024-03-26T03:43:18.921828+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-03-26T03:43:20.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:20 smithi016 bash[21432]: cephadm 2024-03-26T03:43:19.137286+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi204:/var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T03:43:20.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:20 smithi016 bash[21432]: cephadm 2024-03-26T03:43:19.614133+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.client.admin.keyring 2024-03-26T03:43:20.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:20 smithi016 bash[21432]: audit 2024-03-26T03:43:19.948819+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:20.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:20 smithi016 bash[21432]: audit 2024-03-26T03:43:19.953909+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:20.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:20 smithi016 bash[21432]: audit 2024-03-26T03:43:19.957284+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []}]: dispatch 2024-03-26T03:43:20.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:20 smithi016 bash[21432]: audit 2024-03-26T03:43:19.958631+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []}]': finished 2024-03-26T03:43:21.766 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:21 smithi016 bash[21432]: cephadm 2024-03-26T03:43:19.779466+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi204:/var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T03:43:21.767 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:21 smithi016 bash[21432]: cluster 2024-03-26T03:43:19.996640+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:43:21.767 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:21 smithi016 bash[21432]: cephadm 2024-03-26T03:43:20.121540+0000 mgr.a (mgr.14152) 57 : cephadm [INF] Deploying daemon agent.smithi204 on smithi204 2024-03-26T03:43:21.767 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:21 smithi016 bash[21432]: audit 2024-03-26T03:43:21.109826+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:21.767 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:21 smithi016 bash[21432]: audit 2024-03-26T03:43:21.141665+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:21.767 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:21 smithi016 bash[21432]: audit 2024-03-26T03:43:21.144488+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:21.767 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:21 smithi016 bash[21432]: audit 2024-03-26T03:43:21.209046+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:43:21.767 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:21 smithi016 bash[21432]: audit 2024-03-26T03:43:21.212318+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:43:21.767 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:21 smithi016 bash[21432]: audit 2024-03-26T03:43:21.213297+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:43:21.767 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:21 smithi016 bash[21432]: audit 2024-03-26T03:43:21.217704+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:21.767 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:21 smithi016 bash[21432]: audit 2024-03-26T03:43:21.317015+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:43:21.767 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:21 smithi016 bash[21432]: audit 2024-03-26T03:43:21.320407+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:43:21.767 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:21 smithi016 bash[21432]: audit 2024-03-26T03:43:21.321646+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:43:21.768 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:21 smithi016 bash[21432]: audit 2024-03-26T03:43:21.329078+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:22.657 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:43:23.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:22 smithi016 bash[21432]: audit 2024-03-26T03:43:21.554403+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:23.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:23 smithi016 bash[21432]: cluster 2024-03-26T03:43:21.997044+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-26T03:43:23.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:23 smithi016 bash[21432]: audit 2024-03-26T03:43:22.656730+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:23.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:23 smithi016 bash[21432]: audit 2024-03-26T03:43:22.663950+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:25.438 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-03-26T03:43:25.439 INFO:teuthology.orchestra.run.smithi016.stdout:[{"addr": "172.21.15.16", "hostname": "smithi016", "labels": [], "status": ""}, {"addr": "172.21.15.69", "hostname": "smithi069", "labels": [], "status": ""}, {"addr": "172.21.15.204", "hostname": "smithi204", "labels": [], "status": ""}] 2024-03-26T03:43:25.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:25 smithi016 bash[21432]: cluster 2024-03-26T03:43:23.997476+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-26T03:43:25.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:25 smithi016 bash[21432]: audit 2024-03-26T03:43:25.077007+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:26.070 INFO:tasks.cephadm:Setting crush tunables to default 2024-03-26T03:43:26.071 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 780a5ade-eb22-11ee-95d0-87774f69a715 -- ceph osd crush tunables default 2024-03-26T03:43:27.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:26 smithi016 bash[21432]: audit 2024-03-26T03:43:25.437953+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-26T03:43:28.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:27 smithi016 bash[21432]: cluster 2024-03-26T03:43:25.997905+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-26T03:43:28.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:27 smithi016 bash[21432]: audit 2024-03-26T03:43:27.068725+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:28.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:27 smithi016 bash[21432]: audit 2024-03-26T03:43:27.075609+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:28.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:27 smithi016 bash[21432]: audit 2024-03-26T03:43:27.084014+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:30.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:29 smithi016 bash[21432]: cluster 2024-03-26T03:43:27.998330+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-26T03:43:30.789 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:43:31.834 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:31 smithi016 bash[21432]: cluster 2024-03-26T03:43:29.998726+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-26T03:43:34.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:33 smithi016 bash[21432]: cluster 2024-03-26T03:43:31.999196+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-26T03:43:34.583 INFO:teuthology.orchestra.run.smithi016.stderr:adjusted tunables profile to default 2024-03-26T03:43:34.831 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:34 smithi016 bash[21432]: audit 2024-03-26T03:43:33.584168+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.16:0/3330704740' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-26T03:43:35.290 INFO:tasks.cephadm:Adding mon.a on smithi016 2024-03-26T03:43:35.291 INFO:tasks.cephadm:Adding mon.b on smithi069 2024-03-26T03:43:35.291 INFO:tasks.cephadm:Adding mon.c on smithi204 2024-03-26T03:43:35.291 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 780a5ade-eb22-11ee-95d0-87774f69a715 -- ceph orch apply mon '3;smithi016:172.21.15.16=a;smithi069:172.21.15.69=b;smithi204:172.21.15.204=c' 2024-03-26T03:43:36.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:35 smithi016 bash[21432]: cluster 2024-03-26T03:43:33.999627+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:43:36.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:35 smithi016 bash[21432]: audit 2024-03-26T03:43:34.576068+0000 mon.a (mon.0) 199 : audit [INF] from='client.? 172.21.15.16:0/3330704740' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-26T03:43:36.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:35 smithi016 bash[21432]: cluster 2024-03-26T03:43:34.580814+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-26T03:43:36.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:35 smithi016 bash[21432]: audit 2024-03-26T03:43:35.424777+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:36.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:35 smithi016 bash[21432]: audit 2024-03-26T03:43:35.432854+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:36.500 INFO:teuthology.orchestra.run.smithi204.stderr:Inferring config /var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T03:43:38.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:37 smithi016 bash[21432]: cluster 2024-03-26T03:43:36.000059+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-26T03:43:38.864 INFO:teuthology.orchestra.run.smithi204.stdout:Scheduled mon update... 2024-03-26T03:43:39.418 DEBUG:teuthology.orchestra.run.smithi069:mon.b> sudo journalctl -f -n 0 -u ceph-780a5ade-eb22-11ee-95d0-87774f69a715@mon.b.service 2024-03-26T03:43:39.421 DEBUG:teuthology.orchestra.run.smithi204:mon.c> sudo journalctl -f -n 0 -u ceph-780a5ade-eb22-11ee-95d0-87774f69a715@mon.c.service 2024-03-26T03:43:39.423 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-26T03:43:39.423 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 780a5ade-eb22-11ee-95d0-87774f69a715 -- ceph mon dump -f json 2024-03-26T03:43:40.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:39 smithi016 bash[21432]: cluster 2024-03-26T03:43:38.000402+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:43:40.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:39 smithi016 bash[21432]: audit 2024-03-26T03:43:38.863002+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:40.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:39 smithi016 bash[21432]: audit 2024-03-26T03:43:38.868897+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:43:40.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:39 smithi016 bash[21432]: audit 2024-03-26T03:43:38.874191+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:43:40.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:39 smithi016 bash[21432]: audit 2024-03-26T03:43:38.875960+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:43:40.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:39 smithi016 bash[21432]: audit 2024-03-26T03:43:38.883700+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:40.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:39 smithi016 bash[21432]: audit 2024-03-26T03:43:38.889125+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T03:43:40.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:39 smithi016 bash[21432]: audit 2024-03-26T03:43:38.890665+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:43:40.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:39 smithi016 bash[21432]: audit 2024-03-26T03:43:38.930014+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:40.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:39 smithi016 bash[21432]: audit 2024-03-26T03:43:38.934433+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:40.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:39 smithi016 bash[21432]: audit 2024-03-26T03:43:38.942485+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:40.643 INFO:teuthology.orchestra.run.smithi204.stderr:Inferring config /var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T03:43:41.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:40 smithi016 bash[21432]: audit 2024-03-26T03:43:38.853071+0000 mgr.a (mgr.14152) 68 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi016:172.21.15.16=a;smithi069:172.21.15.69=b;smithi204:172.21.15.204=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:43:41.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:40 smithi016 bash[21432]: cephadm 2024-03-26T03:43:38.857834+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Saving service mon spec with placement smithi016:172.21.15.16=a;smithi069:172.21.15.69=b;smithi204:172.21.15.204=c;count:3 2024-03-26T03:43:41.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:40 smithi016 bash[21432]: cephadm 2024-03-26T03:43:38.892649+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Deploying daemon mon.c on smithi204 2024-03-26T03:43:41.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:41 smithi016 bash[21432]: cluster 2024-03-26T03:43:40.000799+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-26T03:43:44.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:43 smithi016 bash[21432]: cluster 2024-03-26T03:43:42.001249+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-26T03:43:44.473 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-03-26T03:43:44.473 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"780a5ade-eb22-11ee-95d0-87774f69a715","modified":"2024-03-26T03:40:55.828052Z","created":"2024-03-26T03:40:55.828052Z","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.16:3300","nonce":0},{"type":"v1","addr":"172.21.15.16:6789","nonce":0}]},"addr":"172.21.15.16:6789/0","public_addr":"172.21.15.16:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-26T03:43:44.475 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-03-26T03:43:44.750 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:44 smithi204 systemd[1]: Started Ceph mon.c for 780a5ade-eb22-11ee-95d0-87774f69a715. 2024-03-26T03:43:45.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:44 smithi016 bash[21432]: audit 2024-03-26T03:43:44.472831+0000 mon.a (mon.0) 213 : audit [DBG] from='client.? 172.21.15.204:0/520319234' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-26T03:43:46.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:45 smithi016 bash[21432]: cluster 2024-03-26T03:43:44.001708+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:43:46.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:45 smithi016 bash[21432]: audit 2024-03-26T03:43:44.627498+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:45 smithi016 bash[21432]: audit 2024-03-26T03:43:44.633770+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:45 smithi016 bash[21432]: audit 2024-03-26T03:43:44.678128+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:45 smithi016 bash[21432]: audit 2024-03-26T03:43:44.679715+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T03:43:46.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:45 smithi016 bash[21432]: audit 2024-03-26T03:43:44.681535+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:43:46.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:45 smithi016 bash[21432]: audit 2024-03-26T03:43:44.732269+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:45 smithi016 bash[21432]: audit 2024-03-26T03:43:44.739415+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:45 smithi016 bash[21432]: audit 2024-03-26T03:43:44.747544+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.166 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.123+0000 7fe56e150c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-26T03:43:46.166 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.123+0000 7fe56e150c80 0 ceph version 19.0.0-2475-ge42b8ea3 (e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003) squid (dev), process ceph-mon, pid 7 2024-03-26T03:43:46.166 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.123+0000 7fe56e150c80 0 pidfile_write: ignore empty --pid-file 2024-03-26T03:43:46.166 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 0 load: jerasure load: lrc 2024-03-26T03:43:46.166 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: RocksDB version: 7.9.2 2024-03-26T03:43:46.166 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Git sha 0 2024-03-26T03:43:46.167 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Compile date 2024-03-25 23:25:11 2024-03-26T03:43:46.167 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: DB SUMMARY 2024-03-26T03:43:46.167 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: DB Session ID: 795ZKPKU5X5JVTSOY51W 2024-03-26T03:43:46.167 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: CURRENT file: CURRENT 2024-03-26T03:43:46.167 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: IDENTITY file: IDENTITY 2024-03-26T03:43:46.167 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-03-26T03:43:46.167 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-03-26T03:43:46.167 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-03-26T03:43:46.167 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.error_if_exists: 0 2024-03-26T03:43:46.167 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.create_if_missing: 0 2024-03-26T03:43:46.167 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.paranoid_checks: 1 2024-03-26T03:43:46.167 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-26T03:43:46.167 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-26T03:43:46.167 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-26T03:43:46.168 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.env: 0x5611d1158c60 2024-03-26T03:43:46.168 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-26T03:43:46.168 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.info_log: 0x5611d21b1b20 2024-03-26T03:43:46.168 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-26T03:43:46.168 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.statistics: (nil) 2024-03-26T03:43:46.168 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.use_fsync: 0 2024-03-26T03:43:46.168 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.max_log_file_size: 0 2024-03-26T03:43:46.169 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-26T03:43:46.169 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-26T03:43:46.169 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-26T03:43:46.169 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-26T03:43:46.169 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.allow_fallocate: 1 2024-03-26T03:43:46.170 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-26T03:43:46.170 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-26T03:43:46.170 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.use_direct_reads: 0 2024-03-26T03:43:46.170 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-26T03:43:46.170 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-26T03:43:46.170 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.db_log_dir: 2024-03-26T03:43:46.170 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.wal_dir: 2024-03-26T03:43:46.170 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-26T03:43:46.170 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-26T03:43:46.170 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-26T03:43:46.170 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-26T03:43:46.170 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-26T03:43:46.171 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-26T03:43:46.171 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-26T03:43:46.171 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-26T03:43:46.171 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.write_buffer_manager: 0x5611d21821e0 2024-03-26T03:43:46.171 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-26T03:43:46.171 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-26T03:43:46.171 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-26T03:43:46.171 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-26T03:43:46.171 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-26T03:43:46.171 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-26T03:43:46.171 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-26T03:43:46.171 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-26T03:43:46.171 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.unordered_write: 0 2024-03-26T03:43:46.172 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-26T03:43:46.172 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-26T03:43:46.172 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-26T03:43:46.172 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-26T03:43:46.172 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.row_cache: None 2024-03-26T03:43:46.172 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.wal_filter: None 2024-03-26T03:43:46.172 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-26T03:43:46.172 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-26T03:43:46.172 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.two_write_queues: 0 2024-03-26T03:43:46.172 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-26T03:43:46.172 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.wal_compression: 0 2024-03-26T03:43:46.172 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.atomic_flush: 0 2024-03-26T03:43:46.172 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-26T03:43:46.172 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-26T03:43:46.172 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-26T03:43:46.173 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.log_readahead_size: 0 2024-03-26T03:43:46.173 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-26T03:43:46.173 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-26T03:43:46.173 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-26T03:43:46.173 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-26T03:43:46.173 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-26T03:43:46.173 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-26T03:43:46.173 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-26T03:43:46.173 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.max_background_jobs: 2 2024-03-26T03:43:46.173 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.max_background_compactions: -1 2024-03-26T03:43:46.173 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.max_subcompactions: 1 2024-03-26T03:43:46.173 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-26T03:43:46.173 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-26T03:43:46.173 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-26T03:43:46.174 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-26T03:43:46.174 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-26T03:43:46.174 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-26T03:43:46.174 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-26T03:43:46.174 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-26T03:43:46.174 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.max_open_files: -1 2024-03-26T03:43:46.174 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-26T03:43:46.174 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-26T03:43:46.174 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-26T03:43:46.174 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-26T03:43:46.174 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Options.max_background_flushes: -1 2024-03-26T03:43:46.174 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Compression algorithms supported: 2024-03-26T03:43:46.174 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-26T03:43:46.174 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: kZSTD supported: 0 2024-03-26T03:43:46.175 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: kXpressCompression supported: 0 2024-03-26T03:43:46.175 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-26T03:43:46.175 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: kZlibCompression supported: 1 2024-03-26T03:43:46.175 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: kSnappyCompression supported: 1 2024-03-26T03:43:46.175 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: kLZ4Compression supported: 1 2024-03-26T03:43:46.175 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: kBZip2Compression supported: 0 2024-03-26T03:43:46.175 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-26T03:43:46.175 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-26T03:43:46.175 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.127+0000 7fe56e150c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-03-26T03:43:46.175 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-26T03:43:46.175 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-26T03:43:46.175 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.merge_operator: 2024-03-26T03:43:46.175 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.compaction_filter: None 2024-03-26T03:43:46.175 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-26T03:43:46.176 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-26T03:43:46.176 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-26T03:43:46.176 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-26T03:43:46.176 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5611d21b1d00) 2024-03-26T03:43:46.176 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cache_index_and_filter_blocks: 1 2024-03-26T03:43:46.176 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-26T03:43:46.176 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-26T03:43:46.176 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: pin_top_level_index_and_filter: 1 2024-03-26T03:43:46.176 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: index_type: 0 2024-03-26T03:43:46.176 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: data_block_index_type: 0 2024-03-26T03:43:46.176 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: index_shortening: 1 2024-03-26T03:43:46.176 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: data_block_hash_table_util_ratio: 0.750000 2024-03-26T03:43:46.176 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: checksum: 4 2024-03-26T03:43:46.176 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: no_block_cache: 0 2024-03-26T03:43:46.177 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: block_cache: 0x5611d21b3090 2024-03-26T03:43:46.177 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: block_cache_name: BinnedLRUCache 2024-03-26T03:43:46.177 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: block_cache_options: 2024-03-26T03:43:46.177 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: capacity : 536870912 2024-03-26T03:43:46.177 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: num_shard_bits : 4 2024-03-26T03:43:46.177 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: strict_capacity_limit : 0 2024-03-26T03:43:46.177 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: high_pri_pool_ratio: 0.000 2024-03-26T03:43:46.177 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: block_cache_compressed: (nil) 2024-03-26T03:43:46.177 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: persistent_cache: (nil) 2024-03-26T03:43:46.177 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: block_size: 4096 2024-03-26T03:43:46.177 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: block_size_deviation: 10 2024-03-26T03:43:46.177 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: block_restart_interval: 16 2024-03-26T03:43:46.177 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: index_block_restart_interval: 1 2024-03-26T03:43:46.177 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: metadata_block_size: 4096 2024-03-26T03:43:46.177 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: partition_filters: 0 2024-03-26T03:43:46.177 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: use_delta_encoding: 1 2024-03-26T03:43:46.178 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: filter_policy: bloomfilter 2024-03-26T03:43:46.178 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: whole_key_filtering: 1 2024-03-26T03:43:46.178 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: verify_compression: 0 2024-03-26T03:43:46.178 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: read_amp_bytes_per_bit: 0 2024-03-26T03:43:46.178 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: format_version: 5 2024-03-26T03:43:46.178 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: enable_index_compression: 1 2024-03-26T03:43:46.178 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: block_align: 0 2024-03-26T03:43:46.178 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: max_auto_readahead_size: 262144 2024-03-26T03:43:46.178 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: prepopulate_block_cache: 0 2024-03-26T03:43:46.178 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: initial_auto_readahead_size: 8192 2024-03-26T03:43:46.178 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: num_file_reads_for_auto_readahead: 2 2024-03-26T03:43:46.178 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-26T03:43:46.178 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-26T03:43:46.178 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.compression: NoCompression 2024-03-26T03:43:46.178 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-26T03:43:46.179 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-26T03:43:46.179 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-26T03:43:46.179 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.num_levels: 7 2024-03-26T03:43:46.179 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-26T03:43:46.179 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-26T03:43:46.179 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-26T03:43:46.179 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-26T03:43:46.179 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-26T03:43:46.179 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-26T03:43:46.179 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-26T03:43:46.179 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-26T03:43:46.179 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-26T03:43:46.179 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-26T03:43:46.179 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-26T03:43:46.179 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-26T03:43:46.180 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-26T03:43:46.180 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-26T03:43:46.180 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-26T03:43:46.180 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-26T03:43:46.180 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-26T03:43:46.180 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-26T03:43:46.180 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-26T03:43:46.180 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-26T03:43:46.180 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-26T03:43:46.182 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-26T03:43:46.182 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-26T03:43:46.182 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-26T03:43:46.182 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-26T03:43:46.182 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-26T03:43:46.182 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-26T03:43:46.183 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-26T03:43:46.183 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-26T03:43:46.183 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-26T03:43:46.183 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-26T03:43:46.183 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-26T03:43:46.183 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-26T03:43:46.183 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-26T03:43:46.183 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-26T03:43:46.183 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-26T03:43:46.183 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-26T03:43:46.183 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-26T03:43:46.183 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-26T03:43:46.183 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-26T03:43:46.184 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-26T03:43:46.184 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-26T03:43:46.184 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-26T03:43:46.184 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-26T03:43:46.184 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-26T03:43:46.184 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-26T03:43:46.184 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-26T03:43:46.184 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-26T03:43:46.184 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-26T03:43:46.185 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-26T03:43:46.185 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-26T03:43:46.185 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-26T03:43:46.185 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-26T03:43:46.185 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-03-26T03:43:46.185 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.inplace_update_support: 0 2024-03-26T03:43:46.185 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-26T03:43:46.185 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-26T03:43:46.185 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-26T03:43:46.185 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-26T03:43:46.185 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.bloom_locality: 0 2024-03-26T03:43:46.185 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.max_successive_merges: 0 2024-03-26T03:43:46.185 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-26T03:43:46.185 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-26T03:43:46.186 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-26T03:43:46.186 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-26T03:43:46.186 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.ttl: 2592000 2024-03-26T03:43:46.186 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-26T03:43:46.186 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-26T03:43:46.186 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-26T03:43:46.186 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.enable_blob_files: false 2024-03-26T03:43:46.186 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.min_blob_size: 0 2024-03-26T03:43:46.186 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-26T03:43:46.186 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-26T03:43:46.186 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-26T03:43:46.186 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-26T03:43:46.186 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-26T03:43:46.186 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-26T03:43:46.186 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-26T03:43:46.187 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-26T03:43:46.187 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 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-26T03:43:46.187 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-03-26T03:43:46.187 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: b2c19591-a8f8-4813-8446-4e8486c96c3d 2024-03-26T03:43:46.187 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711424626133154, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-03-26T03:43:46.187 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-03-26T03:43:46.187 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711424626133614, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1648, "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": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1711424626, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "b2c19591-a8f8-4813-8446-4e8486c96c3d", "db_session_id": "795ZKPKU5X5JVTSOY51W", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-03-26T03:43:46.187 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711424626133708, "job": 1, "event": "recovery_finished"} 2024-03-26T03:43:46.187 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-03-26T03:43:46.187 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 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-26T03:43:46.187 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5611d22a6000 2024-03-26T03:43:46.187 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 4 rocksdb: DB pointer 0x5611d2290000 2024-03-26T03:43:46.187 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe55c8ab700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-26T03:43:46.187 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe55c8ab700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-26T03:43:46.188 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: ** DB Stats ** 2024-03-26T03:43:46.188 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-26T03:43:46.188 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: 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-26T03:43:46.188 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-26T03:43:46.188 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-26T03:43:46.188 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: 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-26T03:43:46.188 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-26T03:43:46.188 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-26T03:43:46.188 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: ** Compaction Stats [default] ** 2024-03-26T03:43:46.188 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: 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-26T03:43:46.188 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-26T03:43:46.188 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-26T03:43:46.188 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-26T03:43:46.188 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: 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.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-26T03:43:46.188 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: ** Compaction Stats [default] ** 2024-03-26T03:43:46.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: 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-26T03:43:46.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-26T03:43:46.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: 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.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-26T03:43:46.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-26T03:43:46.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-26T03:43:46.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-26T03:43:46.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-26T03:43:46.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: AddFile(Total Files): cumulative 0, interval 0 2024-03-26T03:43:46.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-26T03:43:46.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: AddFile(Keys): cumulative 0, interval 0 2024-03-26T03:43:46.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: Cumulative compaction: 0.00 GB write, 0.53 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-26T03:43:46.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: Interval compaction: 0.00 GB write, 0.53 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-26T03:43:46.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: 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-26T03:43:46.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: Block cache BinnedLRUCache@0x5611d21b3090#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-03-26T03:43:46.189 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: 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-26T03:43:46.190 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: ** File Read Latency Histogram By Level [default] ** 2024-03-26T03:43:46.190 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 0 mon.c does not exist in monmap, will attempt to join an existing cluster 2024-03-26T03:43:46.190 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 0 using public_addr v2:172.21.15.204:0/0 -> [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] 2024-03-26T03:43:46.190 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.131+0000 7fe56e150c80 0 starting mon.c rank -1 at public addrs [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] at bind addrs [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid 780a5ade-eb22-11ee-95d0-87774f69a715 2024-03-26T03:43:46.190 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.135+0000 7fe56e150c80 1 mon.c@-1(???) e0 preinit fsid 780a5ade-eb22-11ee-95d0-87774f69a715 2024-03-26T03:43:46.190 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.155+0000 7fe55f8b1700 0 mon.c@-1(synchronizing).mds e1 new map 2024-03-26T03:43:46.190 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.155+0000 7fe55f8b1700 0 mon.c@-1(synchronizing).mds e1 print_map 2024-03-26T03:43:46.190 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: e1 2024-03-26T03:43:46.190 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-26T03:43:46.190 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-03-26T03:43:46.190 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: legacy client fscid: -1 2024-03-26T03:43:46.190 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: 2024-03-26T03:43:46.190 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: No filesystems configured 2024-03-26T03:43:46.190 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.155+0000 7fe55f8b1700 1 mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-03-26T03:43:46.191 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.159+0000 7fe55f8b1700 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-26T03:43:46.191 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.159+0000 7fe55f8b1700 1 mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-03-26T03:43:46.191 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.159+0000 7fe55f8b1700 1 mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-03-26T03:43:46.191 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.159+0000 7fe55f8b1700 1 mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-03-26T03:43:46.191 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.159+0000 7fe55f8b1700 1 mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-03-26T03:43:46.191 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.159+0000 7fe55f8b1700 0 mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-26T03:43:46.191 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.159+0000 7fe55f8b1700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-26T03:43:46.191 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.159+0000 7fe55f8b1700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-26T03:43:46.191 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.159+0000 7fe55f8b1700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-26T03:43:46.191 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cluster 2024-03-26T03:42:33.987791+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-26T03:43:46.191 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:42:35.163184+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.191 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:42:35.168752+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.191 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cluster 2024-03-26T03:42:35.988241+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-26T03:43:46.191 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cluster 2024-03-26T03:42:37.988591+0000 mgr.a (mgr.14152) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:43:46.191 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:42:38.158519+0000 mgr.a (mgr.14152) 15 : 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-26T03:43:46.191 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:42:38.163503+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.191 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:42:38.205417+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:43:46.192 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:42:38.207107+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:43:46.192 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:42:38.207904+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:43:46.192 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cephadm 2024-03-26T03:42:38.208788+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-03-26T03:43:46.192 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cephadm 2024-03-26T03:42:38.322760+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi016:/var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T03:43:46.192 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cephadm 2024-03-26T03:42:38.437076+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.client.admin.keyring 2024-03-26T03:43:46.192 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cephadm 2024-03-26T03:42:38.552073+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi016:/var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T03:43:46.192 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:42:38.722393+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.192 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:42:38.726768+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.192 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:42:38.730909+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.192 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cluster 2024-03-26T03:42:39.988975+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-26T03:43:46.192 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cluster 2024-03-26T03:42:41.989455+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-26T03:43:46.192 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cluster 2024-03-26T03:42:43.990008+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-26T03:43:46.192 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cluster 2024-03-26T03:42:45.990345+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:43:46.192 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:42:46.635669+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.192 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:42:46.639613+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.193 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:42:46.644787+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.193 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:42:47.554471+0000 mgr.a (mgr.14152) 24 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi069", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:43:46.193 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cluster 2024-03-26T03:42:47.990710+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:43:46.193 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cephadm 2024-03-26T03:42:48.311728+0000 mgr.a (mgr.14152) 26 : cephadm [INF] Deploying cephadm binary to smithi069 2024-03-26T03:43:46.193 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cluster 2024-03-26T03:42:49.991106+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-26T03:43:46.193 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cluster 2024-03-26T03:42:51.991480+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-26T03:43:46.193 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:42:53.654714+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.193 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cephadm 2024-03-26T03:42:53.655592+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Added host smithi069 2024-03-26T03:43:46.193 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:42:53.700903+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:43:46.193 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cluster 2024-03-26T03:42:53.991889+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-26T03:43:46.193 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:42:54.173789+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.193 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:42:55.649094+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.193 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:42:55.654571+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.193 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:42:55.656096+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi069", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:43:46.194 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:42:55.658223+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:43:46.194 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:42:55.660090+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:43:46.194 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cephadm 2024-03-26T03:42:55.662748+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi069:/etc/ceph/ceph.conf 2024-03-26T03:43:46.194 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cephadm 2024-03-26T03:42:55.877986+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi069:/var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T03:43:46.194 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cluster 2024-03-26T03:42:55.992242+0000 mgr.a (mgr.14152) 33 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:43:46.194 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cephadm 2024-03-26T03:42:56.093980+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi069:/etc/ceph/ceph.client.admin.keyring 2024-03-26T03:43:46.194 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cephadm 2024-03-26T03:42:56.258580+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi069:/var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T03:43:46.194 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:42:56.429779+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.194 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:42:56.435477+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.194 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:42:56.438675+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi069", "caps": []}]: dispatch 2024-03-26T03:43:46.194 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:42:56.440060+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi069", "caps": []}]': finished 2024-03-26T03:43:46.194 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cephadm 2024-03-26T03:42:56.632552+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Deploying daemon agent.smithi069 on smithi069 2024-03-26T03:43:46.194 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:42:57.615445+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.194 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:42:57.658683+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.195 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:42:57.664253+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.195 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:42:57.730044+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:43:46.195 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:42:57.734557+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:43:46.195 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:42:57.736238+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:43:46.195 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:42:57.744762+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.195 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:42:57.813332+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:43:46.195 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:42:57.817679+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:43:46.195 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:42:57.819357+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:43:46.195 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:42:57.827899+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.195 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:42:58.093325+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.195 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cluster 2024-03-26T03:42:57.992651+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-26T03:43:46.195 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:42:59.139084+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.195 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:42:59.142652+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.195 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cluster 2024-03-26T03:42:59.992994+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:43:46.195 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:00.068790+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.196 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cluster 2024-03-26T03:43:01.993306+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:43:46.196 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:02.542774+0000 mgr.a (mgr.14152) 40 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T03:43:46.196 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cluster 2024-03-26T03:43:03.993646+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-26T03:43:46.196 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cluster 2024-03-26T03:43:05.994056+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-26T03:43:46.196 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:06.845266+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.196 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:06.851207+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.196 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:06.859723+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.196 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cluster 2024-03-26T03:43:07.994443+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-26T03:43:46.196 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cluster 2024-03-26T03:43:09.994865+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:43:46.196 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:10.772716+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:43:46.196 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cephadm 2024-03-26T03:43:11.531749+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Deploying cephadm binary to smithi204 2024-03-26T03:43:46.196 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:12.070709+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.196 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cluster 2024-03-26T03:43:11.995317+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-26T03:43:46.196 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:12.078595+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.196 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cluster 2024-03-26T03:43:13.995694+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-26T03:43:46.197 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cluster 2024-03-26T03:43:15.995934+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:43:46.197 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:16.937191+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.197 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:16.957832+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:43:46.197 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cephadm 2024-03-26T03:43:16.938046+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Added host smithi204 2024-03-26T03:43:46.197 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:17.432200+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.197 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cluster 2024-03-26T03:43:17.996325+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:43:46.197 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:18.726389+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.197 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:18.732578+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.197 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:18.740934+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.197 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:18.907800+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.197 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:18.913367+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.197 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:18.914939+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:43:46.197 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:18.917069+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:43:46.197 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:18.918949+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:43:46.198 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cephadm 2024-03-26T03:43:18.921828+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-03-26T03:43:46.198 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cephadm 2024-03-26T03:43:19.137286+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi204:/var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T03:43:46.198 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cephadm 2024-03-26T03:43:19.614133+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.client.admin.keyring 2024-03-26T03:43:46.198 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:19.948819+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.198 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:19.953909+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.198 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:19.957284+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []}]: dispatch 2024-03-26T03:43:46.198 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:19.958631+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []}]': finished 2024-03-26T03:43:46.198 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cephadm 2024-03-26T03:43:19.779466+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi204:/var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T03:43:46.198 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cluster 2024-03-26T03:43:19.996640+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:43:46.198 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cephadm 2024-03-26T03:43:20.121540+0000 mgr.a (mgr.14152) 57 : cephadm [INF] Deploying daemon agent.smithi204 on smithi204 2024-03-26T03:43:46.198 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:21.109826+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.198 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:21.141665+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.198 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:21.144488+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.198 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:21.209046+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:43:46.199 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:21.212318+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:43:46.199 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:21.213297+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:43:46.199 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:21.217704+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.199 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:21.317015+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:43:46.199 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:21.320407+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:43:46.199 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:21.321646+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:43:46.199 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:21.329078+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.199 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:21.554403+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.199 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cluster 2024-03-26T03:43:21.997044+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-26T03:43:46.199 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:22.656730+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.199 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:22.663950+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.199 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cluster 2024-03-26T03:43:23.997476+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-26T03:43:46.199 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:25.077007+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.199 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:25.437953+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-26T03:43:46.199 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cluster 2024-03-26T03:43:25.997905+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-26T03:43:46.200 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:27.068725+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.200 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:27.075609+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.200 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:27.084014+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.200 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cluster 2024-03-26T03:43:27.998330+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-26T03:43:46.200 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cluster 2024-03-26T03:43:29.998726+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-26T03:43:46.200 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cluster 2024-03-26T03:43:31.999196+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-26T03:43:46.200 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:33.584168+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.16:0/3330704740' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-26T03:43:46.200 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cluster 2024-03-26T03:43:33.999627+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:43:46.200 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:34.576068+0000 mon.a (mon.0) 199 : audit [INF] from='client.? 172.21.15.16:0/3330704740' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-26T03:43:46.200 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cluster 2024-03-26T03:43:34.580814+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-26T03:43:46.200 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:35.424777+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.200 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:35.432854+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.200 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cluster 2024-03-26T03:43:36.000059+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-26T03:43:46.200 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cluster 2024-03-26T03:43:38.000402+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:43:46.200 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:38.863002+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.201 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:38.868897+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:43:46.201 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:38.874191+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:43:46.201 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:38.875960+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:43:46.201 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:38.883700+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.201 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:38.889125+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T03:43:46.201 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:38.890665+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:43:46.201 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:38.930014+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.201 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:38.934433+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.201 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:38.942485+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.201 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:38.853071+0000 mgr.a (mgr.14152) 68 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi016:172.21.15.16=a;smithi069:172.21.15.69=b;smithi204:172.21.15.204=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:43:46.201 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cephadm 2024-03-26T03:43:38.857834+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Saving service mon spec with placement smithi016:172.21.15.16=a;smithi069:172.21.15.69=b;smithi204:172.21.15.204=c;count:3 2024-03-26T03:43:46.201 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cephadm 2024-03-26T03:43:38.892649+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Deploying daemon mon.c on smithi204 2024-03-26T03:43:46.201 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cluster 2024-03-26T03:43:40.000799+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-26T03:43:46.201 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cluster 2024-03-26T03:43:42.001249+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-26T03:43:46.202 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:44.472831+0000 mon.a (mon.0) 213 : audit [DBG] from='client.? 172.21.15.204:0/520319234' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-26T03:43:46.202 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: cluster 2024-03-26T03:43:44.001708+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:43:46.202 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:44.627498+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.202 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:44.633770+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.202 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:44.678128+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.202 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:44.679715+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T03:43:46.202 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:44.681535+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:43:46.202 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:44.732269+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.202 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:44.739415+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.202 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: audit 2024-03-26T03:43:44.747544+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:46.202 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:46 smithi204 bash[22361]: debug 2024-03-26T03:43:46.159+0000 7fe55f8b1700 1 mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-03-26T03:43:46.690 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-26T03:43:46.691 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 780a5ade-eb22-11ee-95d0-87774f69a715 -- ceph mon dump -f json 2024-03-26T03:43:49.034 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:48 smithi069 systemd[1]: Started Ceph mon.b for 780a5ade-eb22-11ee-95d0-87774f69a715. 2024-03-26T03:43:49.970 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.923+0000 7f3bcd4b3c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-26T03:43:49.971 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.923+0000 7f3bcd4b3c80 0 ceph version 19.0.0-2475-ge42b8ea3 (e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003) squid (dev), process ceph-mon, pid 7 2024-03-26T03:43:49.971 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.923+0000 7f3bcd4b3c80 0 pidfile_write: ignore empty --pid-file 2024-03-26T03:43:49.971 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 0 load: jerasure load: lrc 2024-03-26T03:43:49.971 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: RocksDB version: 7.9.2 2024-03-26T03:43:49.971 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Git sha 0 2024-03-26T03:43:49.971 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Compile date 2024-03-25 23:25:11 2024-03-26T03:43:49.971 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: DB SUMMARY 2024-03-26T03:43:49.971 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: DB Session ID: PU3K4MEVFKF8YG91VFMQ 2024-03-26T03:43:49.971 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: CURRENT file: CURRENT 2024-03-26T03:43:49.971 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: IDENTITY file: IDENTITY 2024-03-26T03:43:49.971 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-03-26T03:43:49.971 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-03-26T03:43:49.971 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 511 ; 2024-03-26T03:43:49.971 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.error_if_exists: 0 2024-03-26T03:43:49.972 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.create_if_missing: 0 2024-03-26T03:43:49.972 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.paranoid_checks: 1 2024-03-26T03:43:49.972 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-26T03:43:49.972 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-26T03:43:49.972 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-26T03:43:49.972 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.env: 0x562ac6ea4c60 2024-03-26T03:43:49.972 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-26T03:43:49.972 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.info_log: 0x562ac95b5b20 2024-03-26T03:43:49.972 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-26T03:43:49.972 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.statistics: (nil) 2024-03-26T03:43:49.972 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.use_fsync: 0 2024-03-26T03:43:49.972 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.max_log_file_size: 0 2024-03-26T03:43:49.972 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-26T03:43:49.972 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-26T03:43:49.972 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-26T03:43:49.973 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-26T03:43:49.973 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.allow_fallocate: 1 2024-03-26T03:43:49.973 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-26T03:43:49.973 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-26T03:43:49.973 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.use_direct_reads: 0 2024-03-26T03:43:49.973 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-26T03:43:49.973 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-26T03:43:49.973 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.db_log_dir: 2024-03-26T03:43:49.973 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.wal_dir: 2024-03-26T03:43:49.973 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-26T03:43:49.973 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-26T03:43:49.973 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-26T03:43:49.973 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-26T03:43:49.973 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-26T03:43:49.973 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-26T03:43:49.974 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-26T03:43:49.974 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-26T03:43:49.974 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.write_buffer_manager: 0x562ac95861e0 2024-03-26T03:43:49.974 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-26T03:43:49.974 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-26T03:43:49.974 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-26T03:43:49.974 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-26T03:43:49.974 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-26T03:43:49.974 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-26T03:43:49.974 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-26T03:43:49.974 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-26T03:43:49.974 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.unordered_write: 0 2024-03-26T03:43:49.974 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-26T03:43:49.974 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-26T03:43:49.974 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-26T03:43:49.975 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-26T03:43:49.975 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.row_cache: None 2024-03-26T03:43:49.975 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.wal_filter: None 2024-03-26T03:43:49.975 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-26T03:43:49.975 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-26T03:43:49.975 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.two_write_queues: 0 2024-03-26T03:43:49.975 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-26T03:43:49.975 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.wal_compression: 0 2024-03-26T03:43:49.975 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.atomic_flush: 0 2024-03-26T03:43:49.975 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-26T03:43:49.975 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-26T03:43:49.975 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-26T03:43:49.975 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.log_readahead_size: 0 2024-03-26T03:43:49.975 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-26T03:43:49.975 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-26T03:43:49.975 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-26T03:43:49.976 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-26T03:43:49.976 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-26T03:43:49.976 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-26T03:43:49.976 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-26T03:43:49.976 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.max_background_jobs: 2 2024-03-26T03:43:49.976 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.max_background_compactions: -1 2024-03-26T03:43:49.976 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.max_subcompactions: 1 2024-03-26T03:43:49.976 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-26T03:43:49.976 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-26T03:43:49.976 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-26T03:43:49.976 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-26T03:43:49.976 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-26T03:43:49.976 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-26T03:43:49.976 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-26T03:43:49.976 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-26T03:43:49.977 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.max_open_files: -1 2024-03-26T03:43:49.977 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-26T03:43:49.977 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-26T03:43:49.977 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-26T03:43:49.977 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-26T03:43:49.977 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.max_background_flushes: -1 2024-03-26T03:43:49.977 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Compression algorithms supported: 2024-03-26T03:43:49.977 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-26T03:43:49.977 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: kZSTD supported: 0 2024-03-26T03:43:49.977 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: kXpressCompression supported: 0 2024-03-26T03:43:49.977 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-26T03:43:49.977 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: kZlibCompression supported: 1 2024-03-26T03:43:49.977 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: kSnappyCompression supported: 1 2024-03-26T03:43:49.977 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: kLZ4Compression supported: 1 2024-03-26T03:43:49.977 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: kBZip2Compression supported: 0 2024-03-26T03:43:49.977 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-26T03:43:49.978 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-26T03:43:49.978 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-03-26T03:43:49.978 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-26T03:43:49.980 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-26T03:43:49.980 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.merge_operator: 2024-03-26T03:43:49.980 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.compaction_filter: None 2024-03-26T03:43:49.980 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-26T03:43:49.980 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-26T03:43:49.980 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-26T03:43:49.980 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-26T03:43:49.980 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x562ac95b5d00) 2024-03-26T03:43:49.980 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cache_index_and_filter_blocks: 1 2024-03-26T03:43:49.981 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-26T03:43:49.981 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-26T03:43:49.981 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: pin_top_level_index_and_filter: 1 2024-03-26T03:43:49.981 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: index_type: 0 2024-03-26T03:43:49.981 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: data_block_index_type: 0 2024-03-26T03:43:49.981 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: index_shortening: 1 2024-03-26T03:43:49.981 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: data_block_hash_table_util_ratio: 0.750000 2024-03-26T03:43:49.981 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: checksum: 4 2024-03-26T03:43:49.981 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: no_block_cache: 0 2024-03-26T03:43:49.981 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: block_cache: 0x562ac95b7090 2024-03-26T03:43:49.981 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: block_cache_name: BinnedLRUCache 2024-03-26T03:43:49.981 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: block_cache_options: 2024-03-26T03:43:49.981 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: capacity : 536870912 2024-03-26T03:43:49.981 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: num_shard_bits : 4 2024-03-26T03:43:49.981 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: strict_capacity_limit : 0 2024-03-26T03:43:49.982 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: high_pri_pool_ratio: 0.000 2024-03-26T03:43:49.982 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: block_cache_compressed: (nil) 2024-03-26T03:43:49.982 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: persistent_cache: (nil) 2024-03-26T03:43:49.982 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: block_size: 4096 2024-03-26T03:43:49.982 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: block_size_deviation: 10 2024-03-26T03:43:49.982 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: block_restart_interval: 16 2024-03-26T03:43:49.982 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: index_block_restart_interval: 1 2024-03-26T03:43:49.982 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: metadata_block_size: 4096 2024-03-26T03:43:49.982 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: partition_filters: 0 2024-03-26T03:43:49.982 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: use_delta_encoding: 1 2024-03-26T03:43:49.982 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: filter_policy: bloomfilter 2024-03-26T03:43:49.982 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: whole_key_filtering: 1 2024-03-26T03:43:49.982 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: verify_compression: 0 2024-03-26T03:43:49.982 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: read_amp_bytes_per_bit: 0 2024-03-26T03:43:49.983 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: format_version: 5 2024-03-26T03:43:49.983 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: enable_index_compression: 1 2024-03-26T03:43:49.983 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: block_align: 0 2024-03-26T03:43:49.983 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: max_auto_readahead_size: 262144 2024-03-26T03:43:49.983 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: prepopulate_block_cache: 0 2024-03-26T03:43:49.983 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: initial_auto_readahead_size: 8192 2024-03-26T03:43:49.983 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: num_file_reads_for_auto_readahead: 2 2024-03-26T03:43:49.983 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-26T03:43:49.983 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-26T03:43:49.983 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.compression: NoCompression 2024-03-26T03:43:49.983 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-26T03:43:49.983 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-26T03:43:49.983 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-26T03:43:49.983 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.num_levels: 7 2024-03-26T03:43:49.983 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-26T03:43:49.984 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-26T03:43:49.984 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-26T03:43:49.984 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-26T03:43:49.984 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-26T03:43:49.984 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-26T03:43:49.984 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-26T03:43:49.984 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-26T03:43:49.984 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-26T03:43:49.984 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-26T03:43:49.984 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-26T03:43:49.984 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-26T03:43:49.984 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-26T03:43:49.984 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-26T03:43:49.984 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-26T03:43:49.984 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-26T03:43:49.985 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-26T03:43:49.985 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-26T03:43:49.985 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-26T03:43:49.985 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-26T03:43:49.985 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-26T03:43:49.985 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-26T03:43:49.985 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-26T03:43:49.985 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-26T03:43:49.985 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-26T03:43:49.985 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-26T03:43:49.985 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-26T03:43:49.985 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-26T03:43:49.985 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-26T03:43:49.985 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-26T03:43:49.986 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-26T03:43:49.986 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-26T03:43:49.986 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-26T03:43:49.986 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-26T03:43:49.986 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-26T03:43:49.986 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-26T03:43:49.986 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-26T03:43:49.986 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-26T03:43:49.986 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-26T03:43:49.986 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-26T03:43:49.986 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-26T03:43:49.986 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-26T03:43:49.986 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-26T03:43:49.986 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-26T03:43:49.987 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-26T03:43:49.987 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-26T03:43:49.987 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-26T03:43:49.987 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-26T03:43:49.987 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-26T03:43:49.987 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-26T03:43:49.987 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-26T03:43:49.987 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-26T03:43:49.987 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-26T03:43:49.987 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-03-26T03:43:49.987 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.inplace_update_support: 0 2024-03-26T03:43:49.987 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-26T03:43:49.987 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-26T03:43:49.987 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-26T03:43:49.987 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-26T03:43:49.988 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.bloom_locality: 0 2024-03-26T03:43:49.988 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.max_successive_merges: 0 2024-03-26T03:43:49.988 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-26T03:43:49.988 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-26T03:43:49.988 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-26T03:43:49.988 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-26T03:43:49.988 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.ttl: 2592000 2024-03-26T03:43:49.988 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-26T03:43:49.988 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-26T03:43:49.988 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-26T03:43:49.988 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.enable_blob_files: false 2024-03-26T03:43:49.988 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.min_blob_size: 0 2024-03-26T03:43:49.988 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-26T03:43:49.988 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-26T03:43:49.988 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-26T03:43:49.988 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-26T03:43:49.989 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-26T03:43:49.989 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-26T03:43:49.989 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-26T03:43:49.989 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-26T03:43:49.989 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/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-26T03:43:49.989 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-03-26T03:43:49.989 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 9c593110-0e17-4f5f-9121-ef6ce47051dc 2024-03-26T03:43:49.989 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711424629938217, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-03-26T03:43:49.989 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-03-26T03:43:49.989 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711424629938684, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1648, "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": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1711424629, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "9c593110-0e17-4f5f-9121-ef6ce47051dc", "db_session_id": "PU3K4MEVFKF8YG91VFMQ", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-03-26T03:43:49.989 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711424629938785, "job": 1, "event": "recovery_finished"} 2024-03-26T03:43:49.989 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.931+0000 7f3bcd4b3c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-03-26T03:43:49.989 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.935+0000 7f3bcd4b3c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-03-26T03:43:49.989 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.935+0000 7f3bcd4b3c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x562ac96aa000 2024-03-26T03:43:49.989 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.935+0000 7f3bcd4b3c80 4 rocksdb: DB pointer 0x562ac9694000 2024-03-26T03:43:49.990 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.935+0000 7f3bbbc0e700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-26T03:43:49.990 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.935+0000 7f3bbbc0e700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-26T03:43:49.990 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: ** DB Stats ** 2024-03-26T03:43:49.990 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-26T03:43:49.990 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: 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-26T03:43:49.990 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-26T03:43:49.990 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-26T03:43:49.990 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: 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-26T03:43:49.990 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-26T03:43:49.990 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-26T03:43:49.990 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: ** Compaction Stats [default] ** 2024-03-26T03:43:49.990 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: 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-26T03:43:49.990 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-26T03:43:49.990 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-26T03:43:49.990 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-26T03:43:49.991 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: 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.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-26T03:43:49.991 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: ** Compaction Stats [default] ** 2024-03-26T03:43:49.991 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: 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-26T03:43:49.991 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-26T03:43:49.991 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: 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.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-26T03:43:49.991 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-26T03:43:49.991 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-26T03:43:49.991 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-26T03:43:49.991 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-26T03:43:49.991 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: AddFile(Total Files): cumulative 0, interval 0 2024-03-26T03:43:49.991 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-26T03:43:49.991 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: AddFile(Keys): cumulative 0, interval 0 2024-03-26T03:43:49.991 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: Cumulative compaction: 0.00 GB write, 0.49 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-26T03:43:49.991 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: Interval compaction: 0.00 GB write, 0.49 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-26T03:43:49.991 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: 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-26T03:43:49.991 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: Block cache BinnedLRUCache@0x562ac95b7090#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-03-26T03:43:49.992 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: 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-26T03:43:49.992 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: ** File Read Latency Histogram By Level [default] ** 2024-03-26T03:43:49.992 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.935+0000 7f3bcd4b3c80 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2024-03-26T03:43:49.992 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.935+0000 7f3bcd4b3c80 0 using public_addr v2:172.21.15.69:0/0 -> [v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0] 2024-03-26T03:43:49.992 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.935+0000 7f3bcd4b3c80 0 starting mon.b rank -1 at public addrs [v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0] at bind addrs [v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 780a5ade-eb22-11ee-95d0-87774f69a715 2024-03-26T03:43:49.992 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.935+0000 7f3bcd4b3c80 1 mon.b@-1(???) e0 preinit fsid 780a5ade-eb22-11ee-95d0-87774f69a715 2024-03-26T03:43:49.992 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.955+0000 7f3bbec14700 0 mon.b@-1(synchronizing).mds e1 new map 2024-03-26T03:43:49.992 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.955+0000 7f3bbec14700 0 mon.b@-1(synchronizing).mds e1 print_map 2024-03-26T03:43:49.992 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: e1 2024-03-26T03:43:49.992 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-26T03:43:49.992 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-03-26T03:43:49.992 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: legacy client fscid: -1 2024-03-26T03:43:49.992 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: 2024-03-26T03:43:49.992 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: No filesystems configured 2024-03-26T03:43:49.992 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.955+0000 7f3bbec14700 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-03-26T03:43:49.993 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.955+0000 7f3bbec14700 1 mon.b@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-03-26T03:43:49.993 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.955+0000 7f3bbec14700 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-03-26T03:43:49.993 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.955+0000 7f3bbec14700 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-03-26T03:43:49.993 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.955+0000 7f3bbec14700 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-03-26T03:43:49.993 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.955+0000 7f3bbec14700 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-03-26T03:43:49.993 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.959+0000 7f3bbec14700 0 mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-26T03:43:49.993 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.959+0000 7f3bbec14700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-26T03:43:49.993 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.959+0000 7f3bbec14700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-26T03:43:49.993 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.959+0000 7f3bbec14700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-26T03:43:49.993 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cluster 2024-03-26T03:42:33.987791+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-26T03:43:49.993 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:42:35.163184+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:49.993 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:42:35.168752+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:49.993 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cluster 2024-03-26T03:42:35.988241+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-26T03:43:49.993 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cluster 2024-03-26T03:42:37.988591+0000 mgr.a (mgr.14152) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:43:49.993 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:42:38.158519+0000 mgr.a (mgr.14152) 15 : 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-26T03:43:49.993 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:42:38.163503+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:49.994 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:42:38.205417+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:43:49.994 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:42:38.207107+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:43:49.994 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:42:38.207904+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:43:49.994 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cephadm 2024-03-26T03:42:38.208788+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-03-26T03:43:49.994 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cephadm 2024-03-26T03:42:38.322760+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi016:/var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T03:43:49.994 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cephadm 2024-03-26T03:42:38.437076+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.client.admin.keyring 2024-03-26T03:43:49.994 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cephadm 2024-03-26T03:42:38.552073+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi016:/var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T03:43:49.994 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:42:38.722393+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:49.994 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:42:38.726768+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:49.994 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:42:38.730909+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:49.994 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cluster 2024-03-26T03:42:39.988975+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-26T03:43:49.994 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cluster 2024-03-26T03:42:41.989455+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-26T03:43:49.994 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cluster 2024-03-26T03:42:43.990008+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-26T03:43:49.994 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cluster 2024-03-26T03:42:45.990345+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:43:49.995 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:42:46.635669+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:49.995 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:42:46.639613+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:49.995 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:42:46.644787+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:49.995 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:42:47.554471+0000 mgr.a (mgr.14152) 24 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi069", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:43:49.995 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cluster 2024-03-26T03:42:47.990710+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:43:49.995 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cephadm 2024-03-26T03:42:48.311728+0000 mgr.a (mgr.14152) 26 : cephadm [INF] Deploying cephadm binary to smithi069 2024-03-26T03:43:49.995 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cluster 2024-03-26T03:42:49.991106+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-26T03:43:49.995 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cluster 2024-03-26T03:42:51.991480+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-26T03:43:49.995 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:42:53.654714+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:49.995 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cephadm 2024-03-26T03:42:53.655592+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Added host smithi069 2024-03-26T03:43:49.995 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:42:53.700903+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:43:49.995 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cluster 2024-03-26T03:42:53.991889+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-26T03:43:49.995 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:42:54.173789+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:49.995 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:42:55.649094+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:49.995 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:42:55.654571+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:49.995 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:42:55.656096+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi069", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:43:49.996 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:42:55.658223+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:43:49.996 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:42:55.660090+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:43:49.996 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cephadm 2024-03-26T03:42:55.662748+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi069:/etc/ceph/ceph.conf 2024-03-26T03:43:49.996 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cephadm 2024-03-26T03:42:55.877986+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi069:/var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T03:43:49.996 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cluster 2024-03-26T03:42:55.992242+0000 mgr.a (mgr.14152) 33 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:43:49.996 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cephadm 2024-03-26T03:42:56.093980+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi069:/etc/ceph/ceph.client.admin.keyring 2024-03-26T03:43:49.996 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cephadm 2024-03-26T03:42:56.258580+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi069:/var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T03:43:49.996 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:42:56.429779+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:49.996 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:42:56.435477+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:49.996 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:42:56.438675+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi069", "caps": []}]: dispatch 2024-03-26T03:43:49.996 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:42:56.440060+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi069", "caps": []}]': finished 2024-03-26T03:43:49.996 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cephadm 2024-03-26T03:42:56.632552+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Deploying daemon agent.smithi069 on smithi069 2024-03-26T03:43:49.996 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:42:57.615445+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:49.996 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:42:57.658683+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:49.996 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:42:57.664253+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:49.996 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:42:57.730044+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:43:49.997 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:42:57.734557+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:43:49.997 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:42:57.736238+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:43:49.997 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:42:57.744762+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:49.997 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:42:57.813332+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:43:49.997 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:42:57.817679+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:43:49.997 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:42:57.819357+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:43:49.997 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:42:57.827899+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:49.997 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:42:58.093325+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:49.997 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cluster 2024-03-26T03:42:57.992651+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-26T03:43:49.997 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:42:59.139084+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:49.997 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:42:59.142652+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:49.997 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cluster 2024-03-26T03:42:59.992994+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:43:49.997 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:00.068790+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:49.997 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cluster 2024-03-26T03:43:01.993306+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:43:49.997 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:02.542774+0000 mgr.a (mgr.14152) 40 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T03:43:49.998 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cluster 2024-03-26T03:43:03.993646+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-26T03:43:49.998 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cluster 2024-03-26T03:43:05.994056+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-26T03:43:49.998 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:06.845266+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:49.998 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:06.851207+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:49.998 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:06.859723+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:49.998 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cluster 2024-03-26T03:43:07.994443+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-26T03:43:49.998 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cluster 2024-03-26T03:43:09.994865+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:43:49.998 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:10.772716+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:43:49.998 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cephadm 2024-03-26T03:43:11.531749+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Deploying cephadm binary to smithi204 2024-03-26T03:43:49.998 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:12.070709+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:49.998 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cluster 2024-03-26T03:43:11.995317+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-26T03:43:49.998 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:12.078595+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:49.998 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cluster 2024-03-26T03:43:13.995694+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-26T03:43:49.999 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cluster 2024-03-26T03:43:15.995934+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:43:49.999 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:16.937191+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:49.999 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:16.957832+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:43:49.999 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cephadm 2024-03-26T03:43:16.938046+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Added host smithi204 2024-03-26T03:43:49.999 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:17.432200+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:49.999 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cluster 2024-03-26T03:43:17.996325+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:43:49.999 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:18.726389+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:49.999 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:18.732578+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:49.999 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:18.740934+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:49.999 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:18.907800+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:49.999 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:18.913367+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:49.999 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:18.914939+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:43:49.999 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:18.917069+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:43:49.999 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:18.918949+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:43:49.999 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cephadm 2024-03-26T03:43:18.921828+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-03-26T03:43:49.999 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cephadm 2024-03-26T03:43:19.137286+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi204:/var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T03:43:50.000 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cephadm 2024-03-26T03:43:19.614133+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.client.admin.keyring 2024-03-26T03:43:50.000 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:19.948819+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:50.000 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:19.953909+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:50.000 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:19.957284+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []}]: dispatch 2024-03-26T03:43:50.000 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:19.958631+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []}]': finished 2024-03-26T03:43:50.000 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cephadm 2024-03-26T03:43:19.779466+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi204:/var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T03:43:50.000 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cluster 2024-03-26T03:43:19.996640+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:43:50.000 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cephadm 2024-03-26T03:43:20.121540+0000 mgr.a (mgr.14152) 57 : cephadm [INF] Deploying daemon agent.smithi204 on smithi204 2024-03-26T03:43:50.000 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:21.109826+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:50.000 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:21.141665+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:50.000 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:21.144488+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:50.000 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:21.209046+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:43:50.000 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:21.212318+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:43:50.000 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:21.213297+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:43:50.000 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:21.217704+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:50.000 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:21.317015+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:43:50.001 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:21.320407+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:43:50.001 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:21.321646+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:43:50.001 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:21.329078+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:50.001 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:21.554403+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:50.001 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cluster 2024-03-26T03:43:21.997044+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-26T03:43:50.001 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:22.656730+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:50.001 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:22.663950+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:50.001 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cluster 2024-03-26T03:43:23.997476+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-26T03:43:50.001 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:25.077007+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:50.001 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:25.437953+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-26T03:43:50.001 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cluster 2024-03-26T03:43:25.997905+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-26T03:43:50.001 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:27.068725+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:50.001 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:27.075609+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:50.001 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:27.084014+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:50.001 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cluster 2024-03-26T03:43:27.998330+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-26T03:43:50.001 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cluster 2024-03-26T03:43:29.998726+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-26T03:43:50.002 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cluster 2024-03-26T03:43:31.999196+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-26T03:43:50.002 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:33.584168+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.16:0/3330704740' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-26T03:43:50.002 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cluster 2024-03-26T03:43:33.999627+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:43:50.002 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:34.576068+0000 mon.a (mon.0) 199 : audit [INF] from='client.? 172.21.15.16:0/3330704740' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-26T03:43:50.002 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cluster 2024-03-26T03:43:34.580814+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-26T03:43:50.002 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:35.424777+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:50.002 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:35.432854+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:50.002 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cluster 2024-03-26T03:43:36.000059+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-26T03:43:50.002 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cluster 2024-03-26T03:43:38.000402+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:43:50.002 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:38.863002+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:50.002 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:38.868897+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:43:50.002 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:38.874191+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:43:50.002 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:38.875960+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:43:50.002 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:38.883700+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:50.002 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:38.889125+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T03:43:50.003 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:38.890665+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:43:50.003 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:38.930014+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:50.003 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:38.934433+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:50.003 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:38.942485+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:50.003 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:38.853071+0000 mgr.a (mgr.14152) 68 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi016:172.21.15.16=a;smithi069:172.21.15.69=b;smithi204:172.21.15.204=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:43:50.003 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cephadm 2024-03-26T03:43:38.857834+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Saving service mon spec with placement smithi016:172.21.15.16=a;smithi069:172.21.15.69=b;smithi204:172.21.15.204=c;count:3 2024-03-26T03:43:50.003 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cephadm 2024-03-26T03:43:38.892649+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Deploying daemon mon.c on smithi204 2024-03-26T03:43:50.003 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cluster 2024-03-26T03:43:40.000799+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-26T03:43:50.003 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cluster 2024-03-26T03:43:42.001249+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-26T03:43:50.003 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:44.472831+0000 mon.a (mon.0) 213 : audit [DBG] from='client.? 172.21.15.204:0/520319234' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-26T03:43:50.003 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: cluster 2024-03-26T03:43:44.001708+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:43:50.003 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:44.627498+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:50.003 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:44.633770+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:50.003 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:44.678128+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:50.003 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:44.679715+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T03:43:50.004 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:44.681535+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:43:50.004 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:44.732269+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:50.004 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:44.739415+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:50.004 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: audit 2024-03-26T03:43:44.747544+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:50.004 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:49 smithi069 bash[22165]: debug 2024-03-26T03:43:49.959+0000 7f3bbec14700 1 mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-03-26T03:43:50.392 INFO:teuthology.orchestra.run.smithi204.stderr:Inferring config /var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/mon.c/config 2024-03-26T03:43:51.352 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:51 smithi204 bash[22361]: cluster 2024-03-26T03:43:46.002110+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-26T03:43:51.352 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:51 smithi204 bash[22361]: audit 2024-03-26T03:43:46.174051+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T03:43:51.352 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:51 smithi204 bash[22361]: cluster 2024-03-26T03:43:46.174517+0000 mon.a (mon.0) 224 : cluster [INF] mon.a calling monitor election 2024-03-26T03:43:51.352 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:51 smithi204 bash[22361]: audit 2024-03-26T03:43:46.195152+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:43:51.352 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:51 smithi204 bash[22361]: audit 2024-03-26T03:43:47.167965+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:43:51.352 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:51 smithi204 bash[22361]: cluster 2024-03-26T03:43:48.002504+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-26T03:43:51.352 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:51 smithi204 bash[22361]: audit 2024-03-26T03:43:48.168369+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:43:51.352 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:51 smithi204 bash[22361]: cluster 2024-03-26T03:43:48.172229+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-26T03:43:51.352 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:51 smithi204 bash[22361]: audit 2024-03-26T03:43:49.168526+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:43:51.352 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:51 smithi204 bash[22361]: audit 2024-03-26T03:43:49.970798+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:43:51.353 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:51 smithi204 bash[22361]: cluster 2024-03-26T03:43:50.002886+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:43:51.353 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:51 smithi204 bash[22361]: audit 2024-03-26T03:43:50.168755+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:43:51.353 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:51 smithi204 bash[22361]: audit 2024-03-26T03:43:50.971107+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:43:51.353 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:51 smithi204 bash[22361]: audit 2024-03-26T03:43:51.168992+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:43:51.353 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:51 smithi204 bash[22361]: cluster 2024-03-26T03:43:51.197537+0000 mon.a (mon.0) 233 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-26T03:43:51.353 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:51 smithi204 bash[22361]: cluster 2024-03-26T03:43:51.205036+0000 mon.a (mon.0) 234 : cluster [DBG] monmap epoch 2 2024-03-26T03:43:51.353 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:51 smithi204 bash[22361]: cluster 2024-03-26T03:43:51.205094+0000 mon.a (mon.0) 235 : cluster [DBG] fsid 780a5ade-eb22-11ee-95d0-87774f69a715 2024-03-26T03:43:51.353 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:51 smithi204 bash[22361]: cluster 2024-03-26T03:43:51.205137+0000 mon.a (mon.0) 236 : cluster [DBG] last_changed 2024-03-26T03:43:46.168840+0000 2024-03-26T03:43:51.353 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:51 smithi204 bash[22361]: cluster 2024-03-26T03:43:51.205187+0000 mon.a (mon.0) 237 : cluster [DBG] created 2024-03-26T03:40:55.828052+0000 2024-03-26T03:43:51.353 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:51 smithi204 bash[22361]: cluster 2024-03-26T03:43:51.205231+0000 mon.a (mon.0) 238 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T03:43:51.353 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:51 smithi204 bash[22361]: cluster 2024-03-26T03:43:51.205269+0000 mon.a (mon.0) 239 : cluster [DBG] election_strategy: 1 2024-03-26T03:43:51.353 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:51 smithi204 bash[22361]: cluster 2024-03-26T03:43:51.205312+0000 mon.a (mon.0) 240 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-03-26T03:43:51.353 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:51 smithi204 bash[22361]: cluster 2024-03-26T03:43:51.205357+0000 mon.a (mon.0) 241 : cluster [DBG] 1: [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon.c 2024-03-26T03:43:51.353 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:51 smithi204 bash[22361]: cluster 2024-03-26T03:43:51.222822+0000 mon.a (mon.0) 242 : cluster [DBG] fsmap 2024-03-26T03:43:51.353 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:51 smithi204 bash[22361]: cluster 2024-03-26T03:43:51.222920+0000 mon.a (mon.0) 243 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-26T03:43:51.354 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:51 smithi204 bash[22361]: cluster 2024-03-26T03:43:51.223281+0000 mon.a (mon.0) 244 : cluster [DBG] mgrmap e13: a(active, since 101s) 2024-03-26T03:43:51.354 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:51 smithi204 bash[22361]: cluster 2024-03-26T03:43:51.223619+0000 mon.a (mon.0) 245 : cluster [INF] overall HEALTH_OK 2024-03-26T03:43:51.354 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:51 smithi204 bash[22361]: audit 2024-03-26T03:43:51.232915+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:51.354 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:51 smithi204 bash[22361]: audit 2024-03-26T03:43:51.238638+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:51.354 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:51 smithi204 bash[22361]: audit 2024-03-26T03:43:51.245441+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:51.354 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:51 smithi204 bash[22361]: audit 2024-03-26T03:43:51.250776+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:51.354 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:51 smithi204 bash[22361]: audit 2024-03-26T03:43:51.257778+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:51.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:51 smithi016 bash[21432]: cluster 2024-03-26T03:43:46.002110+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-26T03:43:51.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:51 smithi016 bash[21432]: audit 2024-03-26T03:43:46.174051+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T03:43:51.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:51 smithi016 bash[21432]: cluster 2024-03-26T03:43:46.174517+0000 mon.a (mon.0) 224 : cluster [INF] mon.a calling monitor election 2024-03-26T03:43:51.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:51 smithi016 bash[21432]: audit 2024-03-26T03:43:46.195152+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:43:51.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:51 smithi016 bash[21432]: audit 2024-03-26T03:43:47.167965+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:43:51.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:51 smithi016 bash[21432]: cluster 2024-03-26T03:43:48.002504+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-26T03:43:51.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:51 smithi016 bash[21432]: audit 2024-03-26T03:43:48.168369+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:43:51.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:51 smithi016 bash[21432]: cluster 2024-03-26T03:43:48.172229+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-26T03:43:51.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:51 smithi016 bash[21432]: audit 2024-03-26T03:43:49.168526+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:43:51.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:51 smithi016 bash[21432]: audit 2024-03-26T03:43:49.970798+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:43:51.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:51 smithi016 bash[21432]: cluster 2024-03-26T03:43:50.002886+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:43:51.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:51 smithi016 bash[21432]: audit 2024-03-26T03:43:50.168755+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:43:51.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:51 smithi016 bash[21432]: audit 2024-03-26T03:43:50.971107+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:43:51.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:51 smithi016 bash[21432]: audit 2024-03-26T03:43:51.168992+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:43:51.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:51 smithi016 bash[21432]: cluster 2024-03-26T03:43:51.197537+0000 mon.a (mon.0) 233 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-26T03:43:51.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:51 smithi016 bash[21432]: cluster 2024-03-26T03:43:51.205036+0000 mon.a (mon.0) 234 : cluster [DBG] monmap epoch 2 2024-03-26T03:43:51.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:51 smithi016 bash[21432]: cluster 2024-03-26T03:43:51.205094+0000 mon.a (mon.0) 235 : cluster [DBG] fsid 780a5ade-eb22-11ee-95d0-87774f69a715 2024-03-26T03:43:51.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:51 smithi016 bash[21432]: cluster 2024-03-26T03:43:51.205137+0000 mon.a (mon.0) 236 : cluster [DBG] last_changed 2024-03-26T03:43:46.168840+0000 2024-03-26T03:43:51.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:51 smithi016 bash[21432]: cluster 2024-03-26T03:43:51.205187+0000 mon.a (mon.0) 237 : cluster [DBG] created 2024-03-26T03:40:55.828052+0000 2024-03-26T03:43:51.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:51 smithi016 bash[21432]: cluster 2024-03-26T03:43:51.205231+0000 mon.a (mon.0) 238 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T03:43:51.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:51 smithi016 bash[21432]: cluster 2024-03-26T03:43:51.205269+0000 mon.a (mon.0) 239 : cluster [DBG] election_strategy: 1 2024-03-26T03:43:51.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:51 smithi016 bash[21432]: cluster 2024-03-26T03:43:51.205312+0000 mon.a (mon.0) 240 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-03-26T03:43:51.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:51 smithi016 bash[21432]: cluster 2024-03-26T03:43:51.205357+0000 mon.a (mon.0) 241 : cluster [DBG] 1: [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon.c 2024-03-26T03:43:51.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:51 smithi016 bash[21432]: cluster 2024-03-26T03:43:51.222822+0000 mon.a (mon.0) 242 : cluster [DBG] fsmap 2024-03-26T03:43:51.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:51 smithi016 bash[21432]: cluster 2024-03-26T03:43:51.222920+0000 mon.a (mon.0) 243 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-26T03:43:51.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:51 smithi016 bash[21432]: cluster 2024-03-26T03:43:51.223281+0000 mon.a (mon.0) 244 : cluster [DBG] mgrmap e13: a(active, since 101s) 2024-03-26T03:43:51.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:51 smithi016 bash[21432]: cluster 2024-03-26T03:43:51.223619+0000 mon.a (mon.0) 245 : cluster [INF] overall HEALTH_OK 2024-03-26T03:43:51.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:51 smithi016 bash[21432]: audit 2024-03-26T03:43:51.232915+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:51.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:51 smithi016 bash[21432]: audit 2024-03-26T03:43:51.238638+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:51.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:51 smithi016 bash[21432]: audit 2024-03-26T03:43:51.245441+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:51.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:51 smithi016 bash[21432]: audit 2024-03-26T03:43:51.250776+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:51.532 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:51 smithi016 bash[21432]: audit 2024-03-26T03:43:51.257778+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:52.232 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:51 smithi069 bash[22165]: cluster 2024-03-26T03:43:46.002110+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-26T03:43:52.232 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:51 smithi069 bash[22165]: audit 2024-03-26T03:43:46.174051+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T03:43:52.232 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:51 smithi069 bash[22165]: cluster 2024-03-26T03:43:46.174517+0000 mon.a (mon.0) 224 : cluster [INF] mon.a calling monitor election 2024-03-26T03:43:52.232 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:51 smithi069 bash[22165]: audit 2024-03-26T03:43:46.195152+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:43:52.232 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:51 smithi069 bash[22165]: audit 2024-03-26T03:43:47.167965+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:43:52.232 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:51 smithi069 bash[22165]: cluster 2024-03-26T03:43:48.002504+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-26T03:43:52.232 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:51 smithi069 bash[22165]: audit 2024-03-26T03:43:48.168369+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:43:52.232 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:51 smithi069 bash[22165]: cluster 2024-03-26T03:43:48.172229+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-26T03:43:52.232 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:51 smithi069 bash[22165]: audit 2024-03-26T03:43:49.168526+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:43:52.232 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:51 smithi069 bash[22165]: audit 2024-03-26T03:43:49.970798+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:43:52.232 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:51 smithi069 bash[22165]: cluster 2024-03-26T03:43:50.002886+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:43:52.233 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:51 smithi069 bash[22165]: audit 2024-03-26T03:43:50.168755+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:43:52.233 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:51 smithi069 bash[22165]: audit 2024-03-26T03:43:50.971107+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:43:52.233 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:51 smithi069 bash[22165]: audit 2024-03-26T03:43:51.168992+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:43:52.233 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:51 smithi069 bash[22165]: cluster 2024-03-26T03:43:51.197537+0000 mon.a (mon.0) 233 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-26T03:43:52.233 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:51 smithi069 bash[22165]: cluster 2024-03-26T03:43:51.205036+0000 mon.a (mon.0) 234 : cluster [DBG] monmap epoch 2 2024-03-26T03:43:52.233 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:51 smithi069 bash[22165]: cluster 2024-03-26T03:43:51.205094+0000 mon.a (mon.0) 235 : cluster [DBG] fsid 780a5ade-eb22-11ee-95d0-87774f69a715 2024-03-26T03:43:52.233 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:51 smithi069 bash[22165]: cluster 2024-03-26T03:43:51.205137+0000 mon.a (mon.0) 236 : cluster [DBG] last_changed 2024-03-26T03:43:46.168840+0000 2024-03-26T03:43:52.233 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:51 smithi069 bash[22165]: cluster 2024-03-26T03:43:51.205187+0000 mon.a (mon.0) 237 : cluster [DBG] created 2024-03-26T03:40:55.828052+0000 2024-03-26T03:43:52.233 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:51 smithi069 bash[22165]: cluster 2024-03-26T03:43:51.205231+0000 mon.a (mon.0) 238 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T03:43:52.233 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:51 smithi069 bash[22165]: cluster 2024-03-26T03:43:51.205269+0000 mon.a (mon.0) 239 : cluster [DBG] election_strategy: 1 2024-03-26T03:43:52.233 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:51 smithi069 bash[22165]: cluster 2024-03-26T03:43:51.205312+0000 mon.a (mon.0) 240 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-03-26T03:43:52.233 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:51 smithi069 bash[22165]: cluster 2024-03-26T03:43:51.205357+0000 mon.a (mon.0) 241 : cluster [DBG] 1: [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon.c 2024-03-26T03:43:52.233 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:51 smithi069 bash[22165]: cluster 2024-03-26T03:43:51.222822+0000 mon.a (mon.0) 242 : cluster [DBG] fsmap 2024-03-26T03:43:52.233 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:51 smithi069 bash[22165]: cluster 2024-03-26T03:43:51.222920+0000 mon.a (mon.0) 243 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-26T03:43:52.234 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:51 smithi069 bash[22165]: cluster 2024-03-26T03:43:51.223281+0000 mon.a (mon.0) 244 : cluster [DBG] mgrmap e13: a(active, since 101s) 2024-03-26T03:43:52.234 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:51 smithi069 bash[22165]: cluster 2024-03-26T03:43:51.223619+0000 mon.a (mon.0) 245 : cluster [INF] overall HEALTH_OK 2024-03-26T03:43:52.234 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:51 smithi069 bash[22165]: audit 2024-03-26T03:43:51.232915+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:52.234 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:51 smithi069 bash[22165]: audit 2024-03-26T03:43:51.238638+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:52.234 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:51 smithi069 bash[22165]: audit 2024-03-26T03:43:51.245441+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:52.234 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:51 smithi069 bash[22165]: audit 2024-03-26T03:43:51.250776+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:52.234 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:51 smithi069 bash[22165]: audit 2024-03-26T03:43:51.257778+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:52.530 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:43:52 smithi016 bash[21688]: debug 2024-03-26T03:43:52.165+0000 7f4f14ba2700 -1 mgr.server handle_report got status from non-daemon mon.c 2024-03-26T03:43:57.352 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:57 smithi204 bash[22361]: cephadm 2024-03-26T03:43:51.715654+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Updating smithi204:/var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T03:43:57.352 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:57 smithi204 bash[22361]: cephadm 2024-03-26T03:43:51.899402+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T03:43:57.352 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:57 smithi204 bash[22361]: audit 2024-03-26T03:43:51.986358+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T03:43:57.352 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:57 smithi204 bash[22361]: cluster 2024-03-26T03:43:51.986795+0000 mon.a (mon.0) 265 : cluster [INF] mon.a calling monitor election 2024-03-26T03:43:57.352 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:57 smithi204 bash[22361]: cluster 2024-03-26T03:43:51.987776+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-26T03:43:57.353 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:57 smithi204 bash[22361]: cephadm 2024-03-26T03:43:51.998002+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-26T03:43:57.353 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:57 smithi204 bash[22361]: cluster 2024-03-26T03:43:52.003279+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:43:57.353 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:57 smithi204 bash[22361]: audit 2024-03-26T03:43:52.011698+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:43:57.353 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:57 smithi204 bash[22361]: audit 2024-03-26T03:43:52.011952+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:43:57.353 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:57 smithi204 bash[22361]: audit 2024-03-26T03:43:52.012449+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T03:43:57.353 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:57 smithi204 bash[22361]: audit 2024-03-26T03:43:52.971614+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:43:57.353 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:57 smithi204 bash[22361]: audit 2024-03-26T03:43:53.971400+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:43:57.353 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:57 smithi204 bash[22361]: cluster 2024-03-26T03:43:54.003640+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:43:57.353 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:57 smithi204 bash[22361]: audit 2024-03-26T03:43:54.971727+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:43:57.353 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:57 smithi204 bash[22361]: audit 2024-03-26T03:43:55.972034+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:43:57.353 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:57 smithi204 bash[22361]: cluster 2024-03-26T03:43:56.004082+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:43:57.353 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:57 smithi204 bash[22361]: audit 2024-03-26T03:43:56.971975+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:43:57.353 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:57 smithi204 bash[22361]: cluster 2024-03-26T03:43:57.011385+0000 mon.a (mon.0) 274 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-26T03:43:57.353 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:57 smithi204 bash[22361]: cluster 2024-03-26T03:43:57.017188+0000 mon.a (mon.0) 275 : cluster [DBG] monmap epoch 3 2024-03-26T03:43:57.353 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:57 smithi204 bash[22361]: cluster 2024-03-26T03:43:57.017224+0000 mon.a (mon.0) 276 : cluster [DBG] fsid 780a5ade-eb22-11ee-95d0-87774f69a715 2024-03-26T03:43:57.354 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:57 smithi204 bash[22361]: cluster 2024-03-26T03:43:57.017249+0000 mon.a (mon.0) 277 : cluster [DBG] last_changed 2024-03-26T03:43:51.979762+0000 2024-03-26T03:43:57.354 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:57 smithi204 bash[22361]: cluster 2024-03-26T03:43:57.017303+0000 mon.a (mon.0) 278 : cluster [DBG] created 2024-03-26T03:40:55.828052+0000 2024-03-26T03:43:57.354 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:57 smithi204 bash[22361]: cluster 2024-03-26T03:43:57.017327+0000 mon.a (mon.0) 279 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T03:43:57.354 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:57 smithi204 bash[22361]: cluster 2024-03-26T03:43:57.017351+0000 mon.a (mon.0) 280 : cluster [DBG] election_strategy: 1 2024-03-26T03:43:57.354 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:57 smithi204 bash[22361]: cluster 2024-03-26T03:43:57.017375+0000 mon.a (mon.0) 281 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-03-26T03:43:57.354 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:57 smithi204 bash[22361]: cluster 2024-03-26T03:43:57.017398+0000 mon.a (mon.0) 282 : cluster [DBG] 1: [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon.c 2024-03-26T03:43:57.354 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:57 smithi204 bash[22361]: cluster 2024-03-26T03:43:57.017422+0000 mon.a (mon.0) 283 : cluster [DBG] 2: [v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0] mon.b 2024-03-26T03:43:57.354 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:57 smithi204 bash[22361]: cluster 2024-03-26T03:43:57.034815+0000 mon.a (mon.0) 284 : cluster [DBG] fsmap 2024-03-26T03:43:57.354 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:57 smithi204 bash[22361]: cluster 2024-03-26T03:43:57.034871+0000 mon.a (mon.0) 285 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-26T03:43:57.354 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:57 smithi204 bash[22361]: cluster 2024-03-26T03:43:57.035164+0000 mon.a (mon.0) 286 : cluster [DBG] mgrmap e13: a(active, since 107s) 2024-03-26T03:43:57.354 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:57 smithi204 bash[22361]: cluster 2024-03-26T03:43:57.035479+0000 mon.a (mon.0) 287 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-26T03:43:57.354 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:57 smithi204 bash[22361]: cluster 2024-03-26T03:43:57.043897+0000 mon.a (mon.0) 288 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-26T03:43:57.354 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:57 smithi204 bash[22361]: cluster 2024-03-26T03:43:57.043965+0000 mon.a (mon.0) 289 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-26T03:43:57.354 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:57 smithi204 bash[22361]: cluster 2024-03-26T03:43:57.044007+0000 mon.a (mon.0) 290 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0] is down (out of quorum) 2024-03-26T03:43:57.354 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:57 smithi204 bash[22361]: audit 2024-03-26T03:43:57.049184+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:57.355 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:57 smithi204 bash[22361]: audit 2024-03-26T03:43:57.050934+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T03:43:57.355 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:57 smithi204 bash[22361]: audit 2024-03-26T03:43:57.055393+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:57.355 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:57 smithi204 bash[22361]: audit 2024-03-26T03:43:57.056317+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:43:57.512 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:57 smithi016 bash[21432]: cephadm 2024-03-26T03:43:51.715654+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Updating smithi204:/var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T03:43:57.512 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:57 smithi016 bash[21432]: cephadm 2024-03-26T03:43:51.899402+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T03:43:57.512 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:57 smithi016 bash[21432]: audit 2024-03-26T03:43:51.986358+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T03:43:57.513 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:57 smithi016 bash[21432]: cluster 2024-03-26T03:43:51.986795+0000 mon.a (mon.0) 265 : cluster [INF] mon.a calling monitor election 2024-03-26T03:43:57.513 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:57 smithi016 bash[21432]: cluster 2024-03-26T03:43:51.987776+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-26T03:43:57.513 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:57 smithi016 bash[21432]: cephadm 2024-03-26T03:43:51.998002+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-26T03:43:57.513 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:57 smithi016 bash[21432]: cluster 2024-03-26T03:43:52.003279+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:43:57.513 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:57 smithi016 bash[21432]: audit 2024-03-26T03:43:52.011698+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:43:57.513 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:57 smithi016 bash[21432]: audit 2024-03-26T03:43:52.011952+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:43:57.513 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:57 smithi016 bash[21432]: audit 2024-03-26T03:43:52.012449+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T03:43:57.513 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:57 smithi016 bash[21432]: audit 2024-03-26T03:43:52.971614+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:43:57.513 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:57 smithi016 bash[21432]: audit 2024-03-26T03:43:53.971400+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:43:57.513 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:57 smithi016 bash[21432]: cluster 2024-03-26T03:43:54.003640+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:43:57.513 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:57 smithi016 bash[21432]: audit 2024-03-26T03:43:54.971727+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:43:57.513 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:57 smithi016 bash[21432]: audit 2024-03-26T03:43:55.972034+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:43:57.513 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:57 smithi016 bash[21432]: cluster 2024-03-26T03:43:56.004082+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:43:57.513 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:57 smithi016 bash[21432]: audit 2024-03-26T03:43:56.971975+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:43:57.514 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:57 smithi016 bash[21432]: cluster 2024-03-26T03:43:57.011385+0000 mon.a (mon.0) 274 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-26T03:43:57.514 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:57 smithi016 bash[21432]: cluster 2024-03-26T03:43:57.017188+0000 mon.a (mon.0) 275 : cluster [DBG] monmap epoch 3 2024-03-26T03:43:57.514 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:57 smithi016 bash[21432]: cluster 2024-03-26T03:43:57.017224+0000 mon.a (mon.0) 276 : cluster [DBG] fsid 780a5ade-eb22-11ee-95d0-87774f69a715 2024-03-26T03:43:57.514 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:57 smithi016 bash[21432]: cluster 2024-03-26T03:43:57.017249+0000 mon.a (mon.0) 277 : cluster [DBG] last_changed 2024-03-26T03:43:51.979762+0000 2024-03-26T03:43:57.514 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:57 smithi016 bash[21432]: cluster 2024-03-26T03:43:57.017303+0000 mon.a (mon.0) 278 : cluster [DBG] created 2024-03-26T03:40:55.828052+0000 2024-03-26T03:43:57.514 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:57 smithi016 bash[21432]: cluster 2024-03-26T03:43:57.017327+0000 mon.a (mon.0) 279 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T03:43:57.514 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:57 smithi016 bash[21432]: cluster 2024-03-26T03:43:57.017351+0000 mon.a (mon.0) 280 : cluster [DBG] election_strategy: 1 2024-03-26T03:43:57.514 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:57 smithi016 bash[21432]: cluster 2024-03-26T03:43:57.017375+0000 mon.a (mon.0) 281 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-03-26T03:43:57.514 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:57 smithi016 bash[21432]: cluster 2024-03-26T03:43:57.017398+0000 mon.a (mon.0) 282 : cluster [DBG] 1: [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon.c 2024-03-26T03:43:57.514 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:57 smithi016 bash[21432]: cluster 2024-03-26T03:43:57.017422+0000 mon.a (mon.0) 283 : cluster [DBG] 2: [v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0] mon.b 2024-03-26T03:43:57.514 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:57 smithi016 bash[21432]: cluster 2024-03-26T03:43:57.034815+0000 mon.a (mon.0) 284 : cluster [DBG] fsmap 2024-03-26T03:43:57.514 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:57 smithi016 bash[21432]: cluster 2024-03-26T03:43:57.034871+0000 mon.a (mon.0) 285 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-26T03:43:57.514 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:57 smithi016 bash[21432]: cluster 2024-03-26T03:43:57.035164+0000 mon.a (mon.0) 286 : cluster [DBG] mgrmap e13: a(active, since 107s) 2024-03-26T03:43:57.514 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:57 smithi016 bash[21432]: cluster 2024-03-26T03:43:57.035479+0000 mon.a (mon.0) 287 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-26T03:43:57.514 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:57 smithi016 bash[21432]: cluster 2024-03-26T03:43:57.043897+0000 mon.a (mon.0) 288 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-26T03:43:57.515 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:57 smithi016 bash[21432]: cluster 2024-03-26T03:43:57.043965+0000 mon.a (mon.0) 289 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-26T03:43:57.515 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:57 smithi016 bash[21432]: cluster 2024-03-26T03:43:57.044007+0000 mon.a (mon.0) 290 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0] is down (out of quorum) 2024-03-26T03:43:57.515 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:57 smithi016 bash[21432]: audit 2024-03-26T03:43:57.049184+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:57.515 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:57 smithi016 bash[21432]: audit 2024-03-26T03:43:57.050934+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T03:43:57.515 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:57 smithi016 bash[21432]: audit 2024-03-26T03:43:57.055393+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:57.515 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:57 smithi016 bash[21432]: audit 2024-03-26T03:43:57.056317+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:43:57.929 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-03-26T03:43:57.929 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":3,"fsid":"780a5ade-eb22-11ee-95d0-87774f69a715","modified":"2024-03-26T03:43:51.979762Z","created":"2024-03-26T03:40:55.828052Z","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.16:3300","nonce":0},{"type":"v1","addr":"172.21.15.16:6789","nonce":0}]},"addr":"172.21.15.16:6789/0","public_addr":"172.21.15.16:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:3300","nonce":0},{"type":"v1","addr":"172.21.15.204:6789","nonce":0}]},"addr":"172.21.15.204:6789/0","public_addr":"172.21.15.204:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:3300","nonce":0},{"type":"v1","addr":"172.21.15.69:6789","nonce":0}]},"addr":"172.21.15.69:6789/0","public_addr":"172.21.15.69:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-03-26T03:43:57.932 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 3 2024-03-26T03:43:58.351 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:58 smithi204 bash[22361]: cephadm 2024-03-26T03:43:57.059162+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.a on smithi016 2024-03-26T03:43:58.351 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:58 smithi204 bash[22361]: audit 2024-03-26T03:43:57.715588+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:58.351 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:58 smithi204 bash[22361]: audit 2024-03-26T03:43:57.723668+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:58.351 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:58 smithi204 bash[22361]: audit 2024-03-26T03:43:57.733444+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:58.351 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:58 smithi204 bash[22361]: audit 2024-03-26T03:43:57.929259+0000 mon.a (mon.0) 298 : audit [DBG] from='client.? 172.21.15.204:0/1453506641' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-26T03:43:58.351 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:58 smithi204 bash[22361]: audit 2024-03-26T03:43:57.972408+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:43:58.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:58 smithi016 bash[21432]: cephadm 2024-03-26T03:43:57.059162+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.a on smithi016 2024-03-26T03:43:58.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:58 smithi016 bash[21432]: audit 2024-03-26T03:43:57.715588+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:58.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:58 smithi016 bash[21432]: audit 2024-03-26T03:43:57.723668+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:58.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:58 smithi016 bash[21432]: audit 2024-03-26T03:43:57.733444+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:58.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:58 smithi016 bash[21432]: audit 2024-03-26T03:43:57.929259+0000 mon.a (mon.0) 298 : audit [DBG] from='client.? 172.21.15.204:0/1453506641' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-26T03:43:58.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:58 smithi016 bash[21432]: audit 2024-03-26T03:43:57.972408+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:43:58.619 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-03-26T03:43:58.619 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 780a5ade-eb22-11ee-95d0-87774f69a715 -- ceph config generate-minimal-conf 2024-03-26T03:43:59.392 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: cephadm 2024-03-26T03:43:51.715654+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Updating smithi204:/var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T03:43:59.392 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: cephadm 2024-03-26T03:43:51.899402+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T03:43:59.392 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: audit 2024-03-26T03:43:51.986358+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T03:43:59.392 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: cluster 2024-03-26T03:43:51.986795+0000 mon.a (mon.0) 265 : cluster [INF] mon.a calling monitor election 2024-03-26T03:43:59.392 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: cluster 2024-03-26T03:43:51.987776+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-26T03:43:59.392 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: cephadm 2024-03-26T03:43:51.998002+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-26T03:43:59.392 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: cluster 2024-03-26T03:43:52.003279+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:43:59.392 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: audit 2024-03-26T03:43:52.011698+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:43:59.392 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: audit 2024-03-26T03:43:52.011952+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:43:59.392 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: audit 2024-03-26T03:43:52.012449+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T03:43:59.393 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: audit 2024-03-26T03:43:52.971614+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:43:59.393 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: audit 2024-03-26T03:43:53.971400+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:43:59.393 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: cluster 2024-03-26T03:43:54.003640+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:43:59.393 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: audit 2024-03-26T03:43:54.971727+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:43:59.393 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: audit 2024-03-26T03:43:55.972034+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:43:59.393 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: cluster 2024-03-26T03:43:56.004082+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:43:59.393 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: audit 2024-03-26T03:43:56.971975+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:43:59.393 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: cluster 2024-03-26T03:43:57.011385+0000 mon.a (mon.0) 274 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-26T03:43:59.393 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: cluster 2024-03-26T03:43:57.017188+0000 mon.a (mon.0) 275 : cluster [DBG] monmap epoch 3 2024-03-26T03:43:59.393 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: cluster 2024-03-26T03:43:57.017224+0000 mon.a (mon.0) 276 : cluster [DBG] fsid 780a5ade-eb22-11ee-95d0-87774f69a715 2024-03-26T03:43:59.393 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: cluster 2024-03-26T03:43:57.017249+0000 mon.a (mon.0) 277 : cluster [DBG] last_changed 2024-03-26T03:43:51.979762+0000 2024-03-26T03:43:59.393 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: cluster 2024-03-26T03:43:57.017303+0000 mon.a (mon.0) 278 : cluster [DBG] created 2024-03-26T03:40:55.828052+0000 2024-03-26T03:43:59.394 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: cluster 2024-03-26T03:43:57.017327+0000 mon.a (mon.0) 279 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T03:43:59.394 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: cluster 2024-03-26T03:43:57.017351+0000 mon.a (mon.0) 280 : cluster [DBG] election_strategy: 1 2024-03-26T03:43:59.394 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: cluster 2024-03-26T03:43:57.017375+0000 mon.a (mon.0) 281 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-03-26T03:43:59.394 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: cluster 2024-03-26T03:43:57.017398+0000 mon.a (mon.0) 282 : cluster [DBG] 1: [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon.c 2024-03-26T03:43:59.394 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: cluster 2024-03-26T03:43:57.017422+0000 mon.a (mon.0) 283 : cluster [DBG] 2: [v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0] mon.b 2024-03-26T03:43:59.394 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: cluster 2024-03-26T03:43:57.034815+0000 mon.a (mon.0) 284 : cluster [DBG] fsmap 2024-03-26T03:43:59.394 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: cluster 2024-03-26T03:43:57.034871+0000 mon.a (mon.0) 285 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-26T03:43:59.394 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: cluster 2024-03-26T03:43:57.035164+0000 mon.a (mon.0) 286 : cluster [DBG] mgrmap e13: a(active, since 107s) 2024-03-26T03:43:59.394 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: cluster 2024-03-26T03:43:57.035479+0000 mon.a (mon.0) 287 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-26T03:43:59.394 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: cluster 2024-03-26T03:43:57.043897+0000 mon.a (mon.0) 288 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-26T03:43:59.394 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: cluster 2024-03-26T03:43:57.043965+0000 mon.a (mon.0) 289 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-26T03:43:59.394 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: cluster 2024-03-26T03:43:57.044007+0000 mon.a (mon.0) 290 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0] is down (out of quorum) 2024-03-26T03:43:59.395 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: audit 2024-03-26T03:43:57.049184+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:59.395 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: audit 2024-03-26T03:43:57.050934+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T03:43:59.395 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: audit 2024-03-26T03:43:57.055393+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:59.395 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: audit 2024-03-26T03:43:57.056317+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:43:59.395 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: cephadm 2024-03-26T03:43:57.059162+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.a on smithi016 2024-03-26T03:43:59.395 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: audit 2024-03-26T03:43:57.715588+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:59.395 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: audit 2024-03-26T03:43:57.723668+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:59.395 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: audit 2024-03-26T03:43:57.733444+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:59.395 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: audit 2024-03-26T03:43:57.929259+0000 mon.a (mon.0) 298 : audit [DBG] from='client.? 172.21.15.204:0/1453506641' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-26T03:43:59.395 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: audit 2024-03-26T03:43:57.972408+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:43:59.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:59 smithi016 bash[21432]: cluster 2024-03-26T03:43:53.981992+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-26T03:43:59.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:59 smithi016 bash[21432]: cluster 2024-03-26T03:43:59.010977+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-03-26T03:43:59.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:59 smithi016 bash[21432]: cluster 2024-03-26T03:43:59.011070+0000 mon.a (mon.0) 304 : cluster [INF] mon.a calling monitor election 2024-03-26T03:43:59.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:59 smithi016 bash[21432]: cluster 2024-03-26T03:43:59.012220+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-03-26T03:43:59.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:59 smithi016 bash[21432]: cluster 2024-03-26T03:43:59.060522+0000 mon.a (mon.0) 305 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-26T03:43:59.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:59 smithi016 bash[21432]: cluster 2024-03-26T03:43:59.066739+0000 mon.a (mon.0) 306 : cluster [DBG] monmap epoch 3 2024-03-26T03:43:59.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:59 smithi016 bash[21432]: cluster 2024-03-26T03:43:59.066762+0000 mon.a (mon.0) 307 : cluster [DBG] fsid 780a5ade-eb22-11ee-95d0-87774f69a715 2024-03-26T03:43:59.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:59 smithi016 bash[21432]: cluster 2024-03-26T03:43:59.066775+0000 mon.a (mon.0) 308 : cluster [DBG] last_changed 2024-03-26T03:43:51.979762+0000 2024-03-26T03:43:59.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:59 smithi016 bash[21432]: cluster 2024-03-26T03:43:59.066787+0000 mon.a (mon.0) 309 : cluster [DBG] created 2024-03-26T03:40:55.828052+0000 2024-03-26T03:43:59.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:59 smithi016 bash[21432]: cluster 2024-03-26T03:43:59.066796+0000 mon.a (mon.0) 310 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T03:43:59.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:59 smithi016 bash[21432]: cluster 2024-03-26T03:43:59.066807+0000 mon.a (mon.0) 311 : cluster [DBG] election_strategy: 1 2024-03-26T03:43:59.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:59 smithi016 bash[21432]: cluster 2024-03-26T03:43:59.066821+0000 mon.a (mon.0) 312 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-03-26T03:43:59.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:59 smithi016 bash[21432]: cluster 2024-03-26T03:43:59.066839+0000 mon.a (mon.0) 313 : cluster [DBG] 1: [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon.c 2024-03-26T03:43:59.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:59 smithi016 bash[21432]: cluster 2024-03-26T03:43:59.066852+0000 mon.a (mon.0) 314 : cluster [DBG] 2: [v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0] mon.b 2024-03-26T03:43:59.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:59 smithi016 bash[21432]: cluster 2024-03-26T03:43:59.067468+0000 mon.a (mon.0) 315 : cluster [DBG] fsmap 2024-03-26T03:43:59.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:59 smithi016 bash[21432]: cluster 2024-03-26T03:43:59.067501+0000 mon.a (mon.0) 316 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-26T03:43:59.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:59 smithi016 bash[21432]: cluster 2024-03-26T03:43:59.067702+0000 mon.a (mon.0) 317 : cluster [DBG] mgrmap e13: a(active, since 109s) 2024-03-26T03:43:59.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:59 smithi016 bash[21432]: cluster 2024-03-26T03:43:59.067894+0000 mon.a (mon.0) 318 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-26T03:43:59.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:59 smithi016 bash[21432]: cluster 2024-03-26T03:43:59.067921+0000 mon.a (mon.0) 319 : cluster [INF] Cluster is now healthy 2024-03-26T03:43:59.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:59 smithi016 bash[21432]: cluster 2024-03-26T03:43:59.093320+0000 mon.a (mon.0) 320 : cluster [INF] overall HEALTH_OK 2024-03-26T03:43:59.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:59 smithi016 bash[21432]: audit 2024-03-26T03:43:59.438211+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:59.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:59 smithi016 bash[21432]: audit 2024-03-26T03:43:59.445463+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:43:59.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:43:59 smithi016 bash[21432]: audit 2024-03-26T03:43:59.455356+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:00.101 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:59 smithi204 bash[22361]: cluster 2024-03-26T03:43:53.981992+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-26T03:44:00.101 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:59 smithi204 bash[22361]: cluster 2024-03-26T03:43:59.010977+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-03-26T03:44:00.101 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:59 smithi204 bash[22361]: cluster 2024-03-26T03:43:59.011070+0000 mon.a (mon.0) 304 : cluster [INF] mon.a calling monitor election 2024-03-26T03:44:00.101 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:59 smithi204 bash[22361]: cluster 2024-03-26T03:43:59.012220+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-03-26T03:44:00.101 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:59 smithi204 bash[22361]: cluster 2024-03-26T03:43:59.060522+0000 mon.a (mon.0) 305 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-26T03:44:00.102 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:59 smithi204 bash[22361]: cluster 2024-03-26T03:43:59.066739+0000 mon.a (mon.0) 306 : cluster [DBG] monmap epoch 3 2024-03-26T03:44:00.102 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:59 smithi204 bash[22361]: cluster 2024-03-26T03:43:59.066762+0000 mon.a (mon.0) 307 : cluster [DBG] fsid 780a5ade-eb22-11ee-95d0-87774f69a715 2024-03-26T03:44:00.102 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:59 smithi204 bash[22361]: cluster 2024-03-26T03:43:59.066775+0000 mon.a (mon.0) 308 : cluster [DBG] last_changed 2024-03-26T03:43:51.979762+0000 2024-03-26T03:44:00.102 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:59 smithi204 bash[22361]: cluster 2024-03-26T03:43:59.066787+0000 mon.a (mon.0) 309 : cluster [DBG] created 2024-03-26T03:40:55.828052+0000 2024-03-26T03:44:00.102 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:59 smithi204 bash[22361]: cluster 2024-03-26T03:43:59.066796+0000 mon.a (mon.0) 310 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T03:44:00.102 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:59 smithi204 bash[22361]: cluster 2024-03-26T03:43:59.066807+0000 mon.a (mon.0) 311 : cluster [DBG] election_strategy: 1 2024-03-26T03:44:00.102 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:59 smithi204 bash[22361]: cluster 2024-03-26T03:43:59.066821+0000 mon.a (mon.0) 312 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-03-26T03:44:00.102 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:59 smithi204 bash[22361]: cluster 2024-03-26T03:43:59.066839+0000 mon.a (mon.0) 313 : cluster [DBG] 1: [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon.c 2024-03-26T03:44:00.102 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:59 smithi204 bash[22361]: cluster 2024-03-26T03:43:59.066852+0000 mon.a (mon.0) 314 : cluster [DBG] 2: [v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0] mon.b 2024-03-26T03:44:00.102 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:59 smithi204 bash[22361]: cluster 2024-03-26T03:43:59.067468+0000 mon.a (mon.0) 315 : cluster [DBG] fsmap 2024-03-26T03:44:00.102 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:59 smithi204 bash[22361]: cluster 2024-03-26T03:43:59.067501+0000 mon.a (mon.0) 316 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-26T03:44:00.102 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:59 smithi204 bash[22361]: cluster 2024-03-26T03:43:59.067702+0000 mon.a (mon.0) 317 : cluster [DBG] mgrmap e13: a(active, since 109s) 2024-03-26T03:44:00.102 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:59 smithi204 bash[22361]: cluster 2024-03-26T03:43:59.067894+0000 mon.a (mon.0) 318 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-26T03:44:00.102 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:59 smithi204 bash[22361]: cluster 2024-03-26T03:43:59.067921+0000 mon.a (mon.0) 319 : cluster [INF] Cluster is now healthy 2024-03-26T03:44:00.102 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:59 smithi204 bash[22361]: cluster 2024-03-26T03:43:59.093320+0000 mon.a (mon.0) 320 : cluster [INF] overall HEALTH_OK 2024-03-26T03:44:00.103 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:59 smithi204 bash[22361]: audit 2024-03-26T03:43:59.438211+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:00.103 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:59 smithi204 bash[22361]: audit 2024-03-26T03:43:59.445463+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:00.103 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:43:59 smithi204 bash[22361]: audit 2024-03-26T03:43:59.455356+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:00.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: cluster 2024-03-26T03:43:53.981992+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-26T03:44:00.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: cluster 2024-03-26T03:43:59.010977+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-03-26T03:44:00.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: cluster 2024-03-26T03:43:59.011070+0000 mon.a (mon.0) 304 : cluster [INF] mon.a calling monitor election 2024-03-26T03:44:00.142 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: cluster 2024-03-26T03:43:59.012220+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-03-26T03:44:00.142 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: cluster 2024-03-26T03:43:59.060522+0000 mon.a (mon.0) 305 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-26T03:44:00.142 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: cluster 2024-03-26T03:43:59.066739+0000 mon.a (mon.0) 306 : cluster [DBG] monmap epoch 3 2024-03-26T03:44:00.142 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: cluster 2024-03-26T03:43:59.066762+0000 mon.a (mon.0) 307 : cluster [DBG] fsid 780a5ade-eb22-11ee-95d0-87774f69a715 2024-03-26T03:44:00.142 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: cluster 2024-03-26T03:43:59.066775+0000 mon.a (mon.0) 308 : cluster [DBG] last_changed 2024-03-26T03:43:51.979762+0000 2024-03-26T03:44:00.142 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: cluster 2024-03-26T03:43:59.066787+0000 mon.a (mon.0) 309 : cluster [DBG] created 2024-03-26T03:40:55.828052+0000 2024-03-26T03:44:00.142 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: cluster 2024-03-26T03:43:59.066796+0000 mon.a (mon.0) 310 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T03:44:00.142 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: cluster 2024-03-26T03:43:59.066807+0000 mon.a (mon.0) 311 : cluster [DBG] election_strategy: 1 2024-03-26T03:44:00.142 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: cluster 2024-03-26T03:43:59.066821+0000 mon.a (mon.0) 312 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-03-26T03:44:00.142 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: cluster 2024-03-26T03:43:59.066839+0000 mon.a (mon.0) 313 : cluster [DBG] 1: [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon.c 2024-03-26T03:44:00.142 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: cluster 2024-03-26T03:43:59.066852+0000 mon.a (mon.0) 314 : cluster [DBG] 2: [v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0] mon.b 2024-03-26T03:44:00.142 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: cluster 2024-03-26T03:43:59.067468+0000 mon.a (mon.0) 315 : cluster [DBG] fsmap 2024-03-26T03:44:00.142 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: cluster 2024-03-26T03:43:59.067501+0000 mon.a (mon.0) 316 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-26T03:44:00.142 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: cluster 2024-03-26T03:43:59.067702+0000 mon.a (mon.0) 317 : cluster [DBG] mgrmap e13: a(active, since 109s) 2024-03-26T03:44:00.142 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: cluster 2024-03-26T03:43:59.067894+0000 mon.a (mon.0) 318 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-26T03:44:00.143 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: cluster 2024-03-26T03:43:59.067921+0000 mon.a (mon.0) 319 : cluster [INF] Cluster is now healthy 2024-03-26T03:44:00.143 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: cluster 2024-03-26T03:43:59.093320+0000 mon.a (mon.0) 320 : cluster [INF] overall HEALTH_OK 2024-03-26T03:44:00.143 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: audit 2024-03-26T03:43:59.438211+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:00.143 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: audit 2024-03-26T03:43:59.445463+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:00.143 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:43:59 smithi069 bash[22165]: audit 2024-03-26T03:43:59.455356+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:01.101 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:00 smithi204 bash[22361]: audit 2024-03-26T03:43:59.804506+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:01.101 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:00 smithi204 bash[22361]: audit 2024-03-26T03:43:59.811897+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:01.101 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:00 smithi204 bash[22361]: cephadm 2024-03-26T03:43:59.833574+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-26T03:44:01.101 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:00 smithi204 bash[22361]: audit 2024-03-26T03:43:59.834221+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T03:44:01.101 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:00 smithi204 bash[22361]: audit 2024-03-26T03:43:59.835856+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T03:44:01.101 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:00 smithi204 bash[22361]: audit 2024-03-26T03:43:59.837359+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:44:01.101 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:00 smithi204 bash[22361]: cephadm 2024-03-26T03:43:59.839168+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.b on smithi069 2024-03-26T03:44:01.101 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:00 smithi204 bash[22361]: audit 2024-03-26T03:43:59.972624+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:44:01.101 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:00 smithi204 bash[22361]: cluster 2024-03-26T03:44:00.005011+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:01.107 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:00 smithi069 bash[22165]: audit 2024-03-26T03:43:59.804506+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:01.107 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:00 smithi069 bash[22165]: audit 2024-03-26T03:43:59.811897+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:01.107 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:00 smithi069 bash[22165]: cephadm 2024-03-26T03:43:59.833574+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-26T03:44:01.107 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:00 smithi069 bash[22165]: audit 2024-03-26T03:43:59.834221+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T03:44:01.107 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:00 smithi069 bash[22165]: audit 2024-03-26T03:43:59.835856+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T03:44:01.107 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:00 smithi069 bash[22165]: audit 2024-03-26T03:43:59.837359+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:44:01.107 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:00 smithi069 bash[22165]: cephadm 2024-03-26T03:43:59.839168+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.b on smithi069 2024-03-26T03:44:01.107 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:00 smithi069 bash[22165]: audit 2024-03-26T03:43:59.972624+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:44:01.107 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:00 smithi069 bash[22165]: cluster 2024-03-26T03:44:00.005011+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:01.280 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:00 smithi016 bash[21432]: audit 2024-03-26T03:43:59.804506+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:01.280 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:00 smithi016 bash[21432]: audit 2024-03-26T03:43:59.811897+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:01.280 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:00 smithi016 bash[21432]: cephadm 2024-03-26T03:43:59.833574+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-26T03:44:01.280 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:00 smithi016 bash[21432]: audit 2024-03-26T03:43:59.834221+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T03:44:01.280 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:00 smithi016 bash[21432]: audit 2024-03-26T03:43:59.835856+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T03:44:01.280 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:00 smithi016 bash[21432]: audit 2024-03-26T03:43:59.837359+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:44:01.280 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:00 smithi016 bash[21432]: cephadm 2024-03-26T03:43:59.839168+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.b on smithi069 2024-03-26T03:44:01.280 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:00 smithi016 bash[21432]: audit 2024-03-26T03:43:59.972624+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:44:01.280 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:00 smithi016 bash[21432]: cluster 2024-03-26T03:44:00.005011+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:02.979 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:02 smithi204 bash[22361]: audit 2024-03-26T03:44:01.682114+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:02.979 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:02 smithi204 bash[22361]: audit 2024-03-26T03:44:01.687195+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:02.979 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:02 smithi204 bash[22361]: cephadm 2024-03-26T03:44:01.707798+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-26T03:44:02.979 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:02 smithi204 bash[22361]: audit 2024-03-26T03:44:01.708579+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T03:44:02.979 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:02 smithi204 bash[22361]: audit 2024-03-26T03:44:01.709962+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T03:44:02.979 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:02 smithi204 bash[22361]: audit 2024-03-26T03:44:01.711154+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:44:02.979 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:02 smithi204 bash[22361]: cephadm 2024-03-26T03:44:01.712670+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Reconfiguring daemon mon.c on smithi204 2024-03-26T03:44:02.979 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:02 smithi204 bash[22361]: cluster 2024-03-26T03:44:02.005387+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:03.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:02 smithi016 bash[21432]: audit 2024-03-26T03:44:01.682114+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:03.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:02 smithi016 bash[21432]: audit 2024-03-26T03:44:01.687195+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:03.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:02 smithi016 bash[21432]: cephadm 2024-03-26T03:44:01.707798+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-26T03:44:03.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:02 smithi016 bash[21432]: audit 2024-03-26T03:44:01.708579+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T03:44:03.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:02 smithi016 bash[21432]: audit 2024-03-26T03:44:01.709962+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T03:44:03.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:02 smithi016 bash[21432]: audit 2024-03-26T03:44:01.711154+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:44:03.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:02 smithi016 bash[21432]: cephadm 2024-03-26T03:44:01.712670+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Reconfiguring daemon mon.c on smithi204 2024-03-26T03:44:03.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:02 smithi016 bash[21432]: cluster 2024-03-26T03:44:02.005387+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:03.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:02 smithi069 bash[22165]: audit 2024-03-26T03:44:01.682114+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:03.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:02 smithi069 bash[22165]: audit 2024-03-26T03:44:01.687195+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:03.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:02 smithi069 bash[22165]: cephadm 2024-03-26T03:44:01.707798+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-26T03:44:03.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:02 smithi069 bash[22165]: audit 2024-03-26T03:44:01.708579+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T03:44:03.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:02 smithi069 bash[22165]: audit 2024-03-26T03:44:01.709962+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T03:44:03.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:02 smithi069 bash[22165]: audit 2024-03-26T03:44:01.711154+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:44:03.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:02 smithi069 bash[22165]: cephadm 2024-03-26T03:44:01.712670+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Reconfiguring daemon mon.c on smithi204 2024-03-26T03:44:03.142 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:02 smithi069 bash[22165]: cluster 2024-03-26T03:44:02.005387+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:03.848 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:44:04.774 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:04 smithi016 bash[21432]: audit 2024-03-26T03:44:03.498275+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:04.774 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:04 smithi016 bash[21432]: audit 2024-03-26T03:44:03.505653+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:04.774 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:04 smithi016 bash[21432]: audit 2024-03-26T03:44:03.532190+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:44:04.774 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:04 smithi016 bash[21432]: audit 2024-03-26T03:44:03.537703+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:44:04.774 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:04 smithi016 bash[21432]: audit 2024-03-26T03:44:03.539425+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:44:04.774 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:04 smithi016 bash[21432]: cephadm 2024-03-26T03:44:03.541937+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-03-26T03:44:04.775 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:04 smithi016 bash[21432]: cephadm 2024-03-26T03:44:03.542685+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi069:/etc/ceph/ceph.conf 2024-03-26T03:44:04.775 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:04 smithi016 bash[21432]: cephadm 2024-03-26T03:44:03.544003+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-03-26T03:44:04.775 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:04 smithi016 bash[21432]: audit 2024-03-26T03:44:04.131455+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:04.775 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:04 smithi016 bash[21432]: audit 2024-03-26T03:44:04.138042+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:04.775 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:04 smithi016 bash[21432]: audit 2024-03-26T03:44:04.143989+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:04.775 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:04 smithi016 bash[21432]: audit 2024-03-26T03:44:04.150127+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:04.775 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:04 smithi016 bash[21432]: audit 2024-03-26T03:44:04.155969+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:04.775 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:04 smithi016 bash[21432]: audit 2024-03-26T03:44:04.161670+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:04.775 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:04 smithi016 bash[21432]: audit 2024-03-26T03:44:04.168264+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:04.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:04 smithi204 bash[22361]: audit 2024-03-26T03:44:03.498275+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:04.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:04 smithi204 bash[22361]: audit 2024-03-26T03:44:03.505653+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:04.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:04 smithi204 bash[22361]: audit 2024-03-26T03:44:03.532190+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:44:04.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:04 smithi204 bash[22361]: audit 2024-03-26T03:44:03.537703+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:44:04.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:04 smithi204 bash[22361]: audit 2024-03-26T03:44:03.539425+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:44:04.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:04 smithi204 bash[22361]: cephadm 2024-03-26T03:44:03.541937+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-03-26T03:44:04.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:04 smithi204 bash[22361]: cephadm 2024-03-26T03:44:03.542685+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi069:/etc/ceph/ceph.conf 2024-03-26T03:44:04.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:04 smithi204 bash[22361]: cephadm 2024-03-26T03:44:03.544003+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-03-26T03:44:04.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:04 smithi204 bash[22361]: audit 2024-03-26T03:44:04.131455+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:04.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:04 smithi204 bash[22361]: audit 2024-03-26T03:44:04.138042+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:04.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:04 smithi204 bash[22361]: audit 2024-03-26T03:44:04.143989+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:04.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:04 smithi204 bash[22361]: audit 2024-03-26T03:44:04.150127+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:04.852 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:04 smithi204 bash[22361]: audit 2024-03-26T03:44:04.155969+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:04.852 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:04 smithi204 bash[22361]: audit 2024-03-26T03:44:04.161670+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:04.852 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:04 smithi204 bash[22361]: audit 2024-03-26T03:44:04.168264+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:04.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:04 smithi069 bash[22165]: audit 2024-03-26T03:44:03.498275+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:04.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:04 smithi069 bash[22165]: audit 2024-03-26T03:44:03.505653+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:04.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:04 smithi069 bash[22165]: audit 2024-03-26T03:44:03.532190+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:44:04.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:04 smithi069 bash[22165]: audit 2024-03-26T03:44:03.537703+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:44:04.892 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:04 smithi069 bash[22165]: audit 2024-03-26T03:44:03.539425+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:44:04.892 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:04 smithi069 bash[22165]: cephadm 2024-03-26T03:44:03.541937+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-03-26T03:44:04.892 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:04 smithi069 bash[22165]: cephadm 2024-03-26T03:44:03.542685+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi069:/etc/ceph/ceph.conf 2024-03-26T03:44:04.892 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:04 smithi069 bash[22165]: cephadm 2024-03-26T03:44:03.544003+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-03-26T03:44:04.892 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:04 smithi069 bash[22165]: audit 2024-03-26T03:44:04.131455+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:04.892 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:04 smithi069 bash[22165]: audit 2024-03-26T03:44:04.138042+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:04.892 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:04 smithi069 bash[22165]: audit 2024-03-26T03:44:04.143989+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:04.892 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:04 smithi069 bash[22165]: audit 2024-03-26T03:44:04.150127+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:04.892 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:04 smithi069 bash[22165]: audit 2024-03-26T03:44:04.155969+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:04.892 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:04 smithi069 bash[22165]: audit 2024-03-26T03:44:04.161670+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:04.892 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:04 smithi069 bash[22165]: audit 2024-03-26T03:44:04.168264+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:05.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:05 smithi016 bash[21432]: cephadm 2024-03-26T03:44:03.909117+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi016:/var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T03:44:05.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:05 smithi016 bash[21432]: cephadm 2024-03-26T03:44:03.911046+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi069:/var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T03:44:05.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:05 smithi016 bash[21432]: cephadm 2024-03-26T03:44:03.911877+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Updating smithi204:/var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T03:44:05.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:05 smithi016 bash[21432]: cluster 2024-03-26T03:44:04.005698+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:05.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:05 smithi204 bash[22361]: cephadm 2024-03-26T03:44:03.909117+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi016:/var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T03:44:05.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:05 smithi204 bash[22361]: cephadm 2024-03-26T03:44:03.911046+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi069:/var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T03:44:05.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:05 smithi204 bash[22361]: cephadm 2024-03-26T03:44:03.911877+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Updating smithi204:/var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T03:44:05.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:05 smithi204 bash[22361]: cluster 2024-03-26T03:44:04.005698+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:05.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:05 smithi069 bash[22165]: cephadm 2024-03-26T03:44:03.909117+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi016:/var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T03:44:05.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:05 smithi069 bash[22165]: cephadm 2024-03-26T03:44:03.911046+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi069:/var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T03:44:05.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:05 smithi069 bash[22165]: cephadm 2024-03-26T03:44:03.911877+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Updating smithi204:/var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T03:44:05.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:05 smithi069 bash[22165]: cluster 2024-03-26T03:44:04.005698+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:06.721 INFO:teuthology.orchestra.run.smithi016.stdout:# minimal ceph.conf for 780a5ade-eb22-11ee-95d0-87774f69a715 2024-03-26T03:44:06.721 INFO:teuthology.orchestra.run.smithi016.stdout:[global] 2024-03-26T03:44:06.721 INFO:teuthology.orchestra.run.smithi016.stdout: fsid = 780a5ade-eb22-11ee-95d0-87774f69a715 2024-03-26T03:44:06.721 INFO:teuthology.orchestra.run.smithi016.stdout: mon_host = [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] [v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0] [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] 2024-03-26T03:44:07.385 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-03-26T03:44:07.385 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-03-26T03:44:07.385 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/etc/ceph/ceph.conf 2024-03-26T03:44:07.399 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-03-26T03:44:07.399 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-26T03:44:07.453 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-03-26T03:44:07.453 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/etc/ceph/ceph.conf 2024-03-26T03:44:07.467 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-03-26T03:44:07.467 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-26T03:44:07.523 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-03-26T03:44:07.523 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/etc/ceph/ceph.conf 2024-03-26T03:44:07.536 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-03-26T03:44:07.537 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-26T03:44:07.590 INFO:tasks.cephadm:Adding mgr.a on smithi016 2024-03-26T03:44:07.590 INFO:tasks.cephadm:Adding mgr.b on smithi069 2024-03-26T03:44:07.590 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 780a5ade-eb22-11ee-95d0-87774f69a715 -- ceph orch apply mgr '2;smithi016=a;smithi069=b' 2024-03-26T03:44:07.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:07 smithi016 bash[21432]: cluster 2024-03-26T03:44:06.005961+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:07.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:07 smithi016 bash[21432]: audit 2024-03-26T03:44:06.720642+0000 mon.a (mon.0) 347 : audit [DBG] from='client.? 172.21.15.16:0/2050307953' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:44:07.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:07 smithi204 bash[22361]: cluster 2024-03-26T03:44:06.005961+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:07.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:07 smithi204 bash[22361]: audit 2024-03-26T03:44:06.720642+0000 mon.a (mon.0) 347 : audit [DBG] from='client.? 172.21.15.16:0/2050307953' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:44:07.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:07 smithi069 bash[22165]: cluster 2024-03-26T03:44:06.005961+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:07.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:07 smithi069 bash[22165]: audit 2024-03-26T03:44:06.720642+0000 mon.a (mon.0) 347 : audit [DBG] from='client.? 172.21.15.16:0/2050307953' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:44:09.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:09 smithi016 bash[21432]: cluster 2024-03-26T03:44:08.006323+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:09.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:09 smithi204 bash[22361]: cluster 2024-03-26T03:44:08.006323+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:09.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:09 smithi069 bash[22165]: cluster 2024-03-26T03:44:08.006323+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:11.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:11 smithi016 bash[21432]: cluster 2024-03-26T03:44:10.006765+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:11.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:11 smithi016 bash[21432]: audit 2024-03-26T03:44:10.464746+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:11.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:11 smithi016 bash[21432]: audit 2024-03-26T03:44:10.472753+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:11.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:11 smithi016 bash[21432]: audit 2024-03-26T03:44:10.482191+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:11.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:11 smithi204 bash[22361]: cluster 2024-03-26T03:44:10.006765+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:11.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:11 smithi204 bash[22361]: audit 2024-03-26T03:44:10.464746+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:11.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:11 smithi204 bash[22361]: audit 2024-03-26T03:44:10.472753+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:11.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:11 smithi204 bash[22361]: audit 2024-03-26T03:44:10.482191+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:11.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:11 smithi069 bash[22165]: cluster 2024-03-26T03:44:10.006765+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:11.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:11 smithi069 bash[22165]: audit 2024-03-26T03:44:10.464746+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:11.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:11 smithi069 bash[22165]: audit 2024-03-26T03:44:10.472753+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:11.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:11 smithi069 bash[22165]: audit 2024-03-26T03:44:10.482191+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:12.417 INFO:teuthology.orchestra.run.smithi204.stderr:Inferring config /var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/mon.c/config 2024-03-26T03:44:13.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:13 smithi016 bash[21432]: cluster 2024-03-26T03:44:12.007168+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:13.838 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:13 smithi204 bash[22361]: cluster 2024-03-26T03:44:12.007168+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:13.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:13 smithi069 bash[22165]: cluster 2024-03-26T03:44:12.007168+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:14.789 INFO:teuthology.orchestra.run.smithi204.stdout:Scheduled mgr update... 2024-03-26T03:44:15.337 DEBUG:teuthology.orchestra.run.smithi069:mgr.b> sudo journalctl -f -n 0 -u ceph-780a5ade-eb22-11ee-95d0-87774f69a715@mgr.b.service 2024-03-26T03:44:15.339 INFO:tasks.cephadm:Deploying OSDs... 2024-03-26T03:44:15.339 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-03-26T03:44:15.339 DEBUG:teuthology.orchestra.run.smithi016:> dd if=/scratch_devs of=/dev/stdout 2024-03-26T03:44:15.345 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-26T03:44:15.345 DEBUG:teuthology.orchestra.run.smithi016:> stat /dev/vg_nvme/lv_1 2024-03-26T03:44:15.394 INFO:teuthology.orchestra.run.smithi016.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-26T03:44:15.394 INFO:teuthology.orchestra.run.smithi016.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T03:44:15.394 INFO:teuthology.orchestra.run.smithi016.stdout:Device: 5h/5d Inode: 875 Links: 1 2024-03-26T03:44:15.394 INFO:teuthology.orchestra.run.smithi016.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T03:44:15.394 INFO:teuthology.orchestra.run.smithi016.stdout:Access: 2024-03-26 03:34:10.739062629 +0000 2024-03-26T03:44:15.394 INFO:teuthology.orchestra.run.smithi016.stdout:Modify: 2024-03-26 03:34:10.427065410 +0000 2024-03-26T03:44:15.394 INFO:teuthology.orchestra.run.smithi016.stdout:Change: 2024-03-26 03:34:10.427065410 +0000 2024-03-26T03:44:15.394 INFO:teuthology.orchestra.run.smithi016.stdout: Birth: - 2024-03-26T03:44:15.395 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-26T03:44:15.449 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records in 2024-03-26T03:44:15.449 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records out 2024-03-26T03:44:15.449 INFO:teuthology.orchestra.run.smithi016.stderr:512 bytes copied, 0.000347544 s, 1.5 MB/s 2024-03-26T03:44:15.450 DEBUG:teuthology.orchestra.run.smithi016:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-26T03:44:15.500 DEBUG:teuthology.orchestra.run.smithi016:> stat /dev/vg_nvme/lv_2 2024-03-26T03:44:15.550 INFO:teuthology.orchestra.run.smithi016.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-26T03:44:15.550 INFO:teuthology.orchestra.run.smithi016.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T03:44:15.550 INFO:teuthology.orchestra.run.smithi016.stdout:Device: 5h/5d Inode: 893 Links: 1 2024-03-26T03:44:15.551 INFO:teuthology.orchestra.run.smithi016.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T03:44:15.551 INFO:teuthology.orchestra.run.smithi016.stdout:Access: 2024-03-26 03:34:11.231058246 +0000 2024-03-26T03:44:15.551 INFO:teuthology.orchestra.run.smithi016.stdout:Modify: 2024-03-26 03:34:10.971060563 +0000 2024-03-26T03:44:15.551 INFO:teuthology.orchestra.run.smithi016.stdout:Change: 2024-03-26 03:34:10.971060563 +0000 2024-03-26T03:44:15.551 INFO:teuthology.orchestra.run.smithi016.stdout: Birth: - 2024-03-26T03:44:15.551 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-26T03:44:15.601 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:15 smithi204 bash[22361]: cluster 2024-03-26T03:44:14.007577+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:15.601 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:15 smithi204 bash[22361]: audit 2024-03-26T03:44:14.788341+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:15.601 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:15 smithi204 bash[22361]: audit 2024-03-26T03:44:14.812627+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:44:15.601 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:15 smithi204 bash[22361]: audit 2024-03-26T03:44:14.818466+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:44:15.601 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:15 smithi204 bash[22361]: audit 2024-03-26T03:44:14.820324+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:44:15.601 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:15 smithi204 bash[22361]: audit 2024-03-26T03:44:14.829534+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:15.601 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:15 smithi204 bash[22361]: audit 2024-03-26T03:44:14.834045+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-26T03:44:15.601 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:15 smithi204 bash[22361]: audit 2024-03-26T03:44:14.836609+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-26T03:44:15.601 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:15 smithi204 bash[22361]: audit 2024-03-26T03:44:14.841238+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-26T03:44:15.601 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:15 smithi204 bash[22361]: audit 2024-03-26T03:44:14.843241+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:44:15.604 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records in 2024-03-26T03:44:15.604 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records out 2024-03-26T03:44:15.605 INFO:teuthology.orchestra.run.smithi016.stderr:512 bytes copied, 0.00031299 s, 1.6 MB/s 2024-03-26T03:44:15.606 DEBUG:teuthology.orchestra.run.smithi016:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-26T03:44:15.641 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:15 smithi069 bash[22165]: cluster 2024-03-26T03:44:14.007577+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:15.641 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:15 smithi069 bash[22165]: audit 2024-03-26T03:44:14.788341+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:15.641 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:15 smithi069 bash[22165]: audit 2024-03-26T03:44:14.812627+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:44:15.641 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:15 smithi069 bash[22165]: audit 2024-03-26T03:44:14.818466+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:44:15.642 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:15 smithi069 bash[22165]: audit 2024-03-26T03:44:14.820324+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:44:15.642 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:15 smithi069 bash[22165]: audit 2024-03-26T03:44:14.829534+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:15.642 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:15 smithi069 bash[22165]: audit 2024-03-26T03:44:14.834045+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-26T03:44:15.642 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:15 smithi069 bash[22165]: audit 2024-03-26T03:44:14.836609+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-26T03:44:15.642 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:15 smithi069 bash[22165]: audit 2024-03-26T03:44:14.841238+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-26T03:44:15.642 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:15 smithi069 bash[22165]: audit 2024-03-26T03:44:14.843241+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:44:15.656 DEBUG:teuthology.orchestra.run.smithi016:> stat /dev/vg_nvme/lv_3 2024-03-26T03:44:15.701 INFO:teuthology.orchestra.run.smithi016.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-26T03:44:15.702 INFO:teuthology.orchestra.run.smithi016.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T03:44:15.702 INFO:teuthology.orchestra.run.smithi016.stdout:Device: 5h/5d Inode: 903 Links: 1 2024-03-26T03:44:15.702 INFO:teuthology.orchestra.run.smithi016.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T03:44:15.702 INFO:teuthology.orchestra.run.smithi016.stdout:Access: 2024-03-26 03:34:11.439056393 +0000 2024-03-26T03:44:15.702 INFO:teuthology.orchestra.run.smithi016.stdout:Modify: 2024-03-26 03:34:11.435056429 +0000 2024-03-26T03:44:15.702 INFO:teuthology.orchestra.run.smithi016.stdout:Change: 2024-03-26 03:34:11.435056429 +0000 2024-03-26T03:44:15.702 INFO:teuthology.orchestra.run.smithi016.stdout: Birth: - 2024-03-26T03:44:15.702 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-26T03:44:15.754 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:15 smithi016 bash[21432]: cluster 2024-03-26T03:44:14.007577+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:15.755 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:15 smithi016 bash[21432]: audit 2024-03-26T03:44:14.788341+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:15.755 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:15 smithi016 bash[21432]: audit 2024-03-26T03:44:14.812627+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:44:15.755 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:15 smithi016 bash[21432]: audit 2024-03-26T03:44:14.818466+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:44:15.755 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:15 smithi016 bash[21432]: audit 2024-03-26T03:44:14.820324+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:44:15.755 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:15 smithi016 bash[21432]: audit 2024-03-26T03:44:14.829534+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:15.755 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:15 smithi016 bash[21432]: audit 2024-03-26T03:44:14.834045+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-26T03:44:15.755 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:15 smithi016 bash[21432]: audit 2024-03-26T03:44:14.836609+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-26T03:44:15.755 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:15 smithi016 bash[21432]: audit 2024-03-26T03:44:14.841238+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-26T03:44:15.755 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:15 smithi016 bash[21432]: audit 2024-03-26T03:44:14.843241+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:44:15.756 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records in 2024-03-26T03:44:15.756 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records out 2024-03-26T03:44:15.756 INFO:teuthology.orchestra.run.smithi016.stderr:512 bytes copied, 0.000299957 s, 1.7 MB/s 2024-03-26T03:44:15.757 DEBUG:teuthology.orchestra.run.smithi016:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-26T03:44:15.807 DEBUG:teuthology.orchestra.run.smithi016:> stat /dev/vg_nvme/lv_4 2024-03-26T03:44:15.853 INFO:teuthology.orchestra.run.smithi016.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-26T03:44:15.853 INFO:teuthology.orchestra.run.smithi016.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T03:44:15.853 INFO:teuthology.orchestra.run.smithi016.stdout:Device: 5h/5d Inode: 920 Links: 1 2024-03-26T03:44:15.854 INFO:teuthology.orchestra.run.smithi016.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T03:44:15.854 INFO:teuthology.orchestra.run.smithi016.stdout:Access: 2024-03-26 03:34:11.955051796 +0000 2024-03-26T03:44:15.854 INFO:teuthology.orchestra.run.smithi016.stdout:Modify: 2024-03-26 03:34:11.951051831 +0000 2024-03-26T03:44:15.854 INFO:teuthology.orchestra.run.smithi016.stdout:Change: 2024-03-26 03:34:11.951051831 +0000 2024-03-26T03:44:15.854 INFO:teuthology.orchestra.run.smithi016.stdout: Birth: - 2024-03-26T03:44:15.854 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-26T03:44:15.908 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records in 2024-03-26T03:44:15.908 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records out 2024-03-26T03:44:15.908 INFO:teuthology.orchestra.run.smithi016.stderr:512 bytes copied, 0.000308 s, 1.7 MB/s 2024-03-26T03:44:15.909 DEBUG:teuthology.orchestra.run.smithi016:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-26T03:44:15.959 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-03-26T03:44:15.959 DEBUG:teuthology.orchestra.run.smithi069:> dd if=/scratch_devs of=/dev/stdout 2024-03-26T03:44:15.967 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-26T03:44:15.967 DEBUG:teuthology.orchestra.run.smithi069:> stat /dev/vg_nvme/lv_1 2024-03-26T03:44:16.015 INFO:teuthology.orchestra.run.smithi069.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-26T03:44:16.015 INFO:teuthology.orchestra.run.smithi069.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T03:44:16.015 INFO:teuthology.orchestra.run.smithi069.stdout:Device: 5h/5d Inode: 871 Links: 1 2024-03-26T03:44:16.015 INFO:teuthology.orchestra.run.smithi069.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T03:44:16.015 INFO:teuthology.orchestra.run.smithi069.stdout:Access: 2024-03-26 03:34:08.409764572 +0000 2024-03-26T03:44:16.015 INFO:teuthology.orchestra.run.smithi069.stdout:Modify: 2024-03-26 03:34:08.405764608 +0000 2024-03-26T03:44:16.015 INFO:teuthology.orchestra.run.smithi069.stdout:Change: 2024-03-26 03:34:08.405764608 +0000 2024-03-26T03:44:16.016 INFO:teuthology.orchestra.run.smithi069.stdout: Birth: - 2024-03-26T03:44:16.016 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-26T03:44:16.069 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records in 2024-03-26T03:44:16.069 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records out 2024-03-26T03:44:16.069 INFO:teuthology.orchestra.run.smithi069.stderr:512 bytes copied, 0.000424026 s, 1.2 MB/s 2024-03-26T03:44:16.070 DEBUG:teuthology.orchestra.run.smithi069:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-26T03:44:16.119 DEBUG:teuthology.orchestra.run.smithi069:> stat /dev/vg_nvme/lv_2 2024-03-26T03:44:16.166 INFO:teuthology.orchestra.run.smithi069.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-26T03:44:16.166 INFO:teuthology.orchestra.run.smithi069.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T03:44:16.166 INFO:teuthology.orchestra.run.smithi069.stdout:Device: 5h/5d Inode: 892 Links: 1 2024-03-26T03:44:16.166 INFO:teuthology.orchestra.run.smithi069.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T03:44:16.166 INFO:teuthology.orchestra.run.smithi069.stdout:Access: 2024-03-26 03:34:09.165757819 +0000 2024-03-26T03:44:16.166 INFO:teuthology.orchestra.run.smithi069.stdout:Modify: 2024-03-26 03:34:08.889760285 +0000 2024-03-26T03:44:16.166 INFO:teuthology.orchestra.run.smithi069.stdout:Change: 2024-03-26 03:34:08.889760285 +0000 2024-03-26T03:44:16.166 INFO:teuthology.orchestra.run.smithi069.stdout: Birth: - 2024-03-26T03:44:16.167 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-26T03:44:16.219 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records in 2024-03-26T03:44:16.219 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records out 2024-03-26T03:44:16.219 INFO:teuthology.orchestra.run.smithi069.stderr:512 bytes copied, 0.000336851 s, 1.5 MB/s 2024-03-26T03:44:16.220 DEBUG:teuthology.orchestra.run.smithi069:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-26T03:44:16.268 DEBUG:teuthology.orchestra.run.smithi069:> stat /dev/vg_nvme/lv_3 2024-03-26T03:44:16.315 INFO:teuthology.orchestra.run.smithi069.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-26T03:44:16.315 INFO:teuthology.orchestra.run.smithi069.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T03:44:16.315 INFO:teuthology.orchestra.run.smithi069.stdout:Device: 5h/5d Inode: 908 Links: 1 2024-03-26T03:44:16.315 INFO:teuthology.orchestra.run.smithi069.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T03:44:16.315 INFO:teuthology.orchestra.run.smithi069.stdout:Access: 2024-03-26 03:34:09.389755819 +0000 2024-03-26T03:44:16.315 INFO:teuthology.orchestra.run.smithi069.stdout:Modify: 2024-03-26 03:34:09.385755854 +0000 2024-03-26T03:44:16.315 INFO:teuthology.orchestra.run.smithi069.stdout:Change: 2024-03-26 03:34:09.385755854 +0000 2024-03-26T03:44:16.315 INFO:teuthology.orchestra.run.smithi069.stdout: Birth: - 2024-03-26T03:44:16.315 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-26T03:44:16.370 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records in 2024-03-26T03:44:16.370 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records out 2024-03-26T03:44:16.370 INFO:teuthology.orchestra.run.smithi069.stderr:512 bytes copied, 0.000423042 s, 1.2 MB/s 2024-03-26T03:44:16.372 DEBUG:teuthology.orchestra.run.smithi069:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-26T03:44:16.420 DEBUG:teuthology.orchestra.run.smithi069:> stat /dev/vg_nvme/lv_4 2024-03-26T03:44:16.467 INFO:teuthology.orchestra.run.smithi069.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-26T03:44:16.467 INFO:teuthology.orchestra.run.smithi069.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T03:44:16.467 INFO:teuthology.orchestra.run.smithi069.stdout:Device: 5h/5d Inode: 922 Links: 1 2024-03-26T03:44:16.467 INFO:teuthology.orchestra.run.smithi069.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T03:44:16.467 INFO:teuthology.orchestra.run.smithi069.stdout:Access: 2024-03-26 03:34:10.149749031 +0000 2024-03-26T03:44:16.467 INFO:teuthology.orchestra.run.smithi069.stdout:Modify: 2024-03-26 03:34:09.889751353 +0000 2024-03-26T03:44:16.467 INFO:teuthology.orchestra.run.smithi069.stdout:Change: 2024-03-26 03:34:09.889751353 +0000 2024-03-26T03:44:16.467 INFO:teuthology.orchestra.run.smithi069.stdout: Birth: - 2024-03-26T03:44:16.468 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-26T03:44:16.519 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records in 2024-03-26T03:44:16.519 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records out 2024-03-26T03:44:16.519 INFO:teuthology.orchestra.run.smithi069.stderr:512 bytes copied, 0.000217783 s, 2.4 MB/s 2024-03-26T03:44:16.520 DEBUG:teuthology.orchestra.run.smithi069:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-26T03:44:16.567 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-03-26T03:44:16.567 DEBUG:teuthology.orchestra.run.smithi204:> dd if=/scratch_devs of=/dev/stdout 2024-03-26T03:44:16.573 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-26T03:44:16.573 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/vg_nvme/lv_1 2024-03-26T03:44:16.619 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-26T03:44:16.619 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T03:44:16.619 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 5h/5d Inode: 879 Links: 1 2024-03-26T03:44:16.620 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T03:44:16.620 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2024-03-26 03:34:06.859373014 +0000 2024-03-26T03:44:16.620 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2024-03-26 03:34:06.583375476 +0000 2024-03-26T03:44:16.620 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2024-03-26 03:34:06.583375476 +0000 2024-03-26T03:44:16.620 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2024-03-26T03:44:16.620 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-26T03:44:16.641 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:16 smithi069 bash[22165]: audit 2024-03-26T03:44:14.778452+0000 mgr.a (mgr.14152) 109 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi016=a;smithi069=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:44:16.641 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:16 smithi069 bash[22165]: cephadm 2024-03-26T03:44:14.782133+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Saving service mgr spec with placement smithi016=a;smithi069=b;count:2 2024-03-26T03:44:16.641 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:16 smithi069 bash[22165]: cephadm 2024-03-26T03:44:14.845269+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Deploying daemon mgr.b on smithi069 2024-03-26T03:44:16.673 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2024-03-26T03:44:16.674 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2024-03-26T03:44:16.674 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.000371892 s, 1.4 MB/s 2024-03-26T03:44:16.675 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-26T03:44:16.724 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/vg_nvme/lv_2 2024-03-26T03:44:16.770 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-26T03:44:16.770 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T03:44:16.770 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 5h/5d Inode: 895 Links: 1 2024-03-26T03:44:16.771 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T03:44:16.771 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2024-03-26 03:34:07.391368268 +0000 2024-03-26T03:44:16.771 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2024-03-26 03:34:07.103370837 +0000 2024-03-26T03:44:16.771 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2024-03-26 03:34:07.103370837 +0000 2024-03-26T03:44:16.771 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2024-03-26T03:44:16.771 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-26T03:44:16.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:16 smithi016 bash[21432]: audit 2024-03-26T03:44:14.778452+0000 mgr.a (mgr.14152) 109 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi016=a;smithi069=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:44:16.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:16 smithi016 bash[21432]: cephadm 2024-03-26T03:44:14.782133+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Saving service mgr spec with placement smithi016=a;smithi069=b;count:2 2024-03-26T03:44:16.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:16 smithi016 bash[21432]: cephadm 2024-03-26T03:44:14.845269+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Deploying daemon mgr.b on smithi069 2024-03-26T03:44:16.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:16 smithi204 bash[22361]: audit 2024-03-26T03:44:14.778452+0000 mgr.a (mgr.14152) 109 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi016=a;smithi069=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:44:16.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:16 smithi204 bash[22361]: cephadm 2024-03-26T03:44:14.782133+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Saving service mgr spec with placement smithi016=a;smithi069=b;count:2 2024-03-26T03:44:16.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:16 smithi204 bash[22361]: cephadm 2024-03-26T03:44:14.845269+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Deploying daemon mgr.b on smithi069 2024-03-26T03:44:16.823 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2024-03-26T03:44:16.824 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2024-03-26T03:44:16.824 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.000308277 s, 1.7 MB/s 2024-03-26T03:44:16.824 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-26T03:44:16.871 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/vg_nvme/lv_3 2024-03-26T03:44:16.918 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-26T03:44:16.918 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T03:44:16.918 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 5h/5d Inode: 911 Links: 1 2024-03-26T03:44:16.918 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T03:44:16.918 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2024-03-26 03:34:07.875363950 +0000 2024-03-26T03:44:16.918 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2024-03-26 03:34:07.619366234 +0000 2024-03-26T03:44:16.918 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2024-03-26 03:34:07.619366234 +0000 2024-03-26T03:44:16.918 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2024-03-26T03:44:16.919 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-26T03:44:16.970 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2024-03-26T03:44:16.970 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2024-03-26T03:44:16.970 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.000244047 s, 2.1 MB/s 2024-03-26T03:44:16.971 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-26T03:44:17.020 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/vg_nvme/lv_4 2024-03-26T03:44:17.068 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-26T03:44:17.068 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T03:44:17.068 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 5h/5d Inode: 923 Links: 1 2024-03-26T03:44:17.068 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T03:44:17.068 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2024-03-26 03:34:08.411359168 +0000 2024-03-26T03:44:17.068 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2024-03-26 03:34:08.135361631 +0000 2024-03-26T03:44:17.068 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2024-03-26 03:34:08.135361631 +0000 2024-03-26T03:44:17.068 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2024-03-26T03:44:17.068 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-26T03:44:17.120 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2024-03-26T03:44:17.120 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2024-03-26T03:44:17.120 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.000219053 s, 2.3 MB/s 2024-03-26T03:44:17.121 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-26T03:44:17.167 INFO:tasks.cephadm:Deploying osd.0 on smithi016 with /dev/vg_nvme/lv_4... 2024-03-26T03:44:17.168 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 780a5ade-eb22-11ee-95d0-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-26T03:44:17.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:17 smithi016 bash[21432]: cluster 2024-03-26T03:44:16.008004+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:17.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:17 smithi016 bash[21432]: audit 2024-03-26T03:44:16.974262+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:17.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:17 smithi016 bash[21432]: audit 2024-03-26T03:44:16.981996+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:17.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:17 smithi016 bash[21432]: audit 2024-03-26T03:44:16.991540+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:17.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:17 smithi016 bash[21432]: audit 2024-03-26T03:44:17.279072+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:17.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:17 smithi016 bash[21432]: audit 2024-03-26T03:44:17.286312+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:17.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:17 smithi016 bash[21432]: audit 2024-03-26T03:44:17.295458+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:17.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:17 smithi204 bash[22361]: cluster 2024-03-26T03:44:16.008004+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:17.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:17 smithi204 bash[22361]: audit 2024-03-26T03:44:16.974262+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:17.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:17 smithi204 bash[22361]: audit 2024-03-26T03:44:16.981996+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:17.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:17 smithi204 bash[22361]: audit 2024-03-26T03:44:16.991540+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:17.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:17 smithi204 bash[22361]: audit 2024-03-26T03:44:17.279072+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:17.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:17 smithi204 bash[22361]: audit 2024-03-26T03:44:17.286312+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:17.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:17 smithi204 bash[22361]: audit 2024-03-26T03:44:17.295458+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:17.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:17 smithi069 bash[22165]: cluster 2024-03-26T03:44:16.008004+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:17.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:17 smithi069 bash[22165]: audit 2024-03-26T03:44:16.974262+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:17.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:17 smithi069 bash[22165]: audit 2024-03-26T03:44:16.981996+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:17.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:17 smithi069 bash[22165]: audit 2024-03-26T03:44:16.991540+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:17.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:17 smithi069 bash[22165]: audit 2024-03-26T03:44:17.279072+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:17.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:17 smithi069 bash[22165]: audit 2024-03-26T03:44:17.286312+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:17.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:17 smithi069 bash[22165]: audit 2024-03-26T03:44:17.295458+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:18.411 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:18 smithi069 systemd[1]: /etc/systemd/system/ceph-780a5ade-eb22-11ee-95d0-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-26T03:44:18.669 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:18 smithi069 systemd[1]: /etc/systemd/system/ceph-780a5ade-eb22-11ee-95d0-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-26T03:44:18.669 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:44:18 smithi069 systemd[1]: /etc/systemd/system/ceph-780a5ade-eb22-11ee-95d0-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-26T03:44:18.669 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:44:18 smithi069 systemd[1]: /etc/systemd/system/ceph-780a5ade-eb22-11ee-95d0-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-26T03:44:18.669 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:44:18 smithi069 systemd[1]: /etc/systemd/system/ceph-780a5ade-eb22-11ee-95d0-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-26T03:44:18.669 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:44:18 smithi069 systemd[1]: /etc/systemd/system/ceph-780a5ade-eb22-11ee-95d0-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-26T03:44:18.669 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:44:18 smithi069 systemd[1]: Started Ceph mgr.b for 780a5ade-eb22-11ee-95d0-87774f69a715. 2024-03-26T03:44:19.759 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:19 smithi069 bash[22165]: cluster 2024-03-26T03:44:18.008338+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:19.759 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:19 smithi069 bash[22165]: audit 2024-03-26T03:44:18.674094+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:19.759 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:19 smithi069 bash[22165]: audit 2024-03-26T03:44:18.681742+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:19.760 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:19 smithi069 bash[22165]: audit 2024-03-26T03:44:18.727506+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:19.760 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:19 smithi069 bash[22165]: audit 2024-03-26T03:44:18.734164+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:19.760 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:19 smithi069 bash[22165]: audit 2024-03-26T03:44:18.834990+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:44:19.760 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:19 smithi069 bash[22165]: audit 2024-03-26T03:44:18.838813+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:44:19.760 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:19 smithi069 bash[22165]: audit 2024-03-26T03:44:18.839984+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:44:19.760 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:19 smithi069 bash[22165]: audit 2024-03-26T03:44:18.847663+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:19.760 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:19 smithi069 bash[22165]: audit 2024-03-26T03:44:18.947648+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-26T03:44:19.760 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:19 smithi069 bash[22165]: audit 2024-03-26T03:44:18.949257+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-26T03:44:19.760 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:19 smithi069 bash[22165]: audit 2024-03-26T03:44:18.950611+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:44:19.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:19 smithi016 bash[21432]: cluster 2024-03-26T03:44:18.008338+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:19.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:19 smithi016 bash[21432]: audit 2024-03-26T03:44:18.674094+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:19.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:19 smithi016 bash[21432]: audit 2024-03-26T03:44:18.681742+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:19.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:19 smithi016 bash[21432]: audit 2024-03-26T03:44:18.727506+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:19.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:19 smithi016 bash[21432]: audit 2024-03-26T03:44:18.734164+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:19.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:19 smithi016 bash[21432]: audit 2024-03-26T03:44:18.834990+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:44:19.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:19 smithi016 bash[21432]: audit 2024-03-26T03:44:18.838813+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:44:19.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:19 smithi016 bash[21432]: audit 2024-03-26T03:44:18.839984+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:44:19.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:19 smithi016 bash[21432]: audit 2024-03-26T03:44:18.847663+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:19.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:19 smithi016 bash[21432]: audit 2024-03-26T03:44:18.947648+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-26T03:44:19.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:19 smithi016 bash[21432]: audit 2024-03-26T03:44:18.949257+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-26T03:44:19.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:19 smithi016 bash[21432]: audit 2024-03-26T03:44:18.950611+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:44:19.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:19 smithi204 bash[22361]: cluster 2024-03-26T03:44:18.008338+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:19.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:19 smithi204 bash[22361]: audit 2024-03-26T03:44:18.674094+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:19.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:19 smithi204 bash[22361]: audit 2024-03-26T03:44:18.681742+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:19.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:19 smithi204 bash[22361]: audit 2024-03-26T03:44:18.727506+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:19.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:19 smithi204 bash[22361]: audit 2024-03-26T03:44:18.734164+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:19.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:19 smithi204 bash[22361]: audit 2024-03-26T03:44:18.834990+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:44:19.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:19 smithi204 bash[22361]: audit 2024-03-26T03:44:18.838813+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:44:19.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:19 smithi204 bash[22361]: audit 2024-03-26T03:44:18.839984+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:44:19.852 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:19 smithi204 bash[22361]: audit 2024-03-26T03:44:18.847663+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:19.852 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:19 smithi204 bash[22361]: audit 2024-03-26T03:44:18.947648+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-26T03:44:19.852 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:19 smithi204 bash[22361]: audit 2024-03-26T03:44:18.949257+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-26T03:44:19.852 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:19 smithi204 bash[22361]: audit 2024-03-26T03:44:18.950611+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:44:20.141 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:44:19 smithi069 bash[23257]: debug 2024-03-26T03:44:19.835+0000 7fd1457ed700 1 -- 172.21.15.69:0/779895271 <== mon.2 v2:172.21.15.69:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55dc182505a0 con 0x55dc18fd0400 2024-03-26T03:44:20.141 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:44:19 smithi069 bash[23257]: debug 2024-03-26T03:44:19.979+0000 7fd14f9fc200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-26T03:44:20.757 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:20 smithi016 bash[21432]: cephadm 2024-03-26T03:44:18.848544+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T03:44:20.757 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:20 smithi016 bash[21432]: cephadm 2024-03-26T03:44:18.947068+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-03-26T03:44:20.757 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:20 smithi016 bash[21432]: cephadm 2024-03-26T03:44:18.952233+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Reconfiguring daemon mgr.a on smithi016 2024-03-26T03:44:20.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:20 smithi204 bash[22361]: cephadm 2024-03-26T03:44:18.848544+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T03:44:20.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:20 smithi204 bash[22361]: cephadm 2024-03-26T03:44:18.947068+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-03-26T03:44:20.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:20 smithi204 bash[22361]: cephadm 2024-03-26T03:44:18.952233+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Reconfiguring daemon mgr.a on smithi016 2024-03-26T03:44:20.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:20 smithi069 bash[22165]: cephadm 2024-03-26T03:44:18.848544+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T03:44:20.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:20 smithi069 bash[22165]: cephadm 2024-03-26T03:44:18.947068+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-03-26T03:44:20.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:20 smithi069 bash[22165]: cephadm 2024-03-26T03:44:18.952233+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Reconfiguring daemon mgr.a on smithi016 2024-03-26T03:44:21.751 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:21 smithi069 bash[22165]: cluster 2024-03-26T03:44:20.008762+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:21.752 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:44:21 smithi069 bash[23257]: debug 2024-03-26T03:44:21.563+0000 7fd14f9fc200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-26T03:44:21.752 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:44:21 smithi069 bash[23257]: debug 2024-03-26T03:44:21.659+0000 7fd14f9fc200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-26T03:44:21.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:21 smithi016 bash[21432]: cluster 2024-03-26T03:44:20.008762+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:21.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:21 smithi204 bash[22361]: cluster 2024-03-26T03:44:20.008762+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:22.141 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:44:21 smithi069 bash[23257]: debug 2024-03-26T03:44:21.915+0000 7fd14f9fc200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-26T03:44:22.265 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:44:22.931 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:22 smithi069 bash[22165]: audit 2024-03-26T03:44:21.812590+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:22.931 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:22 smithi069 bash[22165]: audit 2024-03-26T03:44:21.818004+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:22.931 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:22 smithi069 bash[22165]: audit 2024-03-26T03:44:21.823215+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:44:22.931 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:22 smithi069 bash[22165]: audit 2024-03-26T03:44:21.826515+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:44:22.931 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:22 smithi069 bash[22165]: audit 2024-03-26T03:44:21.827664+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:44:22.931 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:22 smithi069 bash[22165]: audit 2024-03-26T03:44:21.834204+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:22.931 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:22 smithi069 bash[22165]: cephadm 2024-03-26T03:44:21.834818+0000 mgr.a (mgr.14152) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T03:44:22.932 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:22 smithi069 bash[22165]: cluster 2024-03-26T03:44:22.009181+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:22.932 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:22 smithi069 bash[22165]: audit 2024-03-26T03:44:22.057896+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:22.932 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:44:22 smithi069 bash[23257]: debug 2024-03-26T03:44:22.715+0000 7fd14f9fc200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-26T03:44:22.932 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:44:22 smithi069 bash[23257]: debug 2024-03-26T03:44:22.823+0000 7fd14f9fc200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-26T03:44:22.932 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:44:22 smithi069 bash[23257]: debug 2024-03-26T03:44:22.931+0000 7fd14f9fc200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-26T03:44:23.101 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:22 smithi204 bash[22361]: audit 2024-03-26T03:44:21.812590+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:23.101 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:22 smithi204 bash[22361]: audit 2024-03-26T03:44:21.818004+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:23.101 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:22 smithi204 bash[22361]: audit 2024-03-26T03:44:21.823215+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:44:23.101 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:22 smithi204 bash[22361]: audit 2024-03-26T03:44:21.826515+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:44:23.101 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:22 smithi204 bash[22361]: audit 2024-03-26T03:44:21.827664+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:44:23.101 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:22 smithi204 bash[22361]: audit 2024-03-26T03:44:21.834204+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:23.101 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:22 smithi204 bash[22361]: cephadm 2024-03-26T03:44:21.834818+0000 mgr.a (mgr.14152) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T03:44:23.101 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:22 smithi204 bash[22361]: cluster 2024-03-26T03:44:22.009181+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:23.101 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:22 smithi204 bash[22361]: audit 2024-03-26T03:44:22.057896+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:23.145 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:22 smithi016 bash[21432]: audit 2024-03-26T03:44:21.812590+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:23.145 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:22 smithi016 bash[21432]: audit 2024-03-26T03:44:21.818004+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:23.145 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:22 smithi016 bash[21432]: audit 2024-03-26T03:44:21.823215+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:44:23.145 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:22 smithi016 bash[21432]: audit 2024-03-26T03:44:21.826515+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:44:23.145 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:22 smithi016 bash[21432]: audit 2024-03-26T03:44:21.827664+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:44:23.145 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:22 smithi016 bash[21432]: audit 2024-03-26T03:44:21.834204+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:23.145 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:22 smithi016 bash[21432]: cephadm 2024-03-26T03:44:21.834818+0000 mgr.a (mgr.14152) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T03:44:23.145 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:22 smithi016 bash[21432]: cluster 2024-03-26T03:44:22.009181+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:23.145 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:22 smithi016 bash[21432]: audit 2024-03-26T03:44:22.057896+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:23.641 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:44:23 smithi069 bash[23257]: debug 2024-03-26T03:44:23.291+0000 7fd14f9fc200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-26T03:44:23.641 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:44:23 smithi069 bash[23257]: debug 2024-03-26T03:44:23.399+0000 7fd14f9fc200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-26T03:44:23.641 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:44:23 smithi069 bash[23257]: debug 2024-03-26T03:44:23.503+0000 7fd14f9fc200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-26T03:44:24.105 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:44:23 smithi069 bash[23257]: debug 2024-03-26T03:44:23.863+0000 7fd14f9fc200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-26T03:44:24.364 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:44:24 smithi069 bash[23257]: debug 2024-03-26T03:44:24.103+0000 7fd14f9fc200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-26T03:44:24.641 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:44:24 smithi069 bash[23257]: debug 2024-03-26T03:44:24.363+0000 7fd14f9fc200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-26T03:44:24.641 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:44:24 smithi069 bash[23257]: debug 2024-03-26T03:44:24.475+0000 7fd14f9fc200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-26T03:44:25.141 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:44:24 smithi069 bash[23257]: debug 2024-03-26T03:44:24.747+0000 7fd14f9fc200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-26T03:44:25.517 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:44:25 smithi069 bash[23257]: debug 2024-03-26T03:44:25.179+0000 7fd14f9fc200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-26T03:44:25.517 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:44:25 smithi069 bash[23257]: debug 2024-03-26T03:44:25.415+0000 7fd14f9fc200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-26T03:44:25.739 INFO:teuthology.orchestra.run.smithi016.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-26T03:44:25.740 INFO:teuthology.orchestra.run.smithi016.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-26T03:44:25.740 INFO:teuthology.orchestra.run.smithi016.stderr: stderr: 10+0 records in 2024-03-26T03:44:25.740 INFO:teuthology.orchestra.run.smithi016.stderr:10+0 records out 2024-03-26T03:44:25.740 INFO:teuthology.orchestra.run.smithi016.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0129017 s, 813 MB/s 2024-03-26T03:44:25.740 INFO:teuthology.orchestra.run.smithi016.stderr:--> Zapping successful for: 2024-03-26T03:44:25.775 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:44:25 smithi069 bash[23257]: debug 2024-03-26T03:44:25.531+0000 7fd14f9fc200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-26T03:44:25.775 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:25 smithi069 bash[22165]: cluster 2024-03-26T03:44:24.009463+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:25.775 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:25 smithi069 bash[22165]: audit 2024-03-26T03:44:24.519190+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:25.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:25 smithi016 bash[21432]: cluster 2024-03-26T03:44:24.009463+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:25.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:25 smithi016 bash[21432]: audit 2024-03-26T03:44:24.519190+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:25.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:25 smithi204 bash[22361]: cluster 2024-03-26T03:44:24.009463+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:25.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:25 smithi204 bash[22361]: audit 2024-03-26T03:44:24.519190+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:26.141 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:44:25 smithi069 bash[23257]: debug 2024-03-26T03:44:25.775+0000 7fd14f9fc200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-26T03:44:26.499 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 780a5ade-eb22-11ee-95d0-87774f69a715 -- ceph orch daemon add osd smithi016:vg_nvme/lv_4 2024-03-26T03:44:27.141 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:44:26 smithi069 bash[23257]: debug 2024-03-26T03:44:26.767+0000 7fd14f9fc200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-26T03:44:27.141 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:44:26 smithi069 bash[23257]: debug 2024-03-26T03:44:26.879+0000 7fd14f9fc200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-26T03:44:27.522 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:44:27 smithi069 bash[23257]: debug 2024-03-26T03:44:27.191+0000 7fd14f9fc200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-26T03:44:27.522 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:44:27 smithi069 bash[23257]: debug 2024-03-26T03:44:27.303+0000 7fd14f9fc200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-26T03:44:27.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:27 smithi016 bash[21432]: cluster 2024-03-26T03:44:26.009838+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:27.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:27 smithi016 bash[21432]: audit 2024-03-26T03:44:27.243593+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:27.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:27 smithi016 bash[21432]: audit 2024-03-26T03:44:27.251696+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:27.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:27 smithi016 bash[21432]: audit 2024-03-26T03:44:27.261434+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:27.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:27 smithi016 bash[21432]: audit 2024-03-26T03:44:27.294532+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:44:27.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:27 smithi016 bash[21432]: audit 2024-03-26T03:44:27.300105+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:44:27.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:27 smithi016 bash[21432]: audit 2024-03-26T03:44:27.301919+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:44:27.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:27 smithi016 bash[21432]: audit 2024-03-26T03:44:27.311197+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:27.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:27 smithi204 bash[22361]: cluster 2024-03-26T03:44:26.009838+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:27.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:27 smithi204 bash[22361]: audit 2024-03-26T03:44:27.243593+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:27.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:27 smithi204 bash[22361]: audit 2024-03-26T03:44:27.251696+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:27.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:27 smithi204 bash[22361]: audit 2024-03-26T03:44:27.261434+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:27.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:27 smithi204 bash[22361]: audit 2024-03-26T03:44:27.294532+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:44:27.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:27 smithi204 bash[22361]: audit 2024-03-26T03:44:27.300105+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:44:27.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:27 smithi204 bash[22361]: audit 2024-03-26T03:44:27.301919+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:44:27.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:27 smithi204 bash[22361]: audit 2024-03-26T03:44:27.311197+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:27.868 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:44:27 smithi069 bash[23257]: debug 2024-03-26T03:44:27.747+0000 7fd14f9fc200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-26T03:44:27.868 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:27 smithi069 bash[22165]: cluster 2024-03-26T03:44:26.009838+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:27.868 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:27 smithi069 bash[22165]: audit 2024-03-26T03:44:27.243593+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:27.868 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:27 smithi069 bash[22165]: audit 2024-03-26T03:44:27.251696+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:27.868 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:27 smithi069 bash[22165]: audit 2024-03-26T03:44:27.261434+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:27.868 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:27 smithi069 bash[22165]: audit 2024-03-26T03:44:27.294532+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:44:27.868 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:27 smithi069 bash[22165]: audit 2024-03-26T03:44:27.300105+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:44:27.868 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:27 smithi069 bash[22165]: audit 2024-03-26T03:44:27.301919+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:44:27.868 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:27 smithi069 bash[22165]: audit 2024-03-26T03:44:27.311197+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:28.141 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:44:27 smithi069 bash[23257]: debug 2024-03-26T03:44:27.867+0000 7fd14f9fc200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-26T03:44:28.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:28 smithi016 bash[21432]: cluster 2024-03-26T03:44:27.891136+0000 mon.a (mon.0) 392 : cluster [DBG] Standby manager daemon b started 2024-03-26T03:44:28.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:28 smithi016 bash[21432]: audit 2024-03-26T03:44:27.892644+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.69:0/500579514' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-26T03:44:28.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:28 smithi016 bash[21432]: audit 2024-03-26T03:44:27.893579+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.69:0/500579514' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-26T03:44:28.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:28 smithi016 bash[21432]: audit 2024-03-26T03:44:27.894814+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.69:0/500579514' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-26T03:44:28.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:28 smithi016 bash[21432]: audit 2024-03-26T03:44:27.895285+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.69:0/500579514' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-26T03:44:28.816 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:28 smithi204 bash[22361]: cluster 2024-03-26T03:44:27.891136+0000 mon.a (mon.0) 392 : cluster [DBG] Standby manager daemon b started 2024-03-26T03:44:28.816 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:28 smithi204 bash[22361]: audit 2024-03-26T03:44:27.892644+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.69:0/500579514' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-26T03:44:28.816 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:28 smithi204 bash[22361]: audit 2024-03-26T03:44:27.893579+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.69:0/500579514' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-26T03:44:28.816 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:28 smithi204 bash[22361]: audit 2024-03-26T03:44:27.894814+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.69:0/500579514' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-26T03:44:28.816 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:28 smithi204 bash[22361]: audit 2024-03-26T03:44:27.895285+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.69:0/500579514' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-26T03:44:28.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:28 smithi069 bash[22165]: cluster 2024-03-26T03:44:27.891136+0000 mon.a (mon.0) 392 : cluster [DBG] Standby manager daemon b started 2024-03-26T03:44:28.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:28 smithi069 bash[22165]: audit 2024-03-26T03:44:27.892644+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.69:0/500579514' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-26T03:44:28.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:28 smithi069 bash[22165]: audit 2024-03-26T03:44:27.893579+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.69:0/500579514' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-26T03:44:28.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:28 smithi069 bash[22165]: audit 2024-03-26T03:44:27.894814+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.69:0/500579514' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-26T03:44:28.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:28 smithi069 bash[22165]: audit 2024-03-26T03:44:27.895285+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.69:0/500579514' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-26T03:44:29.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:29 smithi204 bash[22361]: cluster 2024-03-26T03:44:28.010252+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:29.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:29 smithi204 bash[22361]: cluster 2024-03-26T03:44:28.541675+0000 mon.a (mon.0) 393 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-03-26T03:44:29.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:29 smithi204 bash[22361]: audit 2024-03-26T03:44:28.541979+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-26T03:44:29.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:29 smithi069 bash[22165]: cluster 2024-03-26T03:44:28.010252+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:29.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:29 smithi069 bash[22165]: cluster 2024-03-26T03:44:28.541675+0000 mon.a (mon.0) 393 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-03-26T03:44:29.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:29 smithi069 bash[22165]: audit 2024-03-26T03:44:28.541979+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-26T03:44:30.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:29 smithi016 bash[21432]: cluster 2024-03-26T03:44:28.010252+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:30.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:29 smithi016 bash[21432]: cluster 2024-03-26T03:44:28.541675+0000 mon.a (mon.0) 393 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-03-26T03:44:30.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:29 smithi016 bash[21432]: audit 2024-03-26T03:44:28.541979+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-26T03:44:30.919 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:30 smithi204 bash[22361]: audit 2024-03-26T03:44:29.664433+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:30.920 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:30 smithi204 bash[22361]: audit 2024-03-26T03:44:29.672754+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:30.920 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:30 smithi204 bash[22361]: audit 2024-03-26T03:44:29.682905+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:30.920 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:30 smithi204 bash[22361]: cluster 2024-03-26T03:44:30.010639+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:30.972 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:44:30.993 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:30 smithi016 bash[21432]: audit 2024-03-26T03:44:29.664433+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:30.993 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:30 smithi016 bash[21432]: audit 2024-03-26T03:44:29.672754+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:30.993 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:30 smithi016 bash[21432]: audit 2024-03-26T03:44:29.682905+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:30.993 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:30 smithi016 bash[21432]: cluster 2024-03-26T03:44:30.010639+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:31.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:30 smithi069 bash[22165]: audit 2024-03-26T03:44:29.664433+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:31.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:30 smithi069 bash[22165]: audit 2024-03-26T03:44:29.672754+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:31.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:30 smithi069 bash[22165]: audit 2024-03-26T03:44:29.682905+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:31.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:30 smithi069 bash[22165]: cluster 2024-03-26T03:44:30.010639+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:33.338 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:33 smithi016 bash[21432]: cluster 2024-03-26T03:44:32.010956+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:33.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:33 smithi204 bash[22361]: cluster 2024-03-26T03:44:32.010956+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:33.391 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:33 smithi069 bash[22165]: cluster 2024-03-26T03:44:32.010956+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:34.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:34 smithi204 bash[22361]: audit 2024-03-26T03:44:33.742313+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T03:44:34.351 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:34 smithi204 bash[22361]: audit 2024-03-26T03:44:33.748307+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T03:44:34.351 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:34 smithi204 bash[22361]: audit 2024-03-26T03:44:33.749521+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:44:34.391 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:34 smithi069 bash[22165]: audit 2024-03-26T03:44:33.742313+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T03:44:34.391 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:34 smithi069 bash[22165]: audit 2024-03-26T03:44:33.748307+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T03:44:34.391 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:34 smithi069 bash[22165]: audit 2024-03-26T03:44:33.749521+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:44:34.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:34 smithi016 bash[21432]: audit 2024-03-26T03:44:33.742313+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T03:44:34.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:34 smithi016 bash[21432]: audit 2024-03-26T03:44:33.748307+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T03:44:34.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:34 smithi016 bash[21432]: audit 2024-03-26T03:44:33.749521+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:44:35.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:35 smithi204 bash[22361]: audit 2024-03-26T03:44:33.735102+0000 mgr.a (mgr.14152) 125 : audit [DBG] from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi016:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:44:35.351 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:35 smithi204 bash[22361]: cluster 2024-03-26T03:44:34.011328+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:35.391 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:35 smithi069 bash[22165]: audit 2024-03-26T03:44:33.735102+0000 mgr.a (mgr.14152) 125 : audit [DBG] from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi016:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:44:35.391 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:35 smithi069 bash[22165]: cluster 2024-03-26T03:44:34.011328+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:35.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:35 smithi016 bash[21432]: audit 2024-03-26T03:44:33.735102+0000 mgr.a (mgr.14152) 125 : audit [DBG] from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi016:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:44:35.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:35 smithi016 bash[21432]: cluster 2024-03-26T03:44:34.011328+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:37.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:37 smithi204 bash[22361]: cluster 2024-03-26T03:44:36.011724+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:37.391 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:37 smithi069 bash[22165]: cluster 2024-03-26T03:44:36.011724+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:37.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:37 smithi016 bash[21432]: cluster 2024-03-26T03:44:36.011724+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:38.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:38 smithi016 bash[21432]: audit 2024-03-26T03:44:37.198620+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:38.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:38 smithi016 bash[21432]: audit 2024-03-26T03:44:37.208474+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:38.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:38 smithi016 bash[21432]: audit 2024-03-26T03:44:37.219645+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:38.600 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:38 smithi204 bash[22361]: audit 2024-03-26T03:44:37.198620+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:38.601 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:38 smithi204 bash[22361]: audit 2024-03-26T03:44:37.208474+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:38.601 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:38 smithi204 bash[22361]: audit 2024-03-26T03:44:37.219645+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:38.641 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:38 smithi069 bash[22165]: audit 2024-03-26T03:44:37.198620+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:38.641 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:38 smithi069 bash[22165]: audit 2024-03-26T03:44:37.208474+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:38.641 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:38 smithi069 bash[22165]: audit 2024-03-26T03:44:37.219645+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:39.486 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:39 smithi016 bash[21432]: cluster 2024-03-26T03:44:38.012126+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:39.600 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:39 smithi204 bash[22361]: cluster 2024-03-26T03:44:38.012126+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:39.641 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:39 smithi069 bash[22165]: cluster 2024-03-26T03:44:38.012126+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:41.384 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:41 smithi069 bash[22165]: cluster 2024-03-26T03:44:40.012551+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:41.477 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:41 smithi016 bash[21432]: cluster 2024-03-26T03:44:40.012551+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:41.600 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:41 smithi204 bash[22361]: cluster 2024-03-26T03:44:40.012551+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:43.391 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:43 smithi069 bash[22165]: cluster 2024-03-26T03:44:42.012820+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:43.392 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:43 smithi069 bash[22165]: audit 2024-03-26T03:44:42.396424+0000 mon.a (mon.0) 404 : audit [INF] from='client.? 172.21.15.16:0/2101042584' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "55e8fe05-dee4-4d5f-9e29-87a915cb63ed"}]: dispatch 2024-03-26T03:44:43.392 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:43 smithi069 bash[22165]: audit 2024-03-26T03:44:42.398744+0000 mon.a (mon.0) 405 : audit [INF] from='client.? 172.21.15.16:0/2101042584' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "55e8fe05-dee4-4d5f-9e29-87a915cb63ed"}]': finished 2024-03-26T03:44:43.392 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:43 smithi069 bash[22165]: cluster 2024-03-26T03:44:42.401979+0000 mon.a (mon.0) 406 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-26T03:44:43.392 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:43 smithi069 bash[22165]: audit 2024-03-26T03:44:42.402467+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T03:44:43.392 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:43 smithi069 bash[22165]: audit 2024-03-26T03:44:43.133477+0000 mon.a (mon.0) 408 : audit [DBG] from='client.? 172.21.15.16:0/1636707329' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T03:44:43.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:43 smithi016 bash[21432]: cluster 2024-03-26T03:44:42.012820+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:43.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:43 smithi016 bash[21432]: audit 2024-03-26T03:44:42.396424+0000 mon.a (mon.0) 404 : audit [INF] from='client.? 172.21.15.16:0/2101042584' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "55e8fe05-dee4-4d5f-9e29-87a915cb63ed"}]: dispatch 2024-03-26T03:44:43.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:43 smithi016 bash[21432]: audit 2024-03-26T03:44:42.398744+0000 mon.a (mon.0) 405 : audit [INF] from='client.? 172.21.15.16:0/2101042584' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "55e8fe05-dee4-4d5f-9e29-87a915cb63ed"}]': finished 2024-03-26T03:44:43.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:43 smithi016 bash[21432]: cluster 2024-03-26T03:44:42.401979+0000 mon.a (mon.0) 406 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-26T03:44:43.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:43 smithi016 bash[21432]: audit 2024-03-26T03:44:42.402467+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T03:44:43.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:43 smithi016 bash[21432]: audit 2024-03-26T03:44:43.133477+0000 mon.a (mon.0) 408 : audit [DBG] from='client.? 172.21.15.16:0/1636707329' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T03:44:43.600 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:43 smithi204 bash[22361]: cluster 2024-03-26T03:44:42.012820+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:43.601 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:43 smithi204 bash[22361]: audit 2024-03-26T03:44:42.396424+0000 mon.a (mon.0) 404 : audit [INF] from='client.? 172.21.15.16:0/2101042584' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "55e8fe05-dee4-4d5f-9e29-87a915cb63ed"}]: dispatch 2024-03-26T03:44:43.601 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:43 smithi204 bash[22361]: audit 2024-03-26T03:44:42.398744+0000 mon.a (mon.0) 405 : audit [INF] from='client.? 172.21.15.16:0/2101042584' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "55e8fe05-dee4-4d5f-9e29-87a915cb63ed"}]': finished 2024-03-26T03:44:43.601 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:43 smithi204 bash[22361]: cluster 2024-03-26T03:44:42.401979+0000 mon.a (mon.0) 406 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-26T03:44:43.601 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:43 smithi204 bash[22361]: audit 2024-03-26T03:44:42.402467+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T03:44:43.601 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:43 smithi204 bash[22361]: audit 2024-03-26T03:44:43.133477+0000 mon.a (mon.0) 408 : audit [DBG] from='client.? 172.21.15.16:0/1636707329' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T03:44:45.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:45 smithi016 bash[21432]: cluster 2024-03-26T03:44:44.013213+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:45.600 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:45 smithi204 bash[22361]: cluster 2024-03-26T03:44:44.013213+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:45.641 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:45 smithi069 bash[22165]: cluster 2024-03-26T03:44:44.013213+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:46.641 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:46 smithi069 bash[22165]: audit 2024-03-26T03:44:45.363274+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:46.641 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:46 smithi069 bash[22165]: audit 2024-03-26T03:44:45.371631+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:46.641 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:46 smithi069 bash[22165]: audit 2024-03-26T03:44:45.381703+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:46.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:46 smithi016 bash[21432]: audit 2024-03-26T03:44:45.363274+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:46.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:46 smithi016 bash[21432]: audit 2024-03-26T03:44:45.371631+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:46.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:46 smithi016 bash[21432]: audit 2024-03-26T03:44:45.381703+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:46.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:46 smithi204 bash[22361]: audit 2024-03-26T03:44:45.363274+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:46.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:46 smithi204 bash[22361]: audit 2024-03-26T03:44:45.371631+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:46.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:46 smithi204 bash[22361]: audit 2024-03-26T03:44:45.381703+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:47.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:47 smithi016 bash[21432]: cluster 2024-03-26T03:44:46.013621+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:47.641 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:47 smithi069 bash[22165]: cluster 2024-03-26T03:44:46.013621+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:47.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:47 smithi204 bash[22361]: cluster 2024-03-26T03:44:46.013621+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:49.641 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:49 smithi069 bash[22165]: cluster 2024-03-26T03:44:48.014072+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:49.641 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:49 smithi069 bash[22165]: audit 2024-03-26T03:44:48.900416+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:49.641 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:49 smithi069 bash[22165]: audit 2024-03-26T03:44:48.908506+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:49.641 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:49 smithi069 bash[22165]: audit 2024-03-26T03:44:48.919320+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:49.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:49 smithi016 bash[21432]: cluster 2024-03-26T03:44:48.014072+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:49.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:49 smithi016 bash[21432]: audit 2024-03-26T03:44:48.900416+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:49.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:49 smithi016 bash[21432]: audit 2024-03-26T03:44:48.908506+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:49.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:49 smithi016 bash[21432]: audit 2024-03-26T03:44:48.919320+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:49.811 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:49 smithi204 bash[22361]: cluster 2024-03-26T03:44:48.014072+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:49.811 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:49 smithi204 bash[22361]: audit 2024-03-26T03:44:48.900416+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:49.811 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:49 smithi204 bash[22361]: audit 2024-03-26T03:44:48.908506+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:49.811 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:49 smithi204 bash[22361]: audit 2024-03-26T03:44:48.919320+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:50.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:50 smithi016 bash[21432]: cephadm 2024-03-26T03:44:48.912288+0000 mgr.a (mgr.14152) 134 : cephadm [INF] Detected new or changed devices on smithi016 2024-03-26T03:44:50.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:50 smithi204 bash[22361]: cephadm 2024-03-26T03:44:48.912288+0000 mgr.a (mgr.14152) 134 : cephadm [INF] Detected new or changed devices on smithi016 2024-03-26T03:44:50.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:50 smithi069 bash[22165]: cephadm 2024-03-26T03:44:48.912288+0000 mgr.a (mgr.14152) 134 : cephadm [INF] Detected new or changed devices on smithi016 2024-03-26T03:44:51.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:51 smithi016 bash[21432]: cluster 2024-03-26T03:44:50.014475+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:51.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:51 smithi204 bash[22361]: cluster 2024-03-26T03:44:50.014475+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:51.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:51 smithi069 bash[22165]: cluster 2024-03-26T03:44:50.014475+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:53.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:53 smithi016 bash[21432]: cluster 2024-03-26T03:44:52.014883+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:53.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:53 smithi204 bash[22361]: cluster 2024-03-26T03:44:52.014883+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:53.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:53 smithi069 bash[22165]: cluster 2024-03-26T03:44:52.014883+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:55.716 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:55 smithi016 bash[21432]: cluster 2024-03-26T03:44:54.015266+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:55.717 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:55 smithi016 bash[21432]: audit 2024-03-26T03:44:54.456428+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-26T03:44:55.717 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:55 smithi016 bash[21432]: audit 2024-03-26T03:44:54.458540+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:44:55.717 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:55 smithi016 bash[21432]: cephadm 2024-03-26T03:44:54.460439+0000 mgr.a (mgr.14152) 138 : cephadm [INF] Deploying daemon osd.0 on smithi016 2024-03-26T03:44:55.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:55 smithi204 bash[22361]: cluster 2024-03-26T03:44:54.015266+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:55.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:55 smithi204 bash[22361]: audit 2024-03-26T03:44:54.456428+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-26T03:44:55.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:55 smithi204 bash[22361]: audit 2024-03-26T03:44:54.458540+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:44:55.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:55 smithi204 bash[22361]: cephadm 2024-03-26T03:44:54.460439+0000 mgr.a (mgr.14152) 138 : cephadm [INF] Deploying daemon osd.0 on smithi016 2024-03-26T03:44:55.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:55 smithi069 bash[22165]: cluster 2024-03-26T03:44:54.015266+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:55.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:55 smithi069 bash[22165]: audit 2024-03-26T03:44:54.456428+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-26T03:44:55.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:55 smithi069 bash[22165]: audit 2024-03-26T03:44:54.458540+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:44:55.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:55 smithi069 bash[22165]: cephadm 2024-03-26T03:44:54.460439+0000 mgr.a (mgr.14152) 138 : cephadm [INF] Deploying daemon osd.0 on smithi016 2024-03-26T03:44:57.650 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:57 smithi016 bash[21432]: cluster 2024-03-26T03:44:56.015609+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:57.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:57 smithi204 bash[22361]: cluster 2024-03-26T03:44:56.015609+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:57.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:57 smithi069 bash[22165]: cluster 2024-03-26T03:44:56.015609+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:58.754 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:58 smithi016 bash[21432]: audit 2024-03-26T03:44:57.417117+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:58.754 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:58 smithi016 bash[21432]: audit 2024-03-26T03:44:57.423529+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:58.754 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:58 smithi016 bash[21432]: audit 2024-03-26T03:44:57.429946+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:58.754 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:58 smithi016 systemd[1]: /etc/systemd/system/ceph-780a5ade-eb22-11ee-95d0-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-26T03:44:58.755 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:44:58 smithi016 systemd[1]: /etc/systemd/system/ceph-780a5ade-eb22-11ee-95d0-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-26T03:44:58.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:58 smithi204 bash[22361]: audit 2024-03-26T03:44:57.417117+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:58.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:58 smithi204 bash[22361]: audit 2024-03-26T03:44:57.423529+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:58.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:58 smithi204 bash[22361]: audit 2024-03-26T03:44:57.429946+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:58.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:58 smithi069 bash[22165]: audit 2024-03-26T03:44:57.417117+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:58.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:58 smithi069 bash[22165]: audit 2024-03-26T03:44:57.423529+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:58.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:58 smithi069 bash[22165]: audit 2024-03-26T03:44:57.429946+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:59.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:58 smithi016 systemd[1]: /etc/systemd/system/ceph-780a5ade-eb22-11ee-95d0-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-26T03:44:59.029 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:44:58 smithi016 systemd[1]: /etc/systemd/system/ceph-780a5ade-eb22-11ee-95d0-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-26T03:44:59.699 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:59 smithi069 bash[22165]: cluster 2024-03-26T03:44:58.015961+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:59.699 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:59 smithi069 bash[22165]: audit 2024-03-26T03:44:59.016177+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:59.699 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:59 smithi069 bash[22165]: audit 2024-03-26T03:44:59.017654+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:44:59.699 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:59 smithi069 bash[22165]: audit 2024-03-26T03:44:59.019830+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:44:59.699 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:59 smithi069 bash[22165]: audit 2024-03-26T03:44:59.021884+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:59.700 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:59 smithi069 bash[22165]: audit 2024-03-26T03:44:59.022254+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:44:59.700 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:44:59 smithi069 bash[22165]: audit 2024-03-26T03:44:59.027548+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:59.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:59 smithi016 bash[21432]: cluster 2024-03-26T03:44:58.015961+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:59.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:59 smithi016 bash[21432]: audit 2024-03-26T03:44:59.016177+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:59.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:59 smithi016 bash[21432]: audit 2024-03-26T03:44:59.017654+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:44:59.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:59 smithi016 bash[21432]: audit 2024-03-26T03:44:59.019830+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:44:59.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:59 smithi016 bash[21432]: audit 2024-03-26T03:44:59.021884+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:59.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:59 smithi016 bash[21432]: audit 2024-03-26T03:44:59.022254+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:44:59.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:44:59 smithi016 bash[21432]: audit 2024-03-26T03:44:59.027548+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:59.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:59 smithi204 bash[22361]: cluster 2024-03-26T03:44:58.015961+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:44:59.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:59 smithi204 bash[22361]: audit 2024-03-26T03:44:59.016177+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:59.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:59 smithi204 bash[22361]: audit 2024-03-26T03:44:59.017654+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:44:59.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:59 smithi204 bash[22361]: audit 2024-03-26T03:44:59.019830+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:44:59.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:59 smithi204 bash[22361]: audit 2024-03-26T03:44:59.021884+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:44:59.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:59 smithi204 bash[22361]: audit 2024-03-26T03:44:59.022254+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:44:59.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:44:59 smithi204 bash[22361]: audit 2024-03-26T03:44:59.027548+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:01.738 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:01 smithi069 bash[22165]: cluster 2024-03-26T03:45:00.016387+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:45:01.772 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:01 smithi204 bash[22361]: cluster 2024-03-26T03:45:00.016387+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:45:01.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:01 smithi016 bash[21432]: cluster 2024-03-26T03:45:00.016387+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:45:03.779 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:03 smithi069 bash[22165]: cluster 2024-03-26T03:45:02.016777+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:45:03.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:03 smithi016 bash[21432]: cluster 2024-03-26T03:45:02.016777+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:45:03.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:03 smithi204 bash[22361]: cluster 2024-03-26T03:45:02.016777+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:45:05.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:05 smithi016 bash[21432]: cluster 2024-03-26T03:45:04.017153+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:45:05.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:05 smithi016 bash[21432]: audit 2024-03-26T03:45:05.395896+0000 mon.a (mon.0) 426 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/4272961848,v1:172.21.15.16:6803/4272961848]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-26T03:45:05.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:05 smithi204 bash[22361]: cluster 2024-03-26T03:45:04.017153+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:45:05.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:05 smithi204 bash[22361]: audit 2024-03-26T03:45:05.395896+0000 mon.a (mon.0) 426 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/4272961848,v1:172.21.15.16:6803/4272961848]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-26T03:45:05.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:05 smithi069 bash[22165]: cluster 2024-03-26T03:45:04.017153+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:45:05.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:05 smithi069 bash[22165]: audit 2024-03-26T03:45:05.395896+0000 mon.a (mon.0) 426 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/4272961848,v1:172.21.15.16:6803/4272961848]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-26T03:45:06.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:06 smithi016 bash[21432]: audit 2024-03-26T03:45:05.443049+0000 mon.a (mon.0) 427 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/4272961848,v1:172.21.15.16:6803/4272961848]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-26T03:45:06.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:06 smithi016 bash[21432]: cluster 2024-03-26T03:45:05.446929+0000 mon.a (mon.0) 428 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-26T03:45:06.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:06 smithi016 bash[21432]: audit 2024-03-26T03:45:05.447714+0000 mon.a (mon.0) 429 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/4272961848,v1:172.21.15.16:6803/4272961848]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2024-03-26T03:45:06.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:06 smithi016 bash[21432]: audit 2024-03-26T03:45:05.448135+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T03:45:06.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:06 smithi016 bash[21432]: audit 2024-03-26T03:45:05.590347+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:06.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:06 smithi016 bash[21432]: audit 2024-03-26T03:45:05.598812+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:06.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:06 smithi016 bash[21432]: audit 2024-03-26T03:45:05.612712+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:06.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:06 smithi016 bash[21432]: audit 2024-03-26T03:45:06.445245+0000 mon.a (mon.0) 434 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/4272961848,v1:172.21.15.16:6803/4272961848]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2024-03-26T03:45:06.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:06 smithi016 bash[21432]: cluster 2024-03-26T03:45:06.450451+0000 mon.a (mon.0) 435 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-26T03:45:06.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:06 smithi016 bash[21432]: audit 2024-03-26T03:45:06.451982+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T03:45:06.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:06 smithi204 bash[22361]: audit 2024-03-26T03:45:05.443049+0000 mon.a (mon.0) 427 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/4272961848,v1:172.21.15.16:6803/4272961848]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-26T03:45:06.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:06 smithi204 bash[22361]: cluster 2024-03-26T03:45:05.446929+0000 mon.a (mon.0) 428 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-26T03:45:06.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:06 smithi204 bash[22361]: audit 2024-03-26T03:45:05.447714+0000 mon.a (mon.0) 429 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/4272961848,v1:172.21.15.16:6803/4272961848]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2024-03-26T03:45:06.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:06 smithi204 bash[22361]: audit 2024-03-26T03:45:05.448135+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T03:45:06.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:06 smithi204 bash[22361]: audit 2024-03-26T03:45:05.590347+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:06.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:06 smithi204 bash[22361]: audit 2024-03-26T03:45:05.598812+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:06.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:06 smithi204 bash[22361]: audit 2024-03-26T03:45:05.612712+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:06.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:06 smithi204 bash[22361]: audit 2024-03-26T03:45:06.445245+0000 mon.a (mon.0) 434 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/4272961848,v1:172.21.15.16:6803/4272961848]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2024-03-26T03:45:06.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:06 smithi204 bash[22361]: cluster 2024-03-26T03:45:06.450451+0000 mon.a (mon.0) 435 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-26T03:45:06.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:06 smithi204 bash[22361]: audit 2024-03-26T03:45:06.451982+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T03:45:06.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:06 smithi069 bash[22165]: audit 2024-03-26T03:45:05.443049+0000 mon.a (mon.0) 427 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/4272961848,v1:172.21.15.16:6803/4272961848]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-26T03:45:06.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:06 smithi069 bash[22165]: cluster 2024-03-26T03:45:05.446929+0000 mon.a (mon.0) 428 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-26T03:45:06.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:06 smithi069 bash[22165]: audit 2024-03-26T03:45:05.447714+0000 mon.a (mon.0) 429 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/4272961848,v1:172.21.15.16:6803/4272961848]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2024-03-26T03:45:06.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:06 smithi069 bash[22165]: audit 2024-03-26T03:45:05.448135+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T03:45:06.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:06 smithi069 bash[22165]: audit 2024-03-26T03:45:05.590347+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:06.892 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:06 smithi069 bash[22165]: audit 2024-03-26T03:45:05.598812+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:06.892 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:06 smithi069 bash[22165]: audit 2024-03-26T03:45:05.612712+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:06.893 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:06 smithi069 bash[22165]: audit 2024-03-26T03:45:06.445245+0000 mon.a (mon.0) 434 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/4272961848,v1:172.21.15.16:6803/4272961848]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2024-03-26T03:45:06.893 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:06 smithi069 bash[22165]: cluster 2024-03-26T03:45:06.450451+0000 mon.a (mon.0) 435 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-26T03:45:06.893 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:06 smithi069 bash[22165]: audit 2024-03-26T03:45:06.451982+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T03:45:07.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:07 smithi016 bash[21432]: cluster 2024-03-26T03:45:06.017538+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:45:07.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:07 smithi016 bash[21432]: audit 2024-03-26T03:45:06.464309+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T03:45:07.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:07 smithi016 bash[21432]: audit 2024-03-26T03:45:06.824444+0000 mon.a (mon.0) 438 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/4272961848,v1:172.21.15.16:6803/4272961848]' entity='osd.0' 2024-03-26T03:45:07.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:07 smithi204 bash[22361]: cluster 2024-03-26T03:45:06.017538+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:45:07.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:07 smithi204 bash[22361]: audit 2024-03-26T03:45:06.464309+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T03:45:07.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:07 smithi204 bash[22361]: audit 2024-03-26T03:45:06.824444+0000 mon.a (mon.0) 438 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/4272961848,v1:172.21.15.16:6803/4272961848]' entity='osd.0' 2024-03-26T03:45:07.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:07 smithi069 bash[22165]: cluster 2024-03-26T03:45:06.017538+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:45:07.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:07 smithi069 bash[22165]: audit 2024-03-26T03:45:06.464309+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T03:45:07.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:07 smithi069 bash[22165]: audit 2024-03-26T03:45:06.824444+0000 mon.a (mon.0) 438 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/4272961848,v1:172.21.15.16:6803/4272961848]' entity='osd.0' 2024-03-26T03:45:08.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:08 smithi016 bash[21432]: cluster 2024-03-26T03:45:06.390806+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-26T03:45:08.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:08 smithi016 bash[21432]: cluster 2024-03-26T03:45:06.390921+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-26T03:45:08.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:08 smithi016 bash[21432]: audit 2024-03-26T03:45:07.459189+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T03:45:08.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:08 smithi016 bash[21432]: cluster 2024-03-26T03:45:07.826046+0000 mon.a (mon.0) 440 : cluster [INF] osd.0 [v2:172.21.15.16:6802/4272961848,v1:172.21.15.16:6803/4272961848] boot 2024-03-26T03:45:08.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:08 smithi016 bash[21432]: cluster 2024-03-26T03:45:07.826099+0000 mon.a (mon.0) 441 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-26T03:45:08.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:08 smithi016 bash[21432]: audit 2024-03-26T03:45:07.826284+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T03:45:08.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:08 smithi204 bash[22361]: cluster 2024-03-26T03:45:06.390806+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-26T03:45:08.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:08 smithi204 bash[22361]: cluster 2024-03-26T03:45:06.390921+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-26T03:45:08.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:08 smithi204 bash[22361]: audit 2024-03-26T03:45:07.459189+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T03:45:08.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:08 smithi204 bash[22361]: cluster 2024-03-26T03:45:07.826046+0000 mon.a (mon.0) 440 : cluster [INF] osd.0 [v2:172.21.15.16:6802/4272961848,v1:172.21.15.16:6803/4272961848] boot 2024-03-26T03:45:08.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:08 smithi204 bash[22361]: cluster 2024-03-26T03:45:07.826099+0000 mon.a (mon.0) 441 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-26T03:45:08.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:08 smithi204 bash[22361]: audit 2024-03-26T03:45:07.826284+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T03:45:08.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:08 smithi069 bash[22165]: cluster 2024-03-26T03:45:06.390806+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-26T03:45:08.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:08 smithi069 bash[22165]: cluster 2024-03-26T03:45:06.390921+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-26T03:45:08.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:08 smithi069 bash[22165]: audit 2024-03-26T03:45:07.459189+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T03:45:08.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:08 smithi069 bash[22165]: cluster 2024-03-26T03:45:07.826046+0000 mon.a (mon.0) 440 : cluster [INF] osd.0 [v2:172.21.15.16:6802/4272961848,v1:172.21.15.16:6803/4272961848] boot 2024-03-26T03:45:08.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:08 smithi069 bash[22165]: cluster 2024-03-26T03:45:07.826099+0000 mon.a (mon.0) 441 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-26T03:45:08.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:08 smithi069 bash[22165]: audit 2024-03-26T03:45:07.826284+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T03:45:09.600 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:09 smithi204 bash[22361]: cluster 2024-03-26T03:45:08.017932+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:45:09.600 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:09 smithi204 bash[22361]: cluster 2024-03-26T03:45:08.832024+0000 mon.a (mon.0) 443 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-26T03:45:09.601 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:09 smithi204 bash[22361]: audit 2024-03-26T03:45:09.088363+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:09.601 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:09 smithi204 bash[22361]: audit 2024-03-26T03:45:09.092596+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:09.601 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:09 smithi204 bash[22361]: audit 2024-03-26T03:45:09.098458+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:09.601 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:09 smithi204 bash[22361]: audit 2024-03-26T03:45:09.116306+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:45:09.601 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:09 smithi204 bash[22361]: audit 2024-03-26T03:45:09.118919+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:45:09.601 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:09 smithi204 bash[22361]: audit 2024-03-26T03:45:09.119675+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:45:09.601 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:09 smithi204 bash[22361]: audit 2024-03-26T03:45:09.124982+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:09.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:09 smithi016 bash[21432]: cluster 2024-03-26T03:45:08.017932+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:45:09.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:09 smithi016 bash[21432]: cluster 2024-03-26T03:45:08.832024+0000 mon.a (mon.0) 443 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-26T03:45:09.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:09 smithi016 bash[21432]: audit 2024-03-26T03:45:09.088363+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:09.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:09 smithi016 bash[21432]: audit 2024-03-26T03:45:09.092596+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:09.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:09 smithi016 bash[21432]: audit 2024-03-26T03:45:09.098458+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:09.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:09 smithi016 bash[21432]: audit 2024-03-26T03:45:09.116306+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:45:09.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:09 smithi016 bash[21432]: audit 2024-03-26T03:45:09.118919+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:45:09.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:09 smithi016 bash[21432]: audit 2024-03-26T03:45:09.119675+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:45:09.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:09 smithi016 bash[21432]: audit 2024-03-26T03:45:09.124982+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:09.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:09 smithi069 bash[22165]: cluster 2024-03-26T03:45:08.017932+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:45:09.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:09 smithi069 bash[22165]: cluster 2024-03-26T03:45:08.832024+0000 mon.a (mon.0) 443 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-26T03:45:09.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:09 smithi069 bash[22165]: audit 2024-03-26T03:45:09.088363+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:09.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:09 smithi069 bash[22165]: audit 2024-03-26T03:45:09.092596+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:09.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:09 smithi069 bash[22165]: audit 2024-03-26T03:45:09.098458+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:09.892 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:09 smithi069 bash[22165]: audit 2024-03-26T03:45:09.116306+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:45:09.892 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:09 smithi069 bash[22165]: audit 2024-03-26T03:45:09.118919+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:45:09.892 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:09 smithi069 bash[22165]: audit 2024-03-26T03:45:09.119675+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:45:09.892 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:09 smithi069 bash[22165]: audit 2024-03-26T03:45:09.124982+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:10.707 INFO:teuthology.orchestra.run.smithi016.stdout:Created osd(s) 0 on host 'smithi016' 2024-03-26T03:45:10.726 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:10 smithi016 bash[21432]: cluster 2024-03-26T03:45:09.121499+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:10.726 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:10 smithi016 bash[21432]: cluster 2024-03-26T03:45:10.096198+0000 mon.a (mon.0) 451 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-26T03:45:10.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:10 smithi204 bash[22361]: cluster 2024-03-26T03:45:09.121499+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:10.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:10 smithi204 bash[22361]: cluster 2024-03-26T03:45:10.096198+0000 mon.a (mon.0) 451 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-26T03:45:10.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:10 smithi069 bash[22165]: cluster 2024-03-26T03:45:09.121499+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:10.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:10 smithi069 bash[22165]: cluster 2024-03-26T03:45:10.096198+0000 mon.a (mon.0) 451 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-26T03:45:11.381 DEBUG:teuthology.orchestra.run.smithi016:osd.0> sudo journalctl -f -n 0 -u ceph-780a5ade-eb22-11ee-95d0-87774f69a715@osd.0.service 2024-03-26T03:45:11.383 INFO:tasks.cephadm:Deploying osd.1 on smithi069 with /dev/vg_nvme/lv_4... 2024-03-26T03:45:11.384 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 780a5ade-eb22-11ee-95d0-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-26T03:45:12.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:11 smithi016 bash[21432]: audit 2024-03-26T03:45:10.659875+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:12.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:11 smithi016 bash[21432]: audit 2024-03-26T03:45:10.666550+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:12.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:11 smithi016 bash[21432]: audit 2024-03-26T03:45:10.681697+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:45:12.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:11 smithi016 bash[21432]: audit 2024-03-26T03:45:10.686244+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi016", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:45:12.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:11 smithi016 bash[21432]: audit 2024-03-26T03:45:10.688006+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:45:12.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:11 smithi016 bash[21432]: audit 2024-03-26T03:45:10.689410+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:45:12.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:11 smithi016 bash[21432]: cluster 2024-03-26T03:45:10.692265+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:12.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:11 smithi016 bash[21432]: cluster 2024-03-26T03:45:10.692617+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:12.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:11 smithi016 bash[21432]: audit 2024-03-26T03:45:10.698691+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:12.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:11 smithi204 bash[22361]: audit 2024-03-26T03:45:10.659875+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:12.101 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:11 smithi204 bash[22361]: audit 2024-03-26T03:45:10.666550+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:12.101 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:11 smithi204 bash[22361]: audit 2024-03-26T03:45:10.681697+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:45:12.101 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:11 smithi204 bash[22361]: audit 2024-03-26T03:45:10.686244+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi016", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:45:12.101 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:11 smithi204 bash[22361]: audit 2024-03-26T03:45:10.688006+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:45:12.101 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:11 smithi204 bash[22361]: audit 2024-03-26T03:45:10.689410+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:45:12.101 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:11 smithi204 bash[22361]: cluster 2024-03-26T03:45:10.692265+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:12.101 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:11 smithi204 bash[22361]: cluster 2024-03-26T03:45:10.692617+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:12.101 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:11 smithi204 bash[22361]: audit 2024-03-26T03:45:10.698691+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:12.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:11 smithi069 bash[22165]: audit 2024-03-26T03:45:10.659875+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:12.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:11 smithi069 bash[22165]: audit 2024-03-26T03:45:10.666550+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:12.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:11 smithi069 bash[22165]: audit 2024-03-26T03:45:10.681697+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:45:12.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:11 smithi069 bash[22165]: audit 2024-03-26T03:45:10.686244+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi016", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:45:12.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:11 smithi069 bash[22165]: audit 2024-03-26T03:45:10.688006+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:45:12.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:11 smithi069 bash[22165]: audit 2024-03-26T03:45:10.689410+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:45:12.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:11 smithi069 bash[22165]: cluster 2024-03-26T03:45:10.692265+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:12.142 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:11 smithi069 bash[22165]: cluster 2024-03-26T03:45:10.692617+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:12.142 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:11 smithi069 bash[22165]: audit 2024-03-26T03:45:10.698691+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:14.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:14 smithi204 bash[22361]: cluster 2024-03-26T03:45:12.693135+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:14.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:14 smithi204 bash[22361]: audit 2024-03-26T03:45:13.535209+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:14.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:14 smithi204 bash[22361]: audit 2024-03-26T03:45:13.539420+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:14.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:14 smithi204 bash[22361]: audit 2024-03-26T03:45:13.546306+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:14.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:14 smithi204 bash[22361]: audit 2024-03-26T03:45:13.570783+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:45:14.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:14 smithi204 bash[22361]: audit 2024-03-26T03:45:13.574906+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:45:14.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:14 smithi204 bash[22361]: audit 2024-03-26T03:45:13.576405+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:45:14.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:14 smithi204 bash[22361]: cluster 2024-03-26T03:45:13.579568+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:14.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:14 smithi204 bash[22361]: audit 2024-03-26T03:45:13.585500+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:14.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:14 smithi069 bash[22165]: cluster 2024-03-26T03:45:12.693135+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:14.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:14 smithi069 bash[22165]: audit 2024-03-26T03:45:13.535209+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:14.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:14 smithi069 bash[22165]: audit 2024-03-26T03:45:13.539420+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:14.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:14 smithi069 bash[22165]: audit 2024-03-26T03:45:13.546306+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:14.892 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:14 smithi069 bash[22165]: audit 2024-03-26T03:45:13.570783+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:45:14.892 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:14 smithi069 bash[22165]: audit 2024-03-26T03:45:13.574906+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:45:14.892 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:14 smithi069 bash[22165]: audit 2024-03-26T03:45:13.576405+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:45:14.892 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:14 smithi069 bash[22165]: cluster 2024-03-26T03:45:13.579568+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:14.892 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:14 smithi069 bash[22165]: audit 2024-03-26T03:45:13.585500+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:15.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:14 smithi016 bash[21432]: cluster 2024-03-26T03:45:12.693135+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:15.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:14 smithi016 bash[21432]: audit 2024-03-26T03:45:13.535209+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:15.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:14 smithi016 bash[21432]: audit 2024-03-26T03:45:13.539420+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:15.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:14 smithi016 bash[21432]: audit 2024-03-26T03:45:13.546306+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:15.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:14 smithi016 bash[21432]: audit 2024-03-26T03:45:13.570783+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:45:15.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:14 smithi016 bash[21432]: audit 2024-03-26T03:45:13.574906+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:45:15.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:14 smithi016 bash[21432]: audit 2024-03-26T03:45:13.576405+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:45:15.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:14 smithi016 bash[21432]: cluster 2024-03-26T03:45:13.579568+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:15.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:14 smithi016 bash[21432]: audit 2024-03-26T03:45:13.585500+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:15.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:15 smithi204 bash[22361]: cluster 2024-03-26T03:45:14.544967+0000 mon.a (mon.0) 466 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-26T03:45:15.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:15 smithi204 bash[22361]: cluster 2024-03-26T03:45:14.545023+0000 mon.a (mon.0) 467 : cluster [INF] Cluster is now healthy 2024-03-26T03:45:15.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:15 smithi069 bash[22165]: cluster 2024-03-26T03:45:14.544967+0000 mon.a (mon.0) 466 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-26T03:45:15.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:15 smithi069 bash[22165]: cluster 2024-03-26T03:45:14.545023+0000 mon.a (mon.0) 467 : cluster [INF] Cluster is now healthy 2024-03-26T03:45:16.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:15 smithi016 bash[21432]: cluster 2024-03-26T03:45:14.544967+0000 mon.a (mon.0) 466 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-26T03:45:16.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:15 smithi016 bash[21432]: cluster 2024-03-26T03:45:14.545023+0000 mon.a (mon.0) 467 : cluster [INF] Cluster is now healthy 2024-03-26T03:45:16.095 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/mon.b/config 2024-03-26T03:45:16.812 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:16 smithi069 bash[22165]: cluster 2024-03-26T03:45:15.580016+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:16.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:16 smithi204 bash[22361]: cluster 2024-03-26T03:45:15.580016+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:17.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:16 smithi016 bash[21432]: cluster 2024-03-26T03:45:15.580016+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:18.820 INFO:teuthology.orchestra.run.smithi069.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-26T03:45:18.820 INFO:teuthology.orchestra.run.smithi069.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-26T03:45:18.820 INFO:teuthology.orchestra.run.smithi069.stderr: stderr: 10+0 records in 2024-03-26T03:45:18.820 INFO:teuthology.orchestra.run.smithi069.stderr:10+0 records out 2024-03-26T03:45:18.820 INFO:teuthology.orchestra.run.smithi069.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0147198 s, 712 MB/s 2024-03-26T03:45:18.820 INFO:teuthology.orchestra.run.smithi069.stderr:--> Zapping successful for: 2024-03-26T03:45:18.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:18 smithi069 bash[22165]: cluster 2024-03-26T03:45:17.580561+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:18.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:18 smithi069 bash[22165]: audit 2024-03-26T03:45:17.635873+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:18.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:18 smithi069 bash[22165]: audit 2024-03-26T03:45:17.647085+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:18.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:18 smithi069 bash[22165]: audit 2024-03-26T03:45:17.657127+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:19.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:18 smithi016 bash[21432]: cluster 2024-03-26T03:45:17.580561+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:19.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:18 smithi016 bash[21432]: audit 2024-03-26T03:45:17.635873+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:19.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:18 smithi016 bash[21432]: audit 2024-03-26T03:45:17.647085+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:19.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:18 smithi016 bash[21432]: audit 2024-03-26T03:45:17.657127+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:19.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:18 smithi204 bash[22361]: cluster 2024-03-26T03:45:17.580561+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:19.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:18 smithi204 bash[22361]: audit 2024-03-26T03:45:17.635873+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:19.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:18 smithi204 bash[22361]: audit 2024-03-26T03:45:17.647085+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:19.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:18 smithi204 bash[22361]: audit 2024-03-26T03:45:17.657127+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:19.410 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 780a5ade-eb22-11ee-95d0-87774f69a715 -- ceph orch daemon add osd smithi069:vg_nvme/lv_4 2024-03-26T03:45:20.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:20 smithi069 bash[22165]: cluster 2024-03-26T03:45:19.581014+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:21.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:20 smithi016 bash[21432]: cluster 2024-03-26T03:45:19.581014+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:21.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:20 smithi204 bash[22361]: cluster 2024-03-26T03:45:19.581014+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:22.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:22 smithi016 bash[21432]: cluster 2024-03-26T03:45:21.581472+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:23.024 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:22 smithi069 bash[22165]: cluster 2024-03-26T03:45:21.581472+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:23.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:22 smithi204 bash[22361]: cluster 2024-03-26T03:45:21.581472+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:24.123 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/mon.b/config 2024-03-26T03:45:24.992 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:24 smithi069 bash[22165]: cluster 2024-03-26T03:45:23.581812+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:25.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:24 smithi016 bash[21432]: cluster 2024-03-26T03:45:23.581812+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:25.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:24 smithi204 bash[22361]: cluster 2024-03-26T03:45:23.581812+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:27.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:26 smithi016 bash[21432]: cluster 2024-03-26T03:45:25.582104+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:27.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:26 smithi016 bash[21432]: audit 2024-03-26T03:45:25.758683+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:27.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:26 smithi016 bash[21432]: audit 2024-03-26T03:45:25.766141+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:27.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:26 smithi016 bash[21432]: audit 2024-03-26T03:45:25.773597+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:27.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:26 smithi016 bash[21432]: audit 2024-03-26T03:45:26.410378+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T03:45:27.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:26 smithi016 bash[21432]: audit 2024-03-26T03:45:26.416839+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T03:45:27.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:26 smithi016 bash[21432]: audit 2024-03-26T03:45:26.418476+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:45:27.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:26 smithi204 bash[22361]: cluster 2024-03-26T03:45:25.582104+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:27.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:26 smithi204 bash[22361]: audit 2024-03-26T03:45:25.758683+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:27.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:26 smithi204 bash[22361]: audit 2024-03-26T03:45:25.766141+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:27.101 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:26 smithi204 bash[22361]: audit 2024-03-26T03:45:25.773597+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:27.101 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:26 smithi204 bash[22361]: audit 2024-03-26T03:45:26.410378+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T03:45:27.101 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:26 smithi204 bash[22361]: audit 2024-03-26T03:45:26.416839+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T03:45:27.101 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:26 smithi204 bash[22361]: audit 2024-03-26T03:45:26.418476+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:45:27.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:26 smithi069 bash[22165]: cluster 2024-03-26T03:45:25.582104+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:27.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:26 smithi069 bash[22165]: audit 2024-03-26T03:45:25.758683+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:27.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:26 smithi069 bash[22165]: audit 2024-03-26T03:45:25.766141+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:27.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:26 smithi069 bash[22165]: audit 2024-03-26T03:45:25.773597+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:27.142 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:26 smithi069 bash[22165]: audit 2024-03-26T03:45:26.410378+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T03:45:27.142 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:26 smithi069 bash[22165]: audit 2024-03-26T03:45:26.416839+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T03:45:27.142 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:26 smithi069 bash[22165]: audit 2024-03-26T03:45:26.418476+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:45:28.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:27 smithi016 bash[21432]: audit 2024-03-26T03:45:26.402730+0000 mgr.a (mgr.14152) 157 : audit [DBG] from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi069:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:45:28.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:27 smithi204 bash[22361]: audit 2024-03-26T03:45:26.402730+0000 mgr.a (mgr.14152) 157 : audit [DBG] from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi069:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:45:28.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:27 smithi069 bash[22165]: audit 2024-03-26T03:45:26.402730+0000 mgr.a (mgr.14152) 157 : audit [DBG] from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi069:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:45:29.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:28 smithi016 bash[21432]: cluster 2024-03-26T03:45:27.582527+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:29.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:28 smithi204 bash[22361]: cluster 2024-03-26T03:45:27.582527+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:29.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:28 smithi069 bash[22165]: cluster 2024-03-26T03:45:27.582527+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:30.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:29 smithi016 bash[21432]: cluster 2024-03-26T03:45:29.583010+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:30.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:29 smithi204 bash[22361]: cluster 2024-03-26T03:45:29.583010+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:30.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:29 smithi069 bash[22165]: cluster 2024-03-26T03:45:29.583010+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:32.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:32 smithi069 bash[22165]: cluster 2024-03-26T03:45:31.583463+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:32.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:32 smithi069 bash[22165]: audit 2024-03-26T03:45:32.155153+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:32.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:32 smithi069 bash[22165]: audit 2024-03-26T03:45:32.160090+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:32.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:32 smithi069 bash[22165]: audit 2024-03-26T03:45:32.166583+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:33.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:32 smithi016 bash[21432]: cluster 2024-03-26T03:45:31.583463+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:33.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:32 smithi016 bash[21432]: audit 2024-03-26T03:45:32.155153+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:33.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:32 smithi016 bash[21432]: audit 2024-03-26T03:45:32.160090+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:33.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:32 smithi016 bash[21432]: audit 2024-03-26T03:45:32.166583+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:33.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:32 smithi204 bash[22361]: cluster 2024-03-26T03:45:31.583463+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:33.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:32 smithi204 bash[22361]: audit 2024-03-26T03:45:32.155153+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:33.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:32 smithi204 bash[22361]: audit 2024-03-26T03:45:32.160090+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:33.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:32 smithi204 bash[22361]: audit 2024-03-26T03:45:32.166583+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:35.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:34 smithi016 bash[21432]: cluster 2024-03-26T03:45:33.583929+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:35.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:34 smithi016 bash[21432]: audit 2024-03-26T03:45:34.512409+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.69:0/759644021' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2267475a-3ec4-4ec4-a0a0-0e27a00f2da8"}]: dispatch 2024-03-26T03:45:35.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:34 smithi016 bash[21432]: audit 2024-03-26T03:45:34.513112+0000 mon.a (mon.0) 480 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2267475a-3ec4-4ec4-a0a0-0e27a00f2da8"}]: dispatch 2024-03-26T03:45:35.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:34 smithi016 bash[21432]: audit 2024-03-26T03:45:34.516369+0000 mon.a (mon.0) 481 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2267475a-3ec4-4ec4-a0a0-0e27a00f2da8"}]': finished 2024-03-26T03:45:35.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:34 smithi016 bash[21432]: cluster 2024-03-26T03:45:34.521150+0000 mon.a (mon.0) 482 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-26T03:45:35.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:34 smithi016 bash[21432]: audit 2024-03-26T03:45:34.521594+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T03:45:35.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:34 smithi204 bash[22361]: cluster 2024-03-26T03:45:33.583929+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:35.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:34 smithi204 bash[22361]: audit 2024-03-26T03:45:34.512409+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.69:0/759644021' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2267475a-3ec4-4ec4-a0a0-0e27a00f2da8"}]: dispatch 2024-03-26T03:45:35.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:34 smithi204 bash[22361]: audit 2024-03-26T03:45:34.513112+0000 mon.a (mon.0) 480 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2267475a-3ec4-4ec4-a0a0-0e27a00f2da8"}]: dispatch 2024-03-26T03:45:35.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:34 smithi204 bash[22361]: audit 2024-03-26T03:45:34.516369+0000 mon.a (mon.0) 481 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2267475a-3ec4-4ec4-a0a0-0e27a00f2da8"}]': finished 2024-03-26T03:45:35.101 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:34 smithi204 bash[22361]: cluster 2024-03-26T03:45:34.521150+0000 mon.a (mon.0) 482 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-26T03:45:35.101 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:34 smithi204 bash[22361]: audit 2024-03-26T03:45:34.521594+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T03:45:35.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:34 smithi069 bash[22165]: cluster 2024-03-26T03:45:33.583929+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:35.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:34 smithi069 bash[22165]: audit 2024-03-26T03:45:34.512409+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.69:0/759644021' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2267475a-3ec4-4ec4-a0a0-0e27a00f2da8"}]: dispatch 2024-03-26T03:45:35.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:34 smithi069 bash[22165]: audit 2024-03-26T03:45:34.513112+0000 mon.a (mon.0) 480 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2267475a-3ec4-4ec4-a0a0-0e27a00f2da8"}]: dispatch 2024-03-26T03:45:35.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:34 smithi069 bash[22165]: audit 2024-03-26T03:45:34.516369+0000 mon.a (mon.0) 481 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2267475a-3ec4-4ec4-a0a0-0e27a00f2da8"}]': finished 2024-03-26T03:45:35.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:34 smithi069 bash[22165]: cluster 2024-03-26T03:45:34.521150+0000 mon.a (mon.0) 482 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-26T03:45:35.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:34 smithi069 bash[22165]: audit 2024-03-26T03:45:34.521594+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T03:45:36.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:35 smithi016 bash[21432]: audit 2024-03-26T03:45:35.241977+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.69:0/2434614065' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T03:45:36.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:35 smithi204 bash[22361]: audit 2024-03-26T03:45:35.241977+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.69:0/2434614065' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T03:45:36.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:35 smithi069 bash[22165]: audit 2024-03-26T03:45:35.241977+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.69:0/2434614065' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T03:45:37.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:36 smithi016 bash[21432]: cluster 2024-03-26T03:45:35.584365+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:37.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:36 smithi204 bash[22361]: cluster 2024-03-26T03:45:35.584365+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:37.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:36 smithi069 bash[22165]: cluster 2024-03-26T03:45:35.584365+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:39.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:38 smithi016 bash[21432]: cluster 2024-03-26T03:45:37.584813+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:39.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:38 smithi016 bash[21432]: audit 2024-03-26T03:45:37.860900+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:39.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:38 smithi016 bash[21432]: audit 2024-03-26T03:45:37.868920+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:39.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:38 smithi016 bash[21432]: audit 2024-03-26T03:45:37.878911+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:39.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:38 smithi204 bash[22361]: cluster 2024-03-26T03:45:37.584813+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:39.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:38 smithi204 bash[22361]: audit 2024-03-26T03:45:37.860900+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:39.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:38 smithi204 bash[22361]: audit 2024-03-26T03:45:37.868920+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:39.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:38 smithi204 bash[22361]: audit 2024-03-26T03:45:37.878911+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:39.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:38 smithi069 bash[22165]: cluster 2024-03-26T03:45:37.584813+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:39.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:38 smithi069 bash[22165]: audit 2024-03-26T03:45:37.860900+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:39.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:38 smithi069 bash[22165]: audit 2024-03-26T03:45:37.868920+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:39.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:38 smithi069 bash[22165]: audit 2024-03-26T03:45:37.878911+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:40.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:39 smithi016 bash[21432]: cluster 2024-03-26T03:45:39.585349+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:40.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:39 smithi204 bash[22361]: cluster 2024-03-26T03:45:39.585349+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:40.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:39 smithi069 bash[22165]: cluster 2024-03-26T03:45:39.585349+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:42.739 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:42 smithi016 bash[21432]: cluster 2024-03-26T03:45:41.585824+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:42.822 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:42 smithi069 bash[22165]: cluster 2024-03-26T03:45:41.585824+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:43.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:42 smithi204 bash[22361]: cluster 2024-03-26T03:45:41.585824+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:44.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:44 smithi016 bash[21432]: cluster 2024-03-26T03:45:43.586350+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:44.980 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:44 smithi069 bash[22165]: cluster 2024-03-26T03:45:43.586350+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:45.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:44 smithi204 bash[22361]: cluster 2024-03-26T03:45:43.586350+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:46.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:46 smithi069 bash[22165]: cluster 2024-03-26T03:45:45.586926+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:46.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:46 smithi069 bash[22165]: audit 2024-03-26T03:45:45.938392+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:46.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:46 smithi069 bash[22165]: audit 2024-03-26T03:45:45.947099+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:46.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:46 smithi069 bash[22165]: audit 2024-03-26T03:45:45.957422+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:47.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:46 smithi016 bash[21432]: cluster 2024-03-26T03:45:45.586926+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:47.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:46 smithi016 bash[21432]: audit 2024-03-26T03:45:45.938392+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:47.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:46 smithi016 bash[21432]: audit 2024-03-26T03:45:45.947099+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:47.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:46 smithi016 bash[21432]: audit 2024-03-26T03:45:45.957422+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:47.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:46 smithi204 bash[22361]: cluster 2024-03-26T03:45:45.586926+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:47.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:46 smithi204 bash[22361]: audit 2024-03-26T03:45:45.938392+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:47.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:46 smithi204 bash[22361]: audit 2024-03-26T03:45:45.947099+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:47.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:46 smithi204 bash[22361]: audit 2024-03-26T03:45:45.957422+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:47.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:47 smithi069 bash[22165]: cephadm 2024-03-26T03:45:45.950360+0000 mgr.a (mgr.14152) 168 : cephadm [INF] Detected new or changed devices on smithi069 2024-03-26T03:45:47.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:47 smithi069 bash[22165]: audit 2024-03-26T03:45:47.147884+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-26T03:45:47.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:47 smithi069 bash[22165]: audit 2024-03-26T03:45:47.149696+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:45:48.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:47 smithi016 bash[21432]: cephadm 2024-03-26T03:45:45.950360+0000 mgr.a (mgr.14152) 168 : cephadm [INF] Detected new or changed devices on smithi069 2024-03-26T03:45:48.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:47 smithi016 bash[21432]: audit 2024-03-26T03:45:47.147884+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-26T03:45:48.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:47 smithi016 bash[21432]: audit 2024-03-26T03:45:47.149696+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:45:48.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:47 smithi204 bash[22361]: cephadm 2024-03-26T03:45:45.950360+0000 mgr.a (mgr.14152) 168 : cephadm [INF] Detected new or changed devices on smithi069 2024-03-26T03:45:48.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:47 smithi204 bash[22361]: audit 2024-03-26T03:45:47.147884+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-26T03:45:48.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:47 smithi204 bash[22361]: audit 2024-03-26T03:45:47.149696+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:45:48.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:48 smithi069 bash[22165]: cephadm 2024-03-26T03:45:47.151435+0000 mgr.a (mgr.14152) 169 : cephadm [INF] Deploying daemon osd.1 on smithi069 2024-03-26T03:45:48.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:48 smithi069 bash[22165]: cluster 2024-03-26T03:45:47.587372+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:49.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:48 smithi016 bash[21432]: cephadm 2024-03-26T03:45:47.151435+0000 mgr.a (mgr.14152) 169 : cephadm [INF] Deploying daemon osd.1 on smithi069 2024-03-26T03:45:49.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:48 smithi016 bash[21432]: cluster 2024-03-26T03:45:47.587372+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:49.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:48 smithi204 bash[22361]: cephadm 2024-03-26T03:45:47.151435+0000 mgr.a (mgr.14152) 169 : cephadm [INF] Deploying daemon osd.1 on smithi069 2024-03-26T03:45:49.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:48 smithi204 bash[22361]: cluster 2024-03-26T03:45:47.587372+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:49.975 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:49 smithi069 bash[22165]: cluster 2024-03-26T03:45:49.587842+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:50.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:49 smithi016 bash[21432]: cluster 2024-03-26T03:45:49.587842+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:50.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:49 smithi204 bash[22361]: cluster 2024-03-26T03:45:49.587842+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:50.945 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:50 smithi069 systemd[1]: /etc/systemd/system/ceph-780a5ade-eb22-11ee-95d0-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-26T03:45:50.946 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:45:50 smithi069 systemd[1]: /etc/systemd/system/ceph-780a5ade-eb22-11ee-95d0-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-26T03:45:51.200 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:51 smithi069 systemd[1]: /etc/systemd/system/ceph-780a5ade-eb22-11ee-95d0-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-26T03:45:51.201 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:45:51 smithi069 systemd[1]: /etc/systemd/system/ceph-780a5ade-eb22-11ee-95d0-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-26T03:45:52.473 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:52 smithi069 bash[22165]: audit 2024-03-26T03:45:51.203667+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:52.473 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:52 smithi069 bash[22165]: audit 2024-03-26T03:45:51.212119+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:52.473 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:52 smithi069 bash[22165]: audit 2024-03-26T03:45:51.212918+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:45:52.473 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:52 smithi069 bash[22165]: audit 2024-03-26T03:45:51.223636+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:45:52.473 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:52 smithi069 bash[22165]: audit 2024-03-26T03:45:51.225773+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:45:52.473 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:52 smithi069 bash[22165]: audit 2024-03-26T03:45:51.239278+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:52.473 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:52 smithi069 bash[22165]: cluster 2024-03-26T03:45:51.588302+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:52.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:52 smithi016 bash[21432]: audit 2024-03-26T03:45:51.203667+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:52.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:52 smithi016 bash[21432]: audit 2024-03-26T03:45:51.212119+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:52.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:52 smithi016 bash[21432]: audit 2024-03-26T03:45:51.212918+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:45:52.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:52 smithi016 bash[21432]: audit 2024-03-26T03:45:51.223636+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:45:52.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:52 smithi016 bash[21432]: audit 2024-03-26T03:45:51.225773+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:45:52.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:52 smithi016 bash[21432]: audit 2024-03-26T03:45:51.239278+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:52.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:52 smithi016 bash[21432]: cluster 2024-03-26T03:45:51.588302+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:52.590 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:52 smithi204 bash[22361]: audit 2024-03-26T03:45:51.203667+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:52.590 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:52 smithi204 bash[22361]: audit 2024-03-26T03:45:51.212119+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:52.590 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:52 smithi204 bash[22361]: audit 2024-03-26T03:45:51.212918+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:45:52.590 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:52 smithi204 bash[22361]: audit 2024-03-26T03:45:51.223636+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:45:52.590 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:52 smithi204 bash[22361]: audit 2024-03-26T03:45:51.225773+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:45:52.590 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:52 smithi204 bash[22361]: audit 2024-03-26T03:45:51.239278+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:52.590 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:52 smithi204 bash[22361]: cluster 2024-03-26T03:45:51.588302+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:53.641 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:53 smithi069 bash[22165]: audit 2024-03-26T03:45:52.363159+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:53.641 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:53 smithi069 bash[22165]: audit 2024-03-26T03:45:52.372175+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:53.642 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:53 smithi069 bash[22165]: audit 2024-03-26T03:45:52.382624+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:53.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:53 smithi016 bash[21432]: audit 2024-03-26T03:45:52.363159+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:53.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:53 smithi016 bash[21432]: audit 2024-03-26T03:45:52.372175+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:53.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:53 smithi016 bash[21432]: audit 2024-03-26T03:45:52.382624+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:53.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:53 smithi204 bash[22361]: audit 2024-03-26T03:45:52.363159+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:53.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:53 smithi204 bash[22361]: audit 2024-03-26T03:45:52.372175+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:53.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:53 smithi204 bash[22361]: audit 2024-03-26T03:45:52.382624+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:54.641 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:54 smithi069 bash[22165]: cluster 2024-03-26T03:45:53.588753+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:54.652 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:54 smithi204 bash[22361]: cluster 2024-03-26T03:45:53.588753+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:54.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:54 smithi016 bash[21432]: cluster 2024-03-26T03:45:53.588753+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:57.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:56 smithi016 bash[21432]: cluster 2024-03-26T03:45:55.589302+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:57.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:56 smithi204 bash[22361]: cluster 2024-03-26T03:45:55.589302+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:57.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:56 smithi069 bash[22165]: cluster 2024-03-26T03:45:55.589302+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:57.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:57 smithi069 bash[22165]: audit 2024-03-26T03:45:57.203392+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.69:6800/2665485498,v1:172.21.15.69:6801/2665485498]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-26T03:45:57.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:57 smithi069 bash[22165]: audit 2024-03-26T03:45:57.204058+0000 mon.a (mon.0) 501 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-26T03:45:58.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:57 smithi016 bash[21432]: audit 2024-03-26T03:45:57.203392+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.69:6800/2665485498,v1:172.21.15.69:6801/2665485498]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-26T03:45:58.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:57 smithi016 bash[21432]: audit 2024-03-26T03:45:57.204058+0000 mon.a (mon.0) 501 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-26T03:45:58.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:57 smithi204 bash[22361]: audit 2024-03-26T03:45:57.203392+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.69:6800/2665485498,v1:172.21.15.69:6801/2665485498]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-26T03:45:58.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:57 smithi204 bash[22361]: audit 2024-03-26T03:45:57.204058+0000 mon.a (mon.0) 501 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-26T03:45:59.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:58 smithi016 bash[21432]: cluster 2024-03-26T03:45:57.589772+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:59.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:58 smithi016 bash[21432]: audit 2024-03-26T03:45:57.654228+0000 mon.a (mon.0) 502 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-26T03:45:59.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:58 smithi016 bash[21432]: cluster 2024-03-26T03:45:57.659097+0000 mon.a (mon.0) 503 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-26T03:45:59.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:58 smithi016 bash[21432]: audit 2024-03-26T03:45:57.659640+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T03:45:59.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:58 smithi016 bash[21432]: audit 2024-03-26T03:45:57.659870+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.69:6800/2665485498,v1:172.21.15.69:6801/2665485498]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]: dispatch 2024-03-26T03:45:59.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:58 smithi016 bash[21432]: audit 2024-03-26T03:45:57.660570+0000 mon.a (mon.0) 505 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]: dispatch 2024-03-26T03:45:59.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:58 smithi016 bash[21432]: audit 2024-03-26T03:45:58.084753+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:59.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:58 smithi016 bash[21432]: audit 2024-03-26T03:45:58.092985+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:59.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:58 smithi016 bash[21432]: audit 2024-03-26T03:45:58.102952+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:59.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:58 smithi204 bash[22361]: cluster 2024-03-26T03:45:57.589772+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:59.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:58 smithi204 bash[22361]: audit 2024-03-26T03:45:57.654228+0000 mon.a (mon.0) 502 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-26T03:45:59.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:58 smithi204 bash[22361]: cluster 2024-03-26T03:45:57.659097+0000 mon.a (mon.0) 503 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-26T03:45:59.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:58 smithi204 bash[22361]: audit 2024-03-26T03:45:57.659640+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T03:45:59.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:58 smithi204 bash[22361]: audit 2024-03-26T03:45:57.659870+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.69:6800/2665485498,v1:172.21.15.69:6801/2665485498]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]: dispatch 2024-03-26T03:45:59.101 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:58 smithi204 bash[22361]: audit 2024-03-26T03:45:57.660570+0000 mon.a (mon.0) 505 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]: dispatch 2024-03-26T03:45:59.101 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:58 smithi204 bash[22361]: audit 2024-03-26T03:45:58.084753+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:59.101 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:58 smithi204 bash[22361]: audit 2024-03-26T03:45:58.092985+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:59.101 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:58 smithi204 bash[22361]: audit 2024-03-26T03:45:58.102952+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:59.127 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:58 smithi069 bash[22165]: cluster 2024-03-26T03:45:57.589772+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:45:59.127 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:58 smithi069 bash[22165]: audit 2024-03-26T03:45:57.654228+0000 mon.a (mon.0) 502 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-26T03:45:59.127 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:58 smithi069 bash[22165]: cluster 2024-03-26T03:45:57.659097+0000 mon.a (mon.0) 503 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-26T03:45:59.127 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:58 smithi069 bash[22165]: audit 2024-03-26T03:45:57.659640+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T03:45:59.127 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:58 smithi069 bash[22165]: audit 2024-03-26T03:45:57.659870+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.69:6800/2665485498,v1:172.21.15.69:6801/2665485498]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]: dispatch 2024-03-26T03:45:59.127 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:58 smithi069 bash[22165]: audit 2024-03-26T03:45:57.660570+0000 mon.a (mon.0) 505 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]: dispatch 2024-03-26T03:45:59.128 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:58 smithi069 bash[22165]: audit 2024-03-26T03:45:58.084753+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:59.128 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:58 smithi069 bash[22165]: audit 2024-03-26T03:45:58.092985+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:45:59.128 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:58 smithi069 bash[22165]: audit 2024-03-26T03:45:58.102952+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:00.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:59 smithi016 bash[21432]: audit 2024-03-26T03:45:58.656561+0000 mon.a (mon.0) 509 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]': finished 2024-03-26T03:46:00.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:59 smithi016 bash[21432]: cluster 2024-03-26T03:45:58.661480+0000 mon.a (mon.0) 510 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-26T03:46:00.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:59 smithi016 bash[21432]: audit 2024-03-26T03:45:58.662335+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T03:46:00.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:59 smithi016 bash[21432]: audit 2024-03-26T03:45:58.670439+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T03:46:00.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:45:59 smithi016 bash[21432]: cluster 2024-03-26T03:45:59.590245+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:46:00.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:59 smithi204 bash[22361]: audit 2024-03-26T03:45:58.656561+0000 mon.a (mon.0) 509 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]': finished 2024-03-26T03:46:00.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:59 smithi204 bash[22361]: cluster 2024-03-26T03:45:58.661480+0000 mon.a (mon.0) 510 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-26T03:46:00.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:59 smithi204 bash[22361]: audit 2024-03-26T03:45:58.662335+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T03:46:00.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:59 smithi204 bash[22361]: audit 2024-03-26T03:45:58.670439+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T03:46:00.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:45:59 smithi204 bash[22361]: cluster 2024-03-26T03:45:59.590245+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:46:00.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:59 smithi069 bash[22165]: audit 2024-03-26T03:45:58.656561+0000 mon.a (mon.0) 509 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]': finished 2024-03-26T03:46:00.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:59 smithi069 bash[22165]: cluster 2024-03-26T03:45:58.661480+0000 mon.a (mon.0) 510 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-26T03:46:00.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:59 smithi069 bash[22165]: audit 2024-03-26T03:45:58.662335+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T03:46:00.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:59 smithi069 bash[22165]: audit 2024-03-26T03:45:58.670439+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T03:46:00.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:45:59 smithi069 bash[22165]: cluster 2024-03-26T03:45:59.590245+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:46:01.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:00 smithi016 bash[21432]: cluster 2024-03-26T03:45:58.175075+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-26T03:46:01.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:00 smithi016 bash[21432]: cluster 2024-03-26T03:45:58.175146+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-26T03:46:01.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:00 smithi016 bash[21432]: cluster 2024-03-26T03:45:59.671656+0000 mon.a (mon.0) 513 : cluster [INF] osd.1 [v2:172.21.15.69:6800/2665485498,v1:172.21.15.69:6801/2665485498] boot 2024-03-26T03:46:01.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:00 smithi016 bash[21432]: cluster 2024-03-26T03:45:59.671719+0000 mon.a (mon.0) 514 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-26T03:46:01.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:00 smithi016 bash[21432]: audit 2024-03-26T03:45:59.672409+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T03:46:01.079 INFO:teuthology.orchestra.run.smithi069.stdout:Created osd(s) 1 on host 'smithi069' 2024-03-26T03:46:01.097 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:00 smithi069 bash[22165]: cluster 2024-03-26T03:45:58.175075+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-26T03:46:01.097 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:00 smithi069 bash[22165]: cluster 2024-03-26T03:45:58.175146+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-26T03:46:01.097 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:00 smithi069 bash[22165]: cluster 2024-03-26T03:45:59.671656+0000 mon.a (mon.0) 513 : cluster [INF] osd.1 [v2:172.21.15.69:6800/2665485498,v1:172.21.15.69:6801/2665485498] boot 2024-03-26T03:46:01.097 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:00 smithi069 bash[22165]: cluster 2024-03-26T03:45:59.671719+0000 mon.a (mon.0) 514 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-26T03:46:01.097 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:00 smithi069 bash[22165]: audit 2024-03-26T03:45:59.672409+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T03:46:01.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:00 smithi204 bash[22361]: cluster 2024-03-26T03:45:58.175075+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-26T03:46:01.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:00 smithi204 bash[22361]: cluster 2024-03-26T03:45:58.175146+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-26T03:46:01.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:00 smithi204 bash[22361]: cluster 2024-03-26T03:45:59.671656+0000 mon.a (mon.0) 513 : cluster [INF] osd.1 [v2:172.21.15.69:6800/2665485498,v1:172.21.15.69:6801/2665485498] boot 2024-03-26T03:46:01.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:00 smithi204 bash[22361]: cluster 2024-03-26T03:45:59.671719+0000 mon.a (mon.0) 514 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-26T03:46:01.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:00 smithi204 bash[22361]: audit 2024-03-26T03:45:59.672409+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T03:46:01.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:01 smithi069 bash[22165]: cluster 2024-03-26T03:46:00.687323+0000 mon.a (mon.0) 516 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-26T03:46:01.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:01 smithi069 bash[22165]: audit 2024-03-26T03:46:01.059732+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:01.892 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:01 smithi069 bash[22165]: audit 2024-03-26T03:46:01.068380+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:01.892 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:01 smithi069 bash[22165]: audit 2024-03-26T03:46:01.074694+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:46:01.892 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:01 smithi069 bash[22165]: audit 2024-03-26T03:46:01.080371+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:46:01.892 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:01 smithi069 bash[22165]: cephadm 2024-03-26T03:46:01.081775+0000 mgr.a (mgr.14152) 177 : cephadm [INF] Adjusting osd_memory_target on smithi069 to 16241M 2024-03-26T03:46:01.892 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:01 smithi069 bash[22165]: audit 2024-03-26T03:46:01.088078+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:01.892 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:01 smithi069 bash[22165]: audit 2024-03-26T03:46:01.091988+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:46:01.892 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:01 smithi069 bash[22165]: audit 2024-03-26T03:46:01.093712+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:46:01.892 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:01 smithi069 bash[22165]: audit 2024-03-26T03:46:01.103320+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:01.892 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:01 smithi069 bash[22165]: cluster 2024-03-26T03:46:01.590741+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:01.936 DEBUG:teuthology.orchestra.run.smithi069:osd.1> sudo journalctl -f -n 0 -u ceph-780a5ade-eb22-11ee-95d0-87774f69a715@osd.1.service 2024-03-26T03:46:01.938 INFO:tasks.cephadm:Deploying osd.2 on smithi204 with /dev/vg_nvme/lv_4... 2024-03-26T03:46:01.939 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 780a5ade-eb22-11ee-95d0-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-26T03:46:01.950 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:01 smithi204 bash[22361]: cluster 2024-03-26T03:46:00.687323+0000 mon.a (mon.0) 516 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-26T03:46:01.950 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:01 smithi204 bash[22361]: audit 2024-03-26T03:46:01.059732+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:01.950 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:01 smithi204 bash[22361]: audit 2024-03-26T03:46:01.068380+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:01.950 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:01 smithi204 bash[22361]: audit 2024-03-26T03:46:01.074694+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:46:01.950 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:01 smithi204 bash[22361]: audit 2024-03-26T03:46:01.080371+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:46:01.950 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:01 smithi204 bash[22361]: cephadm 2024-03-26T03:46:01.081775+0000 mgr.a (mgr.14152) 177 : cephadm [INF] Adjusting osd_memory_target on smithi069 to 16241M 2024-03-26T03:46:01.950 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:01 smithi204 bash[22361]: audit 2024-03-26T03:46:01.088078+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:01.950 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:01 smithi204 bash[22361]: audit 2024-03-26T03:46:01.091988+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:46:01.950 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:01 smithi204 bash[22361]: audit 2024-03-26T03:46:01.093712+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:46:01.950 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:01 smithi204 bash[22361]: audit 2024-03-26T03:46:01.103320+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:01.951 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:01 smithi204 bash[22361]: cluster 2024-03-26T03:46:01.590741+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:02.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:01 smithi016 bash[21432]: cluster 2024-03-26T03:46:00.687323+0000 mon.a (mon.0) 516 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-26T03:46:02.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:01 smithi016 bash[21432]: audit 2024-03-26T03:46:01.059732+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:02.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:01 smithi016 bash[21432]: audit 2024-03-26T03:46:01.068380+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:02.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:01 smithi016 bash[21432]: audit 2024-03-26T03:46:01.074694+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:46:02.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:01 smithi016 bash[21432]: audit 2024-03-26T03:46:01.080371+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:46:02.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:01 smithi016 bash[21432]: cephadm 2024-03-26T03:46:01.081775+0000 mgr.a (mgr.14152) 177 : cephadm [INF] Adjusting osd_memory_target on smithi069 to 16241M 2024-03-26T03:46:02.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:01 smithi016 bash[21432]: audit 2024-03-26T03:46:01.088078+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:02.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:01 smithi016 bash[21432]: audit 2024-03-26T03:46:01.091988+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:46:02.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:01 smithi016 bash[21432]: audit 2024-03-26T03:46:01.093712+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:46:02.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:01 smithi016 bash[21432]: audit 2024-03-26T03:46:01.103320+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:02.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:01 smithi016 bash[21432]: cluster 2024-03-26T03:46:01.590741+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:04.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:04 smithi016 bash[21432]: cluster 2024-03-26T03:46:03.591328+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:05.005 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:04 smithi069 bash[22165]: cluster 2024-03-26T03:46:03.591328+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:05.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:04 smithi204 bash[22361]: cluster 2024-03-26T03:46:03.591328+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:05.642 INFO:teuthology.orchestra.run.smithi204.stderr:Inferring config /var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/mon.c/config 2024-03-26T03:46:06.999 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:06 smithi204 bash[22361]: cluster 2024-03-26T03:46:05.591846+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:06.999 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:06 smithi204 bash[22361]: audit 2024-03-26T03:46:06.173653+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:06.999 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:06 smithi204 bash[22361]: audit 2024-03-26T03:46:06.182124+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:07.000 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:06 smithi204 bash[22361]: audit 2024-03-26T03:46:06.200332+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:07.000 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:06 smithi204 bash[22361]: audit 2024-03-26T03:46:06.237967+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:46:07.000 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:06 smithi204 bash[22361]: audit 2024-03-26T03:46:06.243784+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:46:07.000 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:06 smithi204 bash[22361]: audit 2024-03-26T03:46:06.245595+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:46:07.000 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:06 smithi204 bash[22361]: audit 2024-03-26T03:46:06.255793+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:07.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:06 smithi016 bash[21432]: cluster 2024-03-26T03:46:05.591846+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:07.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:06 smithi016 bash[21432]: audit 2024-03-26T03:46:06.173653+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:07.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:06 smithi016 bash[21432]: audit 2024-03-26T03:46:06.182124+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:07.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:06 smithi016 bash[21432]: audit 2024-03-26T03:46:06.200332+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:07.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:06 smithi016 bash[21432]: audit 2024-03-26T03:46:06.237967+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:46:07.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:06 smithi016 bash[21432]: audit 2024-03-26T03:46:06.243784+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:46:07.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:06 smithi016 bash[21432]: audit 2024-03-26T03:46:06.245595+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:46:07.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:06 smithi016 bash[21432]: audit 2024-03-26T03:46:06.255793+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:07.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:06 smithi069 bash[22165]: cluster 2024-03-26T03:46:05.591846+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:07.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:06 smithi069 bash[22165]: audit 2024-03-26T03:46:06.173653+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:07.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:06 smithi069 bash[22165]: audit 2024-03-26T03:46:06.182124+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:07.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:06 smithi069 bash[22165]: audit 2024-03-26T03:46:06.200332+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:07.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:06 smithi069 bash[22165]: audit 2024-03-26T03:46:06.237967+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:46:07.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:06 smithi069 bash[22165]: audit 2024-03-26T03:46:06.243784+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:46:07.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:06 smithi069 bash[22165]: audit 2024-03-26T03:46:06.245595+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:46:07.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:06 smithi069 bash[22165]: audit 2024-03-26T03:46:06.255793+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:08.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:07 smithi016 bash[21432]: cluster 2024-03-26T03:46:06.249603+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:08.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:07 smithi016 bash[21432]: cluster 2024-03-26T03:46:07.196785+0000 mon.a (mon.0) 532 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-26T03:46:08.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:07 smithi204 bash[22361]: cluster 2024-03-26T03:46:06.249603+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:08.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:07 smithi204 bash[22361]: cluster 2024-03-26T03:46:07.196785+0000 mon.a (mon.0) 532 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-26T03:46:08.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:07 smithi069 bash[22165]: cluster 2024-03-26T03:46:06.249603+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:08.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:07 smithi069 bash[22165]: cluster 2024-03-26T03:46:07.196785+0000 mon.a (mon.0) 532 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-26T03:46:08.368 INFO:teuthology.orchestra.run.smithi204.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-26T03:46:08.368 INFO:teuthology.orchestra.run.smithi204.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-26T03:46:08.368 INFO:teuthology.orchestra.run.smithi204.stderr: stderr: 10+0 records in 2024-03-26T03:46:08.368 INFO:teuthology.orchestra.run.smithi204.stderr:10+0 records out 2024-03-26T03:46:08.368 INFO:teuthology.orchestra.run.smithi204.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.016233 s, 646 MB/s 2024-03-26T03:46:08.368 INFO:teuthology.orchestra.run.smithi204.stderr:--> Zapping successful for: 2024-03-26T03:46:08.969 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 780a5ade-eb22-11ee-95d0-87774f69a715 -- ceph orch daemon add osd smithi204:vg_nvme/lv_4 2024-03-26T03:46:10.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:09 smithi016 bash[21432]: cluster 2024-03-26T03:46:08.250209+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:10.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:09 smithi016 bash[21432]: audit 2024-03-26T03:46:08.940961+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:10.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:09 smithi016 bash[21432]: audit 2024-03-26T03:46:08.949919+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:10.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:09 smithi016 bash[21432]: audit 2024-03-26T03:46:08.960214+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:10.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:09 smithi016 bash[21432]: audit 2024-03-26T03:46:08.984186+0000 mon.a (mon.0) 536 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:46:10.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:09 smithi016 bash[21432]: audit 2024-03-26T03:46:08.989837+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:46:10.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:09 smithi016 bash[21432]: audit 2024-03-26T03:46:08.991667+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:46:10.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:09 smithi016 bash[21432]: audit 2024-03-26T03:46:09.001283+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:10.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:09 smithi204 bash[22361]: cluster 2024-03-26T03:46:08.250209+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:10.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:09 smithi204 bash[22361]: audit 2024-03-26T03:46:08.940961+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:10.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:09 smithi204 bash[22361]: audit 2024-03-26T03:46:08.949919+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:10.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:09 smithi204 bash[22361]: audit 2024-03-26T03:46:08.960214+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:10.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:09 smithi204 bash[22361]: audit 2024-03-26T03:46:08.984186+0000 mon.a (mon.0) 536 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:46:10.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:09 smithi204 bash[22361]: audit 2024-03-26T03:46:08.989837+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:46:10.101 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:09 smithi204 bash[22361]: audit 2024-03-26T03:46:08.991667+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:46:10.101 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:09 smithi204 bash[22361]: audit 2024-03-26T03:46:09.001283+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:10.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:09 smithi069 bash[22165]: cluster 2024-03-26T03:46:08.250209+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:10.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:09 smithi069 bash[22165]: audit 2024-03-26T03:46:08.940961+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:10.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:09 smithi069 bash[22165]: audit 2024-03-26T03:46:08.949919+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:10.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:09 smithi069 bash[22165]: audit 2024-03-26T03:46:08.960214+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:10.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:09 smithi069 bash[22165]: audit 2024-03-26T03:46:08.984186+0000 mon.a (mon.0) 536 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:46:10.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:09 smithi069 bash[22165]: audit 2024-03-26T03:46:08.989837+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:46:10.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:09 smithi069 bash[22165]: audit 2024-03-26T03:46:08.991667+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:46:10.142 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:09 smithi069 bash[22165]: audit 2024-03-26T03:46:09.001283+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:10.931 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:10 smithi204 bash[22361]: cluster 2024-03-26T03:46:08.995127+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:10.931 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:10 smithi204 bash[22361]: cluster 2024-03-26T03:46:09.956728+0000 mon.a (mon.0) 540 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-26T03:46:10.931 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:10 smithi204 bash[22361]: cluster 2024-03-26T03:46:09.956784+0000 mon.a (mon.0) 541 : cluster [INF] Cluster is now healthy 2024-03-26T03:46:11.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:10 smithi016 bash[21432]: cluster 2024-03-26T03:46:08.995127+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:11.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:10 smithi016 bash[21432]: cluster 2024-03-26T03:46:09.956728+0000 mon.a (mon.0) 540 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-26T03:46:11.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:10 smithi016 bash[21432]: cluster 2024-03-26T03:46:09.956784+0000 mon.a (mon.0) 541 : cluster [INF] Cluster is now healthy 2024-03-26T03:46:11.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:10 smithi069 bash[22165]: cluster 2024-03-26T03:46:08.995127+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:11.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:10 smithi069 bash[22165]: cluster 2024-03-26T03:46:09.956728+0000 mon.a (mon.0) 540 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-26T03:46:11.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:10 smithi069 bash[22165]: cluster 2024-03-26T03:46:09.956784+0000 mon.a (mon.0) 541 : cluster [INF] Cluster is now healthy 2024-03-26T03:46:12.711 INFO:teuthology.orchestra.run.smithi204.stderr:Inferring config /var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/mon.c/config 2024-03-26T03:46:12.947 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:12 smithi204 bash[22361]: cluster 2024-03-26T03:46:10.995606+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:12.947 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:12 smithi204 bash[22361]: audit 2024-03-26T03:46:12.592524+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:12.947 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:12 smithi204 bash[22361]: audit 2024-03-26T03:46:12.600493+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:12.947 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:12 smithi204 bash[22361]: audit 2024-03-26T03:46:12.610589+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:13.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:12 smithi016 bash[21432]: cluster 2024-03-26T03:46:10.995606+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:13.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:12 smithi016 bash[21432]: audit 2024-03-26T03:46:12.592524+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:13.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:12 smithi016 bash[21432]: audit 2024-03-26T03:46:12.600493+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:13.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:12 smithi016 bash[21432]: audit 2024-03-26T03:46:12.610589+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:13.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:12 smithi069 bash[22165]: cluster 2024-03-26T03:46:10.995606+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:13.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:12 smithi069 bash[22165]: audit 2024-03-26T03:46:12.592524+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:13.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:12 smithi069 bash[22165]: audit 2024-03-26T03:46:12.600493+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:13.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:12 smithi069 bash[22165]: audit 2024-03-26T03:46:12.610589+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:13.947 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:13 smithi204 bash[22361]: cluster 2024-03-26T03:46:12.996067+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:14.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:13 smithi016 bash[21432]: cluster 2024-03-26T03:46:12.996067+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:14.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:13 smithi069 bash[22165]: cluster 2024-03-26T03:46:12.996067+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:16.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:16 smithi204 bash[22361]: cluster 2024-03-26T03:46:14.996557+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:16.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:16 smithi204 bash[22361]: audit 2024-03-26T03:46:15.752918+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T03:46:16.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:16 smithi204 bash[22361]: audit 2024-03-26T03:46:15.759436+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T03:46:16.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:16 smithi204 bash[22361]: audit 2024-03-26T03:46:15.761191+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:46:16.391 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:16 smithi069 bash[22165]: cluster 2024-03-26T03:46:14.996557+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:16.391 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:16 smithi069 bash[22165]: audit 2024-03-26T03:46:15.752918+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T03:46:16.391 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:16 smithi069 bash[22165]: audit 2024-03-26T03:46:15.759436+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T03:46:16.391 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:16 smithi069 bash[22165]: audit 2024-03-26T03:46:15.761191+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:46:16.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:16 smithi016 bash[21432]: cluster 2024-03-26T03:46:14.996557+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:16.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:16 smithi016 bash[21432]: audit 2024-03-26T03:46:15.752918+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T03:46:16.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:16 smithi016 bash[21432]: audit 2024-03-26T03:46:15.759436+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T03:46:16.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:16 smithi016 bash[21432]: audit 2024-03-26T03:46:15.761191+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:46:17.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:17 smithi204 bash[22361]: audit 2024-03-26T03:46:15.745392+0000 mgr.a (mgr.14152) 187 : audit [DBG] from='client.24139 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi204:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:46:17.390 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:17 smithi069 bash[22165]: audit 2024-03-26T03:46:15.745392+0000 mgr.a (mgr.14152) 187 : audit [DBG] from='client.24139 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi204:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:46:17.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:17 smithi016 bash[21432]: audit 2024-03-26T03:46:15.745392+0000 mgr.a (mgr.14152) 187 : audit [DBG] from='client.24139 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi204:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:46:18.335 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:18 smithi204 bash[22361]: cluster 2024-03-26T03:46:16.997002+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:18.390 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:18 smithi069 bash[22165]: cluster 2024-03-26T03:46:16.997002+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:18.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:18 smithi016 bash[21432]: cluster 2024-03-26T03:46:16.997002+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:19.600 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:19 smithi204 bash[22361]: audit 2024-03-26T03:46:18.314261+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:19.600 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:19 smithi204 bash[22361]: audit 2024-03-26T03:46:18.323343+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:19.600 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:19 smithi204 bash[22361]: audit 2024-03-26T03:46:18.333600+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:19.640 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:19 smithi069 bash[22165]: audit 2024-03-26T03:46:18.314261+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:19.641 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:19 smithi069 bash[22165]: audit 2024-03-26T03:46:18.323343+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:19.641 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:19 smithi069 bash[22165]: audit 2024-03-26T03:46:18.333600+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:19.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:19 smithi016 bash[21432]: audit 2024-03-26T03:46:18.314261+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:19.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:19 smithi016 bash[21432]: audit 2024-03-26T03:46:18.323343+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:19.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:19 smithi016 bash[21432]: audit 2024-03-26T03:46:18.333600+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:20.600 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:20 smithi204 bash[22361]: cluster 2024-03-26T03:46:18.997433+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:20.640 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:20 smithi069 bash[22165]: cluster 2024-03-26T03:46:18.997433+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:20.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:20 smithi016 bash[21432]: cluster 2024-03-26T03:46:18.997433+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:22.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:22 smithi016 bash[21432]: cluster 2024-03-26T03:46:20.997943+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:22.605 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:22 smithi204 bash[22361]: cluster 2024-03-26T03:46:20.997943+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:22.640 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:22 smithi069 bash[22165]: cluster 2024-03-26T03:46:20.997943+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:24.600 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:24 smithi204 bash[22361]: cluster 2024-03-26T03:46:22.998327+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:24.600 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:24 smithi204 bash[22361]: audit 2024-03-26T03:46:23.634835+0000 mon.a (mon.0) 551 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "35795355-216c-4329-88e9-3694ac865d70"}]: dispatch 2024-03-26T03:46:24.600 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:24 smithi204 bash[22361]: audit 2024-03-26T03:46:23.635027+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.204:0/3482904681' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "35795355-216c-4329-88e9-3694ac865d70"}]: dispatch 2024-03-26T03:46:24.601 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:24 smithi204 bash[22361]: audit 2024-03-26T03:46:23.638137+0000 mon.a (mon.0) 552 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "35795355-216c-4329-88e9-3694ac865d70"}]': finished 2024-03-26T03:46:24.601 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:24 smithi204 bash[22361]: cluster 2024-03-26T03:46:23.643270+0000 mon.a (mon.0) 553 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-26T03:46:24.601 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:24 smithi204 bash[22361]: audit 2024-03-26T03:46:23.643682+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T03:46:24.601 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:24 smithi204 bash[22361]: audit 2024-03-26T03:46:24.278353+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.204:0/367796751' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T03:46:24.641 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:24 smithi069 bash[22165]: cluster 2024-03-26T03:46:22.998327+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:24.641 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:24 smithi069 bash[22165]: audit 2024-03-26T03:46:23.634835+0000 mon.a (mon.0) 551 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "35795355-216c-4329-88e9-3694ac865d70"}]: dispatch 2024-03-26T03:46:24.641 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:24 smithi069 bash[22165]: audit 2024-03-26T03:46:23.635027+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.204:0/3482904681' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "35795355-216c-4329-88e9-3694ac865d70"}]: dispatch 2024-03-26T03:46:24.641 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:24 smithi069 bash[22165]: audit 2024-03-26T03:46:23.638137+0000 mon.a (mon.0) 552 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "35795355-216c-4329-88e9-3694ac865d70"}]': finished 2024-03-26T03:46:24.641 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:24 smithi069 bash[22165]: cluster 2024-03-26T03:46:23.643270+0000 mon.a (mon.0) 553 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-26T03:46:24.641 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:24 smithi069 bash[22165]: audit 2024-03-26T03:46:23.643682+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T03:46:24.641 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:24 smithi069 bash[22165]: audit 2024-03-26T03:46:24.278353+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.204:0/367796751' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T03:46:24.722 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:24 smithi016 bash[21432]: cluster 2024-03-26T03:46:22.998327+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:24.722 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:24 smithi016 bash[21432]: audit 2024-03-26T03:46:23.634835+0000 mon.a (mon.0) 551 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "35795355-216c-4329-88e9-3694ac865d70"}]: dispatch 2024-03-26T03:46:24.722 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:24 smithi016 bash[21432]: audit 2024-03-26T03:46:23.635027+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.204:0/3482904681' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "35795355-216c-4329-88e9-3694ac865d70"}]: dispatch 2024-03-26T03:46:24.722 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:24 smithi016 bash[21432]: audit 2024-03-26T03:46:23.638137+0000 mon.a (mon.0) 552 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "35795355-216c-4329-88e9-3694ac865d70"}]': finished 2024-03-26T03:46:24.723 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:24 smithi016 bash[21432]: cluster 2024-03-26T03:46:23.643270+0000 mon.a (mon.0) 553 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-26T03:46:24.723 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:24 smithi016 bash[21432]: audit 2024-03-26T03:46:23.643682+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T03:46:24.723 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:24 smithi016 bash[21432]: audit 2024-03-26T03:46:24.278353+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.204:0/367796751' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T03:46:26.600 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:26 smithi204 bash[22361]: cluster 2024-03-26T03:46:24.998840+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:26.640 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:26 smithi069 bash[22165]: cluster 2024-03-26T03:46:24.998840+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:26.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:26 smithi016 bash[21432]: cluster 2024-03-26T03:46:24.998840+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:28.640 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:28 smithi069 bash[22165]: cluster 2024-03-26T03:46:26.999329+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:28.641 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:28 smithi069 bash[22165]: audit 2024-03-26T03:46:27.954904+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:28.641 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:28 smithi069 bash[22165]: audit 2024-03-26T03:46:27.964081+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:28.641 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:28 smithi069 bash[22165]: audit 2024-03-26T03:46:27.974330+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:28.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:28 smithi016 bash[21432]: cluster 2024-03-26T03:46:26.999329+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:28.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:28 smithi016 bash[21432]: audit 2024-03-26T03:46:27.954904+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:28.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:28 smithi016 bash[21432]: audit 2024-03-26T03:46:27.964081+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:28.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:28 smithi016 bash[21432]: audit 2024-03-26T03:46:27.974330+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:28.849 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:28 smithi204 bash[22361]: cluster 2024-03-26T03:46:26.999329+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:28.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:28 smithi204 bash[22361]: audit 2024-03-26T03:46:27.954904+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:28.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:28 smithi204 bash[22361]: audit 2024-03-26T03:46:27.964081+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:28.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:28 smithi204 bash[22361]: audit 2024-03-26T03:46:27.974330+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:30.640 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:30 smithi069 bash[22165]: cluster 2024-03-26T03:46:28.999797+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:30.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:30 smithi016 bash[21432]: cluster 2024-03-26T03:46:28.999797+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:30.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:30 smithi204 bash[22361]: cluster 2024-03-26T03:46:28.999797+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:32.599 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:32 smithi204 bash[22361]: cluster 2024-03-26T03:46:31.000265+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:32.640 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:32 smithi069 bash[22165]: cluster 2024-03-26T03:46:31.000265+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:32.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:32 smithi016 bash[21432]: cluster 2024-03-26T03:46:31.000265+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:34.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:33 smithi204 bash[22361]: audit 2024-03-26T03:46:32.816683+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:34.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:33 smithi204 bash[22361]: audit 2024-03-26T03:46:32.824918+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:34.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:33 smithi204 bash[22361]: audit 2024-03-26T03:46:32.835118+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:34.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:33 smithi204 bash[22361]: cluster 2024-03-26T03:46:33.000766+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:34.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:33 smithi069 bash[22165]: audit 2024-03-26T03:46:32.816683+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:34.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:33 smithi069 bash[22165]: audit 2024-03-26T03:46:32.824918+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:34.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:33 smithi069 bash[22165]: audit 2024-03-26T03:46:32.835118+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:34.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:33 smithi069 bash[22165]: cluster 2024-03-26T03:46:33.000766+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:34.279 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:33 smithi016 bash[21432]: audit 2024-03-26T03:46:32.816683+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:34.279 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:33 smithi016 bash[21432]: audit 2024-03-26T03:46:32.824918+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:34.279 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:33 smithi016 bash[21432]: audit 2024-03-26T03:46:32.835118+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:34.279 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:33 smithi016 bash[21432]: cluster 2024-03-26T03:46:33.000766+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:36.351 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:36 smithi204 bash[22361]: cluster 2024-03-26T03:46:35.001195+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:36.390 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:36 smithi069 bash[22165]: cluster 2024-03-26T03:46:35.001195+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:36.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:36 smithi016 bash[21432]: cluster 2024-03-26T03:46:35.001195+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:37.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:37 smithi204 bash[22361]: audit 2024-03-26T03:46:36.498339+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-26T03:46:37.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:37 smithi204 bash[22361]: audit 2024-03-26T03:46:36.500355+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:46:37.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:37 smithi204 bash[22361]: cephadm 2024-03-26T03:46:36.502175+0000 mgr.a (mgr.14152) 198 : cephadm [INF] Deploying daemon osd.2 on smithi204 2024-03-26T03:46:37.390 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:37 smithi069 bash[22165]: audit 2024-03-26T03:46:36.498339+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-26T03:46:37.390 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:37 smithi069 bash[22165]: audit 2024-03-26T03:46:36.500355+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:46:37.391 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:37 smithi069 bash[22165]: cephadm 2024-03-26T03:46:36.502175+0000 mgr.a (mgr.14152) 198 : cephadm [INF] Deploying daemon osd.2 on smithi204 2024-03-26T03:46:37.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:37 smithi016 bash[21432]: audit 2024-03-26T03:46:36.498339+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-26T03:46:37.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:37 smithi016 bash[21432]: audit 2024-03-26T03:46:36.500355+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:46:37.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:37 smithi016 bash[21432]: cephadm 2024-03-26T03:46:36.502175+0000 mgr.a (mgr.14152) 198 : cephadm [INF] Deploying daemon osd.2 on smithi204 2024-03-26T03:46:38.349 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:38 smithi204 bash[22361]: cluster 2024-03-26T03:46:37.001664+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:38.390 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:38 smithi069 bash[22165]: cluster 2024-03-26T03:46:37.001664+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:38.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:38 smithi016 bash[21432]: cluster 2024-03-26T03:46:37.001664+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:39.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:39 smithi204 bash[22361]: audit 2024-03-26T03:46:38.537141+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:39.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:39 smithi204 bash[22361]: audit 2024-03-26T03:46:38.545209+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:39.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:39 smithi204 bash[22361]: cephadm 2024-03-26T03:46:38.548312+0000 mgr.a (mgr.14152) 200 : cephadm [INF] Detected new or changed devices on smithi204 2024-03-26T03:46:39.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:39 smithi204 bash[22361]: audit 2024-03-26T03:46:38.555490+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:39.890 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:39 smithi069 bash[22165]: audit 2024-03-26T03:46:38.537141+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:39.890 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:39 smithi069 bash[22165]: audit 2024-03-26T03:46:38.545209+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:39.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:39 smithi069 bash[22165]: cephadm 2024-03-26T03:46:38.548312+0000 mgr.a (mgr.14152) 200 : cephadm [INF] Detected new or changed devices on smithi204 2024-03-26T03:46:39.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:39 smithi069 bash[22165]: audit 2024-03-26T03:46:38.555490+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:40.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:39 smithi016 bash[21432]: audit 2024-03-26T03:46:38.537141+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:40.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:39 smithi016 bash[21432]: audit 2024-03-26T03:46:38.545209+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:40.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:39 smithi016 bash[21432]: cephadm 2024-03-26T03:46:38.548312+0000 mgr.a (mgr.14152) 200 : cephadm [INF] Detected new or changed devices on smithi204 2024-03-26T03:46:40.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:39 smithi016 bash[21432]: audit 2024-03-26T03:46:38.555490+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:40.506 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:40 smithi204 systemd[1]: /etc/systemd/system/ceph-780a5ade-eb22-11ee-95d0-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-26T03:46:40.758 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:40 smithi204 bash[22361]: cluster 2024-03-26T03:46:39.002136+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:40.758 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:40 smithi204 systemd[1]: /etc/systemd/system/ceph-780a5ade-eb22-11ee-95d0-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-26T03:46:40.890 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:40 smithi069 bash[22165]: cluster 2024-03-26T03:46:39.002136+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:41.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:40 smithi016 bash[21432]: cluster 2024-03-26T03:46:39.002136+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:42.019 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:41 smithi204 bash[22361]: audit 2024-03-26T03:46:40.764923+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:42.019 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:41 smithi204 bash[22361]: audit 2024-03-26T03:46:40.765901+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:46:42.019 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:41 smithi204 bash[22361]: audit 2024-03-26T03:46:40.774823+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:42.019 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:41 smithi204 bash[22361]: audit 2024-03-26T03:46:40.775689+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:46:42.019 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:41 smithi204 bash[22361]: audit 2024-03-26T03:46:40.779661+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:46:42.019 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:41 smithi204 bash[22361]: audit 2024-03-26T03:46:40.791768+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:42.019 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:41 smithi204 bash[22361]: cluster 2024-03-26T03:46:41.002611+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:42.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:41 smithi016 bash[21432]: audit 2024-03-26T03:46:40.764923+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:42.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:41 smithi016 bash[21432]: audit 2024-03-26T03:46:40.765901+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:46:42.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:41 smithi016 bash[21432]: audit 2024-03-26T03:46:40.774823+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:42.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:41 smithi016 bash[21432]: audit 2024-03-26T03:46:40.775689+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:46:42.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:41 smithi016 bash[21432]: audit 2024-03-26T03:46:40.779661+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:46:42.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:41 smithi016 bash[21432]: audit 2024-03-26T03:46:40.791768+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:42.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:41 smithi016 bash[21432]: cluster 2024-03-26T03:46:41.002611+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:42.140 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:41 smithi069 bash[22165]: audit 2024-03-26T03:46:40.764923+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:42.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:41 smithi069 bash[22165]: audit 2024-03-26T03:46:40.765901+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:46:42.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:41 smithi069 bash[22165]: audit 2024-03-26T03:46:40.774823+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:42.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:41 smithi069 bash[22165]: audit 2024-03-26T03:46:40.775689+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:46:42.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:41 smithi069 bash[22165]: audit 2024-03-26T03:46:40.779661+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:46:42.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:41 smithi069 bash[22165]: audit 2024-03-26T03:46:40.791768+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:42.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:41 smithi069 bash[22165]: cluster 2024-03-26T03:46:41.002611+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:44.312 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:44 smithi016 bash[21432]: cluster 2024-03-26T03:46:43.003078+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:44.349 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:44 smithi204 bash[22361]: cluster 2024-03-26T03:46:43.003078+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:44.350 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:44 smithi069 bash[22165]: cluster 2024-03-26T03:46:43.003078+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:46.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:46 smithi204 bash[22361]: cluster 2024-03-26T03:46:45.003564+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:46.390 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:46 smithi069 bash[22165]: cluster 2024-03-26T03:46:45.003564+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:46.504 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:46 smithi016 bash[21432]: cluster 2024-03-26T03:46:45.003564+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:47.099 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:47 smithi204 bash[22361]: audit 2024-03-26T03:46:46.845010+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.204:6800/2411257080,v1:172.21.15.204:6801/2411257080]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-26T03:46:47.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:47 smithi204 bash[22361]: audit 2024-03-26T03:46:46.845068+0000 mon.a (mon.0) 572 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-26T03:46:47.390 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:47 smithi069 bash[22165]: audit 2024-03-26T03:46:46.845010+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.204:6800/2411257080,v1:172.21.15.204:6801/2411257080]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-26T03:46:47.391 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:47 smithi069 bash[22165]: audit 2024-03-26T03:46:46.845068+0000 mon.a (mon.0) 572 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-26T03:46:47.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:47 smithi016 bash[21432]: audit 2024-03-26T03:46:46.845010+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.204:6800/2411257080,v1:172.21.15.204:6801/2411257080]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-26T03:46:47.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:47 smithi016 bash[21432]: audit 2024-03-26T03:46:46.845068+0000 mon.a (mon.0) 572 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-26T03:46:48.192 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:48 smithi204 bash[22361]: cluster 2024-03-26T03:46:47.004004+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:48.192 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:48 smithi204 bash[22361]: audit 2024-03-26T03:46:47.070036+0000 mon.a (mon.0) 573 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-26T03:46:48.192 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:48 smithi204 bash[22361]: cluster 2024-03-26T03:46:47.076257+0000 mon.a (mon.0) 574 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-26T03:46:48.192 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:48 smithi204 bash[22361]: audit 2024-03-26T03:46:47.076818+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.204:6800/2411257080,v1:172.21.15.204:6801/2411257080]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-03-26T03:46:48.192 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:48 smithi204 bash[22361]: audit 2024-03-26T03:46:47.077212+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T03:46:48.192 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:48 smithi204 bash[22361]: audit 2024-03-26T03:46:47.078388+0000 mon.a (mon.0) 576 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-03-26T03:46:48.390 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:48 smithi069 bash[22165]: cluster 2024-03-26T03:46:47.004004+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:48.391 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:48 smithi069 bash[22165]: audit 2024-03-26T03:46:47.070036+0000 mon.a (mon.0) 573 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-26T03:46:48.391 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:48 smithi069 bash[22165]: cluster 2024-03-26T03:46:47.076257+0000 mon.a (mon.0) 574 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-26T03:46:48.391 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:48 smithi069 bash[22165]: audit 2024-03-26T03:46:47.076818+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.204:6800/2411257080,v1:172.21.15.204:6801/2411257080]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-03-26T03:46:48.391 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:48 smithi069 bash[22165]: audit 2024-03-26T03:46:47.077212+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T03:46:48.391 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:48 smithi069 bash[22165]: audit 2024-03-26T03:46:47.078388+0000 mon.a (mon.0) 576 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-03-26T03:46:48.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:48 smithi016 bash[21432]: cluster 2024-03-26T03:46:47.004004+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:48.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:48 smithi016 bash[21432]: audit 2024-03-26T03:46:47.070036+0000 mon.a (mon.0) 573 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-26T03:46:48.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:48 smithi016 bash[21432]: cluster 2024-03-26T03:46:47.076257+0000 mon.a (mon.0) 574 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-26T03:46:48.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:48 smithi016 bash[21432]: audit 2024-03-26T03:46:47.076818+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.204:6800/2411257080,v1:172.21.15.204:6801/2411257080]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-03-26T03:46:48.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:48 smithi016 bash[21432]: audit 2024-03-26T03:46:47.077212+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T03:46:48.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:48 smithi016 bash[21432]: audit 2024-03-26T03:46:47.078388+0000 mon.a (mon.0) 576 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-03-26T03:46:49.332 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:49 smithi204 bash[22361]: audit 2024-03-26T03:46:48.072338+0000 mon.a (mon.0) 577 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2024-03-26T03:46:49.332 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:49 smithi204 bash[22361]: cluster 2024-03-26T03:46:48.077581+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-26T03:46:49.333 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:49 smithi204 bash[22361]: audit 2024-03-26T03:46:48.078745+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T03:46:49.333 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:49 smithi204 bash[22361]: audit 2024-03-26T03:46:48.087178+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T03:46:49.333 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:49 smithi204 bash[22361]: audit 2024-03-26T03:46:48.168932+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:49.333 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:49 smithi204 bash[22361]: audit 2024-03-26T03:46:48.224355+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:49.333 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:49 smithi204 bash[22361]: audit 2024-03-26T03:46:48.268836+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:49.333 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:49 smithi204 bash[22361]: audit 2024-03-26T03:46:48.586624+0000 mon.a (mon.0) 584 : audit [INF] from='osd.2 ' entity='osd.2' 2024-03-26T03:46:49.390 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:49 smithi069 bash[22165]: audit 2024-03-26T03:46:48.072338+0000 mon.a (mon.0) 577 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2024-03-26T03:46:49.390 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:49 smithi069 bash[22165]: cluster 2024-03-26T03:46:48.077581+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-26T03:46:49.391 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:49 smithi069 bash[22165]: audit 2024-03-26T03:46:48.078745+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T03:46:49.391 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:49 smithi069 bash[22165]: audit 2024-03-26T03:46:48.087178+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T03:46:49.391 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:49 smithi069 bash[22165]: audit 2024-03-26T03:46:48.168932+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:49.391 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:49 smithi069 bash[22165]: audit 2024-03-26T03:46:48.224355+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:49.391 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:49 smithi069 bash[22165]: audit 2024-03-26T03:46:48.268836+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:49.391 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:49 smithi069 bash[22165]: audit 2024-03-26T03:46:48.586624+0000 mon.a (mon.0) 584 : audit [INF] from='osd.2 ' entity='osd.2' 2024-03-26T03:46:49.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:49 smithi016 bash[21432]: audit 2024-03-26T03:46:48.072338+0000 mon.a (mon.0) 577 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2024-03-26T03:46:49.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:49 smithi016 bash[21432]: cluster 2024-03-26T03:46:48.077581+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-26T03:46:49.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:49 smithi016 bash[21432]: audit 2024-03-26T03:46:48.078745+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T03:46:49.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:49 smithi016 bash[21432]: audit 2024-03-26T03:46:48.087178+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T03:46:49.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:49 smithi016 bash[21432]: audit 2024-03-26T03:46:48.168932+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:49.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:49 smithi016 bash[21432]: audit 2024-03-26T03:46:48.224355+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:49.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:49 smithi016 bash[21432]: audit 2024-03-26T03:46:48.268836+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:49.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:49 smithi016 bash[21432]: audit 2024-03-26T03:46:48.586624+0000 mon.a (mon.0) 584 : audit [INF] from='osd.2 ' entity='osd.2' 2024-03-26T03:46:50.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:50 smithi204 bash[22361]: cluster 2024-03-26T03:46:47.837397+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-26T03:46:50.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:50 smithi204 bash[22361]: cluster 2024-03-26T03:46:47.837479+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-26T03:46:50.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:50 smithi204 bash[22361]: cluster 2024-03-26T03:46:49.004466+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:50.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:50 smithi204 bash[22361]: audit 2024-03-26T03:46:49.080892+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T03:46:50.351 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:50 smithi204 bash[22361]: cluster 2024-03-26T03:46:49.595405+0000 mon.a (mon.0) 586 : cluster [INF] osd.2 [v2:172.21.15.204:6800/2411257080,v1:172.21.15.204:6801/2411257080] boot 2024-03-26T03:46:50.351 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:50 smithi204 bash[22361]: cluster 2024-03-26T03:46:49.595511+0000 mon.a (mon.0) 587 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-26T03:46:50.351 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:50 smithi204 bash[22361]: audit 2024-03-26T03:46:49.595776+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T03:46:50.390 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:50 smithi069 bash[22165]: cluster 2024-03-26T03:46:47.837397+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-26T03:46:50.390 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:50 smithi069 bash[22165]: cluster 2024-03-26T03:46:47.837479+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-26T03:46:50.390 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:50 smithi069 bash[22165]: cluster 2024-03-26T03:46:49.004466+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:50.390 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:50 smithi069 bash[22165]: audit 2024-03-26T03:46:49.080892+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T03:46:50.391 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:50 smithi069 bash[22165]: cluster 2024-03-26T03:46:49.595405+0000 mon.a (mon.0) 586 : cluster [INF] osd.2 [v2:172.21.15.204:6800/2411257080,v1:172.21.15.204:6801/2411257080] boot 2024-03-26T03:46:50.391 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:50 smithi069 bash[22165]: cluster 2024-03-26T03:46:49.595511+0000 mon.a (mon.0) 587 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-26T03:46:50.391 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:50 smithi069 bash[22165]: audit 2024-03-26T03:46:49.595776+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T03:46:50.401 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:50 smithi016 bash[21432]: cluster 2024-03-26T03:46:47.837397+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-26T03:46:50.401 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:50 smithi016 bash[21432]: cluster 2024-03-26T03:46:47.837479+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-26T03:46:50.401 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:50 smithi016 bash[21432]: cluster 2024-03-26T03:46:49.004466+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:46:50.402 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:50 smithi016 bash[21432]: audit 2024-03-26T03:46:49.080892+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T03:46:50.402 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:50 smithi016 bash[21432]: cluster 2024-03-26T03:46:49.595405+0000 mon.a (mon.0) 586 : cluster [INF] osd.2 [v2:172.21.15.204:6800/2411257080,v1:172.21.15.204:6801/2411257080] boot 2024-03-26T03:46:50.402 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:50 smithi016 bash[21432]: cluster 2024-03-26T03:46:49.595511+0000 mon.a (mon.0) 587 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-26T03:46:50.402 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:50 smithi016 bash[21432]: audit 2024-03-26T03:46:49.595776+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T03:46:50.617 INFO:teuthology.orchestra.run.smithi204.stdout:Created osd(s) 2 on host 'smithi204' 2024-03-26T03:46:51.206 DEBUG:teuthology.orchestra.run.smithi204:osd.2> sudo journalctl -f -n 0 -u ceph-780a5ade-eb22-11ee-95d0-87774f69a715@osd.2.service 2024-03-26T03:46:51.209 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-03-26T03:46:51.210 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 780a5ade-eb22-11ee-95d0-87774f69a715 -- ceph osd stat -f json 2024-03-26T03:46:51.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:51 smithi204 bash[22361]: audit 2024-03-26T03:46:50.197588+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' 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-26T03:46:51.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:51 smithi204 bash[22361]: audit 2024-03-26T03:46:50.574545+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:51.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:51 smithi204 bash[22361]: audit 2024-03-26T03:46:50.575751+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:46:51.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:51 smithi204 bash[22361]: audit 2024-03-26T03:46:50.583910+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:51.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:51 smithi204 bash[22361]: audit 2024-03-26T03:46:50.584983+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:46:51.351 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:51 smithi204 bash[22361]: cephadm 2024-03-26T03:46:50.586382+0000 mgr.a (mgr.14152) 207 : cephadm [INF] Adjusting osd_memory_target on smithi204 to 20337M 2024-03-26T03:46:51.351 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:51 smithi204 bash[22361]: audit 2024-03-26T03:46:50.592825+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:51.351 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:51 smithi204 bash[22361]: audit 2024-03-26T03:46:50.598053+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' 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-26T03:46:51.351 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:51 smithi204 bash[22361]: cluster 2024-03-26T03:46:50.603034+0000 mon.a (mon.0) 596 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-26T03:46:51.351 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:51 smithi204 bash[22361]: audit 2024-03-26T03:46:50.603354+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:46:51.351 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:51 smithi204 bash[22361]: audit 2024-03-26T03:46:50.605008+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-26T03:46:51.351 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:51 smithi204 bash[22361]: audit 2024-03-26T03:46:50.605557+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:46:51.351 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:51 smithi204 bash[22361]: audit 2024-03-26T03:46:50.614816+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:51.390 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:51 smithi069 bash[22165]: audit 2024-03-26T03:46:50.197588+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' 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-26T03:46:51.391 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:51 smithi069 bash[22165]: audit 2024-03-26T03:46:50.574545+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:51.391 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:51 smithi069 bash[22165]: audit 2024-03-26T03:46:50.575751+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:46:51.391 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:51 smithi069 bash[22165]: audit 2024-03-26T03:46:50.583910+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:51.391 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:51 smithi069 bash[22165]: audit 2024-03-26T03:46:50.584983+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:46:51.391 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:51 smithi069 bash[22165]: cephadm 2024-03-26T03:46:50.586382+0000 mgr.a (mgr.14152) 207 : cephadm [INF] Adjusting osd_memory_target on smithi204 to 20337M 2024-03-26T03:46:51.391 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:51 smithi069 bash[22165]: audit 2024-03-26T03:46:50.592825+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:51.391 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:51 smithi069 bash[22165]: audit 2024-03-26T03:46:50.598053+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' 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-26T03:46:51.391 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:51 smithi069 bash[22165]: cluster 2024-03-26T03:46:50.603034+0000 mon.a (mon.0) 596 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-26T03:46:51.391 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:51 smithi069 bash[22165]: audit 2024-03-26T03:46:50.603354+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:46:51.391 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:51 smithi069 bash[22165]: audit 2024-03-26T03:46:50.605008+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-26T03:46:51.391 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:51 smithi069 bash[22165]: audit 2024-03-26T03:46:50.605557+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:46:51.391 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:51 smithi069 bash[22165]: audit 2024-03-26T03:46:50.614816+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:51.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:51 smithi016 bash[21432]: audit 2024-03-26T03:46:50.197588+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' 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-26T03:46:51.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:51 smithi016 bash[21432]: audit 2024-03-26T03:46:50.574545+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:51.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:51 smithi016 bash[21432]: audit 2024-03-26T03:46:50.575751+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:46:51.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:51 smithi016 bash[21432]: audit 2024-03-26T03:46:50.583910+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:51.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:51 smithi016 bash[21432]: audit 2024-03-26T03:46:50.584983+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:46:51.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:51 smithi016 bash[21432]: cephadm 2024-03-26T03:46:50.586382+0000 mgr.a (mgr.14152) 207 : cephadm [INF] Adjusting osd_memory_target on smithi204 to 20337M 2024-03-26T03:46:51.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:51 smithi016 bash[21432]: audit 2024-03-26T03:46:50.592825+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:51.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:51 smithi016 bash[21432]: audit 2024-03-26T03:46:50.598053+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' 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-26T03:46:51.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:51 smithi016 bash[21432]: cluster 2024-03-26T03:46:50.603034+0000 mon.a (mon.0) 596 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-26T03:46:51.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:51 smithi016 bash[21432]: audit 2024-03-26T03:46:50.603354+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:46:51.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:51 smithi016 bash[21432]: audit 2024-03-26T03:46:50.605008+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-26T03:46:51.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:51 smithi016 bash[21432]: audit 2024-03-26T03:46:50.605557+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:46:51.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:51 smithi016 bash[21432]: audit 2024-03-26T03:46:50.614816+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:52.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:52 smithi204 bash[22361]: cluster 2024-03-26T03:46:51.005060+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v153: 1 pgs: 1 creating+peering; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:46:52.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:52 smithi204 bash[22361]: audit 2024-03-26T03:46:51.600881+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-26T03:46:52.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:52 smithi204 bash[22361]: cluster 2024-03-26T03:46:51.606729+0000 mon.a (mon.0) 602 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-26T03:46:52.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:52 smithi204 bash[22361]: cluster 2024-03-26T03:46:51.611356+0000 mon.a (mon.0) 603 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-26T03:46:52.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:52 smithi204 bash[22361]: audit 2024-03-26T03:46:51.899193+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:52.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:52 smithi204 bash[22361]: audit 2024-03-26T03:46:51.989463+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:52.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:52 smithi204 bash[22361]: audit 2024-03-26T03:46:52.095086+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:52.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:52 smithi204 bash[22361]: audit 2024-03-26T03:46:52.097788+0000 mon.a (mon.0) 607 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-26T03:46:52.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:52 smithi204 bash[22361]: audit 2024-03-26T03:46:52.152933+0000 mon.a (mon.0) 608 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-26T03:46:52.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:52 smithi204 bash[22361]: audit 2024-03-26T03:46:52.153363+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T03:46:52.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:52 smithi204 bash[22361]: audit 2024-03-26T03:46:52.153711+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:46:52.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:52 smithi204 bash[22361]: audit 2024-03-26T03:46:52.153987+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:46:52.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:52 smithi204 bash[22361]: audit 2024-03-26T03:46:52.157456+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T03:46:52.851 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:52 smithi204 bash[22361]: audit 2024-03-26T03:46:52.157890+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:46:52.852 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:52 smithi204 bash[22361]: audit 2024-03-26T03:46:52.158176+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-26T03:46:52.852 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:52 smithi204 bash[22361]: audit 2024-03-26T03:46:52.158332+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:46:52.852 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:52 smithi204 bash[22361]: audit 2024-03-26T03:46:52.209655+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-26T03:46:52.852 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:52 smithi204 bash[22361]: audit 2024-03-26T03:46:52.213931+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T03:46:52.852 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:52 smithi204 bash[22361]: audit 2024-03-26T03:46:52.214135+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-26T03:46:52.852 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:52 smithi204 bash[22361]: audit 2024-03-26T03:46:52.214414+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:46:52.852 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:52 smithi204 bash[22361]: audit 2024-03-26T03:46:52.214872+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:46:52.852 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:52 smithi204 bash[22361]: audit 2024-03-26T03:46:52.267871+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-26T03:46:52.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:52 smithi069 bash[22165]: cluster 2024-03-26T03:46:51.005060+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v153: 1 pgs: 1 creating+peering; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:46:52.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:52 smithi069 bash[22165]: audit 2024-03-26T03:46:51.600881+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-26T03:46:52.892 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:52 smithi069 bash[22165]: cluster 2024-03-26T03:46:51.606729+0000 mon.a (mon.0) 602 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-26T03:46:52.892 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:52 smithi069 bash[22165]: cluster 2024-03-26T03:46:51.611356+0000 mon.a (mon.0) 603 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-26T03:46:52.892 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:52 smithi069 bash[22165]: audit 2024-03-26T03:46:51.899193+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:52.892 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:52 smithi069 bash[22165]: audit 2024-03-26T03:46:51.989463+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:52.892 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:52 smithi069 bash[22165]: audit 2024-03-26T03:46:52.095086+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:52.892 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:52 smithi069 bash[22165]: audit 2024-03-26T03:46:52.097788+0000 mon.a (mon.0) 607 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-26T03:46:52.892 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:52 smithi069 bash[22165]: audit 2024-03-26T03:46:52.152933+0000 mon.a (mon.0) 608 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-26T03:46:52.892 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:52 smithi069 bash[22165]: audit 2024-03-26T03:46:52.153363+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T03:46:52.892 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:52 smithi069 bash[22165]: audit 2024-03-26T03:46:52.153711+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:46:52.892 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:52 smithi069 bash[22165]: audit 2024-03-26T03:46:52.153987+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:46:52.892 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:52 smithi069 bash[22165]: audit 2024-03-26T03:46:52.157456+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T03:46:52.892 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:52 smithi069 bash[22165]: audit 2024-03-26T03:46:52.157890+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:46:52.892 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:52 smithi069 bash[22165]: audit 2024-03-26T03:46:52.158176+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-26T03:46:52.893 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:52 smithi069 bash[22165]: audit 2024-03-26T03:46:52.158332+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:46:52.893 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:52 smithi069 bash[22165]: audit 2024-03-26T03:46:52.209655+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-26T03:46:52.893 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:52 smithi069 bash[22165]: audit 2024-03-26T03:46:52.213931+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T03:46:52.893 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:52 smithi069 bash[22165]: audit 2024-03-26T03:46:52.214135+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-26T03:46:52.893 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:52 smithi069 bash[22165]: audit 2024-03-26T03:46:52.214414+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:46:52.893 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:52 smithi069 bash[22165]: audit 2024-03-26T03:46:52.214872+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:46:52.893 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:52 smithi069 bash[22165]: audit 2024-03-26T03:46:52.267871+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-26T03:46:53.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:52 smithi016 bash[21432]: cluster 2024-03-26T03:46:51.005060+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v153: 1 pgs: 1 creating+peering; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:46:53.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:52 smithi016 bash[21432]: audit 2024-03-26T03:46:51.600881+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-26T03:46:53.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:52 smithi016 bash[21432]: cluster 2024-03-26T03:46:51.606729+0000 mon.a (mon.0) 602 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-26T03:46:53.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:52 smithi016 bash[21432]: cluster 2024-03-26T03:46:51.611356+0000 mon.a (mon.0) 603 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-26T03:46:53.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:52 smithi016 bash[21432]: audit 2024-03-26T03:46:51.899193+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:53.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:52 smithi016 bash[21432]: audit 2024-03-26T03:46:51.989463+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:53.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:52 smithi016 bash[21432]: audit 2024-03-26T03:46:52.095086+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:53.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:52 smithi016 bash[21432]: audit 2024-03-26T03:46:52.097788+0000 mon.a (mon.0) 607 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-26T03:46:53.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:52 smithi016 bash[21432]: audit 2024-03-26T03:46:52.152933+0000 mon.a (mon.0) 608 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-26T03:46:53.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:52 smithi016 bash[21432]: audit 2024-03-26T03:46:52.153363+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T03:46:53.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:52 smithi016 bash[21432]: audit 2024-03-26T03:46:52.153711+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:46:53.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:52 smithi016 bash[21432]: audit 2024-03-26T03:46:52.153987+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:46:53.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:52 smithi016 bash[21432]: audit 2024-03-26T03:46:52.157456+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T03:46:53.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:52 smithi016 bash[21432]: audit 2024-03-26T03:46:52.157890+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:46:53.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:52 smithi016 bash[21432]: audit 2024-03-26T03:46:52.158176+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-26T03:46:53.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:52 smithi016 bash[21432]: audit 2024-03-26T03:46:52.158332+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:46:53.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:52 smithi016 bash[21432]: audit 2024-03-26T03:46:52.209655+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-26T03:46:53.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:52 smithi016 bash[21432]: audit 2024-03-26T03:46:52.213931+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T03:46:53.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:52 smithi016 bash[21432]: audit 2024-03-26T03:46:52.214135+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-26T03:46:53.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:52 smithi016 bash[21432]: audit 2024-03-26T03:46:52.214414+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:46:53.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:52 smithi016 bash[21432]: audit 2024-03-26T03:46:52.214872+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:46:53.031 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:52 smithi016 bash[21432]: audit 2024-03-26T03:46:52.267871+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-26T03:46:53.890 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:53 smithi069 bash[22165]: cluster 2024-03-26T03:46:52.619063+0000 mon.a (mon.0) 618 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-26T03:46:53.890 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:53 smithi069 bash[22165]: audit 2024-03-26T03:46:53.052467+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:53.890 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:53 smithi069 bash[22165]: audit 2024-03-26T03:46:53.061901+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:53.890 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:53 smithi069 bash[22165]: audit 2024-03-26T03:46:53.072143+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:53.988 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:53 smithi204 bash[22361]: cluster 2024-03-26T03:46:52.619063+0000 mon.a (mon.0) 618 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-26T03:46:53.989 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:53 smithi204 bash[22361]: audit 2024-03-26T03:46:53.052467+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:53.989 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:53 smithi204 bash[22361]: audit 2024-03-26T03:46:53.061901+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:53.989 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:53 smithi204 bash[22361]: audit 2024-03-26T03:46:53.072143+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:54.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:53 smithi016 bash[21432]: cluster 2024-03-26T03:46:52.619063+0000 mon.a (mon.0) 618 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-26T03:46:54.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:53 smithi016 bash[21432]: audit 2024-03-26T03:46:53.052467+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:54.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:53 smithi016 bash[21432]: audit 2024-03-26T03:46:53.061901+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:54.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:53 smithi016 bash[21432]: audit 2024-03-26T03:46:53.072143+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:54.879 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:54 smithi204 bash[22361]: cluster 2024-03-26T03:46:53.005577+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v156: 1 pgs: 1 creating+peering; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:46:54.879 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:54 smithi204 bash[22361]: cluster 2024-03-26T03:46:53.614640+0000 mon.a (mon.0) 622 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-26T03:46:54.879 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:54 smithi204 bash[22361]: cluster 2024-03-26T03:46:53.614724+0000 mon.a (mon.0) 623 : cluster [INF] Cluster is now healthy 2024-03-26T03:46:54.880 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:54 smithi204 bash[22361]: cluster 2024-03-26T03:46:53.640111+0000 mon.a (mon.0) 624 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-03-26T03:46:54.890 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:54 smithi069 bash[22165]: cluster 2024-03-26T03:46:53.005577+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v156: 1 pgs: 1 creating+peering; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:46:54.890 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:54 smithi069 bash[22165]: cluster 2024-03-26T03:46:53.614640+0000 mon.a (mon.0) 622 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-26T03:46:54.890 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:54 smithi069 bash[22165]: cluster 2024-03-26T03:46:53.614724+0000 mon.a (mon.0) 623 : cluster [INF] Cluster is now healthy 2024-03-26T03:46:54.890 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:54 smithi069 bash[22165]: cluster 2024-03-26T03:46:53.640111+0000 mon.a (mon.0) 624 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-03-26T03:46:55.028 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:54 smithi016 bash[21432]: cluster 2024-03-26T03:46:53.005577+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v156: 1 pgs: 1 creating+peering; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:46:55.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:54 smithi016 bash[21432]: cluster 2024-03-26T03:46:53.614640+0000 mon.a (mon.0) 622 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-26T03:46:55.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:54 smithi016 bash[21432]: cluster 2024-03-26T03:46:53.614724+0000 mon.a (mon.0) 623 : cluster [INF] Cluster is now healthy 2024-03-26T03:46:55.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:54 smithi016 bash[21432]: cluster 2024-03-26T03:46:53.640111+0000 mon.a (mon.0) 624 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-03-26T03:46:55.942 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:46:56.886 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:56 smithi016 bash[21432]: cluster 2024-03-26T03:46:55.006100+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v157: 1 pgs: 1 creating+peering; 0 B data, 93 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:46:56.890 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:56 smithi069 bash[22165]: cluster 2024-03-26T03:46:55.006100+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v157: 1 pgs: 1 creating+peering; 0 B data, 93 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:46:57.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:56 smithi204 bash[22361]: cluster 2024-03-26T03:46:55.006100+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v157: 1 pgs: 1 creating+peering; 0 B data, 93 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:46:58.770 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-03-26T03:46:58.778 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:58 smithi016 bash[21432]: cluster 2024-03-26T03:46:57.006529+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:46:58.849 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:58 smithi204 bash[22361]: cluster 2024-03-26T03:46:57.006529+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:46:58.890 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:58 smithi069 bash[22165]: cluster 2024-03-26T03:46:57.006529+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:46:59.472 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":21,"num_osds":3,"num_up_osds":3,"osd_up_since":1711424809,"num_in_osds":3,"osd_in_since":1711424783,"num_remapped_pgs":0} 2024-03-26T03:46:59.472 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell --fsid 780a5ade-eb22-11ee-95d0-87774f69a715 -- ceph osd dump --format=json 2024-03-26T03:46:59.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:59 smithi016 bash[21432]: audit 2024-03-26T03:46:58.698076+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:59.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:59 smithi016 bash[21432]: audit 2024-03-26T03:46:58.706304+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:59.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:59 smithi016 bash[21432]: audit 2024-03-26T03:46:58.727768+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:46:59.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:59 smithi016 bash[21432]: audit 2024-03-26T03:46:58.759417+0000 mon.a (mon.0) 628 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:46:59.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:59 smithi016 bash[21432]: audit 2024-03-26T03:46:58.764536+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:46:59.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:59 smithi016 bash[21432]: audit 2024-03-26T03:46:58.766210+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:46:59.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:59 smithi016 bash[21432]: cluster 2024-03-26T03:46:58.769772+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:46:59.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:59 smithi016 bash[21432]: audit 2024-03-26T03:46:58.771534+0000 mon.a (mon.0) 631 : audit [DBG] from='client.? 172.21.15.16:0/609765572' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-26T03:46:59.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:46:59 smithi016 bash[21432]: audit 2024-03-26T03:46:58.774998+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:00.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:59 smithi204 bash[22361]: audit 2024-03-26T03:46:58.698076+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:00.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:59 smithi204 bash[22361]: audit 2024-03-26T03:46:58.706304+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:00.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:59 smithi204 bash[22361]: audit 2024-03-26T03:46:58.727768+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:00.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:59 smithi204 bash[22361]: audit 2024-03-26T03:46:58.759417+0000 mon.a (mon.0) 628 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:47:00.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:59 smithi204 bash[22361]: audit 2024-03-26T03:46:58.764536+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:47:00.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:59 smithi204 bash[22361]: audit 2024-03-26T03:46:58.766210+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:47:00.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:59 smithi204 bash[22361]: cluster 2024-03-26T03:46:58.769772+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:00.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:59 smithi204 bash[22361]: audit 2024-03-26T03:46:58.771534+0000 mon.a (mon.0) 631 : audit [DBG] from='client.? 172.21.15.16:0/609765572' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-26T03:47:00.101 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:46:59 smithi204 bash[22361]: audit 2024-03-26T03:46:58.774998+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:00.140 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:59 smithi069 bash[22165]: audit 2024-03-26T03:46:58.698076+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:00.140 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:59 smithi069 bash[22165]: audit 2024-03-26T03:46:58.706304+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:00.140 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:59 smithi069 bash[22165]: audit 2024-03-26T03:46:58.727768+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:00.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:59 smithi069 bash[22165]: audit 2024-03-26T03:46:58.759417+0000 mon.a (mon.0) 628 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:47:00.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:59 smithi069 bash[22165]: audit 2024-03-26T03:46:58.764536+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:47:00.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:59 smithi069 bash[22165]: audit 2024-03-26T03:46:58.766210+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:47:00.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:59 smithi069 bash[22165]: cluster 2024-03-26T03:46:58.769772+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:00.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:59 smithi069 bash[22165]: audit 2024-03-26T03:46:58.771534+0000 mon.a (mon.0) 631 : audit [DBG] from='client.? 172.21.15.16:0/609765572' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-26T03:47:00.141 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:46:59 smithi069 bash[22165]: audit 2024-03-26T03:46:58.774998+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:01.028 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:00 smithi016 bash[21432]: cluster 2024-03-26T03:46:59.724353+0000 mon.a (mon.0) 633 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-26T03:47:01.099 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:00 smithi204 bash[22361]: cluster 2024-03-26T03:46:59.724353+0000 mon.a (mon.0) 633 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-26T03:47:01.140 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:00 smithi069 bash[22165]: cluster 2024-03-26T03:46:59.724353+0000 mon.a (mon.0) 633 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-26T03:47:02.028 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:01 smithi016 bash[21432]: cluster 2024-03-26T03:47:00.770538+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:02.099 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:01 smithi204 bash[22361]: cluster 2024-03-26T03:47:00.770538+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:02.140 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:01 smithi069 bash[22165]: cluster 2024-03-26T03:47:00.770538+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:04.199 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:47:04.219 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:03 smithi016 bash[21432]: cluster 2024-03-26T03:47:02.771048+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:04.220 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:03 smithi016 bash[21432]: audit 2024-03-26T03:47:02.958492+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:04.220 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:03 smithi016 bash[21432]: audit 2024-03-26T03:47:02.967145+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:04.220 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:03 smithi016 bash[21432]: audit 2024-03-26T03:47:02.977235+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:04.220 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:03 smithi016 bash[21432]: audit 2024-03-26T03:47:03.001798+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:47:04.220 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:03 smithi016 bash[21432]: audit 2024-03-26T03:47:03.007624+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:47:04.220 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:03 smithi016 bash[21432]: audit 2024-03-26T03:47:03.009348+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:47:04.220 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:03 smithi016 bash[21432]: cluster 2024-03-26T03:47:03.012800+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:04.220 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:03 smithi016 bash[21432]: audit 2024-03-26T03:47:03.019315+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:04.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:03 smithi204 bash[22361]: cluster 2024-03-26T03:47:02.771048+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:04.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:03 smithi204 bash[22361]: audit 2024-03-26T03:47:02.958492+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:04.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:03 smithi204 bash[22361]: audit 2024-03-26T03:47:02.967145+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:04.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:03 smithi204 bash[22361]: audit 2024-03-26T03:47:02.977235+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:04.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:03 smithi204 bash[22361]: audit 2024-03-26T03:47:03.001798+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:47:04.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:03 smithi204 bash[22361]: audit 2024-03-26T03:47:03.007624+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:47:04.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:03 smithi204 bash[22361]: audit 2024-03-26T03:47:03.009348+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:47:04.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:03 smithi204 bash[22361]: cluster 2024-03-26T03:47:03.012800+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:04.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:03 smithi204 bash[22361]: audit 2024-03-26T03:47:03.019315+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:04.390 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:03 smithi069 bash[22165]: cluster 2024-03-26T03:47:02.771048+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:04.390 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:03 smithi069 bash[22165]: audit 2024-03-26T03:47:02.958492+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:04.390 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:03 smithi069 bash[22165]: audit 2024-03-26T03:47:02.967145+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:04.390 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:03 smithi069 bash[22165]: audit 2024-03-26T03:47:02.977235+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:04.390 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:03 smithi069 bash[22165]: audit 2024-03-26T03:47:03.001798+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:47:04.391 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:03 smithi069 bash[22165]: audit 2024-03-26T03:47:03.007624+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:47:04.391 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:03 smithi069 bash[22165]: audit 2024-03-26T03:47:03.009348+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:47:04.391 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:03 smithi069 bash[22165]: cluster 2024-03-26T03:47:03.012800+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:04.391 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:03 smithi069 bash[22165]: audit 2024-03-26T03:47:03.019315+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:05.102 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:04 smithi069 bash[22165]: cluster 2024-03-26T03:47:03.973802+0000 mon.a (mon.0) 641 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-26T03:47:05.102 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:04 smithi069 bash[22165]: cluster 2024-03-26T03:47:03.973892+0000 mon.a (mon.0) 642 : cluster [INF] Cluster is now healthy 2024-03-26T03:47:05.278 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:04 smithi016 bash[21432]: cluster 2024-03-26T03:47:03.973802+0000 mon.a (mon.0) 641 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-26T03:47:05.279 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:04 smithi016 bash[21432]: cluster 2024-03-26T03:47:03.973892+0000 mon.a (mon.0) 642 : cluster [INF] Cluster is now healthy 2024-03-26T03:47:05.349 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:04 smithi204 bash[22361]: cluster 2024-03-26T03:47:03.973802+0000 mon.a (mon.0) 641 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-26T03:47:05.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:04 smithi204 bash[22361]: cluster 2024-03-26T03:47:03.973892+0000 mon.a (mon.0) 642 : cluster [INF] Cluster is now healthy 2024-03-26T03:47:06.230 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:05 smithi069 bash[22165]: cluster 2024-03-26T03:47:05.013459+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:06.248 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:05 smithi016 bash[21432]: cluster 2024-03-26T03:47:05.013459+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:06.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:05 smithi204 bash[22361]: cluster 2024-03-26T03:47:05.013459+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:08.278 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:08 smithi016 bash[21432]: cluster 2024-03-26T03:47:07.014051+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:08.325 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-03-26T03:47:08.325 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":21,"fsid":"780a5ade-eb22-11ee-95d0-87774f69a715","created":"2024-03-26T03:40:59.997959+0000","modified":"2024-03-26T03:46:52.601495+0000","last_up_change":"2024-03-26T03:46:49.583142+0000","last_in_change":"2024-03-26T03:46:23.635851+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-26T03:46:50.204342+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":"55e8fe05-dee4-4d5f-9e29-87a915cb63ed","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.16:6802","nonce":4272961848},{"type":"v1","addr":"172.21.15.16:6803","nonce":4272961848}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6804","nonce":4272961848},{"type":"v1","addr":"172.21.15.16:6805","nonce":4272961848}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6808","nonce":4272961848},{"type":"v1","addr":"172.21.15.16:6809","nonce":4272961848}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6806","nonce":4272961848},{"type":"v1","addr":"172.21.15.16:6807","nonce":4272961848}]},"public_addr":"172.21.15.16:6803/4272961848","cluster_addr":"172.21.15.16:6805/4272961848","heartbeat_back_addr":"172.21.15.16:6809/4272961848","heartbeat_front_addr":"172.21.15.16:6807/4272961848","state":["exists","up"]},{"osd":1,"uuid":"2267475a-3ec4-4ec4-a0a0-0e27a00f2da8","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.69:6800","nonce":2665485498},{"type":"v1","addr":"172.21.15.69:6801","nonce":2665485498}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6802","nonce":2665485498},{"type":"v1","addr":"172.21.15.69:6803","nonce":2665485498}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6806","nonce":2665485498},{"type":"v1","addr":"172.21.15.69:6807","nonce":2665485498}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6804","nonce":2665485498},{"type":"v1","addr":"172.21.15.69:6805","nonce":2665485498}]},"public_addr":"172.21.15.69:6801/2665485498","cluster_addr":"172.21.15.69:6803/2665485498","heartbeat_back_addr":"172.21.15.69:6807/2665485498","heartbeat_front_addr":"172.21.15.69:6805/2665485498","state":["exists","up"]},{"osd":2,"uuid":"35795355-216c-4329-88e9-3694ac865d70","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.204:6800","nonce":2411257080},{"type":"v1","addr":"172.21.15.204:6801","nonce":2411257080}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6802","nonce":2411257080},{"type":"v1","addr":"172.21.15.204:6803","nonce":2411257080}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6806","nonce":2411257080},{"type":"v1","addr":"172.21.15.204:6807","nonce":2411257080}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6804","nonce":2411257080},{"type":"v1","addr":"172.21.15.204:6805","nonce":2411257080}]},"public_addr":"172.21.15.204:6801/2411257080","cluster_addr":"172.21.15.204:6803/2411257080","heartbeat_back_addr":"172.21.15.204:6807/2411257080","heartbeat_front_addr":"172.21.15.204:6805/2411257080","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-26T03:45:06.390926+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-26T03:45:58.175150+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-26T03:46:47.837483+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.16:0/2335252911":"2024-03-27T03:42:09.971787+0000","172.21.15.16:6801/3581448075":"2024-03-27T03:42:09.971787+0000","172.21.15.16:0/2721042892":"2024-03-27T03:42:09.971787+0000","172.21.15.16:6800/3581448075":"2024-03-27T03:42:09.971787+0000","172.21.15.16:0/400631860":"2024-03-27T03:41:32.963851+0000","172.21.15.16:0/2753930254":"2024-03-27T03:42:09.971787+0000","172.21.15.16:0/3798800419":"2024-03-27T03:41:32.963851+0000","172.21.15.16:0/1583360739":"2024-03-27T03:41:32.963851+0000","172.21.15.16:6800/1189711182":"2024-03-27T03:41:32.963851+0000","172.21.15.16:6801/1189711182":"2024-03-27T03:41:32.963851+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-26T03:47:08.349 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:08 smithi204 bash[22361]: cluster 2024-03-26T03:47:07.014051+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:08.390 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:08 smithi069 bash[22165]: cluster 2024-03-26T03:47:07.014051+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:09.213 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-03-26T03:46:50.204342+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-26T03:47:09.213 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell --fsid 780a5ade-eb22-11ee-95d0-87774f69a715 -- ceph osd pool get .mgr pg_num 2024-03-26T03:47:09.349 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:09 smithi204 bash[22361]: audit 2024-03-26T03:47:08.325206+0000 mon.a (mon.0) 643 : audit [DBG] from='client.? 172.21.15.16:0/634269858' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-26T03:47:09.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:09 smithi204 bash[22361]: audit 2024-03-26T03:47:08.440269+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:09.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:09 smithi204 bash[22361]: audit 2024-03-26T03:47:08.445233+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:09.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:09 smithi204 bash[22361]: audit 2024-03-26T03:47:08.450258+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:09.390 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:09 smithi069 bash[22165]: audit 2024-03-26T03:47:08.325206+0000 mon.a (mon.0) 643 : audit [DBG] from='client.? 172.21.15.16:0/634269858' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-26T03:47:09.390 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:09 smithi069 bash[22165]: audit 2024-03-26T03:47:08.440269+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:09.390 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:09 smithi069 bash[22165]: audit 2024-03-26T03:47:08.445233+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:09.390 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:09 smithi069 bash[22165]: audit 2024-03-26T03:47:08.450258+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:09.528 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:09 smithi016 bash[21432]: audit 2024-03-26T03:47:08.325206+0000 mon.a (mon.0) 643 : audit [DBG] from='client.? 172.21.15.16:0/634269858' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-26T03:47:09.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:09 smithi016 bash[21432]: audit 2024-03-26T03:47:08.440269+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:09.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:09 smithi016 bash[21432]: audit 2024-03-26T03:47:08.445233+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:09.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:09 smithi016 bash[21432]: audit 2024-03-26T03:47:08.450258+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:10.778 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:10 smithi016 bash[21432]: cluster 2024-03-26T03:47:09.014579+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:10.849 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:10 smithi204 bash[22361]: cluster 2024-03-26T03:47:09.014579+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:10.890 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:10 smithi069 bash[22165]: cluster 2024-03-26T03:47:09.014579+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:12.599 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:12 smithi204 bash[22361]: cluster 2024-03-26T03:47:11.015119+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:12.778 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:12 smithi016 bash[21432]: cluster 2024-03-26T03:47:11.015119+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:12.890 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:12 smithi069 bash[22165]: cluster 2024-03-26T03:47:11.015119+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:13.043 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:47:14.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:14 smithi016 bash[21432]: cluster 2024-03-26T03:47:13.015594+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:14.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:14 smithi016 bash[21432]: audit 2024-03-26T03:47:13.198139+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:14.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:14 smithi016 bash[21432]: audit 2024-03-26T03:47:13.203539+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:14.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:14 smithi016 bash[21432]: audit 2024-03-26T03:47:13.210384+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:14.599 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:14 smithi204 bash[22361]: cluster 2024-03-26T03:47:13.015594+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:14.600 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:14 smithi204 bash[22361]: audit 2024-03-26T03:47:13.198139+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:14.600 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:14 smithi204 bash[22361]: audit 2024-03-26T03:47:13.203539+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:14.600 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:14 smithi204 bash[22361]: audit 2024-03-26T03:47:13.210384+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:14.640 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:14 smithi069 bash[22165]: cluster 2024-03-26T03:47:13.015594+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:14.640 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:14 smithi069 bash[22165]: audit 2024-03-26T03:47:13.198139+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:14.640 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:14 smithi069 bash[22165]: audit 2024-03-26T03:47:13.203539+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:14.640 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:14 smithi069 bash[22165]: audit 2024-03-26T03:47:13.210384+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:15.777 INFO:teuthology.orchestra.run.smithi016.stdout:pg_num: 1 2024-03-26T03:47:16.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:16 smithi016 bash[21432]: cluster 2024-03-26T03:47:15.016049+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:16.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:16 smithi016 bash[21432]: audit 2024-03-26T03:47:15.778711+0000 mon.a (mon.0) 650 : audit [DBG] from='client.? 172.21.15.16:0/1523284799' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-26T03:47:16.600 INFO:tasks.cephadm:Setting up client nodes... 2024-03-26T03:47:16.600 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-03-26T03:47:16.600 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-03-26T03:47:16.600 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell --fsid 780a5ade-eb22-11ee-95d0-87774f69a715 -- ceph mgr dump --format=json 2024-03-26T03:47:16.601 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:16 smithi204 bash[22361]: cluster 2024-03-26T03:47:15.016049+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:16.601 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:16 smithi204 bash[22361]: audit 2024-03-26T03:47:15.778711+0000 mon.a (mon.0) 650 : audit [DBG] from='client.? 172.21.15.16:0/1523284799' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-26T03:47:16.640 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:16 smithi069 bash[22165]: cluster 2024-03-26T03:47:15.016049+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:16.640 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:16 smithi069 bash[22165]: audit 2024-03-26T03:47:15.778711+0000 mon.a (mon.0) 650 : audit [DBG] from='client.? 172.21.15.16:0/1523284799' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-26T03:47:18.528 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:18 smithi016 bash[21432]: cluster 2024-03-26T03:47:17.016557+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:18.599 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:18 smithi204 bash[22361]: cluster 2024-03-26T03:47:17.016557+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:18.640 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:18 smithi069 bash[22165]: cluster 2024-03-26T03:47:17.016557+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:20.528 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:20 smithi016 bash[21432]: cluster 2024-03-26T03:47:19.017069+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:20.599 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:20 smithi204 bash[22361]: cluster 2024-03-26T03:47:19.017069+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:20.640 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:20 smithi069 bash[22165]: cluster 2024-03-26T03:47:19.017069+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:21.331 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:47:22.510 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:22 smithi016 bash[21432]: cluster 2024-03-26T03:47:21.017608+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:22.585 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:22 smithi204 bash[22361]: cluster 2024-03-26T03:47:21.017608+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:22.639 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:22 smithi069 bash[22165]: cluster 2024-03-26T03:47:21.017608+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:23.849 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:23 smithi204 bash[22361]: audit 2024-03-26T03:47:22.564960+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:23.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:23 smithi204 bash[22361]: audit 2024-03-26T03:47:22.573750+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:23.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:23 smithi204 bash[22361]: audit 2024-03-26T03:47:22.584189+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:23.890 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:23 smithi069 bash[22165]: audit 2024-03-26T03:47:22.564960+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:23.890 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:23 smithi069 bash[22165]: audit 2024-03-26T03:47:22.573750+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:23.890 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:23 smithi069 bash[22165]: audit 2024-03-26T03:47:22.584189+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:24.028 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:23 smithi016 bash[21432]: audit 2024-03-26T03:47:22.564960+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:24.028 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:23 smithi016 bash[21432]: audit 2024-03-26T03:47:22.573750+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:24.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:23 smithi016 bash[21432]: audit 2024-03-26T03:47:22.584189+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:24.176 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-03-26T03:47:24.849 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:24 smithi204 bash[22361]: cluster 2024-03-26T03:47:23.018090+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:24.849 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:24 smithi204 bash[22361]: audit 2024-03-26T03:47:24.166709+0000 mon.a (mon.0) 654 : audit [DBG] from='client.? 172.21.15.16:0/3542423627' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-26T03:47:24.890 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:24 smithi069 bash[22165]: cluster 2024-03-26T03:47:23.018090+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:24.890 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:24 smithi069 bash[22165]: audit 2024-03-26T03:47:24.166709+0000 mon.a (mon.0) 654 : audit [DBG] from='client.? 172.21.15.16:0/3542423627' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-26T03:47:24.935 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:24 smithi016 bash[21432]: cluster 2024-03-26T03:47:23.018090+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:24.936 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:24 smithi016 bash[21432]: audit 2024-03-26T03:47:24.166709+0000 mon.a (mon.0) 654 : audit [DBG] from='client.? 172.21.15.16:0/3542423627' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-26T03:47:24.937 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6800","nonce":1197515626},{"type":"v1","addr":"172.21.15.16:6801","nonce":1197515626}]},"active_addr":"172.21.15.16:6801/1197515626","active_change":"2024-03-26T03:42:09.972009+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24104,"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.16: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.16:0","nonce":1668958303}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.16:0","nonce":601500041}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.16:0","nonce":1818438666}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.16:0","nonce":2965981880}]}]} 2024-03-26T03:47:24.944 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-03-26T03:47:24.945 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-03-26T03:47:24.945 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell --fsid 780a5ade-eb22-11ee-95d0-87774f69a715 -- ceph osd dump --format=json 2024-03-26T03:47:26.725 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:26 smithi016 bash[21432]: cluster 2024-03-26T03:47:25.018569+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:26.845 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:26 smithi069 bash[22165]: cluster 2024-03-26T03:47:25.018569+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:26.849 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:26 smithi204 bash[22361]: cluster 2024-03-26T03:47:25.018569+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:28.845 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:28 smithi016 bash[21432]: cluster 2024-03-26T03:47:27.019113+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:28.849 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:28 smithi204 bash[22361]: cluster 2024-03-26T03:47:27.019113+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:28.889 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:28 smithi069 bash[22165]: cluster 2024-03-26T03:47:27.019113+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:29.890 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:29 smithi069 bash[22165]: audit 2024-03-26T03:47:28.641166+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:29.890 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:29 smithi069 bash[22165]: audit 2024-03-26T03:47:28.648092+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:29.890 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:29 smithi069 bash[22165]: audit 2024-03-26T03:47:28.657510+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:30.000 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:47:30.020 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:29 smithi016 bash[21432]: audit 2024-03-26T03:47:28.641166+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:30.020 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:29 smithi016 bash[21432]: audit 2024-03-26T03:47:28.648092+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:30.020 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:29 smithi016 bash[21432]: audit 2024-03-26T03:47:28.657510+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:30.099 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:29 smithi204 bash[22361]: audit 2024-03-26T03:47:28.641166+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:30.099 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:29 smithi204 bash[22361]: audit 2024-03-26T03:47:28.648092+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:30.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:29 smithi204 bash[22361]: audit 2024-03-26T03:47:28.657510+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:30.982 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:30 smithi016 bash[21432]: cluster 2024-03-26T03:47:29.019625+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:31.099 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:30 smithi204 bash[22361]: cluster 2024-03-26T03:47:29.019625+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:31.140 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:30 smithi069 bash[22165]: cluster 2024-03-26T03:47:29.019625+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:32.755 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-03-26T03:47:32.756 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":21,"fsid":"780a5ade-eb22-11ee-95d0-87774f69a715","created":"2024-03-26T03:40:59.997959+0000","modified":"2024-03-26T03:46:52.601495+0000","last_up_change":"2024-03-26T03:46:49.583142+0000","last_in_change":"2024-03-26T03:46:23.635851+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-26T03:46:50.204342+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":"55e8fe05-dee4-4d5f-9e29-87a915cb63ed","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.16:6802","nonce":4272961848},{"type":"v1","addr":"172.21.15.16:6803","nonce":4272961848}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6804","nonce":4272961848},{"type":"v1","addr":"172.21.15.16:6805","nonce":4272961848}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6808","nonce":4272961848},{"type":"v1","addr":"172.21.15.16:6809","nonce":4272961848}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6806","nonce":4272961848},{"type":"v1","addr":"172.21.15.16:6807","nonce":4272961848}]},"public_addr":"172.21.15.16:6803/4272961848","cluster_addr":"172.21.15.16:6805/4272961848","heartbeat_back_addr":"172.21.15.16:6809/4272961848","heartbeat_front_addr":"172.21.15.16:6807/4272961848","state":["exists","up"]},{"osd":1,"uuid":"2267475a-3ec4-4ec4-a0a0-0e27a00f2da8","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.69:6800","nonce":2665485498},{"type":"v1","addr":"172.21.15.69:6801","nonce":2665485498}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6802","nonce":2665485498},{"type":"v1","addr":"172.21.15.69:6803","nonce":2665485498}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6806","nonce":2665485498},{"type":"v1","addr":"172.21.15.69:6807","nonce":2665485498}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6804","nonce":2665485498},{"type":"v1","addr":"172.21.15.69:6805","nonce":2665485498}]},"public_addr":"172.21.15.69:6801/2665485498","cluster_addr":"172.21.15.69:6803/2665485498","heartbeat_back_addr":"172.21.15.69:6807/2665485498","heartbeat_front_addr":"172.21.15.69:6805/2665485498","state":["exists","up"]},{"osd":2,"uuid":"35795355-216c-4329-88e9-3694ac865d70","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.204:6800","nonce":2411257080},{"type":"v1","addr":"172.21.15.204:6801","nonce":2411257080}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6802","nonce":2411257080},{"type":"v1","addr":"172.21.15.204:6803","nonce":2411257080}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6806","nonce":2411257080},{"type":"v1","addr":"172.21.15.204:6807","nonce":2411257080}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6804","nonce":2411257080},{"type":"v1","addr":"172.21.15.204:6805","nonce":2411257080}]},"public_addr":"172.21.15.204:6801/2411257080","cluster_addr":"172.21.15.204:6803/2411257080","heartbeat_back_addr":"172.21.15.204:6807/2411257080","heartbeat_front_addr":"172.21.15.204:6805/2411257080","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-26T03:45:06.390926+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-26T03:45:58.175150+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-26T03:46:47.837483+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.16:0/2335252911":"2024-03-27T03:42:09.971787+0000","172.21.15.16:6801/3581448075":"2024-03-27T03:42:09.971787+0000","172.21.15.16:0/2721042892":"2024-03-27T03:42:09.971787+0000","172.21.15.16:6800/3581448075":"2024-03-27T03:42:09.971787+0000","172.21.15.16:0/400631860":"2024-03-27T03:41:32.963851+0000","172.21.15.16:0/2753930254":"2024-03-27T03:42:09.971787+0000","172.21.15.16:0/3798800419":"2024-03-27T03:41:32.963851+0000","172.21.15.16:0/1583360739":"2024-03-27T03:41:32.963851+0000","172.21.15.16:6800/1189711182":"2024-03-27T03:41:32.963851+0000","172.21.15.16:6801/1189711182":"2024-03-27T03:41:32.963851+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-26T03:47:32.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:32 smithi016 bash[21432]: cluster 2024-03-26T03:47:31.019998+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:33.099 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:32 smithi204 bash[22361]: cluster 2024-03-26T03:47:31.019998+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:33.139 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:32 smithi069 bash[22165]: cluster 2024-03-26T03:47:31.019998+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:33.433 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-03-26T03:47:33.434 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell --fsid 780a5ade-eb22-11ee-95d0-87774f69a715 -- ceph osd dump --format=json 2024-03-26T03:47:33.778 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:33 smithi016 bash[21432]: audit 2024-03-26T03:47:32.755576+0000 mon.a (mon.0) 658 : audit [DBG] from='client.? 172.21.15.16:0/649906180' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-26T03:47:33.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:33 smithi016 bash[21432]: audit 2024-03-26T03:47:33.380234+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:33.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:33 smithi016 bash[21432]: audit 2024-03-26T03:47:33.388571+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:33.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:33 smithi016 bash[21432]: audit 2024-03-26T03:47:33.397185+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:34.099 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:33 smithi204 bash[22361]: audit 2024-03-26T03:47:32.755576+0000 mon.a (mon.0) 658 : audit [DBG] from='client.? 172.21.15.16:0/649906180' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-26T03:47:34.099 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:33 smithi204 bash[22361]: audit 2024-03-26T03:47:33.380234+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:34.099 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:33 smithi204 bash[22361]: audit 2024-03-26T03:47:33.388571+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:34.099 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:33 smithi204 bash[22361]: audit 2024-03-26T03:47:33.397185+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:34.140 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:33 smithi069 bash[22165]: audit 2024-03-26T03:47:32.755576+0000 mon.a (mon.0) 658 : audit [DBG] from='client.? 172.21.15.16:0/649906180' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-26T03:47:34.140 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:33 smithi069 bash[22165]: audit 2024-03-26T03:47:33.380234+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:34.140 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:33 smithi069 bash[22165]: audit 2024-03-26T03:47:33.388571+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:34.140 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:33 smithi069 bash[22165]: audit 2024-03-26T03:47:33.397185+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:35.028 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:34 smithi016 bash[21432]: cluster 2024-03-26T03:47:33.020462+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:35.099 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:34 smithi204 bash[22361]: cluster 2024-03-26T03:47:33.020462+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:35.139 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:34 smithi069 bash[22165]: cluster 2024-03-26T03:47:33.020462+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:37.028 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:36 smithi016 bash[21432]: cluster 2024-03-26T03:47:35.020972+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:37.099 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:36 smithi204 bash[22361]: cluster 2024-03-26T03:47:35.020972+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:37.139 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:36 smithi069 bash[22165]: cluster 2024-03-26T03:47:35.020972+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:38.154 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:47:39.003 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:38 smithi016 bash[21432]: cluster 2024-03-26T03:47:37.021513+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:39.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:38 smithi204 bash[22361]: cluster 2024-03-26T03:47:37.021513+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:39.139 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:38 smithi069 bash[22165]: cluster 2024-03-26T03:47:37.021513+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:40.028 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:39 smithi016 bash[21432]: cluster 2024-03-26T03:47:39.021954+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:40.099 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:39 smithi204 bash[22361]: cluster 2024-03-26T03:47:39.021954+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:40.142 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:39 smithi069 bash[22165]: cluster 2024-03-26T03:47:39.021954+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:41.082 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-03-26T03:47:41.083 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":21,"fsid":"780a5ade-eb22-11ee-95d0-87774f69a715","created":"2024-03-26T03:40:59.997959+0000","modified":"2024-03-26T03:46:52.601495+0000","last_up_change":"2024-03-26T03:46:49.583142+0000","last_in_change":"2024-03-26T03:46:23.635851+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-26T03:46:50.204342+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":"55e8fe05-dee4-4d5f-9e29-87a915cb63ed","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.16:6802","nonce":4272961848},{"type":"v1","addr":"172.21.15.16:6803","nonce":4272961848}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6804","nonce":4272961848},{"type":"v1","addr":"172.21.15.16:6805","nonce":4272961848}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6808","nonce":4272961848},{"type":"v1","addr":"172.21.15.16:6809","nonce":4272961848}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6806","nonce":4272961848},{"type":"v1","addr":"172.21.15.16:6807","nonce":4272961848}]},"public_addr":"172.21.15.16:6803/4272961848","cluster_addr":"172.21.15.16:6805/4272961848","heartbeat_back_addr":"172.21.15.16:6809/4272961848","heartbeat_front_addr":"172.21.15.16:6807/4272961848","state":["exists","up"]},{"osd":1,"uuid":"2267475a-3ec4-4ec4-a0a0-0e27a00f2da8","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.69:6800","nonce":2665485498},{"type":"v1","addr":"172.21.15.69:6801","nonce":2665485498}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6802","nonce":2665485498},{"type":"v1","addr":"172.21.15.69:6803","nonce":2665485498}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6806","nonce":2665485498},{"type":"v1","addr":"172.21.15.69:6807","nonce":2665485498}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6804","nonce":2665485498},{"type":"v1","addr":"172.21.15.69:6805","nonce":2665485498}]},"public_addr":"172.21.15.69:6801/2665485498","cluster_addr":"172.21.15.69:6803/2665485498","heartbeat_back_addr":"172.21.15.69:6807/2665485498","heartbeat_front_addr":"172.21.15.69:6805/2665485498","state":["exists","up"]},{"osd":2,"uuid":"35795355-216c-4329-88e9-3694ac865d70","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.204:6800","nonce":2411257080},{"type":"v1","addr":"172.21.15.204:6801","nonce":2411257080}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6802","nonce":2411257080},{"type":"v1","addr":"172.21.15.204:6803","nonce":2411257080}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6806","nonce":2411257080},{"type":"v1","addr":"172.21.15.204:6807","nonce":2411257080}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6804","nonce":2411257080},{"type":"v1","addr":"172.21.15.204:6805","nonce":2411257080}]},"public_addr":"172.21.15.204:6801/2411257080","cluster_addr":"172.21.15.204:6803/2411257080","heartbeat_back_addr":"172.21.15.204:6807/2411257080","heartbeat_front_addr":"172.21.15.204:6805/2411257080","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-26T03:45:06.390926+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-26T03:45:58.175150+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-26T03:46:47.837483+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.16:0/2335252911":"2024-03-27T03:42:09.971787+0000","172.21.15.16:6801/3581448075":"2024-03-27T03:42:09.971787+0000","172.21.15.16:0/2721042892":"2024-03-27T03:42:09.971787+0000","172.21.15.16:6800/3581448075":"2024-03-27T03:42:09.971787+0000","172.21.15.16:0/400631860":"2024-03-27T03:41:32.963851+0000","172.21.15.16:0/2753930254":"2024-03-27T03:42:09.971787+0000","172.21.15.16:0/3798800419":"2024-03-27T03:41:32.963851+0000","172.21.15.16:0/1583360739":"2024-03-27T03:41:32.963851+0000","172.21.15.16:6800/1189711182":"2024-03-27T03:41:32.963851+0000","172.21.15.16:6801/1189711182":"2024-03-27T03:41:32.963851+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-26T03:47:41.786 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell --fsid 780a5ade-eb22-11ee-95d0-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-03-26T03:47:41.786 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell --fsid 780a5ade-eb22-11ee-95d0-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-03-26T03:47:41.787 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell --fsid 780a5ade-eb22-11ee-95d0-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-03-26T03:47:42.349 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:42 smithi204 bash[22361]: cluster 2024-03-26T03:47:41.022387+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:42.349 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:42 smithi204 bash[22361]: audit 2024-03-26T03:47:41.083572+0000 mon.a (mon.0) 662 : audit [DBG] from='client.? 172.21.15.16:0/1205813673' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-26T03:47:42.390 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:42 smithi069 bash[22165]: cluster 2024-03-26T03:47:41.022387+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:42.390 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:42 smithi069 bash[22165]: audit 2024-03-26T03:47:41.083572+0000 mon.a (mon.0) 662 : audit [DBG] from='client.? 172.21.15.16:0/1205813673' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-26T03:47:42.528 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:42 smithi016 bash[21432]: cluster 2024-03-26T03:47:41.022387+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:42.528 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:42 smithi016 bash[21432]: audit 2024-03-26T03:47:41.083572+0000 mon.a (mon.0) 662 : audit [DBG] from='client.? 172.21.15.16:0/1205813673' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-26T03:47:44.099 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:43 smithi204 bash[22361]: audit 2024-03-26T03:47:42.796922+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:44.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:43 smithi204 bash[22361]: audit 2024-03-26T03:47:42.805700+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:44.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:43 smithi204 bash[22361]: audit 2024-03-26T03:47:42.816168+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:44.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:43 smithi204 bash[22361]: cluster 2024-03-26T03:47:43.022960+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:44.140 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:43 smithi069 bash[22165]: audit 2024-03-26T03:47:42.796922+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:44.140 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:43 smithi069 bash[22165]: audit 2024-03-26T03:47:42.805700+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:44.140 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:43 smithi069 bash[22165]: audit 2024-03-26T03:47:42.816168+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:44.140 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:43 smithi069 bash[22165]: cluster 2024-03-26T03:47:43.022960+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:44.278 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:43 smithi016 bash[21432]: audit 2024-03-26T03:47:42.796922+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:44.279 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:43 smithi016 bash[21432]: audit 2024-03-26T03:47:42.805700+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:44.279 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:43 smithi016 bash[21432]: audit 2024-03-26T03:47:42.816168+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:44.279 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:43 smithi016 bash[21432]: cluster 2024-03-26T03:47:43.022960+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:46.285 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:46 smithi069 bash[22165]: cluster 2024-03-26T03:47:45.023626+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:46.344 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:46 smithi016 bash[21432]: cluster 2024-03-26T03:47:45.023626+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:46.349 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:46 smithi204 bash[22361]: cluster 2024-03-26T03:47:45.023626+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:46.521 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:47:46.521 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:47:46.522 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:47:48.278 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:48 smithi016 bash[21432]: cluster 2024-03-26T03:47:47.024329+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:48.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:48 smithi204 bash[22361]: cluster 2024-03-26T03:47:47.024329+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:48.386 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:48 smithi069 bash[22165]: cluster 2024-03-26T03:47:47.024329+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:50.099 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:49 smithi204 bash[22361]: audit 2024-03-26T03:47:48.839001+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:50.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:49 smithi204 bash[22361]: audit 2024-03-26T03:47:48.848195+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:50.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:49 smithi204 bash[22361]: audit 2024-03-26T03:47:48.859326+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:50.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:49 smithi204 bash[22361]: cluster 2024-03-26T03:47:49.025009+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:50.139 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:49 smithi069 bash[22165]: audit 2024-03-26T03:47:48.839001+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:50.140 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:49 smithi069 bash[22165]: audit 2024-03-26T03:47:48.848195+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:50.140 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:49 smithi069 bash[22165]: audit 2024-03-26T03:47:48.859326+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:50.140 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:49 smithi069 bash[22165]: cluster 2024-03-26T03:47:49.025009+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:50.295 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:49 smithi016 bash[21432]: audit 2024-03-26T03:47:48.839001+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:50.295 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:49 smithi016 bash[21432]: audit 2024-03-26T03:47:48.848195+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:50.295 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:49 smithi016 bash[21432]: audit 2024-03-26T03:47:48.859326+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:50.296 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:49 smithi016 bash[21432]: cluster 2024-03-26T03:47:49.025009+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:52.349 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:52 smithi204 bash[22361]: cluster 2024-03-26T03:47:51.025577+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:52.389 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:52 smithi069 bash[22165]: cluster 2024-03-26T03:47:51.025577+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:52.407 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:52 smithi016 bash[21432]: cluster 2024-03-26T03:47:51.025577+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:53.727 INFO:teuthology.orchestra.run.smithi016.stdout:77309411344 2024-03-26T03:47:53.727 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell --fsid 780a5ade-eb22-11ee-95d0-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-03-26T03:47:54.257 INFO:teuthology.orchestra.run.smithi016.stdout:34359738403 2024-03-26T03:47:54.257 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell --fsid 780a5ade-eb22-11ee-95d0-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-03-26T03:47:54.323 INFO:teuthology.orchestra.run.smithi016.stdout:55834574873 2024-03-26T03:47:54.323 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell --fsid 780a5ade-eb22-11ee-95d0-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-03-26T03:47:54.849 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:54 smithi204 bash[22361]: cluster 2024-03-26T03:47:53.026163+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:54.849 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:54 smithi204 bash[22361]: audit 2024-03-26T03:47:53.569359+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:54.849 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:54 smithi204 bash[22361]: audit 2024-03-26T03:47:53.576173+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:54.849 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:54 smithi204 bash[22361]: audit 2024-03-26T03:47:53.584390+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:54.889 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:54 smithi069 bash[22165]: cluster 2024-03-26T03:47:53.026163+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:54.890 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:54 smithi069 bash[22165]: audit 2024-03-26T03:47:53.569359+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:54.890 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:54 smithi069 bash[22165]: audit 2024-03-26T03:47:53.576173+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:54.890 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:54 smithi069 bash[22165]: audit 2024-03-26T03:47:53.584390+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:55.028 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:54 smithi016 bash[21432]: cluster 2024-03-26T03:47:53.026163+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:55.028 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:54 smithi016 bash[21432]: audit 2024-03-26T03:47:53.569359+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:55.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:54 smithi016 bash[21432]: audit 2024-03-26T03:47:53.576173+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:55.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:54 smithi016 bash[21432]: audit 2024-03-26T03:47:53.584390+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:47:56.849 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:56 smithi204 bash[22361]: cluster 2024-03-26T03:47:55.026717+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:56.889 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:56 smithi069 bash[22165]: cluster 2024-03-26T03:47:55.026717+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:57.028 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:56 smithi016 bash[21432]: cluster 2024-03-26T03:47:55.026717+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:58.458 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:47:58.458 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:47:58.459 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:47:58.778 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:47:58 smithi016 bash[21432]: cluster 2024-03-26T03:47:57.027284+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:58.849 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:47:58 smithi204 bash[22361]: cluster 2024-03-26T03:47:57.027284+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:47:58.889 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:47:58 smithi069 bash[22165]: cluster 2024-03-26T03:47:57.027284+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:00.849 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:00 smithi204 bash[22361]: cluster 2024-03-26T03:47:59.027746+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:00.890 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:00 smithi069 bash[22165]: cluster 2024-03-26T03:47:59.027746+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:01.028 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:00 smithi016 bash[21432]: cluster 2024-03-26T03:47:59.027746+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:02.849 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:02 smithi204 bash[22361]: cluster 2024-03-26T03:48:01.028282+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:02.889 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:02 smithi069 bash[22165]: cluster 2024-03-26T03:48:01.028282+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:02.905 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:02 smithi016 bash[21432]: cluster 2024-03-26T03:48:01.028282+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:03.293 INFO:teuthology.orchestra.run.smithi016.stdout:34359738405 2024-03-26T03:48:03.687 INFO:teuthology.orchestra.run.smithi016.stdout:55834574875 2024-03-26T03:48:03.724 INFO:teuthology.orchestra.run.smithi016.stdout:77309411346 2024-03-26T03:48:04.279 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:04 smithi016 bash[21432]: audit 2024-03-26T03:48:03.008604+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:04.279 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:04 smithi016 bash[21432]: audit 2024-03-26T03:48:03.013101+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:04.279 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:04 smithi016 bash[21432]: audit 2024-03-26T03:48:03.019663+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:04.279 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:04 smithi016 bash[21432]: cluster 2024-03-26T03:48:03.028748+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:04.279 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:04 smithi016 bash[21432]: audit 2024-03-26T03:48:03.126150+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:48:04.279 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:04 smithi016 bash[21432]: audit 2024-03-26T03:48:03.130460+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:48:04.279 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:04 smithi016 bash[21432]: audit 2024-03-26T03:48:03.131756+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:48:04.279 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:04 smithi016 bash[21432]: audit 2024-03-26T03:48:03.139141+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:04.279 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:04 smithi016 bash[21432]: audit 2024-03-26T03:48:03.294738+0000 mon.a (mon.0) 679 : audit [DBG] from='client.? 172.21.15.16:0/3920745396' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-26T03:48:04.279 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:04 smithi016 bash[21432]: audit 2024-03-26T03:48:03.688595+0000 mon.a (mon.0) 680 : audit [DBG] from='client.? 172.21.15.16:0/3079929371' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-26T03:48:04.279 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:04 smithi016 bash[21432]: audit 2024-03-26T03:48:03.725708+0000 mon.a (mon.0) 681 : audit [DBG] from='client.? 172.21.15.16:0/1494729008' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-26T03:48:04.336 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738403 got 34359738405 for osd.0 2024-03-26T03:48:04.337 DEBUG:teuthology.parallel:result is None 2024-03-26T03:48:04.349 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:04 smithi204 bash[22361]: audit 2024-03-26T03:48:03.008604+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:04.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:04 smithi204 bash[22361]: audit 2024-03-26T03:48:03.013101+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:04.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:04 smithi204 bash[22361]: audit 2024-03-26T03:48:03.019663+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:04.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:04 smithi204 bash[22361]: cluster 2024-03-26T03:48:03.028748+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:04.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:04 smithi204 bash[22361]: audit 2024-03-26T03:48:03.126150+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:48:04.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:04 smithi204 bash[22361]: audit 2024-03-26T03:48:03.130460+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:48:04.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:04 smithi204 bash[22361]: audit 2024-03-26T03:48:03.131756+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:48:04.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:04 smithi204 bash[22361]: audit 2024-03-26T03:48:03.139141+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:04.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:04 smithi204 bash[22361]: audit 2024-03-26T03:48:03.294738+0000 mon.a (mon.0) 679 : audit [DBG] from='client.? 172.21.15.16:0/3920745396' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-26T03:48:04.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:04 smithi204 bash[22361]: audit 2024-03-26T03:48:03.688595+0000 mon.a (mon.0) 680 : audit [DBG] from='client.? 172.21.15.16:0/3079929371' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-26T03:48:04.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:04 smithi204 bash[22361]: audit 2024-03-26T03:48:03.725708+0000 mon.a (mon.0) 681 : audit [DBG] from='client.? 172.21.15.16:0/1494729008' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-26T03:48:04.390 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:04 smithi069 bash[22165]: audit 2024-03-26T03:48:03.008604+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:04.390 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:04 smithi069 bash[22165]: audit 2024-03-26T03:48:03.013101+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:04.390 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:04 smithi069 bash[22165]: audit 2024-03-26T03:48:03.019663+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:04.390 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:04 smithi069 bash[22165]: cluster 2024-03-26T03:48:03.028748+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:04.390 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:04 smithi069 bash[22165]: audit 2024-03-26T03:48:03.126150+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:48:04.390 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:04 smithi069 bash[22165]: audit 2024-03-26T03:48:03.130460+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:48:04.390 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:04 smithi069 bash[22165]: audit 2024-03-26T03:48:03.131756+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:48:04.390 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:04 smithi069 bash[22165]: audit 2024-03-26T03:48:03.139141+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:04.390 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:04 smithi069 bash[22165]: audit 2024-03-26T03:48:03.294738+0000 mon.a (mon.0) 679 : audit [DBG] from='client.? 172.21.15.16:0/3920745396' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-26T03:48:04.390 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:04 smithi069 bash[22165]: audit 2024-03-26T03:48:03.688595+0000 mon.a (mon.0) 680 : audit [DBG] from='client.? 172.21.15.16:0/3079929371' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-26T03:48:04.391 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:04 smithi069 bash[22165]: audit 2024-03-26T03:48:03.725708+0000 mon.a (mon.0) 681 : audit [DBG] from='client.? 172.21.15.16:0/1494729008' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-26T03:48:05.071 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411344 got 77309411346 for osd.2 2024-03-26T03:48:05.071 DEBUG:teuthology.parallel:result is None 2024-03-26T03:48:05.094 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574873 got 55834574875 for osd.1 2024-03-26T03:48:05.094 DEBUG:teuthology.parallel:result is None 2024-03-26T03:48:05.094 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-03-26T03:48:05.095 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell --fsid 780a5ade-eb22-11ee-95d0-87774f69a715 -- ceph pg dump --format=json 2024-03-26T03:48:06.139 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:06 smithi069 bash[22165]: cluster 2024-03-26T03:48:05.029132+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:06.349 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:06 smithi204 bash[22361]: cluster 2024-03-26T03:48:05.029132+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:06.528 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:06 smithi016 bash[21432]: cluster 2024-03-26T03:48:05.029132+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:08.349 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:08 smithi204 bash[22361]: cluster 2024-03-26T03:48:07.029780+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:08.350 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:08 smithi016 bash[21432]: cluster 2024-03-26T03:48:07.029780+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:08.389 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:08 smithi069 bash[22165]: cluster 2024-03-26T03:48:07.029780+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:10.278 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:09 smithi016 bash[21432]: audit 2024-03-26T03:48:08.985894+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:10.279 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:09 smithi016 bash[21432]: audit 2024-03-26T03:48:08.995127+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:10.279 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:09 smithi016 bash[21432]: audit 2024-03-26T03:48:09.005769+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:10.279 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:09 smithi016 bash[21432]: cluster 2024-03-26T03:48:09.030324+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:10.349 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:09 smithi204 bash[22361]: audit 2024-03-26T03:48:08.985894+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:10.349 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:09 smithi204 bash[22361]: audit 2024-03-26T03:48:08.995127+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:10.349 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:09 smithi204 bash[22361]: audit 2024-03-26T03:48:09.005769+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:10.349 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:09 smithi204 bash[22361]: cluster 2024-03-26T03:48:09.030324+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:10.389 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:09 smithi069 bash[22165]: audit 2024-03-26T03:48:08.985894+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:10.389 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:09 smithi069 bash[22165]: audit 2024-03-26T03:48:08.995127+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:10.389 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:09 smithi069 bash[22165]: audit 2024-03-26T03:48:09.005769+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:10.390 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:09 smithi069 bash[22165]: cluster 2024-03-26T03:48:09.030324+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:11.083 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:48:12.349 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:12 smithi204 bash[22361]: cluster 2024-03-26T03:48:11.030973+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:12.389 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:12 smithi069 bash[22165]: cluster 2024-03-26T03:48:11.030973+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:12.528 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:12 smithi016 bash[21432]: cluster 2024-03-26T03:48:11.030973+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:13.786 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-03-26T03:48:13.789 INFO:teuthology.orchestra.run.smithi016.stderr:dumped all 2024-03-26T03:48:14.278 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:14 smithi016 bash[21432]: cluster 2024-03-26T03:48:13.031534+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:14.279 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:14 smithi016 bash[21432]: audit 2024-03-26T03:48:13.707052+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:14.279 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:14 smithi016 bash[21432]: audit 2024-03-26T03:48:13.712127+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:14.279 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:14 smithi016 bash[21432]: audit 2024-03-26T03:48:13.716556+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:14.349 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:14 smithi204 bash[22361]: cluster 2024-03-26T03:48:13.031534+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:14.349 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:14 smithi204 bash[22361]: audit 2024-03-26T03:48:13.707052+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:14.349 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:14 smithi204 bash[22361]: audit 2024-03-26T03:48:13.712127+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:14.349 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:14 smithi204 bash[22361]: audit 2024-03-26T03:48:13.716556+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:14.389 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:14 smithi069 bash[22165]: cluster 2024-03-26T03:48:13.031534+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:14.389 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:14 smithi069 bash[22165]: audit 2024-03-26T03:48:13.707052+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:14.389 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:14 smithi069 bash[22165]: audit 2024-03-26T03:48:13.712127+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:14.390 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:14 smithi069 bash[22165]: audit 2024-03-26T03:48:13.716556+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:14.495 INFO:teuthology.orchestra.run.smithi016.stdout:{"pg_ready":true,"pg_map":{"version":197,"stamp":"2024-03-26T03:48:13.031287+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":97056,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":93499,"kb_avail":281138400,"statfs":{"total":287985106944,"available":287885721600,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":95743311},"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.003272"},"pg_stats":[{"pgid":"1.0","version":"20'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-03-26T03:46:52.618560+0000","last_change":"2024-03-26T03:46:51.609186+0000","last_active":"2024-03-26T03:46:52.618560+0000","last_peered":"2024-03-26T03:46:52.618560+0000","last_clean":"2024-03-26T03:46:52.618560+0000","last_became_active":"2024-03-26T03:46:51.608442+0000","last_became_peered":"2024-03-26T03:46:51.608442+0000","last_unstale":"2024-03-26T03:46:52.618560+0000","last_undegraded":"2024-03-26T03:46:52.618560+0000","last_fullsized":"2024-03-26T03:46:52.618560+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-26T03:46:50.595654+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-26T03:46:50.595654+0000","last_clean_scrub_stamp":"2024-03-26T03:46:50.595654+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-27T10:26:45.333631+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":31936,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713216,"statfs":{"total":95995035648,"available":95962333184,"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":34359738407,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":36720,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":35326,"kb_avail":93708432,"statfs":{"total":95995035648,"available":95957434368,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":36174277},"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":55834574877,"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":[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-26T03:48:14.496 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell --fsid 780a5ade-eb22-11ee-95d0-87774f69a715 -- ceph pg dump --format=json 2024-03-26T03:48:15.349 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:15 smithi204 bash[22361]: audit 2024-03-26T03:48:13.786845+0000 mgr.a (mgr.14152) 251 : audit [DBG] from='client.14346 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T03:48:15.389 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:15 smithi069 bash[22165]: audit 2024-03-26T03:48:13.786845+0000 mgr.a (mgr.14152) 251 : audit [DBG] from='client.14346 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T03:48:15.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:15 smithi016 bash[21432]: audit 2024-03-26T03:48:13.786845+0000 mgr.a (mgr.14152) 251 : audit [DBG] from='client.14346 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T03:48:16.349 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:16 smithi204 bash[22361]: cluster 2024-03-26T03:48:15.032174+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:16.389 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:16 smithi069 bash[22165]: cluster 2024-03-26T03:48:15.032174+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:16.528 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:16 smithi016 bash[21432]: cluster 2024-03-26T03:48:15.032174+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:18.389 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:18 smithi069 bash[22165]: cluster 2024-03-26T03:48:17.032761+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:18.528 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:18 smithi016 bash[21432]: cluster 2024-03-26T03:48:17.032761+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:18.599 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:18 smithi204 bash[22361]: cluster 2024-03-26T03:48:17.032761+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:19.220 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:48:20.385 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:20 smithi016 bash[21432]: cluster 2024-03-26T03:48:19.033253+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:20.389 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:20 smithi069 bash[22165]: cluster 2024-03-26T03:48:19.033253+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:20.599 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:20 smithi204 bash[22361]: cluster 2024-03-26T03:48:19.033253+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:22.002 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-03-26T03:48:22.004 INFO:teuthology.orchestra.run.smithi016.stderr:dumped all 2024-03-26T03:48:22.278 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:22 smithi016 bash[21432]: cluster 2024-03-26T03:48:21.033846+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:22.389 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:22 smithi069 bash[22165]: cluster 2024-03-26T03:48:21.033846+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:22.599 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:22 smithi204 bash[22361]: cluster 2024-03-26T03:48:21.033846+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:22.736 INFO:teuthology.orchestra.run.smithi016.stdout:{"pg_ready":true,"pg_map":{"version":201,"stamp":"2024-03-26T03:48:21.033567+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":97056,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":93499,"kb_avail":281138400,"statfs":{"total":287985106944,"available":287885721600,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":95743311},"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.003476"},"pg_stats":[{"pgid":"1.0","version":"20'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-03-26T03:46:52.618560+0000","last_change":"2024-03-26T03:46:51.609186+0000","last_active":"2024-03-26T03:46:52.618560+0000","last_peered":"2024-03-26T03:46:52.618560+0000","last_clean":"2024-03-26T03:46:52.618560+0000","last_became_active":"2024-03-26T03:46:51.608442+0000","last_became_peered":"2024-03-26T03:46:51.608442+0000","last_unstale":"2024-03-26T03:46:52.618560+0000","last_undegraded":"2024-03-26T03:46:52.618560+0000","last_fullsized":"2024-03-26T03:46:52.618560+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-26T03:46:50.595654+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-26T03:46:50.595654+0000","last_clean_scrub_stamp":"2024-03-26T03:46:50.595654+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-27T10:26:45.333631+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":77309411350,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":31936,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713216,"statfs":{"total":95995035648,"available":95962333184,"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":36720,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":35326,"kb_avail":93708432,"statfs":{"total":95995035648,"available":95957434368,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":36174277},"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":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":[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-26T03:48:22.736 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-03-26T03:48:22.737 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-03-26T03:48:22.737 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-03-26T03:48:22.737 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell --fsid 780a5ade-eb22-11ee-95d0-87774f69a715 -- ceph health --format=json 2024-03-26T03:48:23.389 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:23 smithi069 bash[22165]: audit 2024-03-26T03:48:22.001698+0000 mgr.a (mgr.14152) 256 : audit [DBG] from='client.14352 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T03:48:23.528 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:23 smithi016 bash[21432]: audit 2024-03-26T03:48:22.001698+0000 mgr.a (mgr.14152) 256 : audit [DBG] from='client.14352 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T03:48:23.599 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:23 smithi204 bash[22361]: audit 2024-03-26T03:48:22.001698+0000 mgr.a (mgr.14152) 256 : audit [DBG] from='client.14352 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T03:48:24.528 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:24 smithi016 bash[21432]: cluster 2024-03-26T03:48:23.034349+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:24.528 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:24 smithi016 bash[21432]: audit 2024-03-26T03:48:23.206050+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:24.528 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:24 smithi016 bash[21432]: audit 2024-03-26T03:48:23.214371+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:24.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:24 smithi016 bash[21432]: audit 2024-03-26T03:48:23.224290+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:24.599 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:24 smithi204 bash[22361]: cluster 2024-03-26T03:48:23.034349+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:24.599 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:24 smithi204 bash[22361]: audit 2024-03-26T03:48:23.206050+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:24.599 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:24 smithi204 bash[22361]: audit 2024-03-26T03:48:23.214371+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:24.599 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:24 smithi204 bash[22361]: audit 2024-03-26T03:48:23.224290+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:24.642 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:24 smithi069 bash[22165]: cluster 2024-03-26T03:48:23.034349+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:24.643 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:24 smithi069 bash[22165]: audit 2024-03-26T03:48:23.206050+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:24.643 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:24 smithi069 bash[22165]: audit 2024-03-26T03:48:23.214371+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:24.643 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:24 smithi069 bash[22165]: audit 2024-03-26T03:48:23.224290+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:26.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:26 smithi016 bash[21432]: cluster 2024-03-26T03:48:25.034864+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:26.542 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:26 smithi069 bash[22165]: cluster 2024-03-26T03:48:25.034864+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:26.599 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:26 smithi204 bash[22361]: cluster 2024-03-26T03:48:25.034864+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:27.464 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:48:28.528 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:28 smithi016 bash[21432]: cluster 2024-03-26T03:48:27.035429+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:28.599 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:28 smithi204 bash[22361]: cluster 2024-03-26T03:48:27.035429+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:28.639 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:28 smithi069 bash[22165]: cluster 2024-03-26T03:48:27.035429+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:30.528 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:30 smithi016 bash[21432]: cluster 2024-03-26T03:48:29.035948+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:30.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:30 smithi016 bash[21432]: audit 2024-03-26T03:48:29.183327+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:30.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:30 smithi016 bash[21432]: audit 2024-03-26T03:48:29.192732+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:30.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:30 smithi016 bash[21432]: audit 2024-03-26T03:48:29.203374+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:30.599 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:30 smithi204 bash[22361]: cluster 2024-03-26T03:48:29.035948+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:30.599 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:30 smithi204 bash[22361]: audit 2024-03-26T03:48:29.183327+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:30.599 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:30 smithi204 bash[22361]: audit 2024-03-26T03:48:29.192732+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:30.599 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:30 smithi204 bash[22361]: audit 2024-03-26T03:48:29.203374+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:30.639 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:30 smithi069 bash[22165]: cluster 2024-03-26T03:48:29.035948+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:30.639 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:30 smithi069 bash[22165]: audit 2024-03-26T03:48:29.183327+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:30.639 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:30 smithi069 bash[22165]: audit 2024-03-26T03:48:29.192732+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:30.639 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:30 smithi069 bash[22165]: audit 2024-03-26T03:48:29.203374+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:31.721 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-03-26T03:48:31.721 INFO:teuthology.orchestra.run.smithi016.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-03-26T03:48:32.487 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:32 smithi016 bash[21432]: cluster 2024-03-26T03:48:31.036379+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:32.487 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:32 smithi016 bash[21432]: audit 2024-03-26T03:48:31.722607+0000 mon.a (mon.0) 694 : audit [DBG] from='client.? 172.21.15.16:0/305902430' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-26T03:48:32.488 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-03-26T03:48:32.488 INFO:tasks.cephadm:Setup complete, yielding 2024-03-26T03:48:32.489 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-26T03:48:32.499 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi016.front.sepia.ceph.com 2024-03-26T03:48:32.499 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 780a5ade-eb22-11ee-95d0-87774f69a715 -- bash -c 'ceph mgr module enable rgw' 2024-03-26T03:48:32.599 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:32 smithi204 bash[22361]: cluster 2024-03-26T03:48:31.036379+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:32.599 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:32 smithi204 bash[22361]: audit 2024-03-26T03:48:31.722607+0000 mon.a (mon.0) 694 : audit [DBG] from='client.? 172.21.15.16:0/305902430' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-26T03:48:32.640 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:32 smithi069 bash[22165]: cluster 2024-03-26T03:48:31.036379+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:32.640 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:32 smithi069 bash[22165]: audit 2024-03-26T03:48:31.722607+0000 mon.a (mon.0) 694 : audit [DBG] from='client.? 172.21.15.16:0/305902430' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-26T03:48:34.349 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:34 smithi204 bash[22361]: cluster 2024-03-26T03:48:33.036869+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:34.349 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:34 smithi204 bash[22361]: audit 2024-03-26T03:48:33.899277+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:34.349 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:34 smithi204 bash[22361]: audit 2024-03-26T03:48:33.906240+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:34.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:34 smithi204 bash[22361]: audit 2024-03-26T03:48:33.915542+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:34.528 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:34 smithi016 bash[21432]: cluster 2024-03-26T03:48:33.036869+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:34.528 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:34 smithi016 bash[21432]: audit 2024-03-26T03:48:33.899277+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:34.528 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:34 smithi016 bash[21432]: audit 2024-03-26T03:48:33.906240+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:34.528 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:34 smithi016 bash[21432]: audit 2024-03-26T03:48:33.915542+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:34.641 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:34 smithi069 bash[22165]: cluster 2024-03-26T03:48:33.036869+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:34.641 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:34 smithi069 bash[22165]: audit 2024-03-26T03:48:33.899277+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:34.641 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:34 smithi069 bash[22165]: audit 2024-03-26T03:48:33.906240+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:34.641 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:34 smithi069 bash[22165]: audit 2024-03-26T03:48:33.915542+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.16:0/982673207' entity='mgr.a' 2024-03-26T03:48:36.528 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:36 smithi016 bash[21432]: cluster 2024-03-26T03:48:35.037468+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:36.551 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:48:36.599 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:36 smithi204 bash[22361]: cluster 2024-03-26T03:48:35.037468+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:36.639 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:36 smithi069 bash[22165]: cluster 2024-03-26T03:48:35.037468+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:38.528 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:38 smithi016 bash[21432]: cluster 2024-03-26T03:48:37.038204+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:38.599 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:38 smithi204 bash[22361]: cluster 2024-03-26T03:48:37.038204+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:38.639 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:38 smithi069 bash[22165]: cluster 2024-03-26T03:48:37.038204+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:40.457 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:48:40 smithi016 bash[21688]: ignoring --setuser ceph since I am not root 2024-03-26T03:48:40.457 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:48:40 smithi016 bash[21688]: ignoring --setgroup ceph since I am not root 2024-03-26T03:48:40.457 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:48:40 smithi016 bash[21688]: debug 2024-03-26T03:48:40.418+0000 7f2e9ae20200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-26T03:48:40.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:40 smithi016 bash[21432]: cluster 2024-03-26T03:48:39.038581+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:40.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:40 smithi016 bash[21432]: audit 2024-03-26T03:48:39.386424+0000 mon.a (mon.0) 698 : audit [INF] from='client.? 172.21.15.16:0/3471069062' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-03-26T03:48:40.458 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:40 smithi069 bash[22165]: cluster 2024-03-26T03:48:39.038581+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:40.458 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:40 smithi069 bash[22165]: audit 2024-03-26T03:48:39.386424+0000 mon.a (mon.0) 698 : audit [INF] from='client.? 172.21.15.16:0/3471069062' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-03-26T03:48:40.458 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:48:40 smithi069 bash[23257]: ignoring --setuser ceph since I am not root 2024-03-26T03:48:40.458 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:48:40 smithi069 bash[23257]: ignoring --setgroup ceph since I am not root 2024-03-26T03:48:40.458 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:48:40 smithi069 bash[23257]: debug 2024-03-26T03:48:40.307+0000 7f90f5e62700 1 -- 172.21.15.69:0/927408399 <== mon.0 v2:172.21.15.16:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5565525185a0 con 0x556553296800 2024-03-26T03:48:40.459 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:48:40 smithi069 bash[23257]: debug 2024-03-26T03:48:40.459+0000 7f90ffc53200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-26T03:48:40.599 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:40 smithi204 bash[22361]: cluster 2024-03-26T03:48:39.038581+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:40.599 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:40 smithi204 bash[22361]: audit 2024-03-26T03:48:39.386424+0000 mon.a (mon.0) 698 : audit [INF] from='client.? 172.21.15.16:0/3471069062' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-03-26T03:48:40.984 INFO:teuthology.run_tasks:Running task rgw_module.apply... 2024-03-26T03:48:41.039 INFO:tasks.rgw_module:Applying spec(s): rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 2024-03-26T03:48:41.039 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 780a5ade-eb22-11ee-95d0-87774f69a715 -- ceph rgw realm bootstrap -i - 2024-03-26T03:48:41.278 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:41 smithi016 bash[21432]: audit 2024-03-26T03:48:40.209889+0000 mon.a (mon.0) 699 : audit [INF] from='client.? 172.21.15.16:0/3471069062' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-03-26T03:48:41.278 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:41 smithi016 bash[21432]: cluster 2024-03-26T03:48:40.218360+0000 mon.a (mon.0) 700 : cluster [DBG] mgrmap e16: a(active, since 6m), standbys: b 2024-03-26T03:48:41.599 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:41 smithi204 bash[22361]: audit 2024-03-26T03:48:40.209889+0000 mon.a (mon.0) 699 : audit [INF] from='client.? 172.21.15.16:0/3471069062' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-03-26T03:48:41.599 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:41 smithi204 bash[22361]: cluster 2024-03-26T03:48:40.218360+0000 mon.a (mon.0) 700 : cluster [DBG] mgrmap e16: a(active, since 6m), standbys: b 2024-03-26T03:48:41.639 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:41 smithi069 bash[22165]: audit 2024-03-26T03:48:40.209889+0000 mon.a (mon.0) 699 : audit [INF] from='client.? 172.21.15.16:0/3471069062' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-03-26T03:48:41.639 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:41 smithi069 bash[22165]: cluster 2024-03-26T03:48:40.218360+0000 mon.a (mon.0) 700 : cluster [DBG] mgrmap e16: a(active, since 6m), standbys: b 2024-03-26T03:48:42.384 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:48:42 smithi069 bash[23257]: debug 2024-03-26T03:48:42.043+0000 7f90ffc53200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-26T03:48:42.384 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:48:42 smithi069 bash[23257]: debug 2024-03-26T03:48:42.139+0000 7f90ffc53200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-26T03:48:42.408 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:48:42 smithi016 bash[21688]: debug 2024-03-26T03:48:42.046+0000 7f2e9ae20200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-26T03:48:42.408 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:48:42 smithi016 bash[21688]: debug 2024-03-26T03:48:42.146+0000 7f2e9ae20200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-26T03:48:42.639 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:48:42 smithi069 bash[23257]: debug 2024-03-26T03:48:42.383+0000 7f90ffc53200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-26T03:48:42.778 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:48:42 smithi016 bash[21688]: debug 2024-03-26T03:48:42.406+0000 7f2e9ae20200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-26T03:48:43.528 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:48:43 smithi016 bash[21688]: debug 2024-03-26T03:48:43.234+0000 7f2e9ae20200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-26T03:48:43.528 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:48:43 smithi016 bash[21688]: debug 2024-03-26T03:48:43.350+0000 7f2e9ae20200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-26T03:48:43.528 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:48:43 smithi016 bash[21688]: debug 2024-03-26T03:48:43.458+0000 7f2e9ae20200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-26T03:48:43.639 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:48:43 smithi069 bash[23257]: debug 2024-03-26T03:48:43.171+0000 7f90ffc53200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-26T03:48:43.639 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:48:43 smithi069 bash[23257]: debug 2024-03-26T03:48:43.279+0000 7f90ffc53200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-26T03:48:43.639 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:48:43 smithi069 bash[23257]: debug 2024-03-26T03:48:43.383+0000 7f90ffc53200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-26T03:48:44.139 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:48:43 smithi069 bash[23257]: debug 2024-03-26T03:48:43.739+0000 7f90ffc53200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-26T03:48:44.139 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:48:43 smithi069 bash[23257]: debug 2024-03-26T03:48:43.851+0000 7f90ffc53200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-26T03:48:44.139 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:48:43 smithi069 bash[23257]: debug 2024-03-26T03:48:43.950+0000 7f90ffc53200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-26T03:48:44.278 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:48:43 smithi016 bash[21688]: debug 2024-03-26T03:48:43.834+0000 7f2e9ae20200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-26T03:48:44.278 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:48:43 smithi016 bash[21688]: debug 2024-03-26T03:48:43.950+0000 7f2e9ae20200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-26T03:48:44.278 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:48:44 smithi016 bash[21688]: debug 2024-03-26T03:48:44.058+0000 7f2e9ae20200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-26T03:48:44.639 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:48:44 smithi069 bash[23257]: debug 2024-03-26T03:48:44.306+0000 7f90ffc53200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-26T03:48:44.639 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:48:44 smithi069 bash[23257]: debug 2024-03-26T03:48:44.546+0000 7f90ffc53200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-26T03:48:44.778 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:48:44 smithi016 bash[21688]: debug 2024-03-26T03:48:44.438+0000 7f2e9ae20200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-26T03:48:44.778 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:48:44 smithi016 bash[21688]: debug 2024-03-26T03:48:44.682+0000 7f2e9ae20200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-26T03:48:45.139 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:48:44 smithi069 bash[23257]: debug 2024-03-26T03:48:44.806+0000 7f90ffc53200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-26T03:48:45.139 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:48:44 smithi069 bash[23257]: debug 2024-03-26T03:48:44.918+0000 7f90ffc53200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-26T03:48:45.278 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:48:44 smithi016 bash[21688]: debug 2024-03-26T03:48:44.958+0000 7f2e9ae20200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-26T03:48:45.278 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:48:45 smithi016 bash[21688]: debug 2024-03-26T03:48:45.078+0000 7f2e9ae20200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-26T03:48:45.605 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:48:45 smithi069 bash[23257]: debug 2024-03-26T03:48:45.186+0000 7f90ffc53200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-26T03:48:45.768 INFO:teuthology.orchestra.run.smithi016.stdout:Inferring config /var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:48:45.778 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:48:45 smithi016 bash[21688]: debug 2024-03-26T03:48:45.366+0000 7f2e9ae20200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-26T03:48:45.889 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:48:45 smithi069 bash[23257]: debug 2024-03-26T03:48:45.602+0000 7f90ffc53200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-26T03:48:45.889 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:48:45 smithi069 bash[23257]: debug 2024-03-26T03:48:45.838+0000 7f90ffc53200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-26T03:48:46.050 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:48:45 smithi016 bash[21688]: debug 2024-03-26T03:48:45.794+0000 7f2e9ae20200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-26T03:48:46.389 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:48:45 smithi069 bash[23257]: debug 2024-03-26T03:48:45.958+0000 7f90ffc53200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-26T03:48:46.389 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:48:46 smithi069 bash[23257]: debug 2024-03-26T03:48:46.202+0000 7f90ffc53200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-26T03:48:46.439 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:48:46 smithi016 bash[21688]: debug 2024-03-26T03:48:46.046+0000 7f2e9ae20200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-26T03:48:46.439 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:48:46 smithi016 bash[21688]: debug 2024-03-26T03:48:46.170+0000 7f2e9ae20200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-26T03:48:47.028 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:48:46 smithi016 bash[21688]: debug 2024-03-26T03:48:46.434+0000 7f2e9ae20200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-26T03:48:47.616 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:48:47 smithi069 bash[23257]: debug 2024-03-26T03:48:47.206+0000 7f90ffc53200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-26T03:48:47.617 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:48:47 smithi069 bash[23257]: debug 2024-03-26T03:48:47.322+0000 7f90ffc53200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-26T03:48:47.778 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:48:47 smithi016 bash[21688]: debug 2024-03-26T03:48:47.494+0000 7f2e9ae20200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-26T03:48:47.778 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:48:47 smithi016 bash[21688]: debug 2024-03-26T03:48:47.618+0000 7f2e9ae20200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-26T03:48:47.889 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:48:47 smithi069 bash[23257]: debug 2024-03-26T03:48:47.614+0000 7f90ffc53200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-26T03:48:47.889 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:48:47 smithi069 bash[23257]: debug 2024-03-26T03:48:47.726+0000 7f90ffc53200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-26T03:48:48.278 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:48:47 smithi016 bash[21688]: debug 2024-03-26T03:48:47.934+0000 7f2e9ae20200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-26T03:48:48.278 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:48:48 smithi016 bash[21688]: debug 2024-03-26T03:48:48.054+0000 7f2e9ae20200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-26T03:48:48.309 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:48:48 smithi069 bash[23257]: debug 2024-03-26T03:48:48.186+0000 7f90ffc53200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-26T03:48:48.635 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:48:48 smithi069 bash[23257]: debug 2024-03-26T03:48:48.310+0000 7f90ffc53200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-26T03:48:48.636 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:48 smithi069 bash[22165]: cluster 2024-03-26T03:48:48.332880+0000 mon.a (mon.0) 701 : cluster [DBG] Standby manager daemon b restarted 2024-03-26T03:48:48.636 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:48 smithi069 bash[22165]: cluster 2024-03-26T03:48:48.333044+0000 mon.a (mon.0) 702 : cluster [DBG] Standby manager daemon b started 2024-03-26T03:48:48.636 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:48 smithi069 bash[22165]: audit 2024-03-26T03:48:48.335274+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.? 172.21.15.69:0/3434133452' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-26T03:48:48.636 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:48 smithi069 bash[22165]: audit 2024-03-26T03:48:48.336195+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.? 172.21.15.69:0/3434133452' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-26T03:48:48.636 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:48 smithi069 bash[22165]: audit 2024-03-26T03:48:48.337814+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.? 172.21.15.69:0/3434133452' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-26T03:48:48.636 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:48 smithi069 bash[22165]: audit 2024-03-26T03:48:48.338438+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.? 172.21.15.69:0/3434133452' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-26T03:48:48.704 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:48:48 smithi016 bash[21688]: debug 2024-03-26T03:48:48.534+0000 7f2e9ae20200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-26T03:48:48.704 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:48 smithi016 bash[21432]: cluster 2024-03-26T03:48:48.332880+0000 mon.a (mon.0) 701 : cluster [DBG] Standby manager daemon b restarted 2024-03-26T03:48:48.704 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:48 smithi016 bash[21432]: cluster 2024-03-26T03:48:48.333044+0000 mon.a (mon.0) 702 : cluster [DBG] Standby manager daemon b started 2024-03-26T03:48:48.704 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:48 smithi016 bash[21432]: audit 2024-03-26T03:48:48.335274+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.? 172.21.15.69:0/3434133452' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-26T03:48:48.704 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:48 smithi016 bash[21432]: audit 2024-03-26T03:48:48.336195+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.? 172.21.15.69:0/3434133452' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-26T03:48:48.704 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:48 smithi016 bash[21432]: audit 2024-03-26T03:48:48.337814+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.? 172.21.15.69:0/3434133452' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-26T03:48:48.704 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:48 smithi016 bash[21432]: audit 2024-03-26T03:48:48.338438+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.? 172.21.15.69:0/3434133452' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-26T03:48:48.849 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:48 smithi204 bash[22361]: cluster 2024-03-26T03:48:48.332880+0000 mon.a (mon.0) 701 : cluster [DBG] Standby manager daemon b restarted 2024-03-26T03:48:48.849 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:48 smithi204 bash[22361]: cluster 2024-03-26T03:48:48.333044+0000 mon.a (mon.0) 702 : cluster [DBG] Standby manager daemon b started 2024-03-26T03:48:48.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:48 smithi204 bash[22361]: audit 2024-03-26T03:48:48.335274+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.? 172.21.15.69:0/3434133452' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-26T03:48:48.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:48 smithi204 bash[22361]: audit 2024-03-26T03:48:48.336195+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.? 172.21.15.69:0/3434133452' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-26T03:48:48.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:48 smithi204 bash[22361]: audit 2024-03-26T03:48:48.337814+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.? 172.21.15.69:0/3434133452' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-26T03:48:48.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:48 smithi204 bash[22361]: audit 2024-03-26T03:48:48.338438+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.? 172.21.15.69:0/3434133452' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-26T03:48:49.029 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:48:48 smithi016 bash[21688]: debug 2024-03-26T03:48:48.662+0000 7f2e9ae20200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-26T03:48:49.640 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:49 smithi069 bash[22165]: cluster 2024-03-26T03:48:48.391115+0000 mon.a (mon.0) 707 : cluster [DBG] mgrmap e17: a(active, since 6m), standbys: b 2024-03-26T03:48:49.640 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:49 smithi069 bash[22165]: cluster 2024-03-26T03:48:48.670937+0000 mon.a (mon.0) 708 : cluster [INF] Active manager daemon a restarted 2024-03-26T03:48:49.640 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:49 smithi069 bash[22165]: cluster 2024-03-26T03:48:48.671193+0000 mon.a (mon.0) 709 : cluster [INF] Activating manager daemon a 2024-03-26T03:48:49.640 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:49 smithi069 bash[22165]: cluster 2024-03-26T03:48:48.683128+0000 mon.a (mon.0) 710 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-26T03:48:49.640 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:49 smithi069 bash[22165]: cluster 2024-03-26T03:48:48.684018+0000 mon.a (mon.0) 711 : cluster [DBG] mgrmap e18: a(active, starting, since 0.0129037s), standbys: b 2024-03-26T03:48:49.641 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:49 smithi069 bash[22165]: audit 2024-03-26T03:48:48.685684+0000 mon.c (mon.1) 10 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T03:48:49.641 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:49 smithi069 bash[22165]: audit 2024-03-26T03:48:48.686060+0000 mon.c (mon.1) 11 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:48:49.641 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:49 smithi069 bash[22165]: audit 2024-03-26T03:48:48.686377+0000 mon.c (mon.1) 12 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:48:49.641 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:49 smithi069 bash[22165]: audit 2024-03-26T03:48:48.688173+0000 mon.c (mon.1) 13 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-26T03:48:49.641 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:49 smithi069 bash[22165]: audit 2024-03-26T03:48:48.688598+0000 mon.c (mon.1) 14 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-26T03:48:49.641 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:49 smithi069 bash[22165]: audit 2024-03-26T03:48:48.688981+0000 mon.c (mon.1) 15 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T03:48:49.641 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:49 smithi069 bash[22165]: audit 2024-03-26T03:48:48.689503+0000 mon.c (mon.1) 16 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T03:48:49.641 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:49 smithi069 bash[22165]: audit 2024-03-26T03:48:48.689993+0000 mon.c (mon.1) 17 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T03:48:49.641 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:49 smithi069 bash[22165]: audit 2024-03-26T03:48:48.690539+0000 mon.c (mon.1) 18 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-26T03:48:49.641 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:49 smithi069 bash[22165]: audit 2024-03-26T03:48:48.690875+0000 mon.c (mon.1) 19 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-26T03:48:49.641 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:49 smithi069 bash[22165]: audit 2024-03-26T03:48:48.691576+0000 mon.c (mon.1) 20 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-26T03:48:49.641 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:49 smithi069 bash[22165]: cluster 2024-03-26T03:48:48.722302+0000 mon.a (mon.0) 712 : cluster [INF] Manager daemon a is now available 2024-03-26T03:48:49.641 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:49 smithi069 bash[22165]: audit 2024-03-26T03:48:48.750478+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:49.642 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:49 smithi069 bash[22165]: audit 2024-03-26T03:48:48.758100+0000 mon.c (mon.1) 21 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:48:49.642 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:49 smithi069 bash[22165]: audit 2024-03-26T03:48:48.762747+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14370 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi069", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:48:49.642 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:49 smithi069 bash[22165]: audit 2024-03-26T03:48:48.763266+0000 mon.c (mon.1) 22 : audit [INF] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi069", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:48:49.642 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:49 smithi069 bash[22165]: audit 2024-03-26T03:48:48.764914+0000 mon.c (mon.1) 23 : audit [INF] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:48:49.642 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:49 smithi069 bash[22165]: audit 2024-03-26T03:48:48.766191+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14370 ' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi069", "name": "osd_memory_target"}]': finished 2024-03-26T03:48:49.642 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:49 smithi069 bash[22165]: audit 2024-03-26T03:48:48.770214+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14370 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:48:49.642 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:49 smithi069 bash[22165]: audit 2024-03-26T03:48:48.770757+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14370 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi016", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:48:49.642 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:49 smithi069 bash[22165]: audit 2024-03-26T03:48:48.771306+0000 mon.c (mon.1) 24 : audit [INF] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi016", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:48:49.642 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:49 smithi069 bash[22165]: audit 2024-03-26T03:48:48.773601+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14370 ' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"}]': finished 2024-03-26T03:48:49.642 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:49 smithi069 bash[22165]: audit 2024-03-26T03:48:48.778411+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14370 ' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-26T03:48:49.642 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:49 smithi069 bash[22165]: audit 2024-03-26T03:48:48.778959+0000 mon.c (mon.1) 25 : audit [INF] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-26T03:48:49.642 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:49 smithi069 bash[22165]: audit 2024-03-26T03:48:48.781805+0000 mon.c (mon.1) 26 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:48:49.642 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:49 smithi069 bash[22165]: audit 2024-03-26T03:48:48.784356+0000 mon.c (mon.1) 27 : audit [INF] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:48:49.643 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:49 smithi069 bash[22165]: cephadm 2024-03-26T03:48:48.786349+0000 mgr.a (mgr.14370) 1 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-03-26T03:48:49.643 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:49 smithi069 bash[22165]: audit 2024-03-26T03:48:48.786953+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14370 ' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-26T03:48:49.643 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:49 smithi069 bash[22165]: audit 2024-03-26T03:48:48.787500+0000 mon.c (mon.1) 28 : audit [INF] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-26T03:48:49.643 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:49 smithi069 bash[22165]: cephadm 2024-03-26T03:48:48.788181+0000 mgr.a (mgr.14370) 2 : cephadm [INF] Updating smithi069:/etc/ceph/ceph.conf 2024-03-26T03:48:49.643 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:49 smithi069 bash[22165]: cephadm 2024-03-26T03:48:48.789081+0000 mgr.a (mgr.14370) 3 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-03-26T03:48:49.778 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:49 smithi016 bash[21432]: cluster 2024-03-26T03:48:48.391115+0000 mon.a (mon.0) 707 : cluster [DBG] mgrmap e17: a(active, since 6m), standbys: b 2024-03-26T03:48:49.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:49 smithi016 bash[21432]: cluster 2024-03-26T03:48:48.670937+0000 mon.a (mon.0) 708 : cluster [INF] Active manager daemon a restarted 2024-03-26T03:48:49.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:49 smithi016 bash[21432]: cluster 2024-03-26T03:48:48.671193+0000 mon.a (mon.0) 709 : cluster [INF] Activating manager daemon a 2024-03-26T03:48:49.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:49 smithi016 bash[21432]: cluster 2024-03-26T03:48:48.683128+0000 mon.a (mon.0) 710 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-26T03:48:49.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:49 smithi016 bash[21432]: cluster 2024-03-26T03:48:48.684018+0000 mon.a (mon.0) 711 : cluster [DBG] mgrmap e18: a(active, starting, since 0.0129037s), standbys: b 2024-03-26T03:48:49.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:49 smithi016 bash[21432]: audit 2024-03-26T03:48:48.685684+0000 mon.c (mon.1) 10 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T03:48:49.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:49 smithi016 bash[21432]: audit 2024-03-26T03:48:48.686060+0000 mon.c (mon.1) 11 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:48:49.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:49 smithi016 bash[21432]: audit 2024-03-26T03:48:48.686377+0000 mon.c (mon.1) 12 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:48:49.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:49 smithi016 bash[21432]: audit 2024-03-26T03:48:48.688173+0000 mon.c (mon.1) 13 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-26T03:48:49.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:49 smithi016 bash[21432]: audit 2024-03-26T03:48:48.688598+0000 mon.c (mon.1) 14 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-26T03:48:49.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:49 smithi016 bash[21432]: audit 2024-03-26T03:48:48.688981+0000 mon.c (mon.1) 15 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T03:48:49.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:49 smithi016 bash[21432]: audit 2024-03-26T03:48:48.689503+0000 mon.c (mon.1) 16 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T03:48:49.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:49 smithi016 bash[21432]: audit 2024-03-26T03:48:48.689993+0000 mon.c (mon.1) 17 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T03:48:49.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:49 smithi016 bash[21432]: audit 2024-03-26T03:48:48.690539+0000 mon.c (mon.1) 18 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-26T03:48:49.779 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:49 smithi016 bash[21432]: audit 2024-03-26T03:48:48.690875+0000 mon.c (mon.1) 19 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-26T03:48:49.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:49 smithi016 bash[21432]: audit 2024-03-26T03:48:48.691576+0000 mon.c (mon.1) 20 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-26T03:48:49.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:49 smithi016 bash[21432]: cluster 2024-03-26T03:48:48.722302+0000 mon.a (mon.0) 712 : cluster [INF] Manager daemon a is now available 2024-03-26T03:48:49.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:49 smithi016 bash[21432]: audit 2024-03-26T03:48:48.750478+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:49.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:49 smithi016 bash[21432]: audit 2024-03-26T03:48:48.758100+0000 mon.c (mon.1) 21 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:48:49.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:49 smithi016 bash[21432]: audit 2024-03-26T03:48:48.762747+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14370 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi069", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:48:49.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:49 smithi016 bash[21432]: audit 2024-03-26T03:48:48.763266+0000 mon.c (mon.1) 22 : audit [INF] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi069", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:48:49.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:49 smithi016 bash[21432]: audit 2024-03-26T03:48:48.764914+0000 mon.c (mon.1) 23 : audit [INF] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:48:49.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:49 smithi016 bash[21432]: audit 2024-03-26T03:48:48.766191+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14370 ' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi069", "name": "osd_memory_target"}]': finished 2024-03-26T03:48:49.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:49 smithi016 bash[21432]: audit 2024-03-26T03:48:48.770214+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14370 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:48:49.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:49 smithi016 bash[21432]: audit 2024-03-26T03:48:48.770757+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14370 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi016", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:48:49.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:49 smithi016 bash[21432]: audit 2024-03-26T03:48:48.771306+0000 mon.c (mon.1) 24 : audit [INF] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi016", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:48:49.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:49 smithi016 bash[21432]: audit 2024-03-26T03:48:48.773601+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14370 ' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"}]': finished 2024-03-26T03:48:49.780 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:49 smithi016 bash[21432]: audit 2024-03-26T03:48:48.778411+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14370 ' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-26T03:48:49.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:49 smithi016 bash[21432]: audit 2024-03-26T03:48:48.778959+0000 mon.c (mon.1) 25 : audit [INF] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-26T03:48:49.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:49 smithi016 bash[21432]: audit 2024-03-26T03:48:48.781805+0000 mon.c (mon.1) 26 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:48:49.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:49 smithi016 bash[21432]: audit 2024-03-26T03:48:48.784356+0000 mon.c (mon.1) 27 : audit [INF] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:48:49.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:49 smithi016 bash[21432]: cephadm 2024-03-26T03:48:48.786349+0000 mgr.a (mgr.14370) 1 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-03-26T03:48:49.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:49 smithi016 bash[21432]: audit 2024-03-26T03:48:48.786953+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14370 ' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-26T03:48:49.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:49 smithi016 bash[21432]: audit 2024-03-26T03:48:48.787500+0000 mon.c (mon.1) 28 : audit [INF] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-26T03:48:49.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:49 smithi016 bash[21432]: cephadm 2024-03-26T03:48:48.788181+0000 mgr.a (mgr.14370) 2 : cephadm [INF] Updating smithi069:/etc/ceph/ceph.conf 2024-03-26T03:48:49.781 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:49 smithi016 bash[21432]: cephadm 2024-03-26T03:48:48.789081+0000 mgr.a (mgr.14370) 3 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-03-26T03:48:49.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:49 smithi204 bash[22361]: cluster 2024-03-26T03:48:48.391115+0000 mon.a (mon.0) 707 : cluster [DBG] mgrmap e17: a(active, since 6m), standbys: b 2024-03-26T03:48:49.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:49 smithi204 bash[22361]: cluster 2024-03-26T03:48:48.670937+0000 mon.a (mon.0) 708 : cluster [INF] Active manager daemon a restarted 2024-03-26T03:48:49.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:49 smithi204 bash[22361]: cluster 2024-03-26T03:48:48.671193+0000 mon.a (mon.0) 709 : cluster [INF] Activating manager daemon a 2024-03-26T03:48:49.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:49 smithi204 bash[22361]: cluster 2024-03-26T03:48:48.683128+0000 mon.a (mon.0) 710 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-26T03:48:49.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:49 smithi204 bash[22361]: cluster 2024-03-26T03:48:48.684018+0000 mon.a (mon.0) 711 : cluster [DBG] mgrmap e18: a(active, starting, since 0.0129037s), standbys: b 2024-03-26T03:48:49.850 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:49 smithi204 bash[22361]: audit 2024-03-26T03:48:48.685684+0000 mon.c (mon.1) 10 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T03:48:49.853 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:49 smithi204 bash[22361]: audit 2024-03-26T03:48:48.686060+0000 mon.c (mon.1) 11 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:48:49.853 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:49 smithi204 bash[22361]: audit 2024-03-26T03:48:48.686377+0000 mon.c (mon.1) 12 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:48:49.853 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:49 smithi204 bash[22361]: audit 2024-03-26T03:48:48.688173+0000 mon.c (mon.1) 13 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-26T03:48:49.853 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:49 smithi204 bash[22361]: audit 2024-03-26T03:48:48.688598+0000 mon.c (mon.1) 14 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-26T03:48:49.853 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:49 smithi204 bash[22361]: audit 2024-03-26T03:48:48.688981+0000 mon.c (mon.1) 15 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T03:48:49.853 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:49 smithi204 bash[22361]: audit 2024-03-26T03:48:48.689503+0000 mon.c (mon.1) 16 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T03:48:49.853 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:49 smithi204 bash[22361]: audit 2024-03-26T03:48:48.689993+0000 mon.c (mon.1) 17 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T03:48:49.853 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:49 smithi204 bash[22361]: audit 2024-03-26T03:48:48.690539+0000 mon.c (mon.1) 18 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-26T03:48:49.853 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:49 smithi204 bash[22361]: audit 2024-03-26T03:48:48.690875+0000 mon.c (mon.1) 19 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-26T03:48:49.854 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:49 smithi204 bash[22361]: audit 2024-03-26T03:48:48.691576+0000 mon.c (mon.1) 20 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-26T03:48:49.854 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:49 smithi204 bash[22361]: cluster 2024-03-26T03:48:48.722302+0000 mon.a (mon.0) 712 : cluster [INF] Manager daemon a is now available 2024-03-26T03:48:49.854 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:49 smithi204 bash[22361]: audit 2024-03-26T03:48:48.750478+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:49.854 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:49 smithi204 bash[22361]: audit 2024-03-26T03:48:48.758100+0000 mon.c (mon.1) 21 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:48:49.854 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:49 smithi204 bash[22361]: audit 2024-03-26T03:48:48.762747+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14370 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi069", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:48:49.854 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:49 smithi204 bash[22361]: audit 2024-03-26T03:48:48.763266+0000 mon.c (mon.1) 22 : audit [INF] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi069", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:48:49.854 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:49 smithi204 bash[22361]: audit 2024-03-26T03:48:48.764914+0000 mon.c (mon.1) 23 : audit [INF] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:48:49.854 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:49 smithi204 bash[22361]: audit 2024-03-26T03:48:48.766191+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14370 ' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi069", "name": "osd_memory_target"}]': finished 2024-03-26T03:48:49.854 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:49 smithi204 bash[22361]: audit 2024-03-26T03:48:48.770214+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14370 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:48:49.854 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:49 smithi204 bash[22361]: audit 2024-03-26T03:48:48.770757+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14370 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi016", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:48:49.854 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:49 smithi204 bash[22361]: audit 2024-03-26T03:48:48.771306+0000 mon.c (mon.1) 24 : audit [INF] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi016", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:48:49.854 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:49 smithi204 bash[22361]: audit 2024-03-26T03:48:48.773601+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14370 ' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"}]': finished 2024-03-26T03:48:49.854 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:49 smithi204 bash[22361]: audit 2024-03-26T03:48:48.778411+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14370 ' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-26T03:48:49.854 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:49 smithi204 bash[22361]: audit 2024-03-26T03:48:48.778959+0000 mon.c (mon.1) 25 : audit [INF] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-26T03:48:49.855 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:49 smithi204 bash[22361]: audit 2024-03-26T03:48:48.781805+0000 mon.c (mon.1) 26 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:48:49.855 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:49 smithi204 bash[22361]: audit 2024-03-26T03:48:48.784356+0000 mon.c (mon.1) 27 : audit [INF] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:48:49.855 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:49 smithi204 bash[22361]: cephadm 2024-03-26T03:48:48.786349+0000 mgr.a (mgr.14370) 1 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-03-26T03:48:49.855 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:49 smithi204 bash[22361]: audit 2024-03-26T03:48:48.786953+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14370 ' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-26T03:48:49.855 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:49 smithi204 bash[22361]: audit 2024-03-26T03:48:48.787500+0000 mon.c (mon.1) 28 : audit [INF] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-26T03:48:49.855 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:49 smithi204 bash[22361]: cephadm 2024-03-26T03:48:48.788181+0000 mgr.a (mgr.14370) 2 : cephadm [INF] Updating smithi069:/etc/ceph/ceph.conf 2024-03-26T03:48:49.855 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:49 smithi204 bash[22361]: cephadm 2024-03-26T03:48:48.789081+0000 mgr.a (mgr.14370) 3 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-03-26T03:48:50.985 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:50 smithi069 bash[22165]: cephadm 2024-03-26T03:48:49.425118+0000 mgr.a (mgr.14370) 4 : cephadm [INF] Updating smithi069:/var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T03:48:50.985 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:50 smithi069 bash[22165]: cephadm 2024-03-26T03:48:49.425359+0000 mgr.a (mgr.14370) 5 : cephadm [INF] Updating smithi204:/var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T03:48:50.986 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:50 smithi069 bash[22165]: cephadm 2024-03-26T03:48:49.425547+0000 mgr.a (mgr.14370) 6 : cephadm [INF] Updating smithi016:/var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T03:48:50.986 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:50 smithi069 bash[22165]: cephadm 2024-03-26T03:48:49.639885+0000 mgr.a (mgr.14370) 7 : cephadm [INF] Updating smithi069:/etc/ceph/ceph.client.admin.keyring 2024-03-26T03:48:50.986 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:50 smithi069 bash[22165]: cephadm 2024-03-26T03:48:49.640091+0000 mgr.a (mgr.14370) 8 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.client.admin.keyring 2024-03-26T03:48:50.986 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:50 smithi069 bash[22165]: cephadm 2024-03-26T03:48:49.640852+0000 mgr.a (mgr.14370) 9 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.client.admin.keyring 2024-03-26T03:48:50.986 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:50 smithi069 bash[22165]: cluster 2024-03-26T03:48:49.684547+0000 mon.a (mon.0) 721 : cluster [DBG] mgrmap e19: a(active, since 1.01345s), standbys: b 2024-03-26T03:48:50.986 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:50 smithi069 bash[22165]: cluster 2024-03-26T03:48:49.689517+0000 mgr.a (mgr.14370) 10 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:50.986 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:50 smithi069 bash[22165]: cephadm 2024-03-26T03:48:49.854818+0000 mgr.a (mgr.14370) 11 : cephadm [INF] Updating smithi069:/var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T03:48:50.986 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:50 smithi069 bash[22165]: cephadm 2024-03-26T03:48:49.855022+0000 mgr.a (mgr.14370) 12 : cephadm [INF] Updating smithi016:/var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T03:48:50.986 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:50 smithi069 bash[22165]: cephadm 2024-03-26T03:48:49.856457+0000 mgr.a (mgr.14370) 13 : cephadm [INF] Updating smithi204:/var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T03:48:50.986 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:50 smithi069 bash[22165]: audit 2024-03-26T03:48:50.036811+0000 mgr.a (mgr.14370) 14 : audit [DBG] from='client.14400 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:48:50.986 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:50 smithi069 bash[22165]: audit 2024-03-26T03:48:50.077337+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:50.986 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:50 smithi069 bash[22165]: audit 2024-03-26T03:48:50.083025+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:50.987 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:50 smithi069 bash[22165]: audit 2024-03-26T03:48:50.087537+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:50.987 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:50 smithi069 bash[22165]: audit 2024-03-26T03:48:50.095176+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:50.987 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:50 smithi069 bash[22165]: audit 2024-03-26T03:48:50.101142+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:50.987 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:50 smithi069 bash[22165]: audit 2024-03-26T03:48:50.106276+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:50.987 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:50 smithi069 bash[22165]: audit 2024-03-26T03:48:50.114849+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:50.987 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:50 smithi069 bash[22165]: audit 2024-03-26T03:48:50.125926+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:50.987 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:50 smithi069 bash[22165]: cephadm 2024-03-26T03:48:50.179168+0000 mgr.a (mgr.14370) 15 : cephadm [INF] [26/Mar/2024:03:48:50] ENGINE Bus STARTING 2024-03-26T03:48:50.987 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:50 smithi069 bash[22165]: audit 2024-03-26T03:48:50.195987+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14370 ' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi016", "caps": []}]: dispatch 2024-03-26T03:48:50.987 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:50 smithi069 bash[22165]: audit 2024-03-26T03:48:50.196484+0000 mon.c (mon.1) 29 : audit [INF] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi016", "caps": []}]: dispatch 2024-03-26T03:48:50.992 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:50 smithi016 bash[21432]: cephadm 2024-03-26T03:48:49.425118+0000 mgr.a (mgr.14370) 4 : cephadm [INF] Updating smithi069:/var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T03:48:50.992 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:50 smithi016 bash[21432]: cephadm 2024-03-26T03:48:49.425359+0000 mgr.a (mgr.14370) 5 : cephadm [INF] Updating smithi204:/var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T03:48:50.992 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:50 smithi016 bash[21432]: cephadm 2024-03-26T03:48:49.425547+0000 mgr.a (mgr.14370) 6 : cephadm [INF] Updating smithi016:/var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T03:48:50.992 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:50 smithi016 bash[21432]: cephadm 2024-03-26T03:48:49.639885+0000 mgr.a (mgr.14370) 7 : cephadm [INF] Updating smithi069:/etc/ceph/ceph.client.admin.keyring 2024-03-26T03:48:50.992 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:50 smithi016 bash[21432]: cephadm 2024-03-26T03:48:49.640091+0000 mgr.a (mgr.14370) 8 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.client.admin.keyring 2024-03-26T03:48:50.992 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:50 smithi016 bash[21432]: cephadm 2024-03-26T03:48:49.640852+0000 mgr.a (mgr.14370) 9 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.client.admin.keyring 2024-03-26T03:48:50.992 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:50 smithi016 bash[21432]: cluster 2024-03-26T03:48:49.684547+0000 mon.a (mon.0) 721 : cluster [DBG] mgrmap e19: a(active, since 1.01345s), standbys: b 2024-03-26T03:48:50.992 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:50 smithi016 bash[21432]: cluster 2024-03-26T03:48:49.689517+0000 mgr.a (mgr.14370) 10 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:50.993 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:50 smithi016 bash[21432]: cephadm 2024-03-26T03:48:49.854818+0000 mgr.a (mgr.14370) 11 : cephadm [INF] Updating smithi069:/var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T03:48:50.993 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:50 smithi016 bash[21432]: cephadm 2024-03-26T03:48:49.855022+0000 mgr.a (mgr.14370) 12 : cephadm [INF] Updating smithi016:/var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T03:48:50.993 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:50 smithi016 bash[21432]: cephadm 2024-03-26T03:48:49.856457+0000 mgr.a (mgr.14370) 13 : cephadm [INF] Updating smithi204:/var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T03:48:50.993 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:50 smithi016 bash[21432]: audit 2024-03-26T03:48:50.036811+0000 mgr.a (mgr.14370) 14 : audit [DBG] from='client.14400 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:48:50.993 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:50 smithi016 bash[21432]: audit 2024-03-26T03:48:50.077337+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:50.993 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:50 smithi016 bash[21432]: audit 2024-03-26T03:48:50.083025+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:50.993 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:50 smithi016 bash[21432]: audit 2024-03-26T03:48:50.087537+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:50.993 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:50 smithi016 bash[21432]: audit 2024-03-26T03:48:50.095176+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:50.993 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:50 smithi016 bash[21432]: audit 2024-03-26T03:48:50.101142+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:50.993 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:50 smithi016 bash[21432]: audit 2024-03-26T03:48:50.106276+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:50.993 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:50 smithi016 bash[21432]: audit 2024-03-26T03:48:50.114849+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:50.993 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:50 smithi016 bash[21432]: audit 2024-03-26T03:48:50.125926+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:50.993 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:50 smithi016 bash[21432]: cephadm 2024-03-26T03:48:50.179168+0000 mgr.a (mgr.14370) 15 : cephadm [INF] [26/Mar/2024:03:48:50] ENGINE Bus STARTING 2024-03-26T03:48:50.993 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:50 smithi016 bash[21432]: audit 2024-03-26T03:48:50.195987+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14370 ' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi016", "caps": []}]: dispatch 2024-03-26T03:48:50.994 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:50 smithi016 bash[21432]: audit 2024-03-26T03:48:50.196484+0000 mon.c (mon.1) 29 : audit [INF] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi016", "caps": []}]: dispatch 2024-03-26T03:48:51.099 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:50 smithi204 bash[22361]: cephadm 2024-03-26T03:48:49.425118+0000 mgr.a (mgr.14370) 4 : cephadm [INF] Updating smithi069:/var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T03:48:51.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:50 smithi204 bash[22361]: cephadm 2024-03-26T03:48:49.425359+0000 mgr.a (mgr.14370) 5 : cephadm [INF] Updating smithi204:/var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T03:48:51.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:50 smithi204 bash[22361]: cephadm 2024-03-26T03:48:49.425547+0000 mgr.a (mgr.14370) 6 : cephadm [INF] Updating smithi016:/var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T03:48:51.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:50 smithi204 bash[22361]: cephadm 2024-03-26T03:48:49.639885+0000 mgr.a (mgr.14370) 7 : cephadm [INF] Updating smithi069:/etc/ceph/ceph.client.admin.keyring 2024-03-26T03:48:51.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:50 smithi204 bash[22361]: cephadm 2024-03-26T03:48:49.640091+0000 mgr.a (mgr.14370) 8 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.client.admin.keyring 2024-03-26T03:48:51.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:50 smithi204 bash[22361]: cephadm 2024-03-26T03:48:49.640852+0000 mgr.a (mgr.14370) 9 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.client.admin.keyring 2024-03-26T03:48:51.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:50 smithi204 bash[22361]: cluster 2024-03-26T03:48:49.684547+0000 mon.a (mon.0) 721 : cluster [DBG] mgrmap e19: a(active, since 1.01345s), standbys: b 2024-03-26T03:48:51.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:50 smithi204 bash[22361]: cluster 2024-03-26T03:48:49.689517+0000 mgr.a (mgr.14370) 10 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:51.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:50 smithi204 bash[22361]: cephadm 2024-03-26T03:48:49.854818+0000 mgr.a (mgr.14370) 11 : cephadm [INF] Updating smithi069:/var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T03:48:51.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:50 smithi204 bash[22361]: cephadm 2024-03-26T03:48:49.855022+0000 mgr.a (mgr.14370) 12 : cephadm [INF] Updating smithi016:/var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T03:48:51.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:50 smithi204 bash[22361]: cephadm 2024-03-26T03:48:49.856457+0000 mgr.a (mgr.14370) 13 : cephadm [INF] Updating smithi204:/var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T03:48:51.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:50 smithi204 bash[22361]: audit 2024-03-26T03:48:50.036811+0000 mgr.a (mgr.14370) 14 : audit [DBG] from='client.14400 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:48:51.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:50 smithi204 bash[22361]: audit 2024-03-26T03:48:50.077337+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:51.101 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:50 smithi204 bash[22361]: audit 2024-03-26T03:48:50.083025+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:51.101 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:50 smithi204 bash[22361]: audit 2024-03-26T03:48:50.087537+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:51.101 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:50 smithi204 bash[22361]: audit 2024-03-26T03:48:50.095176+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:51.101 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:50 smithi204 bash[22361]: audit 2024-03-26T03:48:50.101142+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:51.101 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:50 smithi204 bash[22361]: audit 2024-03-26T03:48:50.106276+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:51.101 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:50 smithi204 bash[22361]: audit 2024-03-26T03:48:50.114849+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:51.101 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:50 smithi204 bash[22361]: audit 2024-03-26T03:48:50.125926+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:51.101 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:50 smithi204 bash[22361]: cephadm 2024-03-26T03:48:50.179168+0000 mgr.a (mgr.14370) 15 : cephadm [INF] [26/Mar/2024:03:48:50] ENGINE Bus STARTING 2024-03-26T03:48:51.101 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:50 smithi204 bash[22361]: audit 2024-03-26T03:48:50.195987+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14370 ' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi016", "caps": []}]: dispatch 2024-03-26T03:48:51.101 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:50 smithi204 bash[22361]: audit 2024-03-26T03:48:50.196484+0000 mon.c (mon.1) 29 : audit [INF] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi016", "caps": []}]: dispatch 2024-03-26T03:48:52.028 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:51 smithi016 bash[21432]: cephadm 2024-03-26T03:48:50.299713+0000 mgr.a (mgr.14370) 16 : cephadm [INF] [26/Mar/2024:03:48:50] ENGINE Serving on https://172.21.15.16:7151 2024-03-26T03:48:52.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:51 smithi016 bash[21432]: cephadm 2024-03-26T03:48:50.400832+0000 mgr.a (mgr.14370) 17 : cephadm [INF] [26/Mar/2024:03:48:50] ENGINE Serving on http://172.21.15.16:8765 2024-03-26T03:48:52.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:51 smithi016 bash[21432]: cephadm 2024-03-26T03:48:50.401145+0000 mgr.a (mgr.14370) 18 : cephadm [INF] [26/Mar/2024:03:48:50] ENGINE Bus STARTED 2024-03-26T03:48:52.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:51 smithi016 bash[21432]: cluster 2024-03-26T03:48:50.688125+0000 mgr.a (mgr.14370) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:52.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:51 smithi016 bash[21432]: audit 2024-03-26T03:48:50.758561+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14370 ' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi069", "caps": []}]: dispatch 2024-03-26T03:48:52.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:51 smithi016 bash[21432]: audit 2024-03-26T03:48:50.758827+0000 mon.c (mon.1) 30 : audit [INF] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi069", "caps": []}]: dispatch 2024-03-26T03:48:52.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:51 smithi016 bash[21432]: cluster 2024-03-26T03:48:51.121431+0000 mon.a (mon.0) 732 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-03-26T03:48:52.030 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:51 smithi016 bash[21432]: audit 2024-03-26T03:48:51.123143+0000 mon.a (mon.0) 733 : audit [INF] from='client.? 172.21.15.16:0/2645276390' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-26T03:48:52.099 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:51 smithi204 bash[22361]: cephadm 2024-03-26T03:48:50.299713+0000 mgr.a (mgr.14370) 16 : cephadm [INF] [26/Mar/2024:03:48:50] ENGINE Serving on https://172.21.15.16:7151 2024-03-26T03:48:52.099 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:51 smithi204 bash[22361]: cephadm 2024-03-26T03:48:50.400832+0000 mgr.a (mgr.14370) 17 : cephadm [INF] [26/Mar/2024:03:48:50] ENGINE Serving on http://172.21.15.16:8765 2024-03-26T03:48:52.099 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:51 smithi204 bash[22361]: cephadm 2024-03-26T03:48:50.401145+0000 mgr.a (mgr.14370) 18 : cephadm [INF] [26/Mar/2024:03:48:50] ENGINE Bus STARTED 2024-03-26T03:48:52.099 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:51 smithi204 bash[22361]: cluster 2024-03-26T03:48:50.688125+0000 mgr.a (mgr.14370) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:52.099 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:51 smithi204 bash[22361]: audit 2024-03-26T03:48:50.758561+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14370 ' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi069", "caps": []}]: dispatch 2024-03-26T03:48:52.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:51 smithi204 bash[22361]: audit 2024-03-26T03:48:50.758827+0000 mon.c (mon.1) 30 : audit [INF] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi069", "caps": []}]: dispatch 2024-03-26T03:48:52.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:51 smithi204 bash[22361]: cluster 2024-03-26T03:48:51.121431+0000 mon.a (mon.0) 732 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-03-26T03:48:52.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:51 smithi204 bash[22361]: audit 2024-03-26T03:48:51.123143+0000 mon.a (mon.0) 733 : audit [INF] from='client.? 172.21.15.16:0/2645276390' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-26T03:48:52.140 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:51 smithi069 bash[22165]: cephadm 2024-03-26T03:48:50.299713+0000 mgr.a (mgr.14370) 16 : cephadm [INF] [26/Mar/2024:03:48:50] ENGINE Serving on https://172.21.15.16:7151 2024-03-26T03:48:52.140 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:51 smithi069 bash[22165]: cephadm 2024-03-26T03:48:50.400832+0000 mgr.a (mgr.14370) 17 : cephadm [INF] [26/Mar/2024:03:48:50] ENGINE Serving on http://172.21.15.16:8765 2024-03-26T03:48:52.140 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:51 smithi069 bash[22165]: cephadm 2024-03-26T03:48:50.401145+0000 mgr.a (mgr.14370) 18 : cephadm [INF] [26/Mar/2024:03:48:50] ENGINE Bus STARTED 2024-03-26T03:48:52.140 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:51 smithi069 bash[22165]: cluster 2024-03-26T03:48:50.688125+0000 mgr.a (mgr.14370) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:52.140 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:51 smithi069 bash[22165]: audit 2024-03-26T03:48:50.758561+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14370 ' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi069", "caps": []}]: dispatch 2024-03-26T03:48:52.140 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:51 smithi069 bash[22165]: audit 2024-03-26T03:48:50.758827+0000 mon.c (mon.1) 30 : audit [INF] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi069", "caps": []}]: dispatch 2024-03-26T03:48:52.140 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:51 smithi069 bash[22165]: cluster 2024-03-26T03:48:51.121431+0000 mon.a (mon.0) 732 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-03-26T03:48:52.140 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:51 smithi069 bash[22165]: audit 2024-03-26T03:48:51.123143+0000 mon.a (mon.0) 733 : audit [INF] from='client.? 172.21.15.16:0/2645276390' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-26T03:48:52.890 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:52 smithi069 bash[22165]: cluster 2024-03-26T03:48:51.703339+0000 mon.a (mon.0) 734 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-03-26T03:48:52.890 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:52 smithi069 bash[22165]: audit 2024-03-26T03:48:51.878294+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14370 ' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []}]: dispatch 2024-03-26T03:48:52.890 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:52 smithi069 bash[22165]: audit 2024-03-26T03:48:51.878352+0000 mon.c (mon.1) 31 : audit [INF] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []}]: dispatch 2024-03-26T03:48:52.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:52 smithi069 bash[22165]: audit 2024-03-26T03:48:52.117942+0000 mon.a (mon.0) 736 : audit [INF] from='client.? 172.21.15.16:0/2645276390' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-03-26T03:48:52.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:52 smithi069 bash[22165]: cluster 2024-03-26T03:48:52.121312+0000 mon.a (mon.0) 737 : cluster [DBG] osdmap e24: 3 total, 3 up, 3 in 2024-03-26T03:48:52.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:52 smithi069 bash[22165]: audit 2024-03-26T03:48:52.347736+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:52.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:52 smithi069 bash[22165]: audit 2024-03-26T03:48:52.402790+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:52.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:52 smithi069 bash[22165]: audit 2024-03-26T03:48:52.465979+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:52.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:52 smithi069 bash[22165]: audit 2024-03-26T03:48:52.501255+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:52.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:52 smithi069 bash[22165]: audit 2024-03-26T03:48:52.552732+0000 mon.c (mon.1) 32 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:48:52.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:52 smithi069 bash[22165]: audit 2024-03-26T03:48:52.555814+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14370 ' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []}]: dispatch 2024-03-26T03:48:52.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:52 smithi069 bash[22165]: audit 2024-03-26T03:48:52.556293+0000 mon.c (mon.1) 33 : audit [INF] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []}]: dispatch 2024-03-26T03:48:52.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:52 smithi069 bash[22165]: audit 2024-03-26T03:48:52.620813+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:52.891 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:52 smithi069 bash[22165]: audit 2024-03-26T03:48:52.658208+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:53.028 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:52 smithi016 bash[21432]: cluster 2024-03-26T03:48:51.703339+0000 mon.a (mon.0) 734 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-03-26T03:48:53.028 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:52 smithi016 bash[21432]: audit 2024-03-26T03:48:51.878294+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14370 ' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []}]: dispatch 2024-03-26T03:48:53.028 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:52 smithi016 bash[21432]: audit 2024-03-26T03:48:51.878352+0000 mon.c (mon.1) 31 : audit [INF] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []}]: dispatch 2024-03-26T03:48:53.028 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:52 smithi016 bash[21432]: audit 2024-03-26T03:48:52.117942+0000 mon.a (mon.0) 736 : audit [INF] from='client.? 172.21.15.16:0/2645276390' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-03-26T03:48:53.028 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:52 smithi016 bash[21432]: cluster 2024-03-26T03:48:52.121312+0000 mon.a (mon.0) 737 : cluster [DBG] osdmap e24: 3 total, 3 up, 3 in 2024-03-26T03:48:53.028 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:52 smithi016 bash[21432]: audit 2024-03-26T03:48:52.347736+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:53.028 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:52 smithi016 bash[21432]: audit 2024-03-26T03:48:52.402790+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:53.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:52 smithi016 bash[21432]: audit 2024-03-26T03:48:52.465979+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:53.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:52 smithi016 bash[21432]: audit 2024-03-26T03:48:52.501255+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:53.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:52 smithi016 bash[21432]: audit 2024-03-26T03:48:52.552732+0000 mon.c (mon.1) 32 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:48:53.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:52 smithi016 bash[21432]: audit 2024-03-26T03:48:52.555814+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14370 ' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []}]: dispatch 2024-03-26T03:48:53.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:52 smithi016 bash[21432]: audit 2024-03-26T03:48:52.556293+0000 mon.c (mon.1) 33 : audit [INF] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []}]: dispatch 2024-03-26T03:48:53.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:52 smithi016 bash[21432]: audit 2024-03-26T03:48:52.620813+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:53.029 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:52 smithi016 bash[21432]: audit 2024-03-26T03:48:52.658208+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:53.099 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:52 smithi204 bash[22361]: cluster 2024-03-26T03:48:51.703339+0000 mon.a (mon.0) 734 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-03-26T03:48:53.099 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:52 smithi204 bash[22361]: audit 2024-03-26T03:48:51.878294+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14370 ' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []}]: dispatch 2024-03-26T03:48:53.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:52 smithi204 bash[22361]: audit 2024-03-26T03:48:51.878352+0000 mon.c (mon.1) 31 : audit [INF] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []}]: dispatch 2024-03-26T03:48:53.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:52 smithi204 bash[22361]: audit 2024-03-26T03:48:52.117942+0000 mon.a (mon.0) 736 : audit [INF] from='client.? 172.21.15.16:0/2645276390' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-03-26T03:48:53.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:52 smithi204 bash[22361]: cluster 2024-03-26T03:48:52.121312+0000 mon.a (mon.0) 737 : cluster [DBG] osdmap e24: 3 total, 3 up, 3 in 2024-03-26T03:48:53.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:52 smithi204 bash[22361]: audit 2024-03-26T03:48:52.347736+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:53.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:52 smithi204 bash[22361]: audit 2024-03-26T03:48:52.402790+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:53.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:52 smithi204 bash[22361]: audit 2024-03-26T03:48:52.465979+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:53.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:52 smithi204 bash[22361]: audit 2024-03-26T03:48:52.501255+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:53.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:52 smithi204 bash[22361]: audit 2024-03-26T03:48:52.552732+0000 mon.c (mon.1) 32 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:48:53.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:52 smithi204 bash[22361]: audit 2024-03-26T03:48:52.555814+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14370 ' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []}]: dispatch 2024-03-26T03:48:53.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:52 smithi204 bash[22361]: audit 2024-03-26T03:48:52.556293+0000 mon.c (mon.1) 33 : audit [INF] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []}]: dispatch 2024-03-26T03:48:53.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:52 smithi204 bash[22361]: audit 2024-03-26T03:48:52.620813+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:53.100 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:52 smithi204 bash[22361]: audit 2024-03-26T03:48:52.658208+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:54.389 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:54 smithi069 bash[22165]: cluster 2024-03-26T03:48:52.688493+0000 mgr.a (mgr.14370) 20 : cluster [DBG] pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:54.390 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:54 smithi069 bash[22165]: cluster 2024-03-26T03:48:53.122822+0000 mon.a (mon.0) 745 : cluster [DBG] osdmap e25: 3 total, 3 up, 3 in 2024-03-26T03:48:54.390 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:54 smithi069 bash[22165]: audit 2024-03-26T03:48:53.348789+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:54.390 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:54 smithi069 bash[22165]: audit 2024-03-26T03:48:53.472291+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:54.390 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:54 smithi069 bash[22165]: audit 2024-03-26T03:48:53.616172+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:54.390 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:54 smithi069 bash[22165]: cluster 2024-03-26T03:48:53.679630+0000 mon.a (mon.0) 749 : cluster [DBG] mgrmap e21: a(active, since 5s), standbys: b 2024-03-26T03:48:54.390 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:54 smithi069 bash[22165]: audit 2024-03-26T03:48:53.923255+0000 mon.c (mon.1) 34 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:48:54.390 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:54 smithi069 bash[22165]: audit 2024-03-26T03:48:53.925317+0000 mon.c (mon.1) 35 : audit [INF] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:48:54.391 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:54 smithi069 bash[22165]: audit 2024-03-26T03:48:53.934461+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:54.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:54 smithi204 bash[22361]: cluster 2024-03-26T03:48:52.688493+0000 mgr.a (mgr.14370) 20 : cluster [DBG] pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:54.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:54 smithi204 bash[22361]: cluster 2024-03-26T03:48:53.122822+0000 mon.a (mon.0) 745 : cluster [DBG] osdmap e25: 3 total, 3 up, 3 in 2024-03-26T03:48:54.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:54 smithi204 bash[22361]: audit 2024-03-26T03:48:53.348789+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:54.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:54 smithi204 bash[22361]: audit 2024-03-26T03:48:53.472291+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:54.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:54 smithi204 bash[22361]: audit 2024-03-26T03:48:53.616172+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:54.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:54 smithi204 bash[22361]: cluster 2024-03-26T03:48:53.679630+0000 mon.a (mon.0) 749 : cluster [DBG] mgrmap e21: a(active, since 5s), standbys: b 2024-03-26T03:48:54.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:54 smithi204 bash[22361]: audit 2024-03-26T03:48:53.923255+0000 mon.c (mon.1) 34 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:48:54.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:54 smithi204 bash[22361]: audit 2024-03-26T03:48:53.925317+0000 mon.c (mon.1) 35 : audit [INF] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:48:54.438 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:54 smithi204 bash[22361]: audit 2024-03-26T03:48:53.934461+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:54.528 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:54 smithi016 bash[21432]: cluster 2024-03-26T03:48:52.688493+0000 mgr.a (mgr.14370) 20 : cluster [DBG] pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:48:54.528 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:54 smithi016 bash[21432]: cluster 2024-03-26T03:48:53.122822+0000 mon.a (mon.0) 745 : cluster [DBG] osdmap e25: 3 total, 3 up, 3 in 2024-03-26T03:48:54.528 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:54 smithi016 bash[21432]: audit 2024-03-26T03:48:53.348789+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:54.528 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:54 smithi016 bash[21432]: audit 2024-03-26T03:48:53.472291+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:54.528 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:54 smithi016 bash[21432]: audit 2024-03-26T03:48:53.616172+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:54.528 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:54 smithi016 bash[21432]: cluster 2024-03-26T03:48:53.679630+0000 mon.a (mon.0) 749 : cluster [DBG] mgrmap e21: a(active, since 5s), standbys: b 2024-03-26T03:48:54.528 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:54 smithi016 bash[21432]: audit 2024-03-26T03:48:53.923255+0000 mon.c (mon.1) 34 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:48:54.528 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:54 smithi016 bash[21432]: audit 2024-03-26T03:48:53.925317+0000 mon.c (mon.1) 35 : audit [INF] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:48:54.528 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:54 smithi016 bash[21432]: audit 2024-03-26T03:48:53.934461+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:55.349 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:55 smithi204 bash[22361]: cephadm 2024-03-26T03:48:53.936247+0000 mgr.a (mgr.14370) 21 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T03:48:55.349 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:55 smithi204 bash[22361]: cluster 2024-03-26T03:48:54.136484+0000 mon.a (mon.0) 751 : cluster [DBG] osdmap e26: 3 total, 3 up, 3 in 2024-03-26T03:48:55.349 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:55 smithi204 bash[22361]: audit 2024-03-26T03:48:54.139295+0000 mon.a (mon.0) 752 : audit [INF] from='client.? 172.21.15.16:0/3409286888' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-03-26T03:48:55.349 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:55 smithi204 bash[22361]: audit 2024-03-26T03:48:55.074681+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:55.389 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:55 smithi069 bash[22165]: cephadm 2024-03-26T03:48:53.936247+0000 mgr.a (mgr.14370) 21 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T03:48:55.389 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:55 smithi069 bash[22165]: cluster 2024-03-26T03:48:54.136484+0000 mon.a (mon.0) 751 : cluster [DBG] osdmap e26: 3 total, 3 up, 3 in 2024-03-26T03:48:55.389 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:55 smithi069 bash[22165]: audit 2024-03-26T03:48:54.139295+0000 mon.a (mon.0) 752 : audit [INF] from='client.? 172.21.15.16:0/3409286888' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-03-26T03:48:55.389 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:55 smithi069 bash[22165]: audit 2024-03-26T03:48:55.074681+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:55.528 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:55 smithi016 bash[21432]: cephadm 2024-03-26T03:48:53.936247+0000 mgr.a (mgr.14370) 21 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T03:48:55.528 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:55 smithi016 bash[21432]: cluster 2024-03-26T03:48:54.136484+0000 mon.a (mon.0) 751 : cluster [DBG] osdmap e26: 3 total, 3 up, 3 in 2024-03-26T03:48:55.528 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:55 smithi016 bash[21432]: audit 2024-03-26T03:48:54.139295+0000 mon.a (mon.0) 752 : audit [INF] from='client.? 172.21.15.16:0/3409286888' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-03-26T03:48:55.528 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:55 smithi016 bash[21432]: audit 2024-03-26T03:48:55.074681+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:56.507 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:56 smithi016 bash[21432]: cluster 2024-03-26T03:48:54.688849+0000 mgr.a (mgr.14370) 22 : cluster [DBG] pgmap v10: 65 pgs: 12 creating+peering, 9 active+clean, 44 unknown; 578 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 1023 B/s wr, 4 op/s 2024-03-26T03:48:56.507 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:56 smithi016 bash[21432]: cluster 2024-03-26T03:48:55.131903+0000 mon.a (mon.0) 754 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-26T03:48:56.507 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:56 smithi016 bash[21432]: audit 2024-03-26T03:48:55.140793+0000 mon.a (mon.0) 755 : audit [INF] from='client.? 172.21.15.16:0/3409286888' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-03-26T03:48:56.507 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:56 smithi016 bash[21432]: cluster 2024-03-26T03:48:55.144566+0000 mon.a (mon.0) 756 : cluster [DBG] osdmap e27: 3 total, 3 up, 3 in 2024-03-26T03:48:56.507 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:56 smithi016 bash[21432]: audit 2024-03-26T03:48:55.195259+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:56.508 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:56 smithi016 bash[21432]: audit 2024-03-26T03:48:55.266086+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:56.508 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:56 smithi016 bash[21432]: audit 2024-03-26T03:48:55.274730+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:56.508 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:56 smithi016 bash[21432]: audit 2024-03-26T03:48:55.285607+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:56.508 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:56 smithi016 bash[21432]: audit 2024-03-26T03:48:55.420622+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:56.508 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:56 smithi016 bash[21432]: audit 2024-03-26T03:48:55.429375+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:56.508 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:56 smithi016 bash[21432]: audit 2024-03-26T03:48:55.438336+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:56.508 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:56 smithi016 bash[21432]: audit 2024-03-26T03:48:56.066160+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:56.602 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:56 smithi204 bash[22361]: cluster 2024-03-26T03:48:54.688849+0000 mgr.a (mgr.14370) 22 : cluster [DBG] pgmap v10: 65 pgs: 12 creating+peering, 9 active+clean, 44 unknown; 578 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 1023 B/s wr, 4 op/s 2024-03-26T03:48:56.603 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:56 smithi204 bash[22361]: cluster 2024-03-26T03:48:55.131903+0000 mon.a (mon.0) 754 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-26T03:48:56.603 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:56 smithi204 bash[22361]: audit 2024-03-26T03:48:55.140793+0000 mon.a (mon.0) 755 : audit [INF] from='client.? 172.21.15.16:0/3409286888' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-03-26T03:48:56.603 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:56 smithi204 bash[22361]: cluster 2024-03-26T03:48:55.144566+0000 mon.a (mon.0) 756 : cluster [DBG] osdmap e27: 3 total, 3 up, 3 in 2024-03-26T03:48:56.603 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:56 smithi204 bash[22361]: audit 2024-03-26T03:48:55.195259+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:56.603 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:56 smithi204 bash[22361]: audit 2024-03-26T03:48:55.266086+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:56.603 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:56 smithi204 bash[22361]: audit 2024-03-26T03:48:55.274730+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:56.603 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:56 smithi204 bash[22361]: audit 2024-03-26T03:48:55.285607+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:56.603 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:56 smithi204 bash[22361]: audit 2024-03-26T03:48:55.420622+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:56.603 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:56 smithi204 bash[22361]: audit 2024-03-26T03:48:55.429375+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:56.603 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:56 smithi204 bash[22361]: audit 2024-03-26T03:48:55.438336+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:56.603 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:56 smithi204 bash[22361]: audit 2024-03-26T03:48:56.066160+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:56.640 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:56 smithi069 bash[22165]: cluster 2024-03-26T03:48:54.688849+0000 mgr.a (mgr.14370) 22 : cluster [DBG] pgmap v10: 65 pgs: 12 creating+peering, 9 active+clean, 44 unknown; 578 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 1023 B/s wr, 4 op/s 2024-03-26T03:48:56.640 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:56 smithi069 bash[22165]: cluster 2024-03-26T03:48:55.131903+0000 mon.a (mon.0) 754 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-26T03:48:56.640 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:56 smithi069 bash[22165]: audit 2024-03-26T03:48:55.140793+0000 mon.a (mon.0) 755 : audit [INF] from='client.? 172.21.15.16:0/3409286888' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-03-26T03:48:56.640 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:56 smithi069 bash[22165]: cluster 2024-03-26T03:48:55.144566+0000 mon.a (mon.0) 756 : cluster [DBG] osdmap e27: 3 total, 3 up, 3 in 2024-03-26T03:48:56.640 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:56 smithi069 bash[22165]: audit 2024-03-26T03:48:55.195259+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:56.640 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:56 smithi069 bash[22165]: audit 2024-03-26T03:48:55.266086+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:56.640 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:56 smithi069 bash[22165]: audit 2024-03-26T03:48:55.274730+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:56.640 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:56 smithi069 bash[22165]: audit 2024-03-26T03:48:55.285607+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:56.640 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:56 smithi069 bash[22165]: audit 2024-03-26T03:48:55.420622+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:56.640 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:56 smithi069 bash[22165]: audit 2024-03-26T03:48:55.429375+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:56.640 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:56 smithi069 bash[22165]: audit 2024-03-26T03:48:55.438336+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:56.640 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:56 smithi069 bash[22165]: audit 2024-03-26T03:48:56.066160+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:57.444 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:57 smithi016 bash[21432]: cluster 2024-03-26T03:48:56.155782+0000 mon.a (mon.0) 765 : cluster [DBG] osdmap e28: 3 total, 3 up, 3 in 2024-03-26T03:48:57.444 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:57 smithi016 bash[21432]: audit 2024-03-26T03:48:56.158098+0000 mon.a (mon.0) 766 : audit [INF] from='client.? 172.21.15.16:0/3409286888' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-03-26T03:48:57.445 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:57 smithi016 bash[21432]: audit 2024-03-26T03:48:56.388690+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:57.445 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:57 smithi016 bash[21432]: audit 2024-03-26T03:48:56.631999+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:57.445 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:57 smithi016 bash[21432]: audit 2024-03-26T03:48:56.640949+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:57.445 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:57 smithi016 bash[21432]: audit 2024-03-26T03:48:56.651138+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:57.445 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:57 smithi016 bash[21432]: audit 2024-03-26T03:48:57.101341+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:57.445 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:57 smithi016 bash[21432]: audit 2024-03-26T03:48:57.112587+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:57.445 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:57 smithi016 bash[21432]: audit 2024-03-26T03:48:57.125001+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:57.599 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:57 smithi204 bash[22361]: cluster 2024-03-26T03:48:56.155782+0000 mon.a (mon.0) 765 : cluster [DBG] osdmap e28: 3 total, 3 up, 3 in 2024-03-26T03:48:57.599 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:57 smithi204 bash[22361]: audit 2024-03-26T03:48:56.158098+0000 mon.a (mon.0) 766 : audit [INF] from='client.? 172.21.15.16:0/3409286888' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-03-26T03:48:57.599 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:57 smithi204 bash[22361]: audit 2024-03-26T03:48:56.388690+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:57.599 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:57 smithi204 bash[22361]: audit 2024-03-26T03:48:56.631999+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:57.599 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:57 smithi204 bash[22361]: audit 2024-03-26T03:48:56.640949+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:57.600 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:57 smithi204 bash[22361]: audit 2024-03-26T03:48:56.651138+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:57.600 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:57 smithi204 bash[22361]: audit 2024-03-26T03:48:57.101341+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:57.600 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:57 smithi204 bash[22361]: audit 2024-03-26T03:48:57.112587+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:57.600 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:57 smithi204 bash[22361]: audit 2024-03-26T03:48:57.125001+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:57.639 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:57 smithi069 bash[22165]: cluster 2024-03-26T03:48:56.155782+0000 mon.a (mon.0) 765 : cluster [DBG] osdmap e28: 3 total, 3 up, 3 in 2024-03-26T03:48:57.639 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:57 smithi069 bash[22165]: audit 2024-03-26T03:48:56.158098+0000 mon.a (mon.0) 766 : audit [INF] from='client.? 172.21.15.16:0/3409286888' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-03-26T03:48:57.639 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:57 smithi069 bash[22165]: audit 2024-03-26T03:48:56.388690+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:57.639 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:57 smithi069 bash[22165]: audit 2024-03-26T03:48:56.631999+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:57.640 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:57 smithi069 bash[22165]: audit 2024-03-26T03:48:56.640949+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:57.640 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:57 smithi069 bash[22165]: audit 2024-03-26T03:48:56.651138+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:57.640 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:57 smithi069 bash[22165]: audit 2024-03-26T03:48:57.101341+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:57.640 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:57 smithi069 bash[22165]: audit 2024-03-26T03:48:57.112587+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:57.640 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:57 smithi069 bash[22165]: audit 2024-03-26T03:48:57.125001+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:58.528 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:58 smithi016 bash[21432]: cluster 2024-03-26T03:48:56.689490+0000 mgr.a (mgr.14370) 23 : cluster [DBG] pgmap v13: 97 pgs: 32 unknown, 32 creating+peering, 33 active+clean; 579 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 61 KiB/s rd, 3.5 KiB/s wr, 45 op/s 2024-03-26T03:48:58.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:58 smithi016 bash[21432]: audit 2024-03-26T03:48:57.152815+0000 mon.a (mon.0) 774 : audit [INF] from='client.? 172.21.15.16:0/3409286888' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-03-26T03:48:58.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:58 smithi016 bash[21432]: cluster 2024-03-26T03:48:57.159527+0000 mon.a (mon.0) 775 : cluster [DBG] osdmap e29: 3 total, 3 up, 3 in 2024-03-26T03:48:58.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:58 smithi016 bash[21432]: audit 2024-03-26T03:48:57.415049+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:58.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:58 smithi016 bash[21432]: audit 2024-03-26T03:48:58.074696+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:58.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:58 smithi016 bash[21432]: cluster 2024-03-26T03:48:58.162542+0000 mon.a (mon.0) 778 : cluster [DBG] osdmap e30: 3 total, 3 up, 3 in 2024-03-26T03:48:58.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:48:58 smithi016 bash[21432]: audit 2024-03-26T03:48:58.166235+0000 mon.a (mon.0) 779 : audit [INF] from='client.? 172.21.15.16:0/3409286888' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-03-26T03:48:58.552 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:58 smithi069 bash[22165]: cluster 2024-03-26T03:48:56.689490+0000 mgr.a (mgr.14370) 23 : cluster [DBG] pgmap v13: 97 pgs: 32 unknown, 32 creating+peering, 33 active+clean; 579 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 61 KiB/s rd, 3.5 KiB/s wr, 45 op/s 2024-03-26T03:48:58.553 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:58 smithi069 bash[22165]: audit 2024-03-26T03:48:57.152815+0000 mon.a (mon.0) 774 : audit [INF] from='client.? 172.21.15.16:0/3409286888' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-03-26T03:48:58.553 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:58 smithi069 bash[22165]: cluster 2024-03-26T03:48:57.159527+0000 mon.a (mon.0) 775 : cluster [DBG] osdmap e29: 3 total, 3 up, 3 in 2024-03-26T03:48:58.553 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:58 smithi069 bash[22165]: audit 2024-03-26T03:48:57.415049+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:58.553 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:58 smithi069 bash[22165]: audit 2024-03-26T03:48:58.074696+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:58.553 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:58 smithi069 bash[22165]: cluster 2024-03-26T03:48:58.162542+0000 mon.a (mon.0) 778 : cluster [DBG] osdmap e30: 3 total, 3 up, 3 in 2024-03-26T03:48:58.553 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:48:58 smithi069 bash[22165]: audit 2024-03-26T03:48:58.166235+0000 mon.a (mon.0) 779 : audit [INF] from='client.? 172.21.15.16:0/3409286888' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-03-26T03:48:58.599 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:58 smithi204 bash[22361]: cluster 2024-03-26T03:48:56.689490+0000 mgr.a (mgr.14370) 23 : cluster [DBG] pgmap v13: 97 pgs: 32 unknown, 32 creating+peering, 33 active+clean; 579 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 61 KiB/s rd, 3.5 KiB/s wr, 45 op/s 2024-03-26T03:48:58.599 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:58 smithi204 bash[22361]: audit 2024-03-26T03:48:57.152815+0000 mon.a (mon.0) 774 : audit [INF] from='client.? 172.21.15.16:0/3409286888' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-03-26T03:48:58.599 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:58 smithi204 bash[22361]: cluster 2024-03-26T03:48:57.159527+0000 mon.a (mon.0) 775 : cluster [DBG] osdmap e29: 3 total, 3 up, 3 in 2024-03-26T03:48:58.599 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:58 smithi204 bash[22361]: audit 2024-03-26T03:48:57.415049+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:58.599 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:58 smithi204 bash[22361]: audit 2024-03-26T03:48:58.074696+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:48:58.600 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:58 smithi204 bash[22361]: cluster 2024-03-26T03:48:58.162542+0000 mon.a (mon.0) 778 : cluster [DBG] osdmap e30: 3 total, 3 up, 3 in 2024-03-26T03:48:58.600 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:48:58 smithi204 bash[22361]: audit 2024-03-26T03:48:58.166235+0000 mon.a (mon.0) 779 : audit [INF] from='client.? 172.21.15.16:0/3409286888' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-03-26T03:49:00.278 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:00 smithi016 bash[21432]: cluster 2024-03-26T03:48:58.690278+0000 mgr.a (mgr.14370) 24 : cluster [DBG] pgmap v16: 129 pgs: 64 unknown, 32 creating+peering, 33 active+clean; 579 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 58 KiB/s rd, 2.5 KiB/s wr, 40 op/s 2024-03-26T03:49:00.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:00 smithi016 bash[21432]: audit 2024-03-26T03:48:59.157998+0000 mon.a (mon.0) 780 : audit [INF] from='client.? 172.21.15.16:0/3409286888' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-03-26T03:49:00.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:00 smithi016 bash[21432]: cluster 2024-03-26T03:48:59.161809+0000 mon.a (mon.0) 781 : cluster [DBG] osdmap e31: 3 total, 3 up, 3 in 2024-03-26T03:49:00.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:00 smithi016 bash[21432]: audit 2024-03-26T03:48:59.163887+0000 mon.a (mon.0) 782 : audit [INF] from='client.? 172.21.15.16:0/3409286888' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-26T03:49:00.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:00 smithi016 bash[21432]: audit 2024-03-26T03:49:00.069769+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:00.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:00 smithi016 bash[21432]: audit 2024-03-26T03:49:00.076917+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:00.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:00 smithi016 bash[21432]: audit 2024-03-26T03:49:00.083245+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:00.283 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:00 smithi016 bash[21432]: audit 2024-03-26T03:49:00.122727+0000 mon.c (mon.1) 36 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:49:00.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:00 smithi016 bash[21432]: audit 2024-03-26T03:49:00.126153+0000 mon.c (mon.1) 37 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:49:00.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:00 smithi016 bash[21432]: audit 2024-03-26T03:49:00.127342+0000 mon.c (mon.1) 38 : audit [INF] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:49:00.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:00 smithi016 bash[21432]: audit 2024-03-26T03:49:00.132850+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:00.599 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:00 smithi204 bash[22361]: cluster 2024-03-26T03:48:58.690278+0000 mgr.a (mgr.14370) 24 : cluster [DBG] pgmap v16: 129 pgs: 64 unknown, 32 creating+peering, 33 active+clean; 579 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 58 KiB/s rd, 2.5 KiB/s wr, 40 op/s 2024-03-26T03:49:00.599 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:00 smithi204 bash[22361]: audit 2024-03-26T03:48:59.157998+0000 mon.a (mon.0) 780 : audit [INF] from='client.? 172.21.15.16:0/3409286888' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-03-26T03:49:00.600 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:00 smithi204 bash[22361]: cluster 2024-03-26T03:48:59.161809+0000 mon.a (mon.0) 781 : cluster [DBG] osdmap e31: 3 total, 3 up, 3 in 2024-03-26T03:49:00.600 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:00 smithi204 bash[22361]: audit 2024-03-26T03:48:59.163887+0000 mon.a (mon.0) 782 : audit [INF] from='client.? 172.21.15.16:0/3409286888' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-26T03:49:00.600 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:00 smithi204 bash[22361]: audit 2024-03-26T03:49:00.069769+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:00.600 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:00 smithi204 bash[22361]: audit 2024-03-26T03:49:00.076917+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:00.600 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:00 smithi204 bash[22361]: audit 2024-03-26T03:49:00.083245+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:00.600 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:00 smithi204 bash[22361]: audit 2024-03-26T03:49:00.122727+0000 mon.c (mon.1) 36 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:49:00.600 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:00 smithi204 bash[22361]: audit 2024-03-26T03:49:00.126153+0000 mon.c (mon.1) 37 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:49:00.600 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:00 smithi204 bash[22361]: audit 2024-03-26T03:49:00.127342+0000 mon.c (mon.1) 38 : audit [INF] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:49:00.600 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:00 smithi204 bash[22361]: audit 2024-03-26T03:49:00.132850+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:00.639 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:00 smithi069 bash[22165]: cluster 2024-03-26T03:48:58.690278+0000 mgr.a (mgr.14370) 24 : cluster [DBG] pgmap v16: 129 pgs: 64 unknown, 32 creating+peering, 33 active+clean; 579 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 58 KiB/s rd, 2.5 KiB/s wr, 40 op/s 2024-03-26T03:49:00.639 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:00 smithi069 bash[22165]: audit 2024-03-26T03:48:59.157998+0000 mon.a (mon.0) 780 : audit [INF] from='client.? 172.21.15.16:0/3409286888' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-03-26T03:49:00.639 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:00 smithi069 bash[22165]: cluster 2024-03-26T03:48:59.161809+0000 mon.a (mon.0) 781 : cluster [DBG] osdmap e31: 3 total, 3 up, 3 in 2024-03-26T03:49:00.639 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:00 smithi069 bash[22165]: audit 2024-03-26T03:48:59.163887+0000 mon.a (mon.0) 782 : audit [INF] from='client.? 172.21.15.16:0/3409286888' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-26T03:49:00.640 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:00 smithi069 bash[22165]: audit 2024-03-26T03:49:00.069769+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:00.640 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:00 smithi069 bash[22165]: audit 2024-03-26T03:49:00.076917+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:00.640 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:00 smithi069 bash[22165]: audit 2024-03-26T03:49:00.083245+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:00.640 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:00 smithi069 bash[22165]: audit 2024-03-26T03:49:00.122727+0000 mon.c (mon.1) 36 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:49:00.640 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:00 smithi069 bash[22165]: audit 2024-03-26T03:49:00.126153+0000 mon.c (mon.1) 37 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:49:00.640 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:00 smithi069 bash[22165]: audit 2024-03-26T03:49:00.127342+0000 mon.c (mon.1) 38 : audit [INF] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:49:00.640 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:00 smithi069 bash[22165]: audit 2024-03-26T03:49:00.132850+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:00.941 INFO:teuthology.orchestra.run.smithi016.stdout:Realm(s) created correctly. Please, use 'ceph rgw realm tokens' to get the token. 2024-03-26T03:49:01.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:01 smithi204 bash[22361]: audit 2024-03-26T03:49:00.160113+0000 mon.a (mon.0) 787 : audit [INF] from='client.? 172.21.15.16:0/3409286888' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-03-26T03:49:01.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:01 smithi204 bash[22361]: cluster 2024-03-26T03:49:00.166523+0000 mon.a (mon.0) 788 : cluster [DBG] osdmap e32: 3 total, 3 up, 3 in 2024-03-26T03:49:01.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:01 smithi204 bash[22361]: audit 2024-03-26T03:49:00.259047+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:01.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:01 smithi204 bash[22361]: audit 2024-03-26T03:49:00.266744+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:01.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:01 smithi204 bash[22361]: audit 2024-03-26T03:49:00.274366+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:01.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:01 smithi204 bash[22361]: audit 2024-03-26T03:49:00.829935+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:01.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:01 smithi204 bash[22361]: audit 2024-03-26T03:49:00.839027+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:01.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:01 smithi204 bash[22361]: audit 2024-03-26T03:49:00.847018+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:01.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:01 smithi204 bash[22361]: audit 2024-03-26T03:49:00.941948+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:01.351 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:01 smithi204 bash[22361]: audit 2024-03-26T03:49:00.974669+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:01.351 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:01 smithi204 bash[22361]: audit 2024-03-26T03:49:00.979308+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:49:01.351 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:01 smithi204 bash[22361]: audit 2024-03-26T03:49:00.984318+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:01.351 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:01 smithi204 bash[22361]: audit 2024-03-26T03:49:00.988423+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:49:01.351 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:01 smithi204 bash[22361]: audit 2024-03-26T03:49:00.990951+0000 mon.c (mon.1) 41 : audit [INF] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:49:01.351 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:01 smithi204 bash[22361]: audit 2024-03-26T03:49:00.994645+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:01.351 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:01 smithi204 bash[22361]: audit 2024-03-26T03:49:01.000982+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:01.351 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:01 smithi204 bash[22361]: audit 2024-03-26T03:49:01.008196+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14370 ' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi069.svazjv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-26T03:49:01.351 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:01 smithi204 bash[22361]: audit 2024-03-26T03:49:01.008515+0000 mon.c (mon.1) 42 : audit [INF] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi069.svazjv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-26T03:49:01.351 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:01 smithi204 bash[22361]: audit 2024-03-26T03:49:01.009877+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14370 ' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi069.svazjv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-26T03:49:01.351 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:01 smithi204 bash[22361]: audit 2024-03-26T03:49:01.025227+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:01.351 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:01 smithi204 bash[22361]: audit 2024-03-26T03:49:01.033087+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:49:01.454 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:01 smithi069 bash[22165]: audit 2024-03-26T03:49:00.160113+0000 mon.a (mon.0) 787 : audit [INF] from='client.? 172.21.15.16:0/3409286888' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-03-26T03:49:01.454 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:01 smithi069 bash[22165]: cluster 2024-03-26T03:49:00.166523+0000 mon.a (mon.0) 788 : cluster [DBG] osdmap e32: 3 total, 3 up, 3 in 2024-03-26T03:49:01.454 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:01 smithi069 bash[22165]: audit 2024-03-26T03:49:00.259047+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:01.454 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:01 smithi069 bash[22165]: audit 2024-03-26T03:49:00.266744+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:01.454 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:01 smithi069 bash[22165]: audit 2024-03-26T03:49:00.274366+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:01.454 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:01 smithi069 bash[22165]: audit 2024-03-26T03:49:00.829935+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:01.454 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:01 smithi069 bash[22165]: audit 2024-03-26T03:49:00.839027+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:01.455 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:01 smithi069 bash[22165]: audit 2024-03-26T03:49:00.847018+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:01.455 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:01 smithi069 bash[22165]: audit 2024-03-26T03:49:00.941948+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:01.455 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:01 smithi069 bash[22165]: audit 2024-03-26T03:49:00.974669+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:01.455 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:01 smithi069 bash[22165]: audit 2024-03-26T03:49:00.979308+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:49:01.455 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:01 smithi069 bash[22165]: audit 2024-03-26T03:49:00.984318+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:01.455 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:01 smithi069 bash[22165]: audit 2024-03-26T03:49:00.988423+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:49:01.455 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:01 smithi069 bash[22165]: audit 2024-03-26T03:49:00.990951+0000 mon.c (mon.1) 41 : audit [INF] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:49:01.455 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:01 smithi069 bash[22165]: audit 2024-03-26T03:49:00.994645+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:01.455 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:01 smithi069 bash[22165]: audit 2024-03-26T03:49:01.000982+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:01.455 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:01 smithi069 bash[22165]: audit 2024-03-26T03:49:01.008196+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14370 ' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi069.svazjv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-26T03:49:01.455 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:01 smithi069 bash[22165]: audit 2024-03-26T03:49:01.008515+0000 mon.c (mon.1) 42 : audit [INF] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi069.svazjv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-26T03:49:01.455 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:01 smithi069 bash[22165]: audit 2024-03-26T03:49:01.009877+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14370 ' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi069.svazjv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-26T03:49:01.455 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:01 smithi069 bash[22165]: audit 2024-03-26T03:49:01.025227+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:01.455 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:01 smithi069 bash[22165]: audit 2024-03-26T03:49:01.033087+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:49:01.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:01 smithi016 bash[21432]: audit 2024-03-26T03:49:00.160113+0000 mon.a (mon.0) 787 : audit [INF] from='client.? 172.21.15.16:0/3409286888' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-03-26T03:49:01.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:01 smithi016 bash[21432]: cluster 2024-03-26T03:49:00.166523+0000 mon.a (mon.0) 788 : cluster [DBG] osdmap e32: 3 total, 3 up, 3 in 2024-03-26T03:49:01.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:01 smithi016 bash[21432]: audit 2024-03-26T03:49:00.259047+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:01.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:01 smithi016 bash[21432]: audit 2024-03-26T03:49:00.266744+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:01.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:01 smithi016 bash[21432]: audit 2024-03-26T03:49:00.274366+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:01.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:01 smithi016 bash[21432]: audit 2024-03-26T03:49:00.829935+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:01.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:01 smithi016 bash[21432]: audit 2024-03-26T03:49:00.839027+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:01.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:01 smithi016 bash[21432]: audit 2024-03-26T03:49:00.847018+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:01.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:01 smithi016 bash[21432]: audit 2024-03-26T03:49:00.941948+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:01.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:01 smithi016 bash[21432]: audit 2024-03-26T03:49:00.974669+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:01.529 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:01 smithi016 bash[21432]: audit 2024-03-26T03:49:00.979308+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:49:01.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:01 smithi016 bash[21432]: audit 2024-03-26T03:49:00.984318+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:01.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:01 smithi016 bash[21432]: audit 2024-03-26T03:49:00.988423+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:49:01.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:01 smithi016 bash[21432]: audit 2024-03-26T03:49:00.990951+0000 mon.c (mon.1) 41 : audit [INF] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:49:01.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:01 smithi016 bash[21432]: audit 2024-03-26T03:49:00.994645+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:01.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:01 smithi016 bash[21432]: audit 2024-03-26T03:49:01.000982+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:01.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:01 smithi016 bash[21432]: audit 2024-03-26T03:49:01.008196+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14370 ' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi069.svazjv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-26T03:49:01.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:01 smithi016 bash[21432]: audit 2024-03-26T03:49:01.008515+0000 mon.c (mon.1) 42 : audit [INF] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi069.svazjv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-26T03:49:01.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:01 smithi016 bash[21432]: audit 2024-03-26T03:49:01.009877+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14370 ' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi069.svazjv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-26T03:49:01.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:01 smithi016 bash[21432]: audit 2024-03-26T03:49:01.025227+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:01.530 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:01 smithi016 bash[21432]: audit 2024-03-26T03:49:01.033087+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:49:01.780 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-26T03:49:01.791 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi016.front.sepia.ceph.com 2024-03-26T03:49:01.791 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 780a5ade-eb22-11ee-95d0-87774f69a715 -- bash -c 'set -e 2024-03-26T03:49:01.791 DEBUG:teuthology.orchestra.run.smithi016:> set -x 2024-03-26T03:49:01.791 DEBUG:teuthology.orchestra.run.smithi016:> 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-26T03:49:01.791 DEBUG:teuthology.orchestra.run.smithi016:> TOKENS=$(ceph rgw realm tokens) 2024-03-26T03:49:01.791 DEBUG:teuthology.orchestra.run.smithi016:> echo $TOKENS | jq --exit-status '"'"'.[0].realm == "myrealm1"'"'"' 2024-03-26T03:49:01.791 DEBUG:teuthology.orchestra.run.smithi016:> echo $TOKENS | jq --exit-status '"'"'.[0].token'"'"' 2024-03-26T03:49:01.791 DEBUG:teuthology.orchestra.run.smithi016:> TOKEN_JSON=$(ceph rgw realm tokens | jq -r '"'"'.[0].token'"'"' | base64 --decode) 2024-03-26T03:49:01.791 DEBUG:teuthology.orchestra.run.smithi016:> echo $TOKEN_JSON | jq --exit-status '"'"'.realm_name == "myrealm1"'"'"' 2024-03-26T03:49:01.791 DEBUG:teuthology.orchestra.run.smithi016:> echo $TOKEN_JSON | jq --exit-status '"'"'.endpoint | test("http://.+:\\d+")'"'"' 2024-03-26T03:49:01.792 DEBUG:teuthology.orchestra.run.smithi016:> 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-26T03:49:01.792 DEBUG:teuthology.orchestra.run.smithi016:> echo $TOKEN_JSON | jq --exit-status '"'"'.access_key'"'"' 2024-03-26T03:49:01.792 DEBUG:teuthology.orchestra.run.smithi016:> echo $TOKEN_JSON | jq --exit-status '"'"'.secret'"'"' 2024-03-26T03:49:01.792 DEBUG:teuthology.orchestra.run.smithi016:> ' 2024-03-26T03:49:02.528 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:02 smithi016 bash[21432]: cluster 2024-03-26T03:49:00.690807+0000 mgr.a (mgr.14370) 25 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 579 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2024-03-26T03:49:02.528 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:02 smithi016 bash[21432]: cephadm 2024-03-26T03:49:00.936784+0000 mgr.a (mgr.14370) 26 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-03-26T03:49:02.528 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:02 smithi016 bash[21432]: cephadm 2024-03-26T03:49:01.034626+0000 mgr.a (mgr.14370) 27 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi069.svazjv on smithi069 2024-03-26T03:49:02.528 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:02 smithi016 bash[21432]: cluster 2024-03-26T03:49:01.271907+0000 mon.a (mon.0) 803 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-26T03:49:02.528 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:02 smithi016 bash[21432]: cluster 2024-03-26T03:49:01.271967+0000 mon.a (mon.0) 804 : cluster [INF] Cluster is now healthy 2024-03-26T03:49:02.549 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:02 smithi069 bash[22165]: cluster 2024-03-26T03:49:00.690807+0000 mgr.a (mgr.14370) 25 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 579 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2024-03-26T03:49:02.549 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:02 smithi069 bash[22165]: cephadm 2024-03-26T03:49:00.936784+0000 mgr.a (mgr.14370) 26 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-03-26T03:49:02.550 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:02 smithi069 bash[22165]: cephadm 2024-03-26T03:49:01.034626+0000 mgr.a (mgr.14370) 27 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi069.svazjv on smithi069 2024-03-26T03:49:02.550 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:02 smithi069 bash[22165]: cluster 2024-03-26T03:49:01.271907+0000 mon.a (mon.0) 803 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-26T03:49:02.550 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:02 smithi069 bash[22165]: cluster 2024-03-26T03:49:01.271967+0000 mon.a (mon.0) 804 : cluster [INF] Cluster is now healthy 2024-03-26T03:49:02.599 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:02 smithi204 bash[22361]: cluster 2024-03-26T03:49:00.690807+0000 mgr.a (mgr.14370) 25 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 579 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2024-03-26T03:49:02.599 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:02 smithi204 bash[22361]: cephadm 2024-03-26T03:49:00.936784+0000 mgr.a (mgr.14370) 26 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-03-26T03:49:02.599 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:02 smithi204 bash[22361]: cephadm 2024-03-26T03:49:01.034626+0000 mgr.a (mgr.14370) 27 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi069.svazjv on smithi069 2024-03-26T03:49:02.599 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:02 smithi204 bash[22361]: cluster 2024-03-26T03:49:01.271907+0000 mon.a (mon.0) 803 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-26T03:49:02.599 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:02 smithi204 bash[22361]: cluster 2024-03-26T03:49:01.271967+0000 mon.a (mon.0) 804 : cluster [INF] Cluster is now healthy 2024-03-26T03:49:03.320 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:03 smithi069 systemd[1]: /etc/systemd/system/ceph-780a5ade-eb22-11ee-95d0-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-26T03:49:03.321 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:49:03 smithi069 systemd[1]: /etc/systemd/system/ceph-780a5ade-eb22-11ee-95d0-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-26T03:49:03.321 INFO:journalctl@ceph.osd.1.smithi069.stdout:Mar 26 03:49:03 smithi069 systemd[1]: /etc/systemd/system/ceph-780a5ade-eb22-11ee-95d0-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-26T03:49:03.583 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:49:03 smithi069 systemd[1]: /etc/systemd/system/ceph-780a5ade-eb22-11ee-95d0-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-26T03:49:03.584 INFO:journalctl@ceph.osd.1.smithi069.stdout:Mar 26 03:49:03 smithi069 systemd[1]: /etc/systemd/system/ceph-780a5ade-eb22-11ee-95d0-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-26T03:49:03.584 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:03 smithi069 systemd[1]: /etc/systemd/system/ceph-780a5ade-eb22-11ee-95d0-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-26T03:49:04.528 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:04 smithi016 bash[21432]: cluster 2024-03-26T03:49:02.691502+0000 mgr.a (mgr.14370) 28 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 579 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 184 B/s rd, 369 B/s wr, 1 op/s 2024-03-26T03:49:04.528 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:04 smithi016 bash[21432]: audit 2024-03-26T03:49:03.594195+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:04.528 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:04 smithi016 bash[21432]: audit 2024-03-26T03:49:03.606175+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:04.528 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:04 smithi016 bash[21432]: audit 2024-03-26T03:49:03.662534+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:04.528 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:04 smithi016 bash[21432]: audit 2024-03-26T03:49:03.665462+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14370 ' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi204.dmlfja", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-26T03:49:04.528 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:04 smithi016 bash[21432]: audit 2024-03-26T03:49:03.665610+0000 mon.c (mon.1) 44 : audit [INF] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi204.dmlfja", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-26T03:49:04.528 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:04 smithi016 bash[21432]: audit 2024-03-26T03:49:03.668615+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14370 ' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi204.dmlfja", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-26T03:49:04.528 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:04 smithi016 bash[21432]: audit 2024-03-26T03:49:03.680788+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:04.528 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:04 smithi016 bash[21432]: audit 2024-03-26T03:49:03.685985+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:49:04.597 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:04 smithi069 bash[22165]: cluster 2024-03-26T03:49:02.691502+0000 mgr.a (mgr.14370) 28 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 579 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 184 B/s rd, 369 B/s wr, 1 op/s 2024-03-26T03:49:04.597 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:04 smithi069 bash[22165]: audit 2024-03-26T03:49:03.594195+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:04.597 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:04 smithi069 bash[22165]: audit 2024-03-26T03:49:03.606175+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:04.597 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:04 smithi069 bash[22165]: audit 2024-03-26T03:49:03.662534+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:04.597 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:04 smithi069 bash[22165]: audit 2024-03-26T03:49:03.665462+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14370 ' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi204.dmlfja", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-26T03:49:04.597 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:04 smithi069 bash[22165]: audit 2024-03-26T03:49:03.665610+0000 mon.c (mon.1) 44 : audit [INF] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi204.dmlfja", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-26T03:49:04.597 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:04 smithi069 bash[22165]: audit 2024-03-26T03:49:03.668615+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14370 ' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi204.dmlfja", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-26T03:49:04.597 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:04 smithi069 bash[22165]: audit 2024-03-26T03:49:03.680788+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:04.597 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:04 smithi069 bash[22165]: audit 2024-03-26T03:49:03.685985+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:49:04.599 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:04 smithi204 bash[22361]: cluster 2024-03-26T03:49:02.691502+0000 mgr.a (mgr.14370) 28 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 579 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 184 B/s rd, 369 B/s wr, 1 op/s 2024-03-26T03:49:04.599 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:04 smithi204 bash[22361]: audit 2024-03-26T03:49:03.594195+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:04.599 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:04 smithi204 bash[22361]: audit 2024-03-26T03:49:03.606175+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:04.600 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:04 smithi204 bash[22361]: audit 2024-03-26T03:49:03.662534+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:04.600 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:04 smithi204 bash[22361]: audit 2024-03-26T03:49:03.665462+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14370 ' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi204.dmlfja", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-26T03:49:04.600 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:04 smithi204 bash[22361]: audit 2024-03-26T03:49:03.665610+0000 mon.c (mon.1) 44 : audit [INF] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi204.dmlfja", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-26T03:49:04.600 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:04 smithi204 bash[22361]: audit 2024-03-26T03:49:03.668615+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14370 ' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi204.dmlfja", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-26T03:49:04.600 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:04 smithi204 bash[22361]: audit 2024-03-26T03:49:03.680788+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:04.600 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:04 smithi204 bash[22361]: audit 2024-03-26T03:49:03.685985+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:49:05.311 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:05 smithi204 bash[22361]: cephadm 2024-03-26T03:49:03.687335+0000 mgr.a (mgr.14370) 29 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi204.dmlfja on smithi204 2024-03-26T03:49:05.528 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:05 smithi016 bash[21432]: cephadm 2024-03-26T03:49:03.687335+0000 mgr.a (mgr.14370) 29 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi204.dmlfja on smithi204 2024-03-26T03:49:05.639 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:05 smithi069 bash[22165]: cephadm 2024-03-26T03:49:03.687335+0000 mgr.a (mgr.14370) 29 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi204.dmlfja on smithi204 2024-03-26T03:49:06.071 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:05 smithi204 systemd[1]: /etc/systemd/system/ceph-780a5ade-eb22-11ee-95d0-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-26T03:49:06.071 INFO:journalctl@ceph.osd.2.smithi204.stdout:Mar 26 03:49:05 smithi204 systemd[1]: /etc/systemd/system/ceph-780a5ade-eb22-11ee-95d0-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-26T03:49:06.349 INFO:journalctl@ceph.osd.2.smithi204.stdout:Mar 26 03:49:06 smithi204 systemd[1]: /etc/systemd/system/ceph-780a5ade-eb22-11ee-95d0-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-26T03:49:06.349 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:06 smithi204 bash[22361]: cluster 2024-03-26T03:49:04.692263+0000 mgr.a (mgr.14370) 30 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 581 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 22 KiB/s rd, 2.4 KiB/s wr, 47 op/s 2024-03-26T03:49:06.349 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:06 smithi204 systemd[1]: /etc/systemd/system/ceph-780a5ade-eb22-11ee-95d0-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-26T03:49:06.519 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:49:06.528 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:06 smithi016 bash[21432]: cluster 2024-03-26T03:49:04.692263+0000 mgr.a (mgr.14370) 30 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 581 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 22 KiB/s rd, 2.4 KiB/s wr, 47 op/s 2024-03-26T03:49:06.639 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:06 smithi069 bash[22165]: cluster 2024-03-26T03:49:04.692263+0000 mgr.a (mgr.14370) 30 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 581 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 22 KiB/s rd, 2.4 KiB/s wr, 47 op/s 2024-03-26T03:49:07.599 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:07 smithi204 bash[22361]: audit 2024-03-26T03:49:06.362078+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:07.599 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:07 smithi204 bash[22361]: audit 2024-03-26T03:49:06.372569+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:07.599 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:07 smithi204 bash[22361]: audit 2024-03-26T03:49:06.416097+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:07.599 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:07 smithi204 bash[22361]: audit 2024-03-26T03:49:06.419019+0000 mon.c (mon.1) 46 : audit [INF] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjJmZTUwZDViLWE5M2YtNDQwNC1iNGY1LWYzYjJhNWM4ZDdhNSIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiVkpZNUkwSUVDNEgwMzVQNTlWQkUiLAogICAgInNlY3JldCI6ICJpWWJyZTZhOVBzUHFON3NOSVJXWGRabWFtTWtEMERLcEhUMklsY0ZPIgp9", "zone_endpoints": ["http://smithi069:5500", "http://smithi204:5500"]}]: dispatch 2024-03-26T03:49:07.599 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:07 smithi204 bash[22361]: audit 2024-03-26T03:49:06.420546+0000 mgr.a (mgr.14370) 31 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjJmZTUwZDViLWE5M2YtNDQwNC1iNGY1LWYzYjJhNWM4ZDdhNSIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiVkpZNUkwSUVDNEgwMzVQNTlWQkUiLAogICAgInNlY3JldCI6ICJpWWJyZTZhOVBzUHFON3NOSVJXWGRabWFtTWtEMERLcEhUMklsY0ZPIgp9", "zone_endpoints": ["http://smithi069:5500", "http://smithi204:5500"]}]: dispatch 2024-03-26T03:49:07.599 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:07 smithi204 bash[22361]: cluster 2024-03-26T03:49:06.693392+0000 mgr.a (mgr.14370) 32 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 586 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 46 KiB/s rd, 7.1 KiB/s wr, 101 op/s 2024-03-26T03:49:07.599 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:07 smithi204 bash[22361]: audit 2024-03-26T03:49:07.238642+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:07.600 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:07 smithi204 bash[22361]: audit 2024-03-26T03:49:07.246774+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:07.600 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:07 smithi204 bash[22361]: audit 2024-03-26T03:49:07.254377+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:07.600 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:07 smithi204 bash[22361]: cephadm 2024-03-26T03:49:07.257463+0000 mgr.a (mgr.14370) 33 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-03-26T03:49:07.600 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:07 smithi204 bash[22361]: audit 2024-03-26T03:49:07.261042+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:07.600 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:07 smithi204 bash[22361]: audit 2024-03-26T03:49:07.267513+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:07.600 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:07 smithi204 bash[22361]: audit 2024-03-26T03:49:07.335952+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:49:07.600 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:07 smithi204 bash[22361]: audit 2024-03-26T03:49:07.338787+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:49:07.600 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:07 smithi204 bash[22361]: audit 2024-03-26T03:49:07.339560+0000 mon.c (mon.1) 49 : audit [INF] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:49:07.622 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:07 smithi016 bash[21432]: audit 2024-03-26T03:49:06.362078+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:07.623 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:07 smithi016 bash[21432]: audit 2024-03-26T03:49:06.372569+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:07.623 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:07 smithi016 bash[21432]: audit 2024-03-26T03:49:06.416097+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:07.623 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:07 smithi016 bash[21432]: audit 2024-03-26T03:49:06.419019+0000 mon.c (mon.1) 46 : audit [INF] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjJmZTUwZDViLWE5M2YtNDQwNC1iNGY1LWYzYjJhNWM4ZDdhNSIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiVkpZNUkwSUVDNEgwMzVQNTlWQkUiLAogICAgInNlY3JldCI6ICJpWWJyZTZhOVBzUHFON3NOSVJXWGRabWFtTWtEMERLcEhUMklsY0ZPIgp9", "zone_endpoints": ["http://smithi069:5500", "http://smithi204:5500"]}]: dispatch 2024-03-26T03:49:07.623 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:07 smithi016 bash[21432]: audit 2024-03-26T03:49:06.420546+0000 mgr.a (mgr.14370) 31 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjJmZTUwZDViLWE5M2YtNDQwNC1iNGY1LWYzYjJhNWM4ZDdhNSIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiVkpZNUkwSUVDNEgwMzVQNTlWQkUiLAogICAgInNlY3JldCI6ICJpWWJyZTZhOVBzUHFON3NOSVJXWGRabWFtTWtEMERLcEhUMklsY0ZPIgp9", "zone_endpoints": ["http://smithi069:5500", "http://smithi204:5500"]}]: dispatch 2024-03-26T03:49:07.623 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:07 smithi016 bash[21432]: cluster 2024-03-26T03:49:06.693392+0000 mgr.a (mgr.14370) 32 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 586 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 46 KiB/s rd, 7.1 KiB/s wr, 101 op/s 2024-03-26T03:49:07.623 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:07 smithi016 bash[21432]: audit 2024-03-26T03:49:07.238642+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:07.623 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:07 smithi016 bash[21432]: audit 2024-03-26T03:49:07.246774+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:07.623 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:07 smithi016 bash[21432]: audit 2024-03-26T03:49:07.254377+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:07.623 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:07 smithi016 bash[21432]: cephadm 2024-03-26T03:49:07.257463+0000 mgr.a (mgr.14370) 33 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-03-26T03:49:07.623 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:07 smithi016 bash[21432]: audit 2024-03-26T03:49:07.261042+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:07.623 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:07 smithi016 bash[21432]: audit 2024-03-26T03:49:07.267513+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:07.623 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:07 smithi016 bash[21432]: audit 2024-03-26T03:49:07.335952+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:49:07.623 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:07 smithi016 bash[21432]: audit 2024-03-26T03:49:07.338787+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:49:07.624 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:07 smithi016 bash[21432]: audit 2024-03-26T03:49:07.339560+0000 mon.c (mon.1) 49 : audit [INF] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:49:07.639 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:07 smithi069 bash[22165]: audit 2024-03-26T03:49:06.362078+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:07.639 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:07 smithi069 bash[22165]: audit 2024-03-26T03:49:06.372569+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:07.639 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:07 smithi069 bash[22165]: audit 2024-03-26T03:49:06.416097+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:07.639 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:07 smithi069 bash[22165]: audit 2024-03-26T03:49:06.419019+0000 mon.c (mon.1) 46 : audit [INF] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjJmZTUwZDViLWE5M2YtNDQwNC1iNGY1LWYzYjJhNWM4ZDdhNSIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiVkpZNUkwSUVDNEgwMzVQNTlWQkUiLAogICAgInNlY3JldCI6ICJpWWJyZTZhOVBzUHFON3NOSVJXWGRabWFtTWtEMERLcEhUMklsY0ZPIgp9", "zone_endpoints": ["http://smithi069:5500", "http://smithi204:5500"]}]: dispatch 2024-03-26T03:49:07.639 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:07 smithi069 bash[22165]: audit 2024-03-26T03:49:06.420546+0000 mgr.a (mgr.14370) 31 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjJmZTUwZDViLWE5M2YtNDQwNC1iNGY1LWYzYjJhNWM4ZDdhNSIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiVkpZNUkwSUVDNEgwMzVQNTlWQkUiLAogICAgInNlY3JldCI6ICJpWWJyZTZhOVBzUHFON3NOSVJXWGRabWFtTWtEMERLcEhUMklsY0ZPIgp9", "zone_endpoints": ["http://smithi069:5500", "http://smithi204:5500"]}]: dispatch 2024-03-26T03:49:07.639 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:07 smithi069 bash[22165]: cluster 2024-03-26T03:49:06.693392+0000 mgr.a (mgr.14370) 32 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 586 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 46 KiB/s rd, 7.1 KiB/s wr, 101 op/s 2024-03-26T03:49:07.639 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:07 smithi069 bash[22165]: audit 2024-03-26T03:49:07.238642+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:07.640 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:07 smithi069 bash[22165]: audit 2024-03-26T03:49:07.246774+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:07.640 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:07 smithi069 bash[22165]: audit 2024-03-26T03:49:07.254377+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:07.640 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:07 smithi069 bash[22165]: cephadm 2024-03-26T03:49:07.257463+0000 mgr.a (mgr.14370) 33 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-03-26T03:49:07.640 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:07 smithi069 bash[22165]: audit 2024-03-26T03:49:07.261042+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:07.640 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:07 smithi069 bash[22165]: audit 2024-03-26T03:49:07.267513+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:07.640 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:07 smithi069 bash[22165]: audit 2024-03-26T03:49:07.335952+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:49:07.640 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:07 smithi069 bash[22165]: audit 2024-03-26T03:49:07.338787+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:49:07.640 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:07 smithi069 bash[22165]: audit 2024-03-26T03:49:07.339560+0000 mon.c (mon.1) 49 : audit [INF] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:49:09.083 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:08 smithi069 bash[22165]: cephadm 2024-03-26T03:49:07.343574+0000 mgr.a (mgr.14370) 34 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-26T03:49:09.083 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:08 smithi069 bash[22165]: audit 2024-03-26T03:49:07.873417+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:09.083 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:08 smithi069 bash[22165]: audit 2024-03-26T03:49:07.883668+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:09.083 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:08 smithi069 bash[22165]: audit 2024-03-26T03:49:07.895828+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:09.083 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:08 smithi069 bash[22165]: cephadm 2024-03-26T03:49:07.897848+0000 mgr.a (mgr.14370) 35 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T03:49:09.083 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:08 smithi069 bash[22165]: audit 2024-03-26T03:49:08.236329+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:49:09.083 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:08 smithi069 bash[22165]: audit 2024-03-26T03:49:08.239876+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:49:09.083 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:08 smithi069 bash[22165]: audit 2024-03-26T03:49:08.241121+0000 mon.c (mon.1) 52 : audit [INF] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:49:09.083 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:08 smithi069 bash[22165]: cephadm 2024-03-26T03:49:08.244038+0000 mgr.a (mgr.14370) 36 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-26T03:49:09.083 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:08 smithi069 bash[22165]: audit 2024-03-26T03:49:08.508676+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:09.083 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:08 smithi069 bash[22165]: audit 2024-03-26T03:49:08.779339+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:09.201 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:08 smithi016 bash[21432]: cephadm 2024-03-26T03:49:07.343574+0000 mgr.a (mgr.14370) 34 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-26T03:49:09.201 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:08 smithi016 bash[21432]: audit 2024-03-26T03:49:07.873417+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:09.202 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:08 smithi016 bash[21432]: audit 2024-03-26T03:49:07.883668+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:09.202 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:08 smithi016 bash[21432]: audit 2024-03-26T03:49:07.895828+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:09.202 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:08 smithi016 bash[21432]: cephadm 2024-03-26T03:49:07.897848+0000 mgr.a (mgr.14370) 35 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T03:49:09.202 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:08 smithi016 bash[21432]: audit 2024-03-26T03:49:08.236329+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:49:09.202 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:08 smithi016 bash[21432]: audit 2024-03-26T03:49:08.239876+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:49:09.202 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:08 smithi016 bash[21432]: audit 2024-03-26T03:49:08.241121+0000 mon.c (mon.1) 52 : audit [INF] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:49:09.202 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:08 smithi016 bash[21432]: cephadm 2024-03-26T03:49:08.244038+0000 mgr.a (mgr.14370) 36 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-26T03:49:09.202 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:08 smithi016 bash[21432]: audit 2024-03-26T03:49:08.508676+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:09.202 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:08 smithi016 bash[21432]: audit 2024-03-26T03:49:08.779339+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:09.263 INFO:teuthology.orchestra.run.smithi016.stderr:+ true 2024-03-26T03:49:09.263 INFO:teuthology.orchestra.run.smithi016.stderr:++ ceph rgw realm tokens 2024-03-26T03:49:09.263 INFO:teuthology.orchestra.run.smithi016.stderr:++ jq -r '.[0].token' 2024-03-26T03:49:09.349 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:08 smithi204 bash[22361]: cephadm 2024-03-26T03:49:07.343574+0000 mgr.a (mgr.14370) 34 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-26T03:49:09.349 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:08 smithi204 bash[22361]: audit 2024-03-26T03:49:07.873417+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:09.349 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:08 smithi204 bash[22361]: audit 2024-03-26T03:49:07.883668+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:09.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:08 smithi204 bash[22361]: audit 2024-03-26T03:49:07.895828+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:09.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:08 smithi204 bash[22361]: cephadm 2024-03-26T03:49:07.897848+0000 mgr.a (mgr.14370) 35 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T03:49:09.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:08 smithi204 bash[22361]: audit 2024-03-26T03:49:08.236329+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:49:09.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:08 smithi204 bash[22361]: audit 2024-03-26T03:49:08.239876+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:49:09.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:08 smithi204 bash[22361]: audit 2024-03-26T03:49:08.241121+0000 mon.c (mon.1) 52 : audit [INF] from='mgr.14370 172.21.15.16:0/326626194' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:49:09.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:08 smithi204 bash[22361]: cephadm 2024-03-26T03:49:08.244038+0000 mgr.a (mgr.14370) 36 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-26T03:49:09.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:08 smithi204 bash[22361]: audit 2024-03-26T03:49:08.508676+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:09.350 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:08 smithi204 bash[22361]: audit 2024-03-26T03:49:08.779339+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14370 ' entity='mgr.a' 2024-03-26T03:49:09.889 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:09 smithi069 bash[22165]: cephadm 2024-03-26T03:49:08.512311+0000 mgr.a (mgr.14370) 37 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T03:49:09.889 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:09 smithi069 bash[22165]: cluster 2024-03-26T03:49:08.694167+0000 mgr.a (mgr.14370) 38 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 586 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 38 KiB/s rd, 6.0 KiB/s wr, 84 op/s 2024-03-26T03:49:10.041 INFO:teuthology.orchestra.run.smithi016.stdout:ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjJmZTUwZDViLWE5M2YtNDQwNC1iNGY1LWYzYjJhNWM4ZDdhNSIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA2OTo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlZKWTVJMElFQzRIMDM1UDU5VkJFIiwKICAgICJzZWNyZXQiOiAiaVlicmU2YTlQc1BxTjdzTklSV1hkWm1hbU1rRDBES3BIVDJJbGNGTyIKfQ== 2024-03-26T03:49:10.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ TOKEN=ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjJmZTUwZDViLWE5M2YtNDQwNC1iNGY1LWYzYjJhNWM4ZDdhNSIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA2OTo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlZKWTVJMElFQzRIMDM1UDU5VkJFIiwKICAgICJzZWNyZXQiOiAiaVlicmU2YTlQc1BxTjdzTklSV1hkWm1hbU1rRDBES3BIVDJJbGNGTyIKfQ== 2024-03-26T03:49:10.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ echo ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjJmZTUwZDViLWE5M2YtNDQwNC1iNGY1LWYzYjJhNWM4ZDdhNSIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA2OTo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlZKWTVJMElFQzRIMDM1UDU5VkJFIiwKICAgICJzZWNyZXQiOiAiaVlicmU2YTlQc1BxTjdzTklSV1hkWm1hbU1rRDBES3BIVDJJbGNGTyIKfQ== 2024-03-26T03:49:10.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ '[' ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjJmZTUwZDViLWE5M2YtNDQwNC1iNGY1LWYzYjJhNWM4ZDdhNSIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA2OTo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlZKWTVJMElFQzRIMDM1UDU5VkJFIiwKICAgICJzZWNyZXQiOiAiaVlicmU2YTlQc1BxTjdzTklSV1hkWm1hbU1rRDBES3BIVDJJbGNGTyIKfQ== '!=' 'master zone has no endpoint' ']' 2024-03-26T03:49:10.042 INFO:teuthology.orchestra.run.smithi016.stderr:+ break 2024-03-26T03:49:10.042 INFO:teuthology.orchestra.run.smithi016.stderr:++ ceph rgw realm tokens 2024-03-26T03:49:10.210 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:09 smithi204 bash[22361]: cephadm 2024-03-26T03:49:08.512311+0000 mgr.a (mgr.14370) 37 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T03:49:10.210 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:09 smithi204 bash[22361]: cluster 2024-03-26T03:49:08.694167+0000 mgr.a (mgr.14370) 38 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 586 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 38 KiB/s rd, 6.0 KiB/s wr, 84 op/s 2024-03-26T03:49:10.278 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:09 smithi016 bash[21432]: cephadm 2024-03-26T03:49:08.512311+0000 mgr.a (mgr.14370) 37 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-26T03:49:10.278 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:09 smithi016 bash[21432]: cluster 2024-03-26T03:49:08.694167+0000 mgr.a (mgr.14370) 38 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 586 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 38 KiB/s rd, 6.0 KiB/s wr, 84 op/s 2024-03-26T03:49:10.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ TOKENS='[ 2024-03-26T03:49:10.802 INFO:teuthology.orchestra.run.smithi016.stderr: { 2024-03-26T03:49:10.802 INFO:teuthology.orchestra.run.smithi016.stderr: "realm": "myrealm1", 2024-03-26T03:49:10.802 INFO:teuthology.orchestra.run.smithi016.stderr: "token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjJmZTUwZDViLWE5M2YtNDQwNC1iNGY1LWYzYjJhNWM4ZDdhNSIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA2OTo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlZKWTVJMElFQzRIMDM1UDU5VkJFIiwKICAgICJzZWNyZXQiOiAiaVlicmU2YTlQc1BxTjdzTklSV1hkWm1hbU1rRDBES3BIVDJJbGNGTyIKfQ==" 2024-03-26T03:49:10.802 INFO:teuthology.orchestra.run.smithi016.stderr: } 2024-03-26T03:49:10.802 INFO:teuthology.orchestra.run.smithi016.stderr:]' 2024-03-26T03:49:10.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ echo '[' '{' '"realm":' '"myrealm1",' '"token":' '"ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjJmZTUwZDViLWE5M2YtNDQwNC1iNGY1LWYzYjJhNWM4ZDdhNSIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA2OTo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlZKWTVJMElFQzRIMDM1UDU5VkJFIiwKICAgICJzZWNyZXQiOiAiaVlicmU2YTlQc1BxTjdzTklSV1hkWm1hbU1rRDBES3BIVDJJbGNGTyIKfQ=="' '}' ']' 2024-03-26T03:49:10.802 INFO:teuthology.orchestra.run.smithi016.stderr:+ jq --exit-status '.[0].realm == "myrealm1"' 2024-03-26T03:49:10.804 INFO:teuthology.orchestra.run.smithi016.stdout:true 2024-03-26T03:49:10.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ echo '[' '{' '"realm":' '"myrealm1",' '"token":' '"ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjJmZTUwZDViLWE5M2YtNDQwNC1iNGY1LWYzYjJhNWM4ZDdhNSIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA2OTo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlZKWTVJMElFQzRIMDM1UDU5VkJFIiwKICAgICJzZWNyZXQiOiAiaVlicmU2YTlQc1BxTjdzTklSV1hkWm1hbU1rRDBES3BIVDJJbGNGTyIKfQ=="' '}' ']' 2024-03-26T03:49:10.804 INFO:teuthology.orchestra.run.smithi016.stderr:+ jq --exit-status '.[0].token' 2024-03-26T03:49:10.806 INFO:teuthology.orchestra.run.smithi016.stdout:"ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjJmZTUwZDViLWE5M2YtNDQwNC1iNGY1LWYzYjJhNWM4ZDdhNSIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA2OTo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlZKWTVJMElFQzRIMDM1UDU5VkJFIiwKICAgICJzZWNyZXQiOiAiaVlicmU2YTlQc1BxTjdzTklSV1hkWm1hbU1rRDBES3BIVDJJbGNGTyIKfQ==" 2024-03-26T03:49:10.807 INFO:teuthology.orchestra.run.smithi016.stderr:++ ceph rgw realm tokens 2024-03-26T03:49:10.807 INFO:teuthology.orchestra.run.smithi016.stderr:++ jq -r '.[0].token' 2024-03-26T03:49:10.807 INFO:teuthology.orchestra.run.smithi016.stderr:++ base64 --decode 2024-03-26T03:49:11.099 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:10 smithi204 bash[22361]: audit 2024-03-26T03:49:09.650845+0000 mgr.a (mgr.14370) 39 : audit [DBG] from='client.14907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:49:11.134 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:10 smithi069 bash[22165]: audit 2024-03-26T03:49:09.650845+0000 mgr.a (mgr.14370) 39 : audit [DBG] from='client.14907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:49:11.277 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:10 smithi016 bash[21432]: audit 2024-03-26T03:49:09.650845+0000 mgr.a (mgr.14370) 39 : audit [DBG] from='client.14907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:49:11.577 INFO:teuthology.orchestra.run.smithi016.stderr:+ TOKEN_JSON='{ 2024-03-26T03:49:11.577 INFO:teuthology.orchestra.run.smithi016.stderr: "realm_name": "myrealm1", 2024-03-26T03:49:11.578 INFO:teuthology.orchestra.run.smithi016.stderr: "realm_id": "2fe50d5b-a93f-4404-b4f5-f3b2a5c8d7a5", 2024-03-26T03:49:11.578 INFO:teuthology.orchestra.run.smithi016.stderr: "endpoint": "http://smithi069:5500", 2024-03-26T03:49:11.578 INFO:teuthology.orchestra.run.smithi016.stderr: "access_key": "VJY5I0IEC4H035P59VBE", 2024-03-26T03:49:11.578 INFO:teuthology.orchestra.run.smithi016.stderr: "secret": "iYbre6a9PsPqN7sNIRWXdZmamMkD0DKpHT2IlcFO" 2024-03-26T03:49:11.578 INFO:teuthology.orchestra.run.smithi016.stderr:}' 2024-03-26T03:49:11.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"2fe50d5b-a93f-4404-b4f5-f3b2a5c8d7a5",' '"endpoint":' '"http://smithi069:5500",' '"access_key":' '"VJY5I0IEC4H035P59VBE",' '"secret":' '"iYbre6a9PsPqN7sNIRWXdZmamMkD0DKpHT2IlcFO"' '}' 2024-03-26T03:49:11.578 INFO:teuthology.orchestra.run.smithi016.stderr:+ jq --exit-status '.realm_name == "myrealm1"' 2024-03-26T03:49:11.579 INFO:teuthology.orchestra.run.smithi016.stdout:true 2024-03-26T03:49:11.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"2fe50d5b-a93f-4404-b4f5-f3b2a5c8d7a5",' '"endpoint":' '"http://smithi069:5500",' '"access_key":' '"VJY5I0IEC4H035P59VBE",' '"secret":' '"iYbre6a9PsPqN7sNIRWXdZmamMkD0DKpHT2IlcFO"' '}' 2024-03-26T03:49:11.580 INFO:teuthology.orchestra.run.smithi016.stderr:+ jq --exit-status '.endpoint | test("http://.+:\\d+")' 2024-03-26T03:49:11.582 INFO:teuthology.orchestra.run.smithi016.stdout:true 2024-03-26T03:49:11.583 INFO:teuthology.orchestra.run.smithi016.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"2fe50d5b-a93f-4404-b4f5-f3b2a5c8d7a5",' '"endpoint":' '"http://smithi069:5500",' '"access_key":' '"VJY5I0IEC4H035P59VBE",' '"secret":' '"iYbre6a9PsPqN7sNIRWXdZmamMkD0DKpHT2IlcFO"' '}' 2024-03-26T03:49:11.583 INFO:teuthology.orchestra.run.smithi016.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-26T03:49:11.586 INFO:teuthology.orchestra.run.smithi016.stdout:true 2024-03-26T03:49:11.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"2fe50d5b-a93f-4404-b4f5-f3b2a5c8d7a5",' '"endpoint":' '"http://smithi069:5500",' '"access_key":' '"VJY5I0IEC4H035P59VBE",' '"secret":' '"iYbre6a9PsPqN7sNIRWXdZmamMkD0DKpHT2IlcFO"' '}' 2024-03-26T03:49:11.586 INFO:teuthology.orchestra.run.smithi016.stderr:+ jq --exit-status .access_key 2024-03-26T03:49:11.588 INFO:teuthology.orchestra.run.smithi016.stdout:"VJY5I0IEC4H035P59VBE" 2024-03-26T03:49:11.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"2fe50d5b-a93f-4404-b4f5-f3b2a5c8d7a5",' '"endpoint":' '"http://smithi069:5500",' '"access_key":' '"VJY5I0IEC4H035P59VBE",' '"secret":' '"iYbre6a9PsPqN7sNIRWXdZmamMkD0DKpHT2IlcFO"' '}' 2024-03-26T03:49:11.589 INFO:teuthology.orchestra.run.smithi016.stderr:+ jq --exit-status .secret 2024-03-26T03:49:11.591 INFO:teuthology.orchestra.run.smithi016.stdout:"iYbre6a9PsPqN7sNIRWXdZmamMkD0DKpHT2IlcFO" 2024-03-26T03:49:12.139 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:11 smithi069 bash[22165]: audit 2024-03-26T03:49:10.413802+0000 mgr.a (mgr.14370) 40 : audit [DBG] from='client.14985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:49:12.139 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:11 smithi069 bash[22165]: cluster 2024-03-26T03:49:10.695221+0000 mgr.a (mgr.14370) 41 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 588 KiB data, 103 MiB used, 268 GiB / 268 GiB avail; 270 KiB/s rd, 6.7 KiB/s wr, 460 op/s 2024-03-26T03:49:12.139 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:11 smithi069 bash[22165]: audit 2024-03-26T03:49:11.187737+0000 mgr.a (mgr.14370) 42 : audit [DBG] from='client.15063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:49:12.162 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:11 smithi204 bash[22361]: audit 2024-03-26T03:49:10.413802+0000 mgr.a (mgr.14370) 40 : audit [DBG] from='client.14985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:49:12.162 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:11 smithi204 bash[22361]: cluster 2024-03-26T03:49:10.695221+0000 mgr.a (mgr.14370) 41 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 588 KiB data, 103 MiB used, 268 GiB / 268 GiB avail; 270 KiB/s rd, 6.7 KiB/s wr, 460 op/s 2024-03-26T03:49:12.162 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:11 smithi204 bash[22361]: audit 2024-03-26T03:49:11.187737+0000 mgr.a (mgr.14370) 42 : audit [DBG] from='client.15063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:49:12.278 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:11 smithi016 bash[21432]: audit 2024-03-26T03:49:10.413802+0000 mgr.a (mgr.14370) 40 : audit [DBG] from='client.14985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:49:12.278 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:11 smithi016 bash[21432]: cluster 2024-03-26T03:49:10.695221+0000 mgr.a (mgr.14370) 41 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 588 KiB data, 103 MiB used, 268 GiB / 268 GiB avail; 270 KiB/s rd, 6.7 KiB/s wr, 460 op/s 2024-03-26T03:49:12.278 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:11 smithi016 bash[21432]: audit 2024-03-26T03:49:11.187737+0000 mgr.a (mgr.14370) 42 : audit [DBG] from='client.15063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:49:12.336 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-03-26T03:49:12.346 INFO:tasks.cephadm:Teardown begin 2024-03-26T03:49:12.346 DEBUG:teuthology.orchestra.run.smithi016:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-26T03:49:12.361 DEBUG:teuthology.orchestra.run.smithi069:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-26T03:49:12.373 DEBUG:teuthology.orchestra.run.smithi204:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-26T03:49:12.387 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-03-26T03:49:12.387 DEBUG:teuthology.orchestra.run.smithi016:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-26T03:49:12.408 DEBUG:teuthology.orchestra.run.smithi069:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-26T03:49:12.419 DEBUG:teuthology.orchestra.run.smithi204:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-26T03:49:12.434 INFO:tasks.cephadm:Stopping all daemons... 2024-03-26T03:49:12.434 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-03-26T03:49:12.434 DEBUG:teuthology.orchestra.run.smithi016:> sudo systemctl stop ceph-780a5ade-eb22-11ee-95d0-87774f69a715@mon.a 2024-03-26T03:49:12.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:12 smithi016 systemd[1]: Stopping Ceph mon.a for 780a5ade-eb22-11ee-95d0-87774f69a715... 2024-03-26T03:49:12.759 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:12 smithi016 bash[21432]: debug 2024-03-26T03:49:12.602+0000 7f1e185b2700 -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-26T03:49:12.759 INFO:journalctl@ceph.mon.a.smithi016.stdout:Mar 26 03:49:12 smithi016 bash[21432]: debug 2024-03-26T03:49:12.602+0000 7f1e185b2700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-03-26T03:49:13.591 DEBUG:teuthology.orchestra.run.smithi016:> sudo pkill -f 'journalctl -f -n 0 -u ceph-780a5ade-eb22-11ee-95d0-87774f69a715@mon.a.service' 2024-03-26T03:49:13.624 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-26T03:49:13.624 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-03-26T03:49:13.624 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-03-26T03:49:13.625 DEBUG:teuthology.orchestra.run.smithi069:> sudo systemctl stop ceph-780a5ade-eb22-11ee-95d0-87774f69a715@mon.b 2024-03-26T03:49:13.888 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:13 smithi069 systemd[1]: Stopping Ceph mon.b for 780a5ade-eb22-11ee-95d0-87774f69a715... 2024-03-26T03:49:13.888 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:13 smithi069 bash[22165]: debug 2024-03-26T03:49:13.778+0000 7f3bc441f700 -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-26T03:49:13.888 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:13 smithi069 bash[22165]: debug 2024-03-26T03:49:13.778+0000 7f3bc441f700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-03-26T03:49:14.639 INFO:journalctl@ceph.mon.b.smithi069.stdout:Mar 26 03:49:14 smithi069 bash[32072]: ceph-780a5ade-eb22-11ee-95d0-87774f69a715-mon-b 2024-03-26T03:49:14.737 DEBUG:teuthology.orchestra.run.smithi069:> sudo pkill -f 'journalctl -f -n 0 -u ceph-780a5ade-eb22-11ee-95d0-87774f69a715@mon.b.service' 2024-03-26T03:49:14.762 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-26T03:49:14.762 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-03-26T03:49:14.763 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-03-26T03:49:14.763 DEBUG:teuthology.orchestra.run.smithi204:> sudo systemctl stop ceph-780a5ade-eb22-11ee-95d0-87774f69a715@mon.c 2024-03-26T03:49:15.099 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:14 smithi204 systemd[1]: Stopping Ceph mon.c for 780a5ade-eb22-11ee-95d0-87774f69a715... 2024-03-26T03:49:15.099 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:14 smithi204 bash[22361]: debug 2024-03-26T03:49:14.912+0000 7fe5650bc700 -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-26T03:49:15.099 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:14 smithi204 bash[22361]: debug 2024-03-26T03:49:14.912+0000 7fe5650bc700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-03-26T03:49:15.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:Mar 26 03:49:15 smithi204 bash[31680]: ceph-780a5ade-eb22-11ee-95d0-87774f69a715-mon-c 2024-03-26T03:49:15.837 DEBUG:teuthology.orchestra.run.smithi204:> sudo pkill -f 'journalctl -f -n 0 -u ceph-780a5ade-eb22-11ee-95d0-87774f69a715@mon.c.service' 2024-03-26T03:49:15.867 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-26T03:49:15.868 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-03-26T03:49:15.868 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-03-26T03:49:15.868 DEBUG:teuthology.orchestra.run.smithi016:> sudo systemctl stop ceph-780a5ade-eb22-11ee-95d0-87774f69a715@mgr.a 2024-03-26T03:49:16.133 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:49:15 smithi016 systemd[1]: Stopping Ceph mgr.a for 780a5ade-eb22-11ee-95d0-87774f69a715... 2024-03-26T03:49:16.133 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:49:16 smithi016 bash[21688]: debug 2024-03-26T03:49:16.038+0000 7f2e8f82c700 -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-26T03:49:16.133 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:49:16 smithi016 bash[21688]: debug 2024-03-26T03:49:16.038+0000 7f2e8f82c700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-03-26T03:49:17.028 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Mar 26 03:49:16 smithi016 bash[62239]: ceph-780a5ade-eb22-11ee-95d0-87774f69a715-mgr-a 2024-03-26T03:49:17.302 DEBUG:teuthology.orchestra.run.smithi016:> sudo pkill -f 'journalctl -f -n 0 -u ceph-780a5ade-eb22-11ee-95d0-87774f69a715@mgr.a.service' 2024-03-26T03:49:17.326 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-26T03:49:17.326 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-03-26T03:49:17.327 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-03-26T03:49:17.327 DEBUG:teuthology.orchestra.run.smithi069:> sudo systemctl stop ceph-780a5ade-eb22-11ee-95d0-87774f69a715@mgr.b 2024-03-26T03:49:17.639 INFO:journalctl@ceph.mgr.b.smithi069.stdout:Mar 26 03:49:17 smithi069 systemd[1]: Stopping Ceph mgr.b for 780a5ade-eb22-11ee-95d0-87774f69a715... 2024-03-26T03:49:18.255 DEBUG:teuthology.orchestra.run.smithi069:> sudo pkill -f 'journalctl -f -n 0 -u ceph-780a5ade-eb22-11ee-95d0-87774f69a715@mgr.b.service' 2024-03-26T03:49:18.278 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-26T03:49:18.278 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-03-26T03:49:18.278 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-03-26T03:49:18.278 DEBUG:teuthology.orchestra.run.smithi016:> sudo systemctl stop ceph-780a5ade-eb22-11ee-95d0-87774f69a715@osd.0 2024-03-26T03:49:18.541 INFO:journalctl@ceph.osd.0.smithi016.stdout:Mar 26 03:49:18 smithi016 systemd[1]: Stopping Ceph osd.0 for 780a5ade-eb22-11ee-95d0-87774f69a715... 2024-03-26T03:49:18.714 INFO:journalctl@ceph.osd.0.smithi016.stdout:Mar 26 03:49:18 smithi016 bash[31667]: debug 2024-03-26T03:49:18.538+0000 7f08de462700 -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-26T03:49:18.714 INFO:journalctl@ceph.osd.0.smithi016.stdout:Mar 26 03:49:18 smithi016 bash[31667]: debug 2024-03-26T03:49:18.538+0000 7f08de462700 -1 osd.0 32 *** Got signal Terminated *** 2024-03-26T03:49:18.714 INFO:journalctl@ceph.osd.0.smithi016.stdout:Mar 26 03:49:18 smithi016 bash[31667]: debug 2024-03-26T03:49:18.538+0000 7f08de462700 -1 osd.0 32 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-26T03:49:24.778 INFO:journalctl@ceph.osd.0.smithi016.stdout:Mar 26 03:49:24 smithi016 bash[62455]: ceph-780a5ade-eb22-11ee-95d0-87774f69a715-osd-0 2024-03-26T03:49:24.778 INFO:journalctl@ceph.osd.0.smithi016.stdout:Mar 26 03:49:24 smithi016 bash[62836]: Error response from daemon: No such container: ceph-780a5ade-eb22-11ee-95d0-87774f69a715-osd-0 2024-03-26T03:49:26.260 DEBUG:teuthology.orchestra.run.smithi016:> sudo pkill -f 'journalctl -f -n 0 -u ceph-780a5ade-eb22-11ee-95d0-87774f69a715@osd.0.service' 2024-03-26T03:49:26.301 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-26T03:49:26.301 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-03-26T03:49:26.301 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-03-26T03:49:26.301 DEBUG:teuthology.orchestra.run.smithi069:> sudo systemctl stop ceph-780a5ade-eb22-11ee-95d0-87774f69a715@osd.1 2024-03-26T03:49:26.466 INFO:journalctl@ceph.osd.1.smithi069.stdout:Mar 26 03:49:26 smithi069 systemd[1]: Stopping Ceph osd.1 for 780a5ade-eb22-11ee-95d0-87774f69a715... 2024-03-26T03:49:26.639 INFO:journalctl@ceph.osd.1.smithi069.stdout:Mar 26 03:49:26 smithi069 bash[27111]: debug 2024-03-26T03:49:26.466+0000 7f4d0cf3f700 -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-26T03:49:26.639 INFO:journalctl@ceph.osd.1.smithi069.stdout:Mar 26 03:49:26 smithi069 bash[27111]: debug 2024-03-26T03:49:26.466+0000 7f4d0cf3f700 -1 osd.1 32 *** Got signal Terminated *** 2024-03-26T03:49:26.639 INFO:journalctl@ceph.osd.1.smithi069.stdout:Mar 26 03:49:26 smithi069 bash[27111]: debug 2024-03-26T03:49:26.466+0000 7f4d0cf3f700 -1 osd.1 32 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-26T03:49:32.853 INFO:journalctl@ceph.osd.1.smithi069.stdout:Mar 26 03:49:32 smithi069 bash[32426]: ceph-780a5ade-eb22-11ee-95d0-87774f69a715-osd-1 2024-03-26T03:49:33.138 INFO:journalctl@ceph.osd.1.smithi069.stdout:Mar 26 03:49:32 smithi069 bash[32683]: Error response from daemon: No such container: ceph-780a5ade-eb22-11ee-95d0-87774f69a715-osd-1 2024-03-26T03:49:34.581 DEBUG:teuthology.orchestra.run.smithi069:> sudo pkill -f 'journalctl -f -n 0 -u ceph-780a5ade-eb22-11ee-95d0-87774f69a715@osd.1.service' 2024-03-26T03:49:34.613 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-26T03:49:34.613 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-03-26T03:49:34.613 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-03-26T03:49:34.613 DEBUG:teuthology.orchestra.run.smithi204:> sudo systemctl stop ceph-780a5ade-eb22-11ee-95d0-87774f69a715@osd.2 2024-03-26T03:49:35.099 INFO:journalctl@ceph.osd.2.smithi204.stdout:Mar 26 03:49:34 smithi204 systemd[1]: Stopping Ceph osd.2 for 780a5ade-eb22-11ee-95d0-87774f69a715... 2024-03-26T03:49:35.099 INFO:journalctl@ceph.osd.2.smithi204.stdout:Mar 26 03:49:34 smithi204 bash[27582]: debug 2024-03-26T03:49:34.756+0000 7f76b34a2700 -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-26T03:49:35.099 INFO:journalctl@ceph.osd.2.smithi204.stdout:Mar 26 03:49:34 smithi204 bash[27582]: debug 2024-03-26T03:49:34.756+0000 7f76b34a2700 -1 osd.2 32 *** Got signal Terminated *** 2024-03-26T03:49:35.099 INFO:journalctl@ceph.osd.2.smithi204.stdout:Mar 26 03:49:34 smithi204 bash[27582]: debug 2024-03-26T03:49:34.756+0000 7f76b34a2700 -1 osd.2 32 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-26T03:49:41.099 INFO:journalctl@ceph.osd.2.smithi204.stdout:Mar 26 03:49:40 smithi204 bash[32122]: ceph-780a5ade-eb22-11ee-95d0-87774f69a715-osd-2 2024-03-26T03:49:41.099 INFO:journalctl@ceph.osd.2.smithi204.stdout:Mar 26 03:49:40 smithi204 bash[32409]: Error response from daemon: No such container: ceph-780a5ade-eb22-11ee-95d0-87774f69a715-osd-2 2024-03-26T03:49:42.610 DEBUG:teuthology.orchestra.run.smithi204:> sudo pkill -f 'journalctl -f -n 0 -u ceph-780a5ade-eb22-11ee-95d0-87774f69a715@osd.2.service' 2024-03-26T03:49:42.654 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-26T03:49:42.654 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-03-26T03:49:42.655 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 780a5ade-eb22-11ee-95d0-87774f69a715 --force --keep-logs 2024-03-26T03:49:42.825 INFO:teuthology.orchestra.run.smithi016.stdout:Deleting cluster with fsid: 780a5ade-eb22-11ee-95d0-87774f69a715 2024-03-26T03:49:45.275 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 780a5ade-eb22-11ee-95d0-87774f69a715 --force --keep-logs 2024-03-26T03:49:45.441 INFO:teuthology.orchestra.run.smithi069.stdout:Deleting cluster with fsid: 780a5ade-eb22-11ee-95d0-87774f69a715 2024-03-26T03:50:01.521 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 780a5ade-eb22-11ee-95d0-87774f69a715 --force --keep-logs 2024-03-26T03:50:01.687 INFO:teuthology.orchestra.run.smithi204.stdout:Deleting cluster with fsid: 780a5ade-eb22-11ee-95d0-87774f69a715 2024-03-26T03:50:17.509 DEBUG:teuthology.orchestra.run.smithi016:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-26T03:50:17.524 DEBUG:teuthology.orchestra.run.smithi069:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-26T03:50:17.539 DEBUG:teuthology.orchestra.run.smithi204:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-26T03:50:17.552 INFO:tasks.cephadm:Archiving crash dumps... 2024-03-26T03:50:17.554 DEBUG:teuthology.misc:Transferring archived files from smithi016:/var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/crash to /home/teuthworker/archive/adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi/7622446/remote/smithi016/crash 2024-03-26T03:50:17.555 DEBUG:teuthology.orchestra.run.smithi016:> sudo tar c -f - -C /var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/crash -- . 2024-03-26T03:50:17.577 INFO:teuthology.orchestra.run.smithi016.stderr:tar: /var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/crash: Cannot open: No such file or directory 2024-03-26T03:50:17.578 INFO:teuthology.orchestra.run.smithi016.stderr:tar: Error is not recoverable: exiting now 2024-03-26T03:50:17.580 DEBUG:teuthology.misc:Transferring archived files from smithi069:/var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/crash to /home/teuthworker/archive/adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi/7622446/remote/smithi069/crash 2024-03-26T03:50:17.580 DEBUG:teuthology.orchestra.run.smithi069:> sudo tar c -f - -C /var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/crash -- . 2024-03-26T03:50:17.594 INFO:teuthology.orchestra.run.smithi069.stderr:tar: /var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/crash: Cannot open: No such file or directory 2024-03-26T03:50:17.594 INFO:teuthology.orchestra.run.smithi069.stderr:tar: Error is not recoverable: exiting now 2024-03-26T03:50:17.595 DEBUG:teuthology.misc:Transferring archived files from smithi204:/var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/crash to /home/teuthworker/archive/adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi/7622446/remote/smithi204/crash 2024-03-26T03:50:17.596 DEBUG:teuthology.orchestra.run.smithi204:> sudo tar c -f - -C /var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/crash -- . 2024-03-26T03:50:17.607 INFO:teuthology.orchestra.run.smithi204.stderr:tar: /var/lib/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/crash: Cannot open: No such file or directory 2024-03-26T03:50:17.608 INFO:teuthology.orchestra.run.smithi204.stderr:tar: Error is not recoverable: exiting now 2024-03-26T03:50:17.608 INFO:tasks.cephadm:Checking cluster log for badness... 2024-03-26T03:50:17.609 DEBUG:teuthology.orchestra.run.smithi016:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down, quorum' | egrep -v 'is down \(out of quorum\)' | head -n 1 2024-03-26T03:50:17.637 INFO:teuthology.orchestra.run.smithi016.stdout:2024-03-26T03:45:10.096198+0000 mon.a (mon.0) 451 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-26T03:50:17.638 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-03-26T03:50:17.638 DEBUG:teuthology.orchestra.run.smithi016:> sudo egrep '\[SEC\]' /var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down, quorum' | egrep -v 'is down \(out of quorum\)' | head -n 1 2024-03-26T03:50:17.693 DEBUG:teuthology.orchestra.run.smithi016:> sudo egrep '\[ERR\]' /var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down, quorum' | egrep -v 'is down \(out of quorum\)' | head -n 1 2024-03-26T03:50:17.752 DEBUG:teuthology.orchestra.run.smithi016:> sudo egrep '\[WRN\]' /var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down, quorum' | egrep -v 'is down \(out of quorum\)' | head -n 1 2024-03-26T03:50:17.810 INFO:teuthology.orchestra.run.smithi016.stdout:2024-03-26T03:45:10.096198+0000 mon.a (mon.0) 451 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-26T03:50:17.811 INFO:tasks.cephadm:Compressing logs... 2024-03-26T03:50:17.812 DEBUG:teuthology.orchestra.run.smithi016:> 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-26T03:50:17.857 DEBUG:teuthology.orchestra.run.smithi069:> 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-26T03:50:17.859 DEBUG:teuthology.orchestra.run.smithi204:> 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-26T03:50:17.865 INFO:teuthology.orchestra.run.smithi016.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-26T03:50:17.871 INFO:teuthology.orchestra.run.smithi069.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-26T03:50:17.873 INFO:teuthology.orchestra.run.smithi204.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-26T03:50:17.878 INFO:teuthology.orchestra.run.smithi016.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-26T03:50:17.878 INFO:teuthology.orchestra.run.smithi016.stderr:gzip -5 --verbose -- /var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph-osd.0.log 2024-03-26T03:50:17.879 INFO:teuthology.orchestra.run.smithi016.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph-mon.a.log 2024-03-26T03:50:17.879 INFO:teuthology.orchestra.run.smithi016.stderr:/var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph.cephadm.log 2024-03-26T03:50:17.879 INFO:teuthology.orchestra.run.smithi016.stderr:gzip -5 --verbose -- /var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph.log 2024-03-26T03:50:17.880 INFO:teuthology.orchestra.run.smithi016.stderr:/var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph-mon.a.log: /var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph-volume.log 2024-03-26T03:50:17.880 INFO:teuthology.orchestra.run.smithi016.stderr: 83.2% -- replaced with /var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph.cephadm.log.gz 2024-03-26T03:50:17.880 INFO:teuthology.orchestra.run.smithi016.stderr:/var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph.audit.log 2024-03-26T03:50:17.881 INFO:teuthology.orchestra.run.smithi016.stderr:/var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph-mgr.a.log 2024-03-26T03:50:17.881 INFO:teuthology.orchestra.run.smithi016.stderr:/var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph.audit.log: 86.3% -- replaced with /var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph.log.gz 2024-03-26T03:50:17.881 INFO:teuthology.orchestra.run.smithi016.stderr:/var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph-mgr.a.log: 85.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-26T03:50:17.881 INFO:teuthology.orchestra.run.smithi016.stderr: 89.7% -- replaced with /var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph.audit.log.gz 2024-03-26T03:50:17.882 INFO:teuthology.orchestra.run.smithi069.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-26T03:50:17.882 INFO:teuthology.orchestra.run.smithi069.stderr:gzip -5 --verbose -- /var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph-client.rgw.myrealm1.myzone1.smithi069.svazjv.log 2024-03-26T03:50:17.884 INFO:teuthology.orchestra.run.smithi069.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph.cephadm.log 2024-03-26T03:50:17.885 INFO:teuthology.orchestra.run.smithi069.stderr:/var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph-client.rgw.myrealm1.myzone1.smithi069.svazjv.log: gzip -5 --verbose -- /var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph-osd.1.log 2024-03-26T03:50:17.885 INFO:teuthology.orchestra.run.smithi069.stderr: 71.4% -- replaced with /var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph-client.rgw.myrealm1.myzone1.smithi069.svazjv.log.gz 2024-03-26T03:50:17.885 INFO:teuthology.orchestra.run.smithi069.stderr:/var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph.log 2024-03-26T03:50:17.887 INFO:teuthology.orchestra.run.smithi069.stderr: 81.8% -- replaced with /var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph.cephadm.log.gz 2024-03-26T03:50:17.887 INFO:teuthology.orchestra.run.smithi069.stderr:/var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph-volume.log 2024-03-26T03:50:17.887 INFO:teuthology.orchestra.run.smithi069.stderr:/var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph-mgr.b.log 2024-03-26T03:50:17.887 INFO:teuthology.orchestra.run.smithi069.stderr:/var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph.audit.log 2024-03-26T03:50:17.887 INFO:teuthology.orchestra.run.smithi069.stderr: 86.0% -- replaced with /var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph.log.gz 2024-03-26T03:50:17.887 INFO:teuthology.orchestra.run.smithi069.stderr: 82.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-26T03:50:17.887 INFO:teuthology.orchestra.run.smithi069.stderr:/var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph-mon.b.log 2024-03-26T03:50:17.887 INFO:teuthology.orchestra.run.smithi069.stderr:/var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph.audit.log: /var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph-mon.b.log: 89.7% -- replaced with /var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph.audit.log.gz 2024-03-26T03:50:17.892 INFO:teuthology.orchestra.run.smithi069.stderr: 90.6% -- replaced with /var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph-mgr.b.log.gz 2024-03-26T03:50:17.892 INFO:teuthology.orchestra.run.smithi016.stderr: 91.7% -- replaced with /var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph-volume.log.gz 2024-03-26T03:50:17.900 INFO:teuthology.orchestra.run.smithi069.stderr: 91.8% -- replaced with /var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph-volume.log.gz 2024-03-26T03:50:17.903 INFO:teuthology.orchestra.run.smithi204.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-26T03:50:17.903 INFO:teuthology.orchestra.run.smithi204.stderr:gzip -5 --verbose -- /var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph-osd.2.log 2024-03-26T03:50:17.904 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph-client.rgw.myrealm1.myzone1.smithi204.dmlfja.log 2024-03-26T03:50:17.904 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph.cephadm.log 2024-03-26T03:50:17.904 INFO:teuthology.orchestra.run.smithi204.stderr:gzip -5 --verbose -- /var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph.log 2024-03-26T03:50:17.905 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph-client.rgw.myrealm1.myzone1.smithi204.dmlfja.log: 58.0% -- replaced with /var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph-client.rgw.myrealm1.myzone1.smithi204.dmlfja.log.gz 2024-03-26T03:50:17.906 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph-volume.log 2024-03-26T03:50:17.906 INFO:teuthology.orchestra.run.smithi204.stderr: 81.8% -- replaced with /var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph.cephadm.log.gz 2024-03-26T03:50:17.906 INFO:teuthology.orchestra.run.smithi204.stderr:gzip -5 --verbose -- /var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph-mon.c.log 2024-03-26T03:50:17.907 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph.log: /var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph.audit.log 2024-03-26T03:50:17.907 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph-mon.c.log: 86.0% -- replaced with /var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph.log.gz 2024-03-26T03:50:17.907 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph.audit.log: 79.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-26T03:50:17.909 INFO:teuthology.orchestra.run.smithi204.stderr: 89.7% -- replaced with /var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph.audit.log.gz 2024-03-26T03:50:17.922 INFO:teuthology.orchestra.run.smithi204.stderr: 91.8% -- replaced with /var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph-volume.log.gz 2024-03-26T03:50:17.970 INFO:teuthology.orchestra.run.smithi069.stderr: 92.9% -- replaced with /var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph-mon.b.log.gz 2024-03-26T03:50:17.983 INFO:teuthology.orchestra.run.smithi016.stderr: 87.9% -- replaced with /var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph-mgr.a.log.gz 2024-03-26T03:50:18.000 INFO:teuthology.orchestra.run.smithi204.stderr: 93.0% -- replaced with /var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph-mon.c.log.gz 2024-03-26T03:50:18.157 INFO:teuthology.orchestra.run.smithi016.stderr: 91.7% -- replaced with /var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph-mon.a.log.gz 2024-03-26T03:50:18.338 INFO:teuthology.orchestra.run.smithi069.stderr: 94.0% -- replaced with /var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph-osd.1.log.gz 2024-03-26T03:50:18.339 INFO:teuthology.orchestra.run.smithi069.stderr: 2024-03-26T03:50:18.340 INFO:teuthology.orchestra.run.smithi069.stderr:real 0m0.479s 2024-03-26T03:50:18.340 INFO:teuthology.orchestra.run.smithi069.stderr:user 0m0.576s 2024-03-26T03:50:18.340 INFO:teuthology.orchestra.run.smithi069.stderr:sys 0m0.019s 2024-03-26T03:50:18.355 INFO:teuthology.orchestra.run.smithi016.stderr: 93.9% -- replaced with /var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph-osd.0.log.gz 2024-03-26T03:50:18.357 INFO:teuthology.orchestra.run.smithi016.stderr: 2024-03-26T03:50:18.357 INFO:teuthology.orchestra.run.smithi016.stderr:real 0m0.498s 2024-03-26T03:50:18.357 INFO:teuthology.orchestra.run.smithi016.stderr:user 0m0.853s 2024-03-26T03:50:18.357 INFO:teuthology.orchestra.run.smithi016.stderr:sys 0m0.057s 2024-03-26T03:50:18.379 INFO:teuthology.orchestra.run.smithi204.stderr: 94.0% -- replaced with /var/log/ceph/780a5ade-eb22-11ee-95d0-87774f69a715/ceph-osd.2.log.gz 2024-03-26T03:50:18.380 INFO:teuthology.orchestra.run.smithi204.stderr: 2024-03-26T03:50:18.381 INFO:teuthology.orchestra.run.smithi204.stderr:real 0m0.516s 2024-03-26T03:50:18.381 INFO:teuthology.orchestra.run.smithi204.stderr:user 0m0.587s 2024-03-26T03:50:18.381 INFO:teuthology.orchestra.run.smithi204.stderr:sys 0m0.032s 2024-03-26T03:50:18.381 INFO:tasks.cephadm:Archiving logs... 2024-03-26T03:50:18.381 DEBUG:teuthology.misc:Transferring archived files from smithi016:/var/log/ceph to /home/teuthworker/archive/adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi/7622446/remote/smithi016/log 2024-03-26T03:50:18.382 DEBUG:teuthology.orchestra.run.smithi016:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-26T03:50:18.539 DEBUG:teuthology.misc:Transferring archived files from smithi069:/var/log/ceph to /home/teuthworker/archive/adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi/7622446/remote/smithi069/log 2024-03-26T03:50:18.540 DEBUG:teuthology.orchestra.run.smithi069:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-26T03:50:18.645 DEBUG:teuthology.misc:Transferring archived files from smithi204:/var/log/ceph to /home/teuthworker/archive/adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi/7622446/remote/smithi204/log 2024-03-26T03:50:18.646 DEBUG:teuthology.orchestra.run.smithi204:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-26T03:50:18.745 INFO:tasks.cephadm:Removing cluster... 2024-03-26T03:50:18.745 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 780a5ade-eb22-11ee-95d0-87774f69a715 --force 2024-03-26T03:50:18.915 INFO:teuthology.orchestra.run.smithi016.stdout:Deleting cluster with fsid: 780a5ade-eb22-11ee-95d0-87774f69a715 2024-03-26T03:50:20.247 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 780a5ade-eb22-11ee-95d0-87774f69a715 --force 2024-03-26T03:50:20.415 INFO:teuthology.orchestra.run.smithi069.stdout:Deleting cluster with fsid: 780a5ade-eb22-11ee-95d0-87774f69a715 2024-03-26T03:50:21.739 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 780a5ade-eb22-11ee-95d0-87774f69a715 --force 2024-03-26T03:50:21.908 INFO:teuthology.orchestra.run.smithi204.stdout:Deleting cluster with fsid: 780a5ade-eb22-11ee-95d0-87774f69a715 2024-03-26T03:50:23.259 INFO:tasks.cephadm:Removing cephadm ... 2024-03-26T03:50:23.259 DEBUG:teuthology.orchestra.run.smithi016:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-26T03:50:23.265 DEBUG:teuthology.orchestra.run.smithi069:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-26T03:50:23.271 DEBUG:teuthology.orchestra.run.smithi204:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-26T03:50:23.277 INFO:tasks.cephadm:Teardown complete 2024-03-26T03:50:23.278 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-03-26T03:50:23.290 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-26T03:50:23.290 DEBUG:teuthology.orchestra.run.smithi016:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-26T03:50:23.309 DEBUG:teuthology.orchestra.run.smithi069:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-26T03:50:23.317 DEBUG:teuthology.orchestra.run.smithi204:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-26T03:50:23.403 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-03-26T03:50:23.412 INFO:teuthology.task.clock:Checking final clock skew... 2024-03-26T03:50:23.412 DEBUG:teuthology.orchestra.run.smithi016:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-26T03:50:23.415 DEBUG:teuthology.orchestra.run.smithi069:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-26T03:50:23.417 DEBUG:teuthology.orchestra.run.smithi204:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-26T03:50:23.426 INFO:teuthology.orchestra.run.smithi016.stdout: remote refid st t when poll reach delay offset jitter 2024-03-26T03:50:23.426 INFO:teuthology.orchestra.run.smithi016.stdout:============================================================================== 2024-03-26T03:50:23.426 INFO:teuthology.orchestra.run.smithi016.stdout:*hv01.front.sepi 44.4.53.2 2 u 37 64 377 0.068 -0.611 0.795 2024-03-26T03:50:23.426 INFO:teuthology.orchestra.run.smithi016.stdout:+hv02.front.sepi 63.231.80.2 3 u 36 64 377 0.071 -1.324 0.999 2024-03-26T03:50:23.426 INFO:teuthology.orchestra.run.smithi016.stdout:+hv03.front.sepi 74.6.168.72 3 u 49 64 377 0.078 -1.412 0.701 2024-03-26T03:50:23.427 INFO:teuthology.orchestra.run.smithi016.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-03-26T03:50:23.429 INFO:teuthology.orchestra.run.smithi204.stdout: remote refid st t when poll reach delay offset jitter 2024-03-26T03:50:23.429 INFO:teuthology.orchestra.run.smithi204.stdout:============================================================================== 2024-03-26T03:50:23.429 INFO:teuthology.orchestra.run.smithi204.stdout:*hv01.front.sepi 44.4.53.2 2 u 44 64 377 0.088 -1.644 0.879 2024-03-26T03:50:23.429 INFO:teuthology.orchestra.run.smithi204.stdout:+hv02.front.sepi 63.231.80.2 3 u 46 64 377 0.079 -1.294 0.870 2024-03-26T03:50:23.429 INFO:teuthology.orchestra.run.smithi204.stdout:+hv03.front.sepi 74.6.168.72 3 u 46 64 377 0.075 -1.315 1.557 2024-03-26T03:50:23.429 INFO:teuthology.orchestra.run.smithi204.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-03-26T03:50:23.430 INFO:teuthology.orchestra.run.smithi069.stdout: remote refid st t when poll reach delay offset jitter 2024-03-26T03:50:23.431 INFO:teuthology.orchestra.run.smithi069.stdout:============================================================================== 2024-03-26T03:50:23.431 INFO:teuthology.orchestra.run.smithi069.stdout:*hv01.front.sepi 44.4.53.2 2 u 48 64 377 0.110 -2.179 1.006 2024-03-26T03:50:23.431 INFO:teuthology.orchestra.run.smithi069.stdout:+hv02.front.sepi 63.231.80.2 3 u 53 64 377 0.075 -0.856 0.974 2024-03-26T03:50:23.431 INFO:teuthology.orchestra.run.smithi069.stdout:+hv03.front.sepi 74.6.168.72 3 u 44 64 377 0.115 -3.938 1.774 2024-03-26T03:50:23.431 INFO:teuthology.orchestra.run.smithi069.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-03-26T03:50:23.431 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-03-26T03:50:23.440 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-03-26T03:50:23.441 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-03-26T03:50:23.449 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-03-26T03:50:23.457 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-03-26T03:50:23.465 INFO:teuthology.task.internal:Duration was 1203.106340 seconds 2024-03-26T03:50:23.465 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-03-26T03:50:23.474 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-03-26T03:50:23.474 DEBUG:teuthology.orchestra.run.smithi016:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-26T03:50:23.477 DEBUG:teuthology.orchestra.run.smithi069:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-26T03:50:23.479 DEBUG:teuthology.orchestra.run.smithi204:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-26T03:50:23.515 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-03-26T03:50:23.515 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi016.front.sepia.ceph.com 2024-03-26T03:50:23.515 DEBUG:teuthology.orchestra.run.smithi016:> 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-26T03:50:23.564 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi069.front.sepia.ceph.com 2024-03-26T03:50:23.564 DEBUG:teuthology.orchestra.run.smithi069:> 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-26T03:50:23.573 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi204.front.sepia.ceph.com 2024-03-26T03:50:23.574 DEBUG:teuthology.orchestra.run.smithi204:> 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-26T03:50:23.584 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-03-26T03:50:23.584 DEBUG:teuthology.orchestra.run.smithi016:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-26T03:50:23.612 DEBUG:teuthology.orchestra.run.smithi069:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-26T03:50:23.616 DEBUG:teuthology.orchestra.run.smithi204:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-26T03:50:23.657 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-03-26T03:50:23.657 DEBUG:teuthology.orchestra.run.smithi016:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-26T03:50:23.692 DEBUG:teuthology.orchestra.run.smithi069:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-26T03:50:23.694 DEBUG:teuthology.orchestra.run.smithi204:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-26T03:50:23.785 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-03-26T03:50:23.795 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-03-26T03:50:23.795 DEBUG:teuthology.orchestra.run.smithi016:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-26T03:50:23.808 DEBUG:teuthology.orchestra.run.smithi069:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-26T03:50:23.821 DEBUG:teuthology.orchestra.run.smithi204:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-26T03:50:23.835 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-03-26T03:50:23.845 DEBUG:teuthology.orchestra.run.smithi016:> 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-26T03:50:23.852 DEBUG:teuthology.orchestra.run.smithi069:> 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-26T03:50:23.862 INFO:teuthology.orchestra.run.smithi016.stdout:kernel.core_pattern = core 2024-03-26T03:50:23.865 DEBUG:teuthology.orchestra.run.smithi204:> 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-26T03:50:23.874 INFO:teuthology.orchestra.run.smithi069.stdout:kernel.core_pattern = core 2024-03-26T03:50:23.887 INFO:teuthology.orchestra.run.smithi204.stdout:kernel.core_pattern = core 2024-03-26T03:50:23.908 DEBUG:teuthology.orchestra.run.smithi016:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-26T03:50:23.934 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-26T03:50:23.935 DEBUG:teuthology.orchestra.run.smithi069:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-26T03:50:23.942 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-26T03:50:23.943 DEBUG:teuthology.orchestra.run.smithi204:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-26T03:50:23.956 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-26T03:50:23.956 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-03-26T03:50:23.966 INFO:teuthology.task.internal:Transferring archived files... 2024-03-26T03:50:23.967 DEBUG:teuthology.misc:Transferring archived files from smithi016:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi/7622446/remote/smithi016 2024-03-26T03:50:23.967 DEBUG:teuthology.orchestra.run.smithi016:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-26T03:50:24.001 DEBUG:teuthology.misc:Transferring archived files from smithi069:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi/7622446/remote/smithi069 2024-03-26T03:50:24.001 DEBUG:teuthology.orchestra.run.smithi069:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-26T03:50:24.027 DEBUG:teuthology.misc:Transferring archived files from smithi204:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi/7622446/remote/smithi204 2024-03-26T03:50:24.027 DEBUG:teuthology.orchestra.run.smithi204:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-26T03:50:24.051 INFO:teuthology.task.internal:Removing archive directory... 2024-03-26T03:50:24.051 DEBUG:teuthology.orchestra.run.smithi016:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-26T03:50:24.053 DEBUG:teuthology.orchestra.run.smithi069:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-26T03:50:24.065 DEBUG:teuthology.orchestra.run.smithi204:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-26T03:50:24.093 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-03-26T03:50:24.106 INFO:teuthology.task.internal:Not uploading archives. 2024-03-26T03:50:24.106 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-03-26T03:50:24.116 INFO:teuthology.task.internal:Tidying up after the test... 2024-03-26T03:50:24.116 DEBUG:teuthology.orchestra.run.smithi016:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-26T03:50:24.119 DEBUG:teuthology.orchestra.run.smithi069:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-26T03:50:24.121 DEBUG:teuthology.orchestra.run.smithi204:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-26T03:50:24.122 INFO:teuthology.orchestra.run.smithi016.stdout: 658643 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 26 03:50 /home/ubuntu/cephtest 2024-03-26T03:50:24.125 INFO:teuthology.orchestra.run.smithi069.stdout: 658634 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 26 03:50 /home/ubuntu/cephtest 2024-03-26T03:50:24.141 INFO:teuthology.orchestra.run.smithi204.stdout: 658466 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 26 03:50 /home/ubuntu/cephtest 2024-03-26T03:50:24.143 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-03-26T03:50:24.153 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-03-26T03:50:24.176 INFO:teuthology.nuke:Checking targets against current locks 2024-03-26T03:50:24.201 DEBUG:teuthology.nuke:shortname: smithi016 2024-03-26T03:50:24.202 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-26T03:50:24.222 DEBUG:teuthology.nuke:shortname: smithi069 2024-03-26T03:50:24.222 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-26T03:50:24.230 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi016.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi/7622446', '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-26 03:20:15.140126', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJf5RF3brbZa0a0NjSZtMDzQorF4IVcm3Ac1ngPupIxjuVKVPYoGj7ZMZappd+xvnmMjAJZ54kxB9GCzO10kYyk='} 2024-03-26T03:50:24.247 DEBUG:teuthology.nuke:shortname: smithi204 2024-03-26T03:50:24.247 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-26T03:50:24.251 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi069.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi/7622446', '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-26 03:20:15.136919', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBA/MIOEWGv36WbN3OawERXKviqKuXGzEhTS/BEXR0fJvW42sWPboM5dC89eTaWJHq8GcXxISUZgG7HAtKoCeu/k='} 2024-03-26T03:50:24.275 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi204.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi/7622446', '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-26 03:20:15.138742', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOE3GwDhe6dvGhf5mtPX21850or+1SysKy3sRTx+5fMYPbP71AkQH+I4o77VAT4oDcCq8Nf7Hstay6zIXgS2Abw='} 2024-03-26T03:50:24.281 INFO:teuthology.orchestra.console.smithi016:Power off 2024-03-26T03:50:24.282 DEBUG:teuthology.orchestra.console.smithi016:pexpect command: ipmitool -H smithi016.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-26T03:50:24.305 DEBUG:teuthology.orchestra.console.smithi016:power off output: Chassis Power Control: Down/Off 2024-03-26T03:50:24.305 DEBUG:teuthology.orchestra.console.smithi016:pexpect command: ipmitool -H smithi016.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T03:50:24.323 INFO:teuthology.orchestra.console.smithi069:Power off 2024-03-26T03:50:24.323 DEBUG:teuthology.orchestra.console.smithi069:pexpect command: ipmitool -H smithi069.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-26T03:50:24.335 DEBUG:teuthology.orchestra.console.smithi016:check power output: Chassis Power is on 2024-03-26T03:50:24.347 DEBUG:teuthology.orchestra.console.smithi069:power off output: Chassis Power Control: Down/Off 2024-03-26T03:50:24.347 DEBUG:teuthology.orchestra.console.smithi069:pexpect command: ipmitool -H smithi069.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T03:50:24.362 INFO:teuthology.orchestra.console.smithi204:Power off 2024-03-26T03:50:24.363 DEBUG:teuthology.orchestra.console.smithi204:pexpect command: ipmitool -H smithi204.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-26T03:50:24.372 DEBUG:teuthology.orchestra.console.smithi069:check power output: Chassis Power is on 2024-03-26T03:50:24.385 DEBUG:teuthology.orchestra.console.smithi204:power off output: Chassis Power Control: Down/Off 2024-03-26T03:50:24.385 DEBUG:teuthology.orchestra.console.smithi204:pexpect command: ipmitool -H smithi204.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T03:50:24.413 DEBUG:teuthology.orchestra.console.smithi204:check power output: Chassis Power is on 2024-03-26T03:50:28.336 DEBUG:teuthology.orchestra.console.smithi016:pexpect command: ipmitool -H smithi016.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T03:50:28.373 DEBUG:teuthology.orchestra.console.smithi069:pexpect command: ipmitool -H smithi069.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T03:50:28.414 DEBUG:teuthology.orchestra.console.smithi204:pexpect command: ipmitool -H smithi204.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T03:50:28.448 DEBUG:teuthology.orchestra.console.smithi016:check power output: Chassis Power is on 2024-03-26T03:50:28.483 DEBUG:teuthology.orchestra.console.smithi069:check power output: Chassis Power is on 2024-03-26T03:50:28.529 DEBUG:teuthology.orchestra.console.smithi204:check power output: Chassis Power is on 2024-03-26T03:50:32.452 DEBUG:teuthology.orchestra.console.smithi016:pexpect command: ipmitool -H smithi016.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T03:50:32.483 DEBUG:teuthology.orchestra.console.smithi069:pexpect command: ipmitool -H smithi069.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T03:50:32.530 DEBUG:teuthology.orchestra.console.smithi204:pexpect command: ipmitool -H smithi204.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T03:50:32.562 DEBUG:teuthology.orchestra.console.smithi016:check power output: Chassis Power is on 2024-03-26T03:50:32.593 DEBUG:teuthology.orchestra.console.smithi069:check power output: Chassis Power is on 2024-03-26T03:50:32.640 DEBUG:teuthology.orchestra.console.smithi204:check power output: Chassis Power is on 2024-03-26T03:50:36.566 DEBUG:teuthology.orchestra.console.smithi016:pexpect command: ipmitool -H smithi016.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T03:50:36.594 DEBUG:teuthology.orchestra.console.smithi069:pexpect command: ipmitool -H smithi069.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T03:50:36.642 DEBUG:teuthology.orchestra.console.smithi204:pexpect command: ipmitool -H smithi204.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T03:50:36.675 DEBUG:teuthology.orchestra.console.smithi016:check power output: Chassis Power is off 2024-03-26T03:50:36.704 DEBUG:teuthology.orchestra.console.smithi069:check power output: Chassis Power is off 2024-03-26T03:50:36.751 DEBUG:teuthology.orchestra.console.smithi204:check power output: Chassis Power is off 2024-03-26T03:50:36.777 INFO:teuthology.orchestra.console.smithi016:Power off completed 2024-03-26T03:50:36.805 INFO:teuthology.orchestra.console.smithi069:Power off completed 2024-03-26T03:50:36.852 INFO:teuthology.orchestra.console.smithi204:Power off completed 2024-03-26T03:50:36.957 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_rgw_multisite} duration: 1203.1063401699066 failure_reason: '"2024-03-26T03:45:10.096198+0000 mon.a (mon.0) 451 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON)" in cluster log' flavor: default owner: scheduled_adking@teuthology success: false 2024-03-26T03:50:36.957 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-26T03:50:37.076 INFO:teuthology.run:FAIL